mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/eclipse-jee: Updated for version 4.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
386e765877
commit
954c75c3b9
3 changed files with 12 additions and 14 deletions
|
@ -24,8 +24,8 @@ UPGRADING:
|
|||
if you find an error during Eclipse initialization, check
|
||||
this two files:
|
||||
|
||||
/opt/eclipse/configuration/config.ini
|
||||
/opt/eclipse/eclipse.ini
|
||||
/opt/eclipse-jee/configuration/config.ini
|
||||
/opt/eclipse-jee/eclipse.ini
|
||||
|
||||
If you haven't done modifications in those files, overwrite
|
||||
them with config.ini.new and eclipse.ini.new.
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
# This script is just a binary repackaging.
|
||||
|
||||
PRGNAM=eclipse-jee
|
||||
VERSION=${VERSION:-4.6.3}
|
||||
SRCVERSION=${SRCVERSION:-neon-3}
|
||||
VERSION=${VERSION:-4.7}
|
||||
SRCVERSION=${SRCVERSION:-oxygen-R}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,16 +83,14 @@ chmod 0755 $PKG/usr/bin/$PRGNAM
|
|||
install -D -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
ECLIPSE_ICON=$(find . -iname "*javaee-ide_x48.png")
|
||||
install -D -m 0644 "$PKG/opt/$PRGNAM/${ECLIPSE_ICON}" \
|
||||
$PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
$PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Don't clobber any existing config file
|
||||
mv $PKG/opt/$PRGNAM/configuration/config.ini \
|
||||
$PKG/opt/$PRGNAM/configuration/config.ini.new
|
||||
mv $PKG/opt/$PRGNAM/eclipse.ini \
|
||||
$PKG/opt/$PRGNAM/eclipse.ini.new
|
||||
mv $PKG/opt/$PRGNAM/configuration/config.ini $PKG/opt/$PRGNAM/configuration/config.ini.new
|
||||
mv $PKG/opt/$PRGNAM/eclipse.ini $PKG/opt/$PRGNAM/eclipse.ini.new
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd $PKG/opt/$PRGNAM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eclipse-jee"
|
||||
VERSION="4.6.3"
|
||||
VERSION="4.7"
|
||||
HOMEPAGE="http://www.eclipse.org"
|
||||
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/neon/3/eclipse-jee-neon-3-linux-gtk.tar.gz"
|
||||
MD5SUM="3b7f6e2c1c0af0c28f64fef9c021e107"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/neon/3/eclipse-jee-neon-3-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="74063c84ecba089321c1e5d91276014c"
|
||||
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/oxygen/R/eclipse-jee-oxygen-R-linux-gtk.tar.gz"
|
||||
MD5SUM="ff2a68255cad621e82c252263af92143"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/oxygen/R/eclipse-jee-oxygen-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="ad9a8af880b26c41f06975dfad0db317"
|
||||
REQUIRES="jdk webkitgtk"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue