From 54a79333171ac0b7962f543e0aa01e5cf707b7b6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 20 Mar 2017 18:03:25 -0400 Subject: games/loemu: Make .desktop validate, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/loemu/loemu.SlackBuild | 6 +++--- games/loemu/loemu.desktop | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'games/loemu') diff --git a/games/loemu/loemu.SlackBuild b/games/loemu/loemu.SlackBuild index 052ef95ecf..29fecc9aab 100644 --- a/games/loemu/loemu.SlackBuild +++ b/games/loemu/loemu.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 @@ -40,8 +40,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/loemu/loemu.desktop b/games/loemu/loemu.desktop index 6ffe2a8a5a..9b30acd562 100644 --- a/games/loemu/loemu.desktop +++ b/games/loemu/loemu.desktop @@ -1,10 +1,9 @@ [Desktop Entry] -Encoding=UTF-8 Name=loemu GenericName=Emulator Frontend Exec=loemu Terminal=false Type=Application -Categories=Application;Game;Emulator -Icon=loemu.png +Categories=Game;Emulator +Icon=loemu StartupNotify=false -- cgit v1.2.3-65-gdbad