summaryrefslogtreecommitdiffstats
path: root/development/gambas3
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2023-09-21 22:03:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 08:42:53 +0700
commit149af62df215255727a0321efad1e1e01aa22ee7 (patch)
treec49f156d3dec924766084f737a4ed4861d3634ed /development/gambas3
parent00def4e572b525d310567b47c56fdd08fa34742f (diff)
downloadslackbuilds-149af62df215255727a0321efad1e1e01aa22ee7.tar.gz
slackbuilds-149af62df215255727a0321efad1e1e01aa22ee7.tar.xz
development/gambas3: Updated for version 3.18.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r--development/gambas3/README3
-rw-r--r--development/gambas3/gambas3.SlackBuild5
-rw-r--r--development/gambas3/gambas3.info8
3 files changed, 8 insertions, 8 deletions
diff --git a/development/gambas3/README b/development/gambas3/README
index 56fc282ae6..d3f5e44742 100644
--- a/development/gambas3/README
+++ b/development/gambas3/README
@@ -5,8 +5,7 @@ ODBC and SQLite3 databases, pilot applications with D-Bus, translate
your program into any language, create network applications easily,
make 3D OpenGL applications, make CGI web applications, and so on.
-alure, gtkglext, webkit2gtk, imlib2, unixODBC, postgresql, and
-translate-shell are optional dependencies.
+unixODBC, postgresql, and translate-shell are optional dependencies.
Note: You should uninstall any present version of gambas before
creating this package.
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index c09dfad802..3b76cdb6ee 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gambas3
SRCNAM=gambas
-VERSION=${VERSION:-3.18.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.18.4}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,7 @@ 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}
+chmod 644 app/desktop/$PRGNAM.svg
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
convert -resize 64x64 app/mime/application-x-${SRCNAM}script.png $PKG/usr/share/icons/hicolor/64x64/mimetypes/script.png
diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info
index d73839acb3..3fb89df579 100644
--- a/development/gambas3/gambas3.info
+++ b/development/gambas3/gambas3.info
@@ -1,10 +1,10 @@
PRGNAM="gambas3"
-VERSION="3.18.3"
+VERSION="3.18.4"
HOMEPAGE="http://gambas.sourceforge.net"
-DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.3/gambas-3.18.3.tar.bz2"
-MD5SUM="7851485fab515a5c7d8a496358ee5786"
+DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.4/gambas-3.18.4.tar.bz2"
+MD5SUM="271be29c2dbe95623bb1750f78d7d3ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="%README%"
+REQUIRES="alure gtkglext webkit2gtk imlib %README%"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"