mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
attica-qt5: update to 5.26.0 (#4880)
This commit is contained in:
parent
858a264f8f
commit
19995595c2
1 changed files with 8 additions and 7 deletions
|
@ -1,23 +1,24 @@
|
||||||
# Template file for 'attica'
|
# Template file for 'attica-qt5'
|
||||||
pkgname=attica-qt5
|
pkgname=attica-qt5
|
||||||
version=5.20.0
|
version=5.26.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname%-*}-${version}
|
wrksrc=${pkgname%-*}-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
makedepends="qt5-devel extra-cmake-modules"
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="qt5-devel"
|
||||||
short_desc="A Qt library that implements the Open Collaboration Services API"
|
short_desc="A Qt library that implements the Open Collaboration Services API"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://projects.kde.org/projects/kdesupport/attica"
|
homepage="https://projects.kde.org/projects/kdesupport/attica"
|
||||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%-*}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%-*}-${version}.tar.xz"
|
||||||
checksum=7a2968a249b347876f3f32a8c28fde188b68d5fecf0ce638d8a7d898fb4694f8
|
checksum=8cc602d96a7e650771630e72a7102efdc9c3fb99004ed23f2de2daf9370ae7fc
|
||||||
|
|
||||||
attica-qt5-devel_package() {
|
attica-qt5-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/mkspecs
|
vmove usr/lib/qt5/mkspecs
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue