[arch-commits] Commit in libpeas/trunk (PKGBUILD libpeas.install)

Jan Steffens heftig at archlinux.org
Thu Feb 17 17:42:38 UTC 2011


    Date: Thursday, February 17, 2011 @ 12:42:37
  Author: heftig
Revision: 110210

upgpkg: libpeas 0.7.1-1
Update for gnome-unstable

Modified:
  libpeas/trunk/PKGBUILD
  libpeas/trunk/libpeas.install

-----------------+
 PKGBUILD        |    5 +++--
 libpeas.install |    4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-17 17:37:09 UTC (rev 110209)
+++ PKGBUILD	2011-02-17 17:42:37 UTC (rev 110210)
@@ -3,7 +3,7 @@
 pkgname=libpeas
 pkgver=0.7.1
 pkgrel=1
-pkgdesc="A personal social data server"
+pkgdesc="A GObject-based plugins engine"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/"
 license=('GPL2')
@@ -16,7 +16,8 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --sysconfdir=/etc --localstatedir=/var
   make
 }
 

Modified: libpeas.install
===================================================================
--- libpeas.install	2011-02-17 17:37:09 UTC (rev 110209)
+++ libpeas.install	2011-02-17 17:42:37 UTC (rev 110210)
@@ -3,9 +3,9 @@
 }
 
 post_upgrade() {
-    post_install $1
+  post_install
 }
 
 post_remove() {
-    post_install $1
+  post_install
 }




More information about the arch-commits mailing list