diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 18:03:25 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:39 +0000 |
commit | 54a79333171ac0b7962f543e0aa01e5cf707b7b6 (patch) | |
tree | 1b8f5cd0aa4f5f497dff72f2ace521a6caf8e9ad /games/loemu | |
parent | 5a07be1eee756d7a4bb25e3232adbf3e03010c72 (diff) | |
download | slackbuilds-54a79333171ac0b7962f543e0aa01e5cf707b7b6.tar.gz |
games/loemu: Make .desktop validate, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/loemu')
-rw-r--r-- | games/loemu/loemu.SlackBuild | 6 | ||||
-rw-r--r-- | games/loemu/loemu.desktop | 5 |
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 |