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 | |
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')
-rw-r--r-- | games/mgba/doinst.sh | 4 | ||||
-rw-r--r-- | games/mgba/mgba.SlackBuild | 7 | ||||
-rw-r--r-- | games/mgba/mgba.info | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/games/mgba/doinst.sh b/games/mgba/doinst.sh index 4110f5514d7c..625ced33d11f 100644 --- a/games/mgba/doinst.sh +++ b/games/mgba/doinst.sh @@ -3,3 +3,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild index dc193bba631b..b9e94606d99a 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="" diff --git a/games/mgba/mgba.info b/games/mgba/mgba.info index 8fac518ec0e4..41d400e0e18e 100644 --- a/games/mgba/mgba.info +++ b/games/mgba/mgba.info @@ -1,8 +1,8 @@ PRGNAM="mgba" -VERSION="0.9.0" +VERSION="0.9.3" HOMEPAGE="https://mgba.io/" -DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.9.0/mgba-0.9.0.tar.gz" -MD5SUM="8ec54054bf7270d78dab0eb0090626ed" +DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.9.3/mgba-0.9.3.tar.gz" +MD5SUM="59305606cd938c7c2a021f4b8e9a025a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |