summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andrew Clemons2018-12-19 22:07:30 +0100
committer Willy Sudiarto Raharjo2019-02-02 02:12:04 +0100
commita6ee7699917e0b8bbe6955026f9fd15fdff264ee (patch)
tree7bfaa8824836ae10b3f162f13d92ec122c1b4f6d /development
parent14b59a6b458a3adc1c1480e2f0ded9af343c401a (diff)
downloadslackbuilds-a6ee7699917e0b8bbe6955026f9fd15fdff264ee.tar.gz
development/eclipse-cpp: Updated for version 201812.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/eclipse-cpp/README2
-rw-r--r--development/eclipse-cpp/eclipse-cpp.SlackBuild6
-rw-r--r--development/eclipse-cpp/eclipse-cpp.info12
3 files changed, 9 insertions, 11 deletions
diff --git a/development/eclipse-cpp/README b/development/eclipse-cpp/README
index 396919119d..a1707cc3e5 100644
--- a/development/eclipse-cpp/README
+++ b/development/eclipse-cpp/README
@@ -14,7 +14,7 @@ This package includes:
**********
UPGRADING:
**********
-if you find an error during Eclipse initialization, check
+if you find an error during Eclipse initialisation, check
this two files:
/opt/eclipse-cpp/configuration/config.ini
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild
index d1aab7ee0d..294190a00d 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:-201809}
-SRCVERSION=${SRCVERSION:-2018-09}
+VERSION=${VERSION:-201812}
+SRCVERSION=${SRCVERSION:-2018-12-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,8 +54,6 @@ cd $PKG/opt/$PRGNAM
# ARCH can be 'i586' or 'x86_64'
if [ "$ARCH" = "x86_64" ]; then
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz
-elif case "$ARCH" in i?86) true ;; *) false ;; esac ; then
- tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk.tar.gz
else
printf "$ARCH is not supported...\n"
exit 1
diff --git a/development/eclipse-cpp/eclipse-cpp.info b/development/eclipse-cpp/eclipse-cpp.info
index 6887abee80..6d5d18944d 100644
--- a/development/eclipse-cpp/eclipse-cpp.info
+++ b/development/eclipse-cpp/eclipse-cpp.info
@@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
-VERSION="201809"
+VERSION="201812"
HOMEPAGE="http://www.eclipse.org"
-DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-cpp-2018-09-linux-gtk.tar.gz"
-MD5SUM="e65bd7bfa48335c49a7d3354a9a36cbb"
-DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-cpp-2018-09-linux-gtk-x86_64.tar.gz"
-MD5SUM_x86_64="6087e4def4382fd334de658f9bde190b"
-REQUIRES="jdk webkitgtk"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-12/R/eclipse-cpp-2018-12-R-linux-gtk-x86_64.tar.gz"
+MD5SUM_x86_64="e879993c8683eaf60e9bd3c747e7c895"
+REQUIRES="jdk webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"