development/qb64pe: Updated for version 3.9.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2023-10-06 21:56:22 +08:00 committed by Willy Sudiarto Raharjo
parent 602b23d6f6
commit af5255bfef
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 8 additions and 7 deletions

5
development/qb64pe/qb64pe-launcher Normal file → Executable file
View File

@ -1,13 +1,14 @@
#!/bin/sh
DEST="$HOME/.config/qb64pe-3.8.0"
VERSION=3.9.0
DEST="$HOME/.config/qb64pe-$VERSION"
if [ ! -d $DEST ]
then
notify-send "Setting up $DEST workspace for first run, please be patient..."
CWD=`pwd`
mkdir -p $DEST
cd $DEST
tar xvfz /usr/src/qb64pe-3.8.0/QB64pe-3.8.0.tar.gz --strip-components=1
tar xvfz /usr/src/qb64pe-$VERSION/QB64pe-$VERSION.tar.gz --strip-components=1
make clean OS=lnx
make OS=lnx BUILD_QB64=y -j1
rm -rf run_qb64pe.sh

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qb64pe
VERSION=${VERSION:-3.8.0}
VERSION=${VERSION:-3.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -2,7 +2,7 @@
Name=QB64-PE Programming IDE
GenericName=QB64-PE Programming IDE
Exec=qb64pe-launcher "$@"
Icon=qb64pe
Icon=qb64pe.png
Terminal=false
Type=Application
Categories=Development;IDE;

View File

@ -1,8 +1,8 @@
PRGNAM="qb64pe"
VERSION="3.8.0"
VERSION="3.9.0"
HOMEPAGE="https://qb64phoenix.com/"
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.8.0/QB64pe-3.8.0.tar.gz"
MD5SUM="edc4e5ff564858ab2e1dd1d0bd7673ef"
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.9.0/v3.9.0.tar.gz"
MD5SUM="773794548ff10f4658588f58e0c53040"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""