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

Andrea Scarpino andrea at archlinux.org
Tue Nov 11 08:26:06 UTC 2014


    Date: Tuesday, November 11, 2014 @ 09:26:05
  Author: andrea
Revision: 226040

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-11-11 08:25:55 UTC (rev 226039)
+++ extra-i686/PKGBUILD	2014-11-11 08:26:05 UTC (rev 226040)
@@ -1,41 +0,0 @@
-# $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/PKGBUILD (from rev 226039, polkit-kde-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-11-11 08:26:05 UTC (rev 226040)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=polkit-kde-frameworks
+pkgver=5.1.1
+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
+}

Deleted: extra-i686/libexecpath.patch
===================================================================
--- extra-i686/libexecpath.patch	2014-11-11 08:25:55 UTC (rev 226039)
+++ extra-i686/libexecpath.patch	2014-11-11 08:26:05 UTC (rev 226040)
@@ -1,12 +0,0 @@
---- 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-i686/libexecpath.patch (from rev 226039, polkit-kde-frameworks/trunk/libexecpath.patch)
===================================================================
--- extra-i686/libexecpath.patch	                        (rev 0)
+++ extra-i686/libexecpath.patch	2014-11-11 08:26:05 UTC (rev 226040)
@@ -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=
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-11-11 08:25:55 UTC (rev 226039)
+++ extra-x86_64/PKGBUILD	2014-11-11 08:26:05 UTC (rev 226040)
@@ -1,41 +0,0 @@
-# $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/PKGBUILD (from rev 226039, polkit-kde-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-11 08:26:05 UTC (rev 226040)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=polkit-kde-frameworks
+pkgver=5.1.1
+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
+}

Deleted: extra-x86_64/libexecpath.patch
===================================================================
--- extra-x86_64/libexecpath.patch	2014-11-11 08:25:55 UTC (rev 226039)
+++ extra-x86_64/libexecpath.patch	2014-11-11 08:26:05 UTC (rev 226040)
@@ -1,12 +0,0 @@
---- 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/libexecpath.patch (from rev 226039, polkit-kde-frameworks/trunk/libexecpath.patch)
===================================================================
--- extra-x86_64/libexecpath.patch	                        (rev 0)
+++ extra-x86_64/libexecpath.patch	2014-11-11 08:26:05 UTC (rev 226040)
@@ -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