diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2016-08-09 07:04:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-09 07:04:18 +0700 |
commit | 4562681c359169c54912c3c00e5a21a6e1ba74bd (patch) | |
tree | ca12cc93fe5a466998a088063e5f85f347e18b54 /games/mgba/mgba.SlackBuild | |
parent | d1753bf67f19a2b170eb514329dd36d1b572e7c7 (diff) |
games/mgba: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mgba/mgba.SlackBuild')
-rw-r--r-- | games/mgba/mgba.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild index 96878322b40e6..a63d8fcf6fd1f 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 \ |