summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-12-29 21:27:52 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:59 +0700
commitbcdc08aec02869fcc9cde31f6b742bd31193689b (patch)
tree1a63f6f2ed1fecdc7df430e7092346d9f5595126
parent204bc100cb1427301491561debd4068373475d16 (diff)
downloadslackbuilds-bcdc08aec02869fcc9cde31f6b742bd31193689b.tar.gz
slackbuilds-bcdc08aec02869fcc9cde31f6b742bd31193689b.tar.xz
development/eclipse-cpp: Updated for version 4.7.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--development/eclipse-cpp/doinst.sh6
-rw-r--r--development/eclipse-cpp/eclipse-cpp.SlackBuild4
-rw-r--r--development/eclipse-cpp/eclipse-cpp.info10
3 files changed, 7 insertions, 13 deletions
diff --git a/development/eclipse-cpp/doinst.sh b/development/eclipse-cpp/doinst.sh
index 728f2f8c9f..dfdd71579c 100644
--- a/development/eclipse-cpp/doinst.sh
+++ b/development/eclipse-cpp/doinst.sh
@@ -19,11 +19,5 @@ if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
config opt/eclipse-cpp/configuration/config.ini.new
config opt/eclipse-cpp/eclipse.ini.new
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild
index abdbf11436..a6d728c573 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.7.1a}
-SRCVERSION=${SRCVERSION:-oxygen-1a}
+VERSION=${VERSION:-4.7.2}
+SRCVERSION=${SRCVERSION:-oxygen-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/eclipse-cpp/eclipse-cpp.info b/development/eclipse-cpp/eclipse-cpp.info
index 3f1671e3c9..28dbdd1de8 100644
--- a/development/eclipse-cpp/eclipse-cpp.info
+++ b/development/eclipse-cpp/eclipse-cpp.info
@@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
-VERSION="4.7.1a"
+VERSION="4.7.2"
HOMEPAGE="http://www.eclipse.org"
-DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/oxygen/1a/eclipse-cpp-oxygen-1a-linux-gtk.tar.gz"
-MD5SUM="69e823708e0a397c6b0eb141460d6874"
-DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/oxygen/1a/eclipse-cpp-oxygen-1a-linux-gtk-x86_64.tar.gz"
-MD5SUM_x86_64="4842b4c7ac77ed897904dafbb9227ebc"
+DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk.tar.gz"
+MD5SUM="c8b61005389aa98f3ddda496423712d8"
+DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz"
+MD5SUM_x86_64="b19b7da1d330c31267d730f4b3ecb550"
REQUIRES="jdk webkitgtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"