pmaports/kde/polkit-qt5/APKBUILD
Oliver Smith c1ae46e4ff Package Plasma Mobile (All credit to PureTryOut!) (#284)
Plasma mobile compiles, but we didn't get it to run yet.
Thanks to PureTryOut for all this amazing porting work! \o/
2017-08-03 20:14:04 +00:00

29 lines
727 B
Text

pkgname="polkit-qt5"
pkgver=0.112.0
pkgrel=0
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
arch="all"
url='https://www.kde.org/'
license="LGPL"
depends="polkit"
makedepends="cmake automoc4 polkit-dev qt5-qtbase-dev"
source="$pkgname-$pkgver.tar.gz"
prepare() {
mkdir -p $srcdir/build
}
build() {
cd $srcdir/build
cmake "$srcdir"/$pkgname \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_DESTINATION=/usr/lib
make
}
package() {
cd $srcdir/build
make DESTDIR="${pkgdir}" install
}
sha512sums="09c3b4788decfde30f19f650997473b5455e70d5d20abc48380c72a7134a5e214ac9aa9083d2ae92b5741fd07feae6a49d933bfb997a9cfc59eb9390397b2c9b polkit-qt5-0.112.0.tar.gz"