diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-01-13 21:25:44 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:11 +0700 |
commit | 10327712d635050bdcb21b44e5563e6b2177f73f (patch) | |
tree | af0a3ba8a8b6c874586276ed5656fed69a408d44 /development/gambas3 | |
parent | b2d0374a9a8d2cbedfd322faa3d6bc25d907db2b (diff) |
development/gambas3: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 5 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index 4b7d2c1cc9c18..02d40414653e4 100644 --- a/development/gambas3/gambas3.SlackBuild +++ b/development/gambas3/gambas3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Gambas 3 -# updates since version 3.11.2 Copyright 2018-2022 Tim Dickson dickson.tim@googlemail.com +# updates since version 3.11.2 Copyright 2018-2023 Tim Dickson dickson.tim@googlemail.com # Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com> # All rights reserved. # @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gambas3 SRCNAM=gambas -VERSION=${VERSION:-3.17.3} +VERSION=${VERSION:-3.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,7 +101,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mv $PKG/usr/share/man $PKG/usr find $PKG/usr/man -type f -exec gzip -9 {} \; - mkdir -p $PKG/usr/share/icons/hicolor/{scalable/apps,48x48/apps,64x64/mimetypes} cp -a app/desktop/$PRGNAM.svg $PKG/usr/share/icons/hicolor/scalable/apps convert -resize 48x48 app/desktop/$PRGNAM.png $PKG/usr/share/icons/hicolor/48x48/apps/$PRGNAM.png diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info index de27daac58e22..0f4a572dff767 100644 --- a/development/gambas3/gambas3.info +++ b/development/gambas3/gambas3.info @@ -1,8 +1,8 @@ PRGNAM="gambas3" -VERSION="3.17.3" +VERSION="3.18.0" HOMEPAGE="http://gambas.sourceforge.net" -DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.17.3/gambas-3.17.3.tar.bz2" -MD5SUM="a6eaeba4088addca4aa1f723432b3b88" +DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.0/gambas-3.18.0.tar.bz2" +MD5SUM="b22e051109b6498dbd12136d69392ad7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |