From 180c3e5a95bceee1519e99cb49f0d41488a31fab Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 20 Mar 2017 16:34:51 -0400 Subject: games/KoboDeluxe: Make .desktop validate, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/KoboDeluxe/KoboDeluxe.SlackBuild | 6 +++--- 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 f8ccd16a22..5e57e94d5f 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 14c78c790f..89e3254379 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; -- cgit v1.2.3-65-gdbad