mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/gambas3: Updated for version 3.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66de22d951
commit
81c972674d
3 changed files with 9 additions and 11 deletions
|
@ -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.
|
||||
|
||||
gsl, gtkglext, imlib2, unixODBC, sqlite2 and postgresql are
|
||||
optional dependencies.
|
||||
gstreamer1, gsl, gtkglext, imlib2, unixODBC, sqlite2 and postgresql
|
||||
are optional dependencies.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Gambas 3
|
||||
|
||||
# Copyright 2012-2013 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gambas3
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
VERSION=${VERSION:-3.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -90,12 +90,10 @@ mkdir -p $PKG/usr/share/{applications,mime/packages}
|
|||
cp -a app/desktop/$PRGNAM.desktop $PKG/usr/share/applications
|
||||
cp -a app/mime/application-x-${SHORT_PRGNAM}{script,serverpage}.xml \
|
||||
$PKG/usr/share/mime/packages
|
||||
cp -a main/mime/application-x-$PRGNAM.xml \
|
||||
$PKG/usr/share/mime/packages
|
||||
cp -a main/mime/application-x-$PRGNAM.xml $PKG/usr/share/mime/packages
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING ChangeLog INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gambas3"
|
||||
VERSION="3.4.1"
|
||||
VERSION="3.5.3"
|
||||
HOMEPAGE="http://gambas.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gambas/gambas3-3.4.1.tar.bz2"
|
||||
MD5SUM="eef35861d1e95808180ac7ed5a436569"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gambas/gambas3-3.5.3.tar.bz2"
|
||||
MD5SUM="b09b1311d99a1388c65e5aac72ceacee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue