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

Allan McRae allan at archlinux.org
Fri Oct 1 11:11:54 UTC 2010


    Date: Friday, October 1, 2010 @ 07:11:54
  Author: allan
Revision: 92802

upgpkg: gobject-introspection 0.9.10-2
python2 rebuild

Modified:
  gobject-introspection/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-01 11:05:58 UTC (rev 92801)
+++ PKGBUILD	2010-10-01 11:11:54 UTC (rev 92802)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gobject-introspection
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Introspection system for GObject-based libraries"
 url="http://live.gnome.org/GObjectInstrospection"
 arch=('x86_64' 'i686')
@@ -24,4 +24,7 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+  
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" \
+    "${pkgdir}"/usr/lib/gobject-introspection/giscanner/*.py
 }




More information about the arch-commits mailing list