From 149af62df215255727a0321efad1e1e01aa22ee7 Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Thu, 21 Sep 2023 22:03:07 +0700 Subject: development/gambas3: Updated for version 3.18.4. Signed-off-by: Willy Sudiarto Raharjo --- development/gambas3/README | 3 +-- development/gambas3/gambas3.SlackBuild | 5 +++-- development/gambas3/gambas3.info | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'development/gambas3') 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" -- cgit v1.2.3-80-g2a13