From 903c8fc9b9869be42de38561d60588cd6bb91722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 9 Nov 2018 00:04:26 +0100 Subject: [PATCH] kolourpaint: update to 18.08.3. --- srcpkgs/kolourpaint/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template index 7e85a85c093..c8e6494a2ce 100644 --- a/srcpkgs/kolourpaint/template +++ b/srcpkgs/kolourpaint/template @@ -1,21 +1,23 @@ # Template file for 'kolourpaint' pkgname=kolourpaint -version=18.08.2 +version=18.08.3 revision=1 -short_desc="Free, easy-to-use paint program for KDE" -maintainer="Piotr Wójcik " build_style=cmake hostmakedepends="extra-cmake-modules" makedepends="kdelibs4support-devel kparts-devel qt5-devel" +short_desc="Free, easy-to-use paint program for KDE" +maintainer="Piotr Wójcik " +license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only" homepage="http://www.kolourpaint.org/" distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz" -checksum=5bc9072dba7238f8bdef2d344a7e8e82207a290ea0d7991b2ee68c3a2ab705e2 -license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only" +checksum=207d344db75e13f1d72050e329dba3d8a48227c22c93e916741f76ae742fb44b if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools" fi post_install() { - vlicense COPYING COPYING.DOC COPYING.LIB + vlicense COPYING + vlicense COPYING.DOC + vlicense COPYING.LIB }