From 715631caf52784c47c8ed3aeb6cbdba2715a08db Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Jun 2011 23:06:14 +0000 Subject: Sun Jun 26 23:06:14 UTC 2011 --- extra/eclipse/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'extra/eclipse/PKGBUILD') diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD index 5dac6abe4..12cf9da92 100644 --- a/extra/eclipse/PKGBUILD +++ b/extra/eclipse/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 112888 2011-03-07 14:35:42Z paul $ +# $Id: PKGBUILD 128950 2011-06-25 15:38:08Z paul $ # Maintainer: Paul Mattal # Contributor: Andrew Wright # Contributor: Andreas W. Hauser pkgname=eclipse -pkgver=3.6.2 -_internal_pkgver=3.6.2 +pkgver=3.7 +_internal_pkgver=3.7 pkgrel=1 -_date=201102101200 +_date=201106131736 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64') url="http://eclipse.org" @@ -24,7 +24,7 @@ md5sums=('7777a21debf1e05591731ac5c93b6bb6' 'ba8a37e30a7ebd69774cec87c69e8c44' '017b2a68edc48a752a7e27c7aceef797') [ "$CARCH" = "x86_64" ] && source[0]="ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk-${CARCH}.tar.gz" -[ "$CARCH" = "x86_64" ] && md5sums[0]='b82be4ed2dabf9dc53188b9dc3891f32' +[ "$CARCH" = "x86_64" ] && md5sums[0]='980360c038960dfa1ef7485faa317ec6' package() { cd "${srcdir}/eclipse" @@ -51,8 +51,4 @@ package() { # install icon install -Dm644 ${srcdir}/eclipse.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 } -- cgit v1.2.3-54-g00ecf