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

Andrea Scarpino andrea at archlinux.org
Mon Oct 31 02:38:15 UTC 2011


    Date: Sunday, October 30, 2011 @ 22:38:15
  Author: andrea
Revision: 141496

upgpkg: zeitgeist 0.8.2-2

The python shebang is set by the Makefile (FS#26690)

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-30 23:22:15 UTC (rev 141495)
+++ PKGBUILD	2011-10-31 02:38:15 UTC (rev 141496)
@@ -5,7 +5,7 @@
 
 pkgname=zeitgeist
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
 arch=('any')
 url="http://zeitgeist-project.com/"
@@ -21,9 +21,7 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   # Fix python2 path
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' extra/rdfxml2py \
-    zeitgeist-daemon
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' zeitgeist-daemon.py
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' extra/rdfxml2py
   patch -Np1 -i "${srcdir}/python2.patch"
 
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
@@ -34,6 +32,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list