summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andrew Clemons2021-04-22 12:06:11 +0200
committer Andrew Clemons2021-04-23 08:21:26 +0200
commitc6b2ab45ee1c699209bb006443c876545e201fe4 (patch)
treecb3006d31afa007a27cd1078562015c76b18de5b /development
parent5e6f410850dfd7d420bbb409fe41c00f5cedd054 (diff)
downloadslackbuilds-c6b2ab45ee1c699209bb006443c876545e201fe4.tar.gz
development/eclipse-php: 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>
Diffstat (limited to 'development')
-rw-r--r--development/eclipse-php/README6
-rw-r--r--development/eclipse-php/doinst.sh5
-rw-r--r--development/eclipse-php/eclipse-php.SlackBuild4
-rw-r--r--development/eclipse-php/eclipse-php.info8
4 files changed, 10 insertions, 13 deletions
diff --git a/development/eclipse-php/README b/development/eclipse-php/README
index 4e15e24c15..449e64db4a 100644
--- a/development/eclipse-php/README
+++ b/development/eclipse-php/README
@@ -12,11 +12,11 @@ This package includes:
**********
UPGRADING:
**********
-if you find an error during Eclipse initialization, check
-these two files:
+if you find an error during Eclipse initialisation, check
+this two files:
/opt/eclipse-php/configuration/config.ini
/opt/eclipse-php/eclipse.ini
-If you haven't done modifications in those files, overwrite
+If you haven't made modifications to those files, overwrite
them with config.ini.new and eclipse.ini.new.
diff --git a/development/eclipse-php/doinst.sh b/development/eclipse-php/doinst.sh
index 95382d88a1..e6a482879a 100644
--- a/development/eclipse-php/doinst.sh
+++ b/development/eclipse-php/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-php/eclipse-php.SlackBuild b/development/eclipse-php/eclipse-php.SlackBuild
index bfde2c534a..c053bef344 100644
--- a/development/eclipse-php/eclipse-php.SlackBuild
+++ b/development/eclipse-php/eclipse-php.SlackBuild
@@ -28,8 +28,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-php
-VERSION=${VERSION:-4.14}
-SRCVERSION=${SRCVERSION:-2019-12-R}
+VERSION=${VERSION:-4.19}
+SRCVERSION=${SRCVERSION:-2021-03-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/eclipse-php/eclipse-php.info b/development/eclipse-php/eclipse-php.info
index 9d09f14e10..54d7ba35ab 100644
--- a/development/eclipse-php/eclipse-php.info
+++ b/development/eclipse-php/eclipse-php.info
@@ -1,10 +1,10 @@
PRGNAM="eclipse-php"
-VERSION="4.14"
+VERSION="4.19"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-12/R/eclipse-php-2019-12-R-linux-gtk-x86_64.tar.gz"
-MD5SUM_x86_64="273dad6dfff659928be652367772b2cd"
-REQUIRES="jdk webkit2gtk"
+DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2021-03/R/eclipse-php-2021-03-R-linux-gtk-x86_64.tar.gz"
+MD5SUM_x86_64="f629e9a589ff0e3b312a96d1e602e491"
+REQUIRES="jdk11 webkit2gtk"
MAINTAINER="Giuseppe Di Terlizzi"
EMAIL="giuseppe.diterlizzi@gmail.com"