diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2014-07-10 02:46:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-10 02:46:37 +0700 |
commit | e8c01f7ddc84e970c3d326ce64ee3ec9b7824932 (patch) | |
tree | 9602e1145bd4a1a922588e9863e5e2a46092ee1c /development | |
parent | d7205f8a1cbb0cc1f16728bbf07450493e04b475 (diff) | |
download | slackbuilds-e8c01f7ddc84e970c3d326ce64ee3ec9b7824932.tar.gz |
development/eclipse: Updated for version 4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/eclipse/eclipse.SlackBuild | 12 | ||||
-rw-r--r-- | development/eclipse/eclipse.info | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/development/eclipse/eclipse.SlackBuild b/development/eclipse/eclipse.SlackBuild index b14d89a5c3..614ad6a8fd 100644 --- a/development/eclipse/eclipse.SlackBuild +++ b/development/eclipse/eclipse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for eclipse -# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com> +# Copyright (c) 2008-2014, Antonio Hernández Blas <hba.nihilismus@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=eclipse -VERSION=${VERSION:-4.3.2} +VERSION=${VERSION:-4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,10 +61,10 @@ fi chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Add a wrapper to run eclipse in /usr/bin # Its going to change the working directory to $HOME, so when you import/export diff --git a/development/eclipse/eclipse.info b/development/eclipse/eclipse.info index e6c20eae58..75733644d1 100644 --- a/development/eclipse/eclipse.info +++ b/development/eclipse/eclipse.info @@ -1,10 +1,10 @@ PRGNAM="eclipse" -VERSION="4.3.2" +VERSION="4.4" HOMEPAGE="http://www.eclipse.org" -DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.2-201402211700/eclipse-SDK-4.3.2-linux-gtk.tar.gz" -MD5SUM="cd89c0d90a416057bf01fd95ec4f0da0" -DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.2-201402211700/eclipse-SDK-4.3.2-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="c1fd4b69c756b2f9609217aaca29b453" +DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops4/R-4.4-201406061215/eclipse-SDK-4.4-linux-gtk.tar.gz" +MD5SUM="2d9bdc5b34c2de6bb6b90de0dfed3a63" +DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops4/R-4.4-201406061215/eclipse-SDK-4.4-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="fb0b31b764c7751ea80b1d1ad9909b7a" REQUIRES="jdk webkitgtk" MAINTAINER="Andre Barboza" EMAIL="bmg.andre@gmail.com" |