diff options
author | Ruoh-Shoei LIN <lin.ruohshoei+sbo at gmail.com> | 2022-04-16 10:03:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:14 +0700 |
commit | ee0fe2eea0006f7b9e195fa993fcd4431e2d30d3 (patch) | |
tree | 777268f7513ee9b663935e3a67d886ce0fb39431 /games/mgba/mgba.SlackBuild | |
parent | 4fc98f1d47bdb0f68e8321e2740740f6bee8adb6 (diff) |
games/mgba: Updated for version 0.9.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mgba/mgba.SlackBuild')
-rw-r--r-- | games/mgba/mgba.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild index dc193bba631b1..b9e94606d99ad 100644 --- a/games/mgba/mgba.SlackBuild +++ b/games/mgba/mgba.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mgba # Copyright 2015 Dugan Chen Canada -# Copyright 2019-2021 Ruoh-Shoei LIN +# Copyright 2019-2022 Ruoh-Shoei LIN # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mgba -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -51,9 +51,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# Set to on to build the Qt GUI. Requires Qt 5. -QT=${QT:-off} - if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" |