summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
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
commit10327712d635050bdcb21b44e5563e6b2177f73f (patch)
treeaf0a3ba8a8b6c874586276ed5656fed69a408d44 /development
parentb2d0374a9a8d2cbedfd322faa3d6bc25d907db2b (diff)
downloadslackbuilds-10327712d635050bdcb21b44e5563e6b2177f73f.tar.gz
slackbuilds-10327712d635050bdcb21b44e5563e6b2177f73f.tar.xz
development/gambas3: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/gambas3/gambas3.SlackBuild5
-rw-r--r--development/gambas3/gambas3.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 4b7d2c1cc9..02d4041465 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 de27daac58..0f4a572dff 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%"