mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
kcolorchooser: update to 18.04.2.
This commit is contained in:
parent
bb5962b2ce
commit
32b59637b2
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kcolorchooser'
|
# Template file for 'kcolorchooser'
|
||||||
pkgname=kcolorchooser
|
pkgname=kcolorchooser
|
||||||
version=17.12.2
|
version=18.04.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -8,11 +8,15 @@ hostmakedepends="extra-cmake-modules"
|
||||||
makedepends="qt5-devel kxmlgui-devel"
|
makedepends="qt5-devel kxmlgui-devel"
|
||||||
short_desc="KDE's Color Chooser"
|
short_desc="KDE's Color Chooser"
|
||||||
maintainer="Michael Straube <straubem@gmx.de>"
|
maintainer="Michael Straube <straubem@gmx.de>"
|
||||||
license="GPL-2"
|
license="MIT"
|
||||||
homepage="https://www.kde.org/applications/graphics/kcolorchooser"
|
homepage="https://www.kde.org/applications/graphics/kcolorchooser"
|
||||||
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=29e7fdf9a57c827d0ab05f10a905c6c483323711bb385d1c262e792950bd5f4a
|
checksum=020abccf25b18af3e11f67d787be4d3b6df0107ab8f15c946cc00a8804fc1154
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue