summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andre Barboza2010-10-31 17:11:53 +0100
committer Heinz Wiesinger2010-11-22 19:40:03 +0100
commitf3aec66c2f5499782714f1bf5bed7eda21ab4488 (patch)
tree355e817d9b7f7c457b5f1a0f6cbf96fe6149dbb9 /development
parentb9c93f44715b6e55fcb7308163a18237e29888f9 (diff)
downloadslackbuilds-f3aec66c2f5499782714f1bf5bed7eda21ab4488.tar.gz
development/eclipse: Updated for version 3.6.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/eclipse/README4
-rw-r--r--development/eclipse/eclipse.SlackBuild4
-rw-r--r--development/eclipse/eclipse.desktop2
-rw-r--r--development/eclipse/eclipse.info16
4 files changed, 16 insertions, 10 deletions
diff --git a/development/eclipse/README b/development/eclipse/README
index 51245df2c6..b56f478b58 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 7031ff0aa7..573e1013a8 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 3f13f576a4..fb9f976ba2 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 1e18097ff9..460e62d945 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"