From 5e0cc9c8253b475f1099718be2a918401a29639c Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 20 Mar 2017 17:53:13 -0400 Subject: games/ggmud: Make .desktop validate, fix .info, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/ggmud/ggmud.SlackBuild | 6 +++--- games/ggmud/ggmud.desktop | 2 +- games/ggmud/ggmud.info | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'games/ggmud') diff --git a/games/ggmud/ggmud.SlackBuild b/games/ggmud/ggmud.SlackBuild index ed50b7cca3..9c37873ac6 100644 --- a/games/ggmud/ggmud.SlackBuild +++ b/games/ggmud/ggmud.SlackBuild @@ -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" diff --git a/games/ggmud/ggmud.desktop b/games/ggmud/ggmud.desktop index d614cdf9aa..37a667610e 100644 --- a/games/ggmud/ggmud.desktop +++ b/games/ggmud/ggmud.desktop @@ -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 diff --git a/games/ggmud/ggmud.info b/games/ggmud/ggmud.info index a1a0933540..908d40e5a7 100644 --- a/games/ggmud/ggmud.info +++ b/games/ggmud/ggmud.info @@ -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="" -- cgit v1.2.3