diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-04-12 23:32:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-12 23:32:20 +0700 |
commit | 3f24512901b9d899f87c4267b25cf844733ff1e3 (patch) | |
tree | af93760ed0405442b98f0bd0666323602158b7dc /development/gambas3 | |
parent | 706e25f22e6a38449cb7ba529a4b3480a264255d (diff) |
development/gambas3: Updated for version 3.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r-- | development/gambas3/README | 12 | ||||
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 4 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/development/gambas3/README b/development/gambas3/README index fb39105149d7..0afda50516f5 100644 --- a/development/gambas3/README +++ b/development/gambas3/README @@ -6,9 +6,11 @@ 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 and qt5-webkit are optional dependencies. -You should uninstall any present version of gambas before creating -this package. +sdl2_ttf, sdl2_mixer, translate-shell and qt5-webkit are optional +dependencies. 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 -It can create slackware packages of your programs, but only the -noarch version contains the program. diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index b18da6762da9..24df685277b5 100644 --- a/development/gambas3/gambas3.SlackBuild +++ b/development/gambas3/gambas3.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=gambas3 SRCNAM=gambas -VERSION=${VERSION:-3.12.2} +VERSION=${VERSION:-3.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ fi set -e if [ "x`ls /var/log/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then - #and current installs of gambas should be uninstalled before + #current installs of gambas should be uninstalled before #attempting to create this gambas3 package echo "you must uninstall $PRGNAM before creating package $PRGNAM ver $VERSION" exit 2 diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info index 2c6d4dc6c5a3..f43394baf479 100644 --- a/development/gambas3/gambas3.info +++ b/development/gambas3/gambas3.info @@ -1,8 +1,8 @@ PRGNAM="gambas3" -VERSION="3.12.2" +VERSION="3.13.0" HOMEPAGE="http://gambas.sourceforge.net" -DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.12.2/gambas-3.12.2.tar.bz2" -MD5SUM="08b6198c852a48460ccf1da074d91f6b" +DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.13.0/gambas-3.13.0.tar.bz2" +MD5SUM="843309fdbf0666461b3f093327eb1af3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |