mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
7800e28d91
commit
027349a2e1
5 changed files with 13 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue