diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 16:34:51 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:28 +0000 |
commit | 180c3e5a95bceee1519e99cb49f0d41488a31fab (patch) | |
tree | ed860a7a42ff212b32521f7e75252be491eaf3b4 /games/KoboDeluxe | |
parent | 7ddb93e255114bb1274c327afe17615a7f27132e (diff) |
games/KoboDeluxe: 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/KoboDeluxe')
-rw-r--r-- | games/KoboDeluxe/KoboDeluxe.SlackBuild | 6 | ||||
-rw-r--r-- | games/KoboDeluxe/KoboDeluxe.desktop | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/KoboDeluxe/KoboDeluxe.SlackBuild b/games/KoboDeluxe/KoboDeluxe.SlackBuild index f8ccd16a2229..5e57e94d5f69 100644 --- a/games/KoboDeluxe/KoboDeluxe.SlackBuild +++ b/games/KoboDeluxe/KoboDeluxe.SlackBuild @@ -25,7 +25,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 @@ -36,8 +36,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/KoboDeluxe/KoboDeluxe.desktop b/games/KoboDeluxe/KoboDeluxe.desktop index 14c78c790f97..89e3254379f9 100644 --- a/games/KoboDeluxe/KoboDeluxe.desktop +++ b/games/KoboDeluxe/KoboDeluxe.desktop @@ -1,8 +1,7 @@ [Desktop Entry] -Encoding=UTF-8 Name=Kobo Deluxe GenericName=Kobo Deluxe, a retro arcade-style game Exec=kobodl -Icon=KoboDeluxe.png +Icon=KoboDeluxe Type=Application -Categories=Application;Game;Arcade +Categories=Game;ArcadeGame; |