Merge pull request #5627 from jnbr/kcompletion

kcompletion: fix cross
This commit is contained in:
Toyam Cox 2017-02-06 23:07:55 -05:00 committed by GitHub
commit 386571b475
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}"