summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Pedro R.M. Júnior2019-12-21 04:38:58 +0100
committer Willy Sudiarto Raharjo2019-12-21 04:38:58 +0100
commit4ee57dc84bc8fa8eb976fcc2bf9d0fc9ecd83a0f (patch)
treee7cbaa84c7abea49fe050761dac310f9c6577444 /games
parenta5f77799a9aec4a77865613664935544a5278593 (diff)
downloadslackbuilds-4ee57dc84bc8fa8eb976fcc2bf9d0fc9ecd83a0f.tar.gz
games/supertux: Updated for version 0.6.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/supertux/README4
-rw-r--r--games/supertux/slack-desc6
-rw-r--r--games/supertux/supertux.SlackBuild8
-rw-r--r--games/supertux/supertux.info10
4 files changed, 15 insertions, 13 deletions
diff --git a/games/supertux/README b/games/supertux/README
index ca35bccc4c..1728396033 100644
--- a/games/supertux/README
+++ b/games/supertux/README
@@ -1,5 +1,5 @@
-SuperTux is a classic 2D jump'n run sidescroller game in a style
-similar to the original SuperMario games.
+SuperTux is a open-source classic 2D jump'n run sidescroller game in a
+style similar to the original Super Mario games.
If you get slow performance, disable the use of OpenGL in the
"Options" menu after SuperTux is started.
diff --git a/games/supertux/slack-desc b/games/supertux/slack-desc
index edb558de16..8459fc15a3 100644
--- a/games/supertux/slack-desc
+++ b/games/supertux/slack-desc
@@ -8,10 +8,10 @@
|-----handy-ruler------------------------------------------------------|
supertux: supertux (classic 2D jump'n run sidescroller game)
supertux:
-supertux: SuperTux is a classic 2D jump'n run sidescroller game in a style
-supertux: similar to the original SuperMario games.
+supertux: SuperTux is a open-source classic 2D jump'n run sidescroller game in a
+supertux: style similar to the original Super Mario games.
supertux:
-supertux: Homepage: http://supertux.berlios.de/
+supertux: Homepage: https://www.supertux.org
supertux:
supertux:
supertux:
diff --git a/games/supertux/supertux.SlackBuild b/games/supertux/supertux.SlackBuild
index 72e00c5c77..122b06e07b 100644
--- a/games/supertux/supertux.SlackBuild
+++ b/games/supertux/supertux.SlackBuild
@@ -4,6 +4,8 @@
# Copyright 2006-2011,2016 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
+# Copyright 2019 Pedro R.M. Júnior, Campinas, SP, Brazil
+# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=supertux
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,8 +62,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
+tar xvf $CWD/SuperTux-v$VERSION-Source.tar.gz
+cd SuperTux-v$VERSION-Source
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/games/supertux/supertux.info b/games/supertux/supertux.info
index 299d644b04..6107a41d6f 100644
--- a/games/supertux/supertux.info
+++ b/games/supertux/supertux.info
@@ -1,10 +1,10 @@
PRGNAM="supertux"
-VERSION="0.4.0"
+VERSION="0.6.1"
HOMEPAGE="https://github.com/SuperTux/supertux"
-DOWNLOAD="https://github.com/SuperTux/supertux/releases/download/v0.4.0/supertux-0.4.0.tar.bz2"
-MD5SUM="8acc3aa1077f0da95c99fdd5f4925088"
+DOWNLOAD="https://github.com/SuperTux/supertux/releases/download/v0.6.1/SuperTux-v0.6.1-Source.tar.gz"
+MD5SUM="d7c9d70ef8501b4786908353202066e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image OpenAL physfs"
-MAINTAINER="Robby Workman"
-EMAIL="rworkman@slackbuilds.org"
+MAINTAINER="Pedro R.M. Júnior"
+EMAIL="pedrormjunior@gmail.com"