kolourpaint: fix cross

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-03 08:20:02 +02:00
parent e079d6c7ad
commit 7a9722c76a
1 changed files with 5 additions and 1 deletions

View File

@ -5,13 +5,17 @@ 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 qt5-host-tools qt5-qmake"
hostmakedepends="extra-cmake-modules"
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=1c0df432c88140c26d3e379a79b99d4c4c71dc75f492d9c6e36bba1ea71f6d97
license="2-clause-BSD, GPL-2, GPL-2+, GFDL-1.2"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"
fi
post_install() {
vlicense COPYING COPYING.DOC COPYING.LIB
}