mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
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>
This commit is contained in:
parent
746cc2c6bc
commit
b848bd9d39
3 changed files with 17 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue