summaryrefslogtreecommitdiffstats
path: root/games/mgba
diff options
context:
space:
mode:
author Dugan Chen2016-08-09 02:04:18 +0200
committer Willy Sudiarto Raharjo2016-08-09 02:04:18 +0200
commit4562681c359169c54912c3c00e5a21a6e1ba74bd (patch)
treeca12cc93fe5a466998a088063e5f85f347e18b54 /games/mgba
parentd1753bf67f19a2b170eb514329dd36d1b572e7c7 (diff)
downloadslackbuilds-4562681c359169c54912c3c00e5a21a6e1ba74bd.tar.gz
games/mgba: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mgba')
-rw-r--r--games/mgba/README8
-rw-r--r--games/mgba/mgba.SlackBuild5
-rw-r--r--games/mgba/mgba.info6
3 files changed, 6 insertions, 13 deletions
diff --git a/games/mgba/README b/games/mgba/README
index f3535e2251..0046641253 100644
--- a/games/mgba/README
+++ b/games/mgba/README
@@ -8,12 +8,6 @@ The following optional dependencies will be automatically detected.
* libedit (for the command-line debugger)
* ffmpeg
-If you have Qt 5 and CMake 3, then you can build mGBA with a GUI:
+If you have Qt 5, then you can build mGBA with a GUI:
QT=on ./mGBA.SlackBuild
-
-As an alternative to running mGBA as an application, you might consider
-running RetroArch with its mGBA core. RetroArch SlackBuilds, including
-one for its mGBA core, are here:
-
- https://github.com/duganchen/slackware-libretro
diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild
index 96878322b4..a63d8fcf6f 100644
--- a/games/mgba/mgba.SlackBuild
+++ b/games/mgba/mgba.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mgba
-VERSION=${VERSION:-0.3.2}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# Set to on to build the Qt GUI. Requires Qt 5 and CMake 3.
+# Set to on to build the Qt GUI. Requires Qt 5.
QT=${QT:-off}
if [ "$ARCH" = "i486" ]; then
@@ -72,7 +72,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
mkdir -p build
cd build
cmake \
diff --git a/games/mgba/mgba.info b/games/mgba/mgba.info
index f401703943..1197a0af8c 100644
--- a/games/mgba/mgba.info
+++ b/games/mgba/mgba.info
@@ -1,8 +1,8 @@
PRGNAM="mgba"
-VERSION="0.3.2"
+VERSION="0.4.1"
HOMEPAGE="https://mgba.io/"
-DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.3.2.tar.gz"
-MD5SUM="04d111daa79b21b96219f7e884245ddc"
+DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.4.1/mgba-0.4.1.tar.gz"
+MD5SUM="22bcf19ec82e8ac2366e69d497aa2ef9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""