diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2012-04-15 22:19:15 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:59 -0500 |
commit | c2f51a1d9ff292c03d4cb192775ebf2b50c54473 (patch) | |
tree | d3cdef06bf184e07fef051853caf831cc0034d03 /development | |
parent | 9045dbaf8a57a6ebd62efe96de837225a5b04fb6 (diff) | |
download | slackbuilds-c2f51a1d9ff292c03d4cb192775ebf2b50c54473.tar.gz |
development/eclipse: Updated for version 3.7.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/eclipse/README | 8 | ||||
-rw-r--r-- | development/eclipse/eclipse.SlackBuild | 2 | ||||
-rw-r--r-- | development/eclipse/eclipse.info | 12 |
3 files changed, 10 insertions, 12 deletions
diff --git a/development/eclipse/README b/development/eclipse/README index b56f478b58..54c636d044 100644 --- a/development/eclipse/README +++ b/development/eclipse/README @@ -8,8 +8,6 @@ The classic Eclipse package contains: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation. -If you get an error when trying to start eclipse (from the command line) or -trying to use its internal web browser (which depends on xulrunner), please -check these threads: - http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-June/005979.html - http://www.mail-archive.com/slackbuilds-users@slackbuilds.org/msg03436.html +Eclipse internal web browser needs xulrunner OR webkit. Both are available +in Slackbuilds.org. Note: Firefox/Seamonkey libraries included in +Slackware packages does NOT work at all. diff --git a/development/eclipse/eclipse.SlackBuild b/development/eclipse/eclipse.SlackBuild index ca57e21f95..b661790bbf 100644 --- a/development/eclipse/eclipse.SlackBuild +++ b/development/eclipse/eclipse.SlackBuild @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=eclipse -VERSION=3.7.1 +VERSION=3.7.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/eclipse/eclipse.info b/development/eclipse/eclipse.info index 1f93ffea77..27cb29ceee 100644 --- a/development/eclipse/eclipse.info +++ b/development/eclipse/eclipse.info @@ -1,10 +1,10 @@ PRGNAM="eclipse" -VERSION="3.7.1" +VERSION="3.7.2" HOMEPAGE="http://www.eclipse.org" -DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/eclipse-SDK-3.7.1-linux-gtk.tar.gz" -MD5SUM="c7f3e186e7996d3a8afc16eec9e9e71f" -DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/eclipse-SDK-3.7.1-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="b8b37135600d92c373514ce5bb094143" +DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk.tar.gz" +MD5SUM="79b90faa1ee6e7af1910c3a5077b594f" +DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="6a0fd32cb6a986032a67defab3753476" MAINTAINER="Andre Barboza" EMAIL="bmg.andre@gmail.com" -APPROVED="Niels Horn" +APPROVED="dsomero" |