[Slackbuilds-users] gradle, jbake, android-studio maintenance
Eugen Wissner
belka at caraus.de
Tue Jul 19 21:07:22 UTC 2022
Hi there,
I've just tried to contact the maintainer of Gradle, Sukma Wardana,
and got the response “mailbox unavailable”. I asked him to update gradle
and attached a patch (I'll attach it here as well). All his SlackBuilds,
gradle, jbake and android-studio, are pretty old; last updates where
between 2018 and 2020. But I think he is still an active slackware user,
since I beleive I have found his blog where he mentions Slackware this
year.
Best regards
Eugen
-------------- next part --------------
--- a/gradle.SlackBuild 2022-07-19 20:39:30.692000000 +0000
+++ b/gradle.SlackBuild 2022-06-23 07:22:06.654000000 +0000
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gradle
-VERSION=${VERSION:-5.5.1}
+VERSION=${VERSION:-7.4.2}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@
cd ${PRGNAM}-$VERSION
chown -R root:root .
-cp -a bin lib init.d media $PKG/$GRADLE_HOME/
+cp -a bin lib init.d $PKG/$GRADLE_HOME/
mkdir -p $PKG/etc/profile.d/
install -m755 $CWD/$PRGNAM.csh $PKG/etc/profile.d/$PRGNAM.csh
@@ -72,7 +72,7 @@
rm -f $PKG/usr/share/gradle/bin/gradle.bat
mkdir -p $PKG/usr/doc/${PRGNAM}-$VERSION
-cp -a NOTICE LICENSE $PKG/usr/doc/${PRGNAM}-$VERSION
+cp -a NOTICE LICENSE README $PKG/usr/doc/${PRGNAM}-$VERSION
cat $CWD/${PRGNAM}.SlackBuild > $PKG/usr/doc/${PRGNAM}-$VERSION/${PRGNAM}.SlackBuild
mkdir -p $PKG/install
--- a/gradle.info 2022-07-19 20:39:30.692000000 +0000
+++ b/gradle.info 2022-06-23 07:22:06.654000000 +0000
@@ -1,8 +1,8 @@
PRGNAM="gradle"
-VERSION="5.5.1"
+VERSION="7.4.2"
HOMEPAGE="http://www.gradle.org/"
-DOWNLOAD="https://services.gradle.org/distributions/gradle-5.5.1-all.zip"
-MD5SUM="b624d6dd514dad79e477c8931a76875a"
+DOWNLOAD="https://services.gradle.org/distributions/gradle-7.4.2-all.zip"
+MD5SUM="cccd8e49948fec909f96e7a87d609684"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk11"
More information about the SlackBuilds-users
mailing list