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

Paul Mattal paul at archlinux.org
Wed Jul 30 22:35:38 UTC 2008


    Date: Wednesday, July 30, 2008 @ 18:35:38
  Author: paul
Revision: 7349

upgpkg: eclipse 3.4-2
    removed delta-pack, added xulrunner dependency

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-30 22:17:09 UTC (rev 7348)
+++ PKGBUILD	2008-07-30 22:35:38 UTC (rev 7349)
@@ -5,30 +5,27 @@
 
 pkgname=eclipse
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
 url="http://eclipse.org"
-depends=(j2sdk gtk2 unzip)
+depends=(jdk gtk2 unzip xulrunner)
 install=eclipse.install
 makedepends=(zip)
 provides=(eclipse)
 license="EPL/1.1"
 md5sums=(4f7183395f61f70711a1f244faf5d763
-         49e913b17cbd3f2807e6b969a81f03d9
          f08e49e6dad13dda8b2e4036b2a3f28c
          0bee44d3b8839d6b217b6a5efb27407f
          ee66a334bc443fd23ad9bc080dc6ea69)
 if [ "$CARCH" = "x86_64" ]; then
     _arch=-x86_64
     md5sums=(6498216f6e6b50a203b5ab319af19dbe
-             49e913b17cbd3f2807e6b969a81f03d9
              f08e49e6dad13dda8b2e4036b2a3f28c
              0bee44d3b8839d6b217b6a5efb27407f
 	     ee66a334bc443fd23ad9bc080dc6ea69)
 fi
 source=(ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-$pkgver-linux-gtk$_arch.tar.gz
-	ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.4-200806172000/eclipse-$pkgver-delta-pack.zip
             eclipse.sh
             eclipse.desktop
 	    eclipse.ini.patch)





More information about the arch-commits mailing list