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

Andrea Scarpino andrea at archlinux.org
Sat Sep 11 19:58:06 UTC 2010


    Date: Saturday, September 11, 2010 @ 15:58:06
  Author: andrea
Revision: 90459

upgpkg: eclipse 3.6-2
python2 rebuild

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-11 19:32:35 UTC (rev 90458)
+++ PKGBUILD	2010-09-11 19:58:06 UTC (rev 90459)
@@ -1,12 +1,12 @@
 # $Id$
+# Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Andrew Wright <andreww at photism.org>
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
-# Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=eclipse
 pkgver=3.6
 _internal_pkgver=3.6
-pkgrel=1
+pkgrel=2
 _date=201006080911
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
@@ -53,4 +53,8 @@
   # install icon
   install -Dm644 ${srcdir}/eclipse-icon-clean.svg \
     ${pkgdir}/usr/share/icons/hicolor/scalable/apps/eclipse.svg
+
+  # fix python 2.7 path
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+    ${pkgdir}/usr/share/eclipse/plugins/org.apache.ant_1.7.1.v20100518-1145/bin/runant.py
 }




More information about the arch-commits mailing list