diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2010-10-31 17:11:53 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:40:03 +0100 |
commit | f3aec66c2f5499782714f1bf5bed7eda21ab4488 (patch) | |
tree | 355e817d9b7f7c457b5f1a0f6cbf96fe6149dbb9 /development/eclipse | |
parent | b9c93f44715b6e55fcb7308163a18237e29888f9 (diff) |
development/eclipse: Updated for version 3.6.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/eclipse')
-rw-r--r-- | development/eclipse/README | 4 | ||||
-rw-r--r-- | development/eclipse/eclipse.SlackBuild | 4 | ||||
-rw-r--r-- | development/eclipse/eclipse.desktop | 2 | ||||
-rw-r--r-- | development/eclipse/eclipse.info | 16 |
4 files changed, 16 insertions, 10 deletions
diff --git a/development/eclipse/README b/development/eclipse/README index 51245df2c68f..b56f478b58f5 100644 --- a/development/eclipse/README +++ b/development/eclipse/README @@ -4,6 +4,10 @@ Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools, and runtimes for building, deploying, and managing software across the lifecycle. +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: diff --git a/development/eclipse/eclipse.SlackBuild b/development/eclipse/eclipse.SlackBuild index 7031ff0aa7af..573e1013a88d 100644 --- a/development/eclipse/eclipse.SlackBuild +++ b/development/eclipse/eclipse.SlackBuild @@ -21,10 +21,12 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Update by: Andre Barboza <bmg.andre@gmail.com> + # This script is just a binary repackaging. PRGNAM=eclipse -VERSION=3.6 +VERSION=3.6.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/eclipse/eclipse.desktop b/development/eclipse/eclipse.desktop index 3f13f576a4d2..fb9f976ba2ce 100644 --- a/development/eclipse/eclipse.desktop +++ b/development/eclipse/eclipse.desktop @@ -2,7 +2,7 @@ Type=Application Exec=eclipse Name=Eclipse -GenericName=Eclipse SDK +GenericName=Eclipse Classic Comment=Eclipse Classic Icon=eclipse StartupNotify=true diff --git a/development/eclipse/eclipse.info b/development/eclipse/eclipse.info index 1e18097ff987..460e62d94575 100644 --- a/development/eclipse/eclipse.info +++ b/development/eclipse/eclipse.info @@ -1,10 +1,10 @@ PRGNAM="eclipse" -VERSION="3.6" +VERSION="3.6.1" HOMEPAGE="http://www.eclipse.org" -DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/eclipse-SDK-3.6-linux-gtk.tar.gz" -MD5SUM="5f14c2de0dd9d9af614a0be53121a326" -DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/eclipse-SDK-3.6-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="8cefbf42bb8f08b814e32726bb207f25" -MAINTAINER="Antonio Hernández Blas" -EMAIL="hba.nihilismus@gmail.com" -APPROVED="rworkman" +DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk.tar.gz" +MD5SUM="2bc114d4d3b513ef68a175654e5f44f3" +DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="7215b722ad397c5680f80fb2493453e2" +MAINTAINER="Andre Barboza" +EMAIL="bmg.andre@gmail.com" +APPROVED="pprkut" |