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

Ionut Biru ibiru at archlinux.org
Fri Oct 14 18:55:20 UTC 2011


    Date: Friday, October 14, 2011 @ 14:55:20
  Author: ibiru
Revision: 140449

update to 3.7.1, drop xulrunner in favour of libwebkit, add config.ini to backup. FS#19082, FS#25957

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-14 16:56:59 UTC (rev 140448)
+++ PKGBUILD	2011-10-14 18:55:20 UTC (rev 140449)
@@ -2,29 +2,31 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Andrew Wright <andreww at photism.org>
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
+# Contributor: Marco Crosio <marco.crosio at gmail.com>
 
 pkgname=eclipse
-pkgver=3.7
-_internal_pkgver=3.7
+pkgver=3.7.1
+_internal_pkgver=3.7.1
 pkgrel=1
-_date=201106131736
+_date=201109091335
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
 url="http://eclipse.org"
-depends=('java-environment' 'gtk2' 'unzip' 'xulrunner')
+depends=('java-environment' 'gtk2' 'unzip' 'libwebkit')
 install=${pkgname}.install
 makedepends=('zip')
 license=("EPL/1.1")
+backup=('usr/share/eclipse/configuration/config.ini')
 source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk.tar.gz"
 	'eclipse.svg' 'eclipse.sh' 'eclipse.desktop'
 	'eclipse.ini.patch')
-md5sums=('084a33505b2d5b933447692ec3025659'
-	'77cff7543ccf7e177cb6667f5a20ce19'
-	'7ea99a30fbaf06ec29261541b8eb1e23'
-	'ba8a37e30a7ebd69774cec87c69e8c44'
-	'017b2a68edc48a752a7e27c7aceef797')
+md5sums=('c7f3e186e7996d3a8afc16eec9e9e71f'
+         '77cff7543ccf7e177cb6667f5a20ce19'
+         '7ea99a30fbaf06ec29261541b8eb1e23'
+         '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]='980360c038960dfa1ef7485faa317ec6'
+[ "$CARCH" = "x86_64" ] && md5sums[0]='b8b37135600d92c373514ce5bb094143'
 
 package() {
   cd "${srcdir}/eclipse"




More information about the arch-commits mailing list