[arch-commits] Commit in polkit-qt5/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat May 10 18:57:32 UTC 2014


    Date: Saturday, May 10, 2014 @ 20:57:31
  Author: andrea
Revision: 212206

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  polkit-qt5/repos/kde-unstable-i686/
  polkit-qt5/repos/kde-unstable-i686/PKGBUILD
    (from rev 212205, polkit-qt5/trunk/PKGBUILD)
  polkit-qt5/repos/kde-unstable-x86_64/
  polkit-qt5/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 212205, polkit-qt5/trunk/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: polkit-qt5/repos/kde-unstable-i686/PKGBUILD (from rev 212205, polkit-qt5/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-05-10 18:57:31 UTC (rev 212206)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# 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
+}

Copied: polkit-qt5/repos/kde-unstable-x86_64/PKGBUILD (from rev 212205, polkit-qt5/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-05-10 18:57:31 UTC (rev 212206)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# 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
+}




More information about the arch-commits mailing list