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

Andrea Scarpino andrea at archlinux.org
Wed Dec 17 07:51:55 UTC 2014


    Date: Wednesday, December 17, 2014 @ 08:51:54
  Author: andrea
Revision: 227687

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

Added:
  polkit-kde-frameworks/repos/extra-i686/PKGBUILD
    (from rev 227686, polkit-kde-frameworks/trunk/PKGBUILD)
  polkit-kde-frameworks/repos/extra-x86_64/PKGBUILD
    (from rev 227686, polkit-kde-frameworks/trunk/PKGBUILD)
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                      |   70 +++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD            |   41 ----------------------
 extra-i686/libexecpath.patch   |   12 ------
 extra-x86_64/PKGBUILD          |   41 ----------------------
 extra-x86_64/libexecpath.patch |   12 ------
 5 files changed, 70 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-17 07:51:44 UTC (rev 227686)
+++ extra-i686/PKGBUILD	2014-12-17 07:51:54 UTC (rev 227687)
@@ -1,41 +0,0 @@
-# $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
-}

Copied: polkit-kde-frameworks/repos/extra-i686/PKGBUILD (from rev 227686, polkit-kde-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-17 07:51:54 UTC (rev 227687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=polkit-kde-frameworks
+pkgver=5.1.2
+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=('knotifications')
+makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
+source=('git://anongit.kde.org/polkit-kde-agent-1.git#branch=frameworks')
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../polkit-kde-agent-1 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -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-12-17 07:51:44 UTC (rev 227686)
+++ extra-i686/libexecpath.patch	2014-12-17 07:51:54 UTC (rev 227687)
@@ -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=
-

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-12-17 07:51:44 UTC (rev 227686)
+++ extra-x86_64/PKGBUILD	2014-12-17 07:51:54 UTC (rev 227687)
@@ -1,41 +0,0 @@
-# $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
-}

Copied: polkit-kde-frameworks/repos/extra-x86_64/PKGBUILD (from rev 227686, polkit-kde-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-17 07:51:54 UTC (rev 227687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=polkit-kde-frameworks
+pkgver=5.1.2
+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=('knotifications')
+makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
+source=('git://anongit.kde.org/polkit-kde-agent-1.git#branch=frameworks')
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../polkit-kde-agent-1 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -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-12-17 07:51:44 UTC (rev 227686)
+++ extra-x86_64/libexecpath.patch	2014-12-17 07:51:54 UTC (rev 227687)
@@ -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=
-



More information about the arch-commits mailing list