[arch-commits] Commit in anjuta/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Oct 2 00:11:48 UTC 2010
Date: Friday, October 1, 2010 @ 20:11:48
Author: allan
Revision: 92953
upgpkg: anjuta 2.32.0.0-2
python2 rebuild
Modified:
anjuta/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-01 23:20:16 UTC (rev 92952)
+++ PKGBUILD 2010-10-02 00:11:48 UTC (rev 92953)
@@ -4,7 +4,7 @@
pkgname=anjuta
pkgver=2.32.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Anjuta Integrated Development Environment (IDE)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -28,6 +28,9 @@
make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+ sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" \
+ $pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+
install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain anjuta ${pkgdir}/etc/gconf/schemas/*.schemas
rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
More information about the arch-commits
mailing list