[arch-commits] Commit in polkit-kde-frameworks/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Sat Oct 18 10:18:18 UTC 2014


    Date: Saturday, October 18, 2014 @ 12:18:18
  Author: andrea
Revision: 224753

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  polkit-kde-frameworks/repos/extra-i686/
  polkit-kde-frameworks/repos/extra-i686/PKGBUILD
    (from rev 224752, polkit-kde-frameworks/trunk/PKGBUILD)
  polkit-kde-frameworks/repos/extra-i686/libexecpath.patch
    (from rev 224752, polkit-kde-frameworks/trunk/libexecpath.patch)
  polkit-kde-frameworks/repos/extra-x86_64/
  polkit-kde-frameworks/repos/extra-x86_64/PKGBUILD
    (from rev 224752, polkit-kde-frameworks/trunk/PKGBUILD)
  polkit-kde-frameworks/repos/extra-x86_64/libexecpath.patch
    (from rev 224752, polkit-kde-frameworks/trunk/libexecpath.patch)

--------------------------------+
 extra-i686/PKGBUILD            |   41 +++++++++++++++++++++++++++++++++++++++
 extra-i686/libexecpath.patch   |   12 +++++++++++
 extra-x86_64/PKGBUILD          |   41 +++++++++++++++++++++++++++++++++++++++
 extra-x86_64/libexecpath.patch |   12 +++++++++++
 4 files changed, 106 insertions(+)

Copied: polkit-kde-frameworks/repos/extra-i686/PKGBUILD (from rev 224752, polkit-kde-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-18 10:18:18 UTC (rev 224753)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=polkit-kde-frameworks
+pkgver=0.99.1.20.cecfca6
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1/'
+license=('LGPL')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
+source=('git://anongit.kde.org/polkit-kde-agent-1.git#commit=cecfca6'
+        'libexecpath.patch')
+md5sums=('SKIP'
+         '166213b7c620fe604f3ecbd9353f294a')
+
+prepare() {
+  mkdir -p build
+
+  cd polkit-kde-agent-1
+  patch -Rp1 -i "${srcdir}"/libexecpath.patch
+}
+
+build() {
+  cd build
+  cmake ../polkit-kde-agent-1 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: polkit-kde-frameworks/repos/extra-i686/libexecpath.patch (from rev 224752, polkit-kde-frameworks/trunk/libexecpath.patch)
===================================================================
--- extra-i686/libexecpath.patch	                        (rev 0)
+++ extra-i686/libexecpath.patch	2014-10-18 10:18:18 UTC (rev 224753)
@@ -0,0 +1,12 @@
+--- a/polkit-kde-authentication-agent-1.desktop.in
++++ b/polkit-kde-authentication-agent-1.desktop.in
+@@ -15,7 +15,7 @@
+ Comment[sv]=Policykit behörighetskontrollverktyg
+ Comment[uk]=Агент розпізнавання PolicyKit
+ Comment[x-test]=xxPolicyKit Authentication Agentxx
+-Exec=${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/polkit-kde-authentication-agent-1
++Exec=${CMAKE_INSTALL_FULL_LIBEXECDIR}/polkit-kde-authentication-agent-1
+ Terminal=false
+ Type=Application
+ Categories=
+

Copied: polkit-kde-frameworks/repos/extra-x86_64/PKGBUILD (from rev 224752, polkit-kde-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-18 10:18:18 UTC (rev 224753)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=polkit-kde-frameworks
+pkgver=0.99.1.20.cecfca6
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1/'
+license=('LGPL')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
+source=('git://anongit.kde.org/polkit-kde-agent-1.git#commit=cecfca6'
+        'libexecpath.patch')
+md5sums=('SKIP'
+         '166213b7c620fe604f3ecbd9353f294a')
+
+prepare() {
+  mkdir -p build
+
+  cd polkit-kde-agent-1
+  patch -Rp1 -i "${srcdir}"/libexecpath.patch
+}
+
+build() {
+  cd build
+  cmake ../polkit-kde-agent-1 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: polkit-kde-frameworks/repos/extra-x86_64/libexecpath.patch (from rev 224752, polkit-kde-frameworks/trunk/libexecpath.patch)
===================================================================
--- extra-x86_64/libexecpath.patch	                        (rev 0)
+++ extra-x86_64/libexecpath.patch	2014-10-18 10:18:18 UTC (rev 224753)
@@ -0,0 +1,12 @@
+--- a/polkit-kde-authentication-agent-1.desktop.in
++++ b/polkit-kde-authentication-agent-1.desktop.in
+@@ -15,7 +15,7 @@
+ Comment[sv]=Policykit behörighetskontrollverktyg
+ Comment[uk]=Агент розпізнавання PolicyKit
+ Comment[x-test]=xxPolicyKit Authentication Agentxx
+-Exec=${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/polkit-kde-authentication-agent-1
++Exec=${CMAKE_INSTALL_FULL_LIBEXECDIR}/polkit-kde-authentication-agent-1
+ Terminal=false
+ Type=Application
+ Categories=
+



More information about the arch-commits mailing list