polkit-qt: rebuild with gcc6 + fix cross
This commit is contained in:
parent
6fb360895a
commit
a916cf9cde
|
@ -1076,6 +1076,7 @@ libnuma.so.1 libnuma-2.0.7_1
|
|||
libxar.so.1 xar-1.5.2_1
|
||||
libqpdf.so.17 libqpdf-6.0.0_1
|
||||
libpolkit-qt-core-1.so.1 polkit-qt-0.103.0_1
|
||||
libpolkit-qt-gui-1.so.1 polkit-qt-0.112_3
|
||||
libpolkit-qt-agent-1.so.1 polkit-qt-0.103.0_1
|
||||
libmikmod.so.3 libmikmod-3.1.12_1
|
||||
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'polkit-qt'
|
||||
pkgname=polkit-qt
|
||||
version=0.112.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config automoc4 git"
|
||||
makedepends="polkit-devel qt-devel"
|
||||
|
@ -13,6 +13,10 @@ wrksrc="polkit-qt-1-$version"
|
|||
distfiles="http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-${version}.tar.bz2"
|
||||
checksum=67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel"
|
||||
fi
|
||||
|
||||
polkit-qt-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue