kcompletion: fix cross

This commit is contained in:
johannes 2017-01-28 03:47:14 +01:00
parent 9acf0b0729
commit 724db57a4d
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kcompletion'
pkgname=kcompletion
version=5.29.0
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="kconfig-devel kwidgetsaddons-devel"
@ -12,6 +12,10 @@ homepage="https://projects.kde.org/projects/frameworks/kcompletion"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6b1acf683de6d4b3ec36f7ddc270cd639268d25bb53217c83c9088a55f695ec0
if [ -n "CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel"
fi
kcompletion-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"