summaryrefslogtreecommitdiffstats
path: root/development/eclipse-cpp/eclipse-cpp.SlackBuild
diff options
context:
space:
mode:
author Andre Barboza2015-10-16 13:56:09 +0200
committer Willy Sudiarto Raharjo2015-10-16 18:27:33 +0200
commita7539ba1ef4acd319f34af1d49a28a05d6b1affc (patch)
tree2065422ea7adbe93c618ad987bcb530ce12628dd /development/eclipse-cpp/eclipse-cpp.SlackBuild
parent67e0d8b7cb84cc63c639c1d995a66f2cb8fc0825 (diff)
downloadslackbuilds-a7539ba1ef4acd319f34af1d49a28a05d6b1affc.tar.gz
development/eclipse-cpp: Updated for version 4.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp/eclipse-cpp.SlackBuild')
-rw-r--r--development/eclipse-cpp/eclipse-cpp.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild
index 28b9426eaa..2f5ba6b6e7 100644
--- a/development/eclipse-cpp/eclipse-cpp.SlackBuild
+++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild
@@ -26,8 +26,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-cpp
-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.cdt.debug.application_1.1.0.201506070905/icons/cc48.png" \
+install -D -m 0644 "$PKG/opt/$PRGNAM/plugins/org.eclipse.cdt.debug.application_1.1.0.201509131935/icons/cc48.png" \
$PKG/usr/share/pixmaps/$PRGNAM.png
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \