diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-10-16 18:55:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-16 23:27:32 +0700 |
commit | 67e0d8b7cb84cc63c639c1d995a66f2cb8fc0825 (patch) | |
tree | 1781f763b49434a19068256a511d7880df49d32f /development/eclipse-java/eclipse-java.SlackBuild | |
parent | 7970f3fc7f1a0d13e8abe3de28453f7ed131306f (diff) |
development/eclipse-java: Updated for version 4.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-java/eclipse-java.SlackBuild')
-rw-r--r-- | development/eclipse-java/eclipse-java.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/eclipse-java/eclipse-java.SlackBuild b/development/eclipse-java/eclipse-java.SlackBuild index b35639e4599d..105fd8a85502 100644 --- a/development/eclipse-java/eclipse-java.SlackBuild +++ b/development/eclipse-java/eclipse-java.SlackBuild @@ -26,8 +26,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-java -VERSION=${VERSION:-4.5} -SRCVERSION=mars-R +VERSION=${VERSION:-4.5.1} +SRCVERSION="mars-1" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ chmod 0755 $PKG/usr/bin/$PRGNAM # Add eclipse to KDE/GNOME/XFCE menu and install an icon for them install -D -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop -install -D -m 0644 "$PKG/opt/$PRGNAM/plugins/org.eclipse.platform_4.5.0.v20150603-2000/eclipse48.png" \ +install -D -m 0644 "$PKG/opt/$PRGNAM/plugins/org.eclipse.platform_4.5.1.v20150904-0015/eclipse48.png" \ $PKG/usr/share/pixmaps/$PRGNAM.png find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |