development/eclipse-cpp: Updated for version 4.19.

15.0 now has a newer GTK3, so we can upgrade.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-04-22 22:06:11 +12:00
parent f609a6d87a
commit 89d763dc8d
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 7 additions and 7 deletions

View File

@ -27,8 +27,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-cpp
VERSION=${VERSION:-4.15}
SRCVERSION=${SRCVERSION:-2020-03-R}
VERSION=${VERSION:-4.19}
SRCVERSION=${SRCVERSION:-2021-03-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,7 +53,7 @@ cd $PKG/opt/$PRGNAM
# Untar source code tarball according with ARCH value
# ARCH can only be 'x86_64'
if [ "$ARCH" = "x86_64" ]; then
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-incubation-linux-gtk-$ARCH.tar.gz
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz
else
printf "$ARCH is not supported...\n"
exit 1

View File

@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
VERSION="4.15"
VERSION="4.19"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2020-03/R/eclipse-cpp-2020-03-R-incubation-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="c419a30918f1396c9d46106ed2350a01"
REQUIRES="jdk webkit2gtk"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2021-03/R/eclipse-cpp-2021-03-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="c94c6bd7c23530e1bd4a264bda4da5e0"
REQUIRES="jdk11 webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"