[arch-commits] Commit in (kauth kauth/repos kauth/trunk kauth/trunk/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat May 10 19:03:51 UTC 2014


    Date: Saturday, May 10, 2014 @ 21:03:51
  Author: andrea
Revision: 212207

Let's try to package KDE Frameworks 5

Added:
  kauth/
  kauth/repos/
  kauth/trunk/
  kauth/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: kauth/trunk/PKGBUILD
===================================================================
--- kauth/trunk/PKGBUILD	                        (rev 0)
+++ kauth/trunk/PKGBUILD	2014-05-10 19:03:51 UTC (rev 212207)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kauth
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('021779fc1ceab27b8f6f76648bf99654')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DBUILD_TESTING=OFF \
+    -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kauth/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list