[arch-commits] Commit in polkit-kde-frameworks/trunk (PKGBUILD libexecpath.patch)

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


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

upgpkg: polkit-kde-frameworks 0.99.1.20.cecfca6-1

release

Added:
  polkit-kde-frameworks/trunk/libexecpath.patch
Modified:
  polkit-kde-frameworks/trunk/PKGBUILD	(contents, properties)

-------------------+
 PKGBUILD          |   10 ++++++++--
 libexecpath.patch |   12 ++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-18 10:09:38 UTC (rev 224751)
+++ PKGBUILD	2014-10-18 10:18:11 UTC (rev 224752)
@@ -11,11 +11,16 @@
 license=('LGPL')
 depends=('kdelibs4support')
 makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
-source=('git://anongit.kde.org/polkit-kde-agent-1.git#commit=cecfca6')
-md5sums=('SKIP')
+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() {
@@ -25,6 +30,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DSYSCONF_INSTALL_DIR=/etc \
+    -DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
     -DBUILD_TESTING=OFF
   make
 }


Property changes on: polkit-kde-frameworks/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libexecpath.patch
===================================================================
--- libexecpath.patch	                        (rev 0)
+++ libexecpath.patch	2014-10-18 10:18:11 UTC (rev 224752)
@@ -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