mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
kolourpaint: fix cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
e079d6c7ad
commit
7a9722c76a
1 changed files with 5 additions and 1 deletions
|
@ -5,13 +5,17 @@ revision=1
|
||||||
short_desc="Free, easy-to-use paint program for KDE"
|
short_desc="Free, easy-to-use paint program for KDE"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
|
hostmakedepends="extra-cmake-modules"
|
||||||
makedepends="kdelibs4support-devel kparts-devel qt5-devel"
|
makedepends="kdelibs4support-devel kparts-devel qt5-devel"
|
||||||
homepage="http://www.kolourpaint.org/"
|
homepage="http://www.kolourpaint.org/"
|
||||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1c0df432c88140c26d3e379a79b99d4c4c71dc75f492d9c6e36bba1ea71f6d97
|
checksum=1c0df432c88140c26d3e379a79b99d4c4c71dc75f492d9c6e36bba1ea71f6d97
|
||||||
license="2-clause-BSD, GPL-2, GPL-2+, GFDL-1.2"
|
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() {
|
post_install() {
|
||||||
vlicense COPYING COPYING.DOC COPYING.LIB
|
vlicense COPYING COPYING.DOC COPYING.LIB
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue