22 lines
729 B
Bash
22 lines
729 B
Bash
# Template file for 'kolourpaint'
|
|
pkgname=kolourpaint
|
|
version=18.08.0
|
|
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=f1e2e5d0bb1086037517c691c6bfb1159c7dd9ef86eccadba29485a810eb085c
|
|
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
|
|
}
|