mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/eclipse-cpp: Updated for version 4.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
954c75c3b9
commit
ef36b55c53
3 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue