[arch-commits] Commit in polkit-kde/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Apr 20 08:27:22 UTC 2014


    Date: Sunday, April 20, 2014 @ 10:27:22
  Author: andrea
Revision: 211568

upgpkg: polkit-kde 0.99.0-3

Rebuild old package

Modified:
  polkit-kde/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-20 08:16:47 UTC (rev 211567)
+++ PKGBUILD	2014-04-20 08:27:22 UTC (rev 211568)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102634 2010-12-09 08:51:18Z andrea $
+# $Id$
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=polkit-kde
 pkgver=0.99.0
-pkgrel=2
+pkgrel=3
 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'
@@ -14,9 +14,11 @@
 source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2")
 md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd "${srcdir}"
-  mkdir build
   cd build
   cmake ../${pkgname}-agent-1-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
@@ -25,6 +27,6 @@
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }


Property changes on: polkit-kde/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list