summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Tim Dickson2020-09-03 19:32:02 +0200
committer Willy Sudiarto Raharjo2020-09-05 03:26:43 +0200
commitb848bd9d3963fec959a8747d89c5755685fb51a3 (patch)
tree8ebcce22bcd1abf1316c6ebab8987ff202ba5645 /development
parent746cc2c6bcf891cac03edc1feba36d9d8e652981 (diff)
downloadslackbuilds-b848bd9d3963fec959a8747d89c5755685fb51a3.tar.gz
development/gambas3: Updated for version 3.15.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/gambas3/README8
-rw-r--r--development/gambas3/gambas3.SlackBuild12
-rw-r--r--development/gambas3/gambas3.info8
3 files changed, 17 insertions, 11 deletions
diff --git a/development/gambas3/README b/development/gambas3/README
index 0d63fa9df3..bdcd0affcd 100644
--- a/development/gambas3/README
+++ b/development/gambas3/README
@@ -5,14 +5,14 @@ ODBC and SQLite 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, imlib2, unixODBC, sqlite2, postgresql, sdl2_image,
-sdl2_ttf, sdl2_mixer, translate-shell and qt5-webkit are optional
+alure, gtkglext, imlib2, unixODBC, sqlite2, postgresql, SDL2_image,
+SDL2_ttf, SDL2_mixer, translate-shell and qt5-webkit are optional
dependencies.
Note: You should uninstall any present version of gambas before
creating this package. To enable JIT please install llvm from extra.
-It can create slackware packages of your programs, but bear in mind
-that the install location is fixed as /usr/bin
+The Gambas ide can create slackware packages of your gambas programs,
+but bear in mind that the install location is fixed as /usr/bin
note: installing llvm from slackware/extra is recommended.
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index c8326112f1..316c1eb640 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -22,11 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# updates since version 3.11.2 Copyright 2018/9/2020 Tim Dickson dickson.tim@googlemail.com
+# updates since version 3.11.2 Copyright 2018-2020 Tim Dickson dickson.tim@googlemail.com
PRGNAM=gambas3
SRCNAM=gambas
-VERSION=${VERSION:-3.14.3}
+VERSION=${VERSION:-3.15.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,7 +84,13 @@ LLVM_CONFIG=llvm-config \
$qt5
make
-make -j1 install-strip DESTDIR=$PKG XDG_UTILS=""
+make -j1 install DESTDIR=$PKG XDG_UTILS=""
+
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
+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
diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info
index 82c161834c..3ab5dc46a2 100644
--- a/development/gambas3/gambas3.info
+++ b/development/gambas3/gambas3.info
@@ -1,10 +1,10 @@
PRGNAM="gambas3"
-VERSION="3.14.3"
+VERSION="3.15.1"
HOMEPAGE="http://gambas.sourceforge.net"
-DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.14.3/gambas-3.14.3.tar.bz2"
-MD5SUM="734b5f0bcd750e5727027b62a5545a56"
+DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.15.1/gambas-3.15.1.tar.bz2"
+MD5SUM="332f19731356ce31d0d0e71ae10171d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="%README%"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"