summaryrefslogtreecommitdiffstats
path: root/development/eclipse
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2013-05-19 09:11:54 -0400
committer dsomero <xgizzmo@slackbuilds.org>2013-05-19 09:11:54 -0400
commita766d71dd08696e14571861eab20b6113e7b0ec4 (patch)
tree27bbf73997f245fdf2364fd9680b50c6bf990ba3 /development/eclipse
parent282a3803067cda668423df6b34d2e5721540138a (diff)
downloadslackbuilds-a766d71dd08696e14571861eab20b6113e7b0ec4.tar.gz
slackbuilds-a766d71dd08696e14571861eab20b6113e7b0ec4.tar.xz
development/eclipse: Updated for version 4.2.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/eclipse')
-rw-r--r--development/eclipse/README9
-rw-r--r--development/eclipse/eclipse.SlackBuild4
-rw-r--r--development/eclipse/eclipse.info10
-rw-r--r--development/eclipse/slack-desc10
4 files changed, 21 insertions, 12 deletions
diff --git a/development/eclipse/README b/development/eclipse/README
index 6ed33c3803..98b5e3e585 100644
--- a/development/eclipse/README
+++ b/development/eclipse/README
@@ -7,3 +7,12 @@ 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.
+
+Upgrading: if you find an error during Eclipse initialization, check
+this two files:
+
+/opt/eclipse/configuration/config.ini
+/opt/eclipse/eclipse.ini
+
+If you haven't done modifications in those files, overwrite them with
+config.ini.new and eclipse.ini.new.
diff --git a/development/eclipse/eclipse.SlackBuild b/development/eclipse/eclipse.SlackBuild
index 195a7fc98c..5f474a855e 100644
--- a/development/eclipse/eclipse.SlackBuild
+++ b/development/eclipse/eclipse.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for eclipse
+# Slackware build script for eclipse
# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# All rights reserved.
@@ -26,7 +26,7 @@
# This script is just a binary repackaging.
PRGNAM=eclipse
-VERSION=4.2.1
+VERSION=4.2.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/eclipse/eclipse.info b/development/eclipse/eclipse.info
index fe63018b84..d7d7009f8d 100644
--- a/development/eclipse/eclipse.info
+++ b/development/eclipse/eclipse.info
@@ -1,10 +1,10 @@
PRGNAM="eclipse"
-VERSION="4.2.1"
+VERSION="4.2.2"
HOMEPAGE="http://www.eclipse.org"
-DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/eclipse-SDK-4.2.1-linux-gtk.tar.gz"
-MD5SUM="b7e954f547f30704a92fd13895de6d6e"
-DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/eclipse-SDK-4.2.1-linux-gtk-x86_64.tar.gz"
-MD5SUM_x86_64="256a04925c033602e5dc479542f7a196"
+DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-linux-gtk.tar.gz"
+MD5SUM="daa539af97a5cf4fb8ae1d7675b9625b"
+DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz"
+MD5SUM_x86_64="902102ec85539f4c9342b2c1c4c67f64"
REQUIRES="jdk webkitgtk"
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
diff --git a/development/eclipse/slack-desc b/development/eclipse/slack-desc
index 10b4a81675..d78f8920f6 100644
--- a/development/eclipse/slack-desc
+++ b/development/eclipse/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
eclipse: Eclipse (An open-source, platform-independent software framework)