games/supertux: Update REQUIRES & doinst.sh.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bloyburt 2022-07-08 22:38:32 +01:00 committed by Willy Sudiarto Raharjo
parent 7800e28d91
commit 027349a2e1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,5 @@
SuperTux is a open-source classic 2D jump'n run sidescroller game in a
style similar to the original Super Mario games.
SuperTux is an open-source classic 2D jump-and-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.

View file

@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
fi
# If other icon themes are installed, then add to or modify this as needed
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -6,10 +6,10 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
supertux: supertux (classic 2D jump'n run sidescroller game)
supertux: supertux (classic 2D jump-and-run sidescroller game)
supertux:
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 is an open-source classic 2D jump-and-run sidescroller game,
supertux: in a style similar to the original Super Mario games.
supertux:
supertux: Homepage: https://www.supertux.org
supertux:

View file

@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=supertux
VERSION=${VERSION:-0.6.3}
SRCVERSION=$(echo $VERSION | tr _ - )
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux
MD5SUM="798d5518d3f4672ee0bac92693063c2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="physfs"
REQUIRES="physfs glm"
MAINTAINER="Bloyburt"
EMAIL="alexpen@startmail.com"