diff options
-rw-r--r-- | development/eclipse-cpp/README | 4 | ||||
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 | ||||
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.info | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/development/eclipse-cpp/README b/development/eclipse-cpp/README index aafaca646b..3708e59d0d 100644 --- a/development/eclipse-cpp/README +++ b/development/eclipse-cpp/README @@ -17,8 +17,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-cpp/configuration/config.ini +/opt/eclipse-cpp/eclipse.ini If you haven't done modifications in those files, overwrite them with config.ini.new and eclipse.ini.new. diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index ce905fc0ce..29e075bbb8 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -27,8 +27,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-cpp -VERSION=${VERSION:-4.6.3} -SRCVERSION=${SRCVERSION:-neon-3} +VERSION=${VERSION:-4.7} +SRCVERSION=${SRCVERSION:-oxygen-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +83,7 @@ chmod 0755 $PKG/usr/bin/$PRGNAM install -D -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop ECLIPSE_ICON=$(find . -name "*cc48.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 diff --git a/development/eclipse-cpp/eclipse-cpp.info b/development/eclipse-cpp/eclipse-cpp.info index 5cdf2ae1e6..e84fa964e0 100644 --- a/development/eclipse-cpp/eclipse-cpp.info +++ b/development/eclipse-cpp/eclipse-cpp.info @@ -1,10 +1,10 @@ PRGNAM="eclipse-cpp" -VERSION="4.6.3" +VERSION="4.7" HOMEPAGE="http://www.eclipse.org" -DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/neon/3/eclipse-cpp-neon-3-linux-gtk.tar.gz" -MD5SUM="9dc0514adeb0d57eddbb35038e2d7ab0" -DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/neon/3/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="445f46b6f3e83de8576999d32a91600a" +DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/oxygen/R/eclipse-cpp-oxygen-R-linux-gtk.tar.gz" +MD5SUM="cfb6cbacee7c39ec598016e6c59a1451" +DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/oxygen/R/eclipse-cpp-oxygen-R-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="9d4c5cf267bb8b240601e9e7f3a4d8c1" REQUIRES="jdk webkitgtk" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |