kcolorchooser: update to 18.04.2.

This commit is contained in:
travankor 2018-06-19 15:28:26 -07:00 committed by maxice8
parent bb5962b2ce
commit 32b59637b2
1 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kcolorchooser'
pkgname=kcolorchooser
version=17.12.2
version=18.04.2
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -8,11 +8,15 @@ hostmakedepends="extra-cmake-modules"
makedepends="qt5-devel kxmlgui-devel"
short_desc="KDE's Color Chooser"
maintainer="Michael Straube <straubem@gmx.de>"
license="GPL-2"
license="MIT"
homepage="https://www.kde.org/applications/graphics/kcolorchooser"
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=29e7fdf9a57c827d0ab05f10a905c6c483323711bb385d1c262e792950bd5f4a
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=020abccf25b18af3e11f67d787be4d3b6df0107ab8f15c946cc00a8804fc1154
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
post_install() {
vlicense COPYING
}