summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2019-06-23 06:19:33 +0200
committer Willy Sudiarto Raharjo2019-06-29 03:17:54 +0200
commit43721ccb6190543589123863ebe5fc4d4715a3de (patch)
treee5ad4aeff132637a68f3cefb33ba8fa8c1e43f03
parent3d32d7ea5a5bc42ae8615182aef42df1c177f337 (diff)
downloadslackbuilds-43721ccb6190543589123863ebe5fc4d4715a3de.tar.gz
development/eclipse-cpp: Updated for version 4.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--development/eclipse-cpp/doinst.sh5
-rw-r--r--development/eclipse-cpp/eclipse-cpp.SlackBuild4
-rw-r--r--development/eclipse-cpp/eclipse-cpp.info6
3 files changed, 6 insertions, 9 deletions
diff --git a/development/eclipse-cpp/doinst.sh b/development/eclipse-cpp/doinst.sh
index dfdd71579c..13e5ccb545 100644
--- a/development/eclipse-cpp/doinst.sh
+++ b/development/eclipse-cpp/doinst.sh
@@ -1,14 +1,11 @@
config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
if [ ! -r $OLD ]; then
mv $NEW $OLD
- elif [ "$(cat $OLD|md5sum)" = "$(cat $NEW|md5sum)" ]; then
- # toss the redundant copy
+ elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
rm $NEW
fi
- # Otherwise, we leave the .new copy for the admin to consider...
}
if [ -x /usr/bin/update-desktop-database ]; then
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild
index 6a90cca912..1fc5f10f1c 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:-201903}
-SRCVERSION=${SRCVERSION:-2019-03-R}
+VERSION=${VERSION:-4.12}
+SRCVERSION=${SRCVERSION:-2019-06-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/eclipse-cpp/eclipse-cpp.info b/development/eclipse-cpp/eclipse-cpp.info
index d5949c4847..6a5cd65b38 100644
--- a/development/eclipse-cpp/eclipse-cpp.info
+++ b/development/eclipse-cpp/eclipse-cpp.info
@@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
-VERSION="201903"
+VERSION="4.12"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-03/R/eclipse-cpp-2019-03-R-linux-gtk-x86_64.tar.gz"
-MD5SUM_x86_64="87ecc2410a4175ab0f016811f433664c"
+DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-06/R/eclipse-cpp-2019-06-R-linux-gtk-x86_64.tar.gz"
+MD5SUM_x86_64="6eccf433b04e55d51685228e856d63ed"
REQUIRES="jdk webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"