From 4ee57dc84bc8fa8eb976fcc2bf9d0fc9ecd83a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20R=2EM=2E=20J=C3=BAnior?= Date: Sat, 21 Dec 2019 10:38:58 +0700 Subject: games/supertux: Updated for version 0.6.1 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- games/supertux/README | 4 ++-- games/supertux/slack-desc | 6 +++--- games/supertux/supertux.SlackBuild | 8 +++++--- games/supertux/supertux.info | 10 +++++----- 4 files changed, 15 insertions(+), 13 deletions(-) (limited to 'games') 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" -- cgit v1.2.3