summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/loemu/loemu.SlackBuild6
-rw-r--r--games/loemu/loemu.desktop5
2 files changed, 5 insertions, 6 deletions
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