mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
kiconthemes: update to 5.62.0
[ci skip]
This commit is contained in:
parent
9c6074c1d4
commit
db198d9dda
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kiconthemes'
|
# Template file for 'kiconthemes'
|
||||||
pkgname=kiconthemes
|
pkgname=kiconthemes
|
||||||
version=5.61.0
|
version=5.62.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="LGPL-2.0-only, GPL-2.0-or-later"
|
license="LGPL-2.0-only, GPL-2.0-or-later"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/kiconthemes"
|
homepage="https://projects.kde.org/projects/frameworks/kiconthemes"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=341741abd0b8aeeec8a2a87fe781b4ec1ab593563b1c063cdfdccead3706cdd7
|
checksum=33fb5caf28ee763edeb3def66386a27f6a7b2bac6a6a0f0728dd4b222d11ebfe
|
||||||
|
|
||||||
kiconthemes-devel_package() {
|
kiconthemes-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
@ -19,6 +19,7 @@ kiconthemes-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/qt5/mkspecs
|
vmove usr/lib/qt5/mkspecs
|
||||||
|
vmove usr/lib/qt5/plugins/designer
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue