summaryrefslogtreecommitdiffstats
path: root/development/gambas3
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-10-29 06:48:05 +0200
committer Willy Sudiarto Raharjo2016-10-31 17:33:36 +0100
commita8e7d8673c4c6ceb30002d1d2049ec1670142a68 (patch)
tree0e452dac2a933ca6c57ffdb4d261de92be4bdd1b /development/gambas3
parentf6733f5b29893df7dee9abe4821c40bcb46481e1 (diff)
downloadslackbuilds-a8e7d8673c4c6ceb30002d1d2049ec1670142a68.tar.gz
development/gambas3: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r--development/gambas3/README2
-rw-r--r--development/gambas3/gambas3.SlackBuild13
-rw-r--r--development/gambas3/gambas3.info6
3 files changed, 6 insertions, 15 deletions
diff --git a/development/gambas3/README b/development/gambas3/README
index 9c94614039..a6434943f5 100644
--- a/development/gambas3/README
+++ b/development/gambas3/README
@@ -5,5 +5,5 @@ 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, gsl, gtkglext, imlib2, unixODBC, sqlite2 and postgresql are
+alure, gtkglext, imlib2, unixODBC, sqlite2, postgresql, and qt5 are
optional dependencies.
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 67ac1a2876..3b566653e7 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gambas3
-VERSION=${VERSION:-3.8.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.9.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SHORT_PRGNAM=${PRGNAM%$(cut -d . -f 1 <<< $VERSION)}
@@ -56,15 +56,6 @@ else
LIBDIRSUFFIX=""
fi
-# Add Qt5 detection
-# REMINDER: Remove when upgrading to 3.9.x
-QT5=`pkg-config --exists Qt5Core`
-if [ "$?" -eq 0 ]; then
- qt5="--enable-qt5"
-else
- qt5="--disable-qt5"
-fi
-
set -e
rm -rf $PKG
diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info
index 1fb577ab7c..6ef0bb7ca8 100644
--- a/development/gambas3/gambas3.info
+++ b/development/gambas3/gambas3.info
@@ -1,8 +1,8 @@
PRGNAM="gambas3"
-VERSION="3.8.4"
+VERSION="3.9.1"
HOMEPAGE="http://gambas.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/gambas/gambas3-3.8.4.tar.bz2"
-MD5SUM="1734e722a9f04db0f27b2e4d68a374b6"
+DOWNLOAD="http://downloads.sourceforge.net/gambas/gambas3-3.9.1.tar.bz2"
+MD5SUM="68949413f2ffc523e5b88ebaf3e3944a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""