From 9734b5facbdf5f1ac52226092f9fb9b4016bc1a4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 20 Mar 2017 16:39:26 -0400 Subject: games/abe: Make .desktop validate, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/abe/abe.SlackBuild | 6 +++--- games/abe/abe.desktop | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'games/abe') diff --git a/games/abe/abe.SlackBuild b/games/abe/abe.SlackBuild index 0fe7a57bc8..ae7e3a4f22 100644 --- a/games/abe/abe.SlackBuild +++ b/games/abe/abe.SlackBuild @@ -9,7 +9,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 @@ -20,8 +20,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -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/abe/abe.desktop b/games/abe/abe.desktop index af603a0968..014366d0b0 100644 --- a/games/abe/abe.desktop +++ b/games/abe/abe.desktop @@ -1,6 +1,5 @@ [Desktop Entry] -Encoding=UTF-8 -Categories=Application;Game; +Categories=Game; X-Desktop-File-Install-Version=1.0 Name=abe Icon=abe -- cgit v1.2.3