summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ruoh-Shoei LIN2022-04-16 12:03:16 +0200
committer Willy Sudiarto Raharjo2022-04-23 20:47:14 +0200
commitee0fe2eea0006f7b9e195fa993fcd4431e2d30d3 (patch)
tree777268f7513ee9b663935e3a67d886ce0fb39431
parent4fc98f1d47bdb0f68e8321e2740740f6bee8adb6 (diff)
downloadslackbuilds-ee0fe2eea0006f7b9e195fa993fcd4431e2d30d3.tar.gz
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>
-rw-r--r--games/mgba/doinst.sh4
-rw-r--r--games/mgba/mgba.SlackBuild7
-rw-r--r--games/mgba/mgba.info6
3 files changed, 9 insertions, 8 deletions
diff --git a/games/mgba/doinst.sh b/games/mgba/doinst.sh
index 4110f5514d..625ced33d1 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 dc193bba63..b9e94606d9 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 8fac518ec0..41d400e0e1 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=""