diff options
Diffstat (limited to 'development/gambas3')
-rw-r--r-- | development/gambas3/README | 2 | ||||
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 13 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
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="" |