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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 20:29:56 UTC 2010


    Date: Friday, September 3, 2010 @ 16:29:56
  Author: remy
Revision: 89769

upgpkg: gtksourceview2 2.10.4-2
Rebuild for python2 (point to python2).

Modified:
  gtksourceview2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 20:20:09 UTC (rev 89768)
+++ PKGBUILD	2010-09-03 20:29:56 UTC (rev 89769)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview2
 pkgver=2.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,6 +16,7 @@
 
 build() {
   cd "${srcdir}/gtksourceview-${pkgver}"
+  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static
   make




More information about the arch-commits mailing list