games/ggmud: Make .desktop validate, fix .info, i486=>i586.

Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-20 17:53:13 -04:00 committed by David Spencer
parent 8b16fb5227
commit 5e0cc9c825
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -44,8 +44,8 @@ OUTPUT=${OUTPUT:-/tmp}
# here if changed.
OPT=${OPT:-/opt}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -4,7 +4,7 @@ Comment[fr_FR]=un terminal client de MUD/MOO/MUSH
Exec=ggmud
GenericName=MUD terminal client
GenericName[fr_FR]=terminal client de MUD
Icon=ggmud.png
Icon=ggmud
Name=ggmud
StartupNotify=true
Terminal=false

View File

@ -1,6 +1,6 @@
PRGNAM="ggmud"
VERSION="0.9.3"
HOMEPAGE="www.ggsoft.org/ggmud/index.html"
HOMEPAGE="http://www.ggsoft.org/ggmud/index.html"
DOWNLOAD="http://downloads.sourceforge.net/ggmud/ggmud-0.9.3-src.tgz"
MD5SUM="b07b984f2286ff76def2bdd6016eabb5"
DOWNLOAD_x86_64=""