From a3b54d2dca3ef2427e4ce561c1d1c2569c9a921b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 28 Dec 2017 10:30:57 +0100 Subject: [PATCH] New package: kolourpaint-17.12.0 Closes: #10241 [via git-merge-pr] --- srcpkgs/kolourpaint/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/kolourpaint/template diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template new file mode 100644 index 00000000000..7e9280c924c --- /dev/null +++ b/srcpkgs/kolourpaint/template @@ -0,0 +1,17 @@ +# Template file for 'kolourpaint' +pkgname=kolourpaint +version=17.12.0 +revision=1 +short_desc="Free, easy-to-use paint program for KDE" +maintainer="Piotr Wójcik " +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake" +makedepends="kdelibs4support-devel kparts-devel qt5-devel" +homepage="http://www.kolourpaint.org/" +distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" +checksum=b4fc71915638bf640999376cf29138c9c1c543fe33d4dd8e4ecb3a65556894dd +license="2-clause-BSD, GPL-2, GPL-2+, GFDL-1.2" + +post_install() { + vlicense COPYING COPYING.DOC COPYING.LIB +}