Date: Saturday, May 10, 2014 @ 20:57:19 Author: andrea Revision: 212205
Let's try to package KDE Frameworks 5 Added: polkit-qt5/ polkit-qt5/repos/ polkit-qt5/trunk/ polkit-qt5/trunk/PKGBUILD ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: polkit-qt5/trunk/PKGBUILD =================================================================== --- polkit-qt5/trunk/PKGBUILD (rev 0) +++ polkit-qt5/trunk/PKGBUILD 2014-05-10 18:57:19 UTC (rev 212205) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Antonio Rojas <nqn1976 @ gmail.com> + +pkgname=polkit-qt5 +pkgver=0.103.0.bac771e +pkgrel=1 +pkgdesc='Qt wrapper around polkit-1 client libraries' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kdesupport/polkit-qt-1' +license=('LGPL') +depends=('polkit' 'qt5-base') +makedepends=('extra-cmake-modules' 'git') +source=('git://anongit.kde.org/polkit-qt-1#commit=bac771e69887c9253f2b0973f6310810db0061f8') +md5sums=('SKIP') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../polkit-qt-1 \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=lib + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Property changes on: polkit-qt5/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
