vp-build/srcpkgs/kolourpaint/template

22 lines
729 B
Bash

# Template file for 'kolourpaint'
pkgname=kolourpaint
version=18.04.2
revision=1
short_desc="Free, easy-to-use paint program for KDE"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="kdelibs4support-devel kparts-devel qt5-devel"
homepage="http://www.kolourpaint.org/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=7984f37be3248d19f80768eb9ac6a6284a7e64b6eb76661d4f43c2168387390f
license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"
fi
post_install() {
vlicense COPYING COPYING.DOC COPYING.LIB
}