diff options
Diffstat (limited to 'development/qb64')
-rw-r--r-- | development/qb64/README | 2 | ||||
-rw-r--r-- | development/qb64/qb64-launcher | 2 | ||||
-rw-r--r-- | development/qb64/qb64.SlackBuild | 6 | ||||
-rw-r--r-- | development/qb64/qb64.desktop | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/development/qb64/README b/development/qb64/README index 6ce775f7f5..0ef6213475 100644 --- a/development/qb64/README +++ b/development/qb64/README @@ -16,7 +16,7 @@ adds a number of extensions, such as OpenGL and other modern features, providing the perfect blend of classic and modern program development. -On first run this package installs ~/.config/qb64-2.1 +On first run this package installs ~/.config/qb64-(version) in $HOME in order to run the program and its data. You can delete this directory and rebuild you local configuration by relaunching the program. diff --git a/development/qb64/qb64-launcher b/development/qb64/qb64-launcher index ae311f62ca..a9b5e58862 100644 --- a/development/qb64/qb64-launcher +++ b/development/qb64/qb64-launcher @@ -37,4 +37,4 @@ then ln -s /usr/bin/qb64-launcher run_qb64.sh cd $CWD fi -$DEST/qb64 "$@" & +$DEST/qb64 "${@:2}" & diff --git a/development/qb64/qb64.SlackBuild b/development/qb64/qb64.SlackBuild index ae313042a2..5ff02cb487 100644 --- a/development/qb64/qb64.SlackBuild +++ b/development/qb64/qb64.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qb64 (from qb64.com) -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qb64 VERSION=${VERSION:-2.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,7 @@ find -L . \ mkdir -p $PKG/usr/bin $PKG/usr/src/$PRGNAM-$VERSION $PKG/usr/share/pixmaps $PKG/usr/share/applications $PKG/usr/man/man1 cp $CWD/$PRGNAM-$VERSION.tar.gz $PKG/usr/src/$PRGNAM-$VERSION cat $CWD/qb64.1 | gzip -c -f > $PKG/usr/man/man1/qb64.1.gz -cp $CWD/qb64-launcher $PKG/usr/bin +install -T -m0755 $CWD/qb64-launcher $PKG/usr/bin/qb64-launcher cp $CWD/qb64.desktop $PKG/usr/share/applications cp $CWD/qb64.png $PKG/usr/share/pixmaps ( cd $PKG/usr/bin ; rm -rf qb64 ) diff --git a/development/qb64/qb64.desktop b/development/qb64/qb64.desktop index 174e67f9cb..9803a0b4a6 100644 --- a/development/qb64/qb64.desktop +++ b/development/qb64/qb64.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=QB64 Programming IDE GenericName=QB64 Programming IDE -Exec=qb64-launcher "$@" -Icon=qb64.png +Exec=qb64-launcher "\\$@" +Icon=qb64 Terminal=false Type=Application Categories=Development;IDE; |