mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/eclipse: Updated for version 3.6.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
b9c93f4471
commit
f3aec66c2f
4 changed files with 16 additions and 10 deletions
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Exec=eclipse
|
||||
Name=Eclipse
|
||||
GenericName=Eclipse SDK
|
||||
GenericName=Eclipse Classic
|
||||
Comment=Eclipse Classic
|
||||
Icon=eclipse
|
||||
StartupNotify=true
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue