From 494f552b3772b3f35044ec0f81f729bdc735cf62 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 20 Mar 2017 16:40:04 -0400 Subject: games/abuse: Make .desktop validate, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/abuse/abuse.SlackBuild | 6 +++--- games/abuse/abuse.desktop | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'games/abuse') diff --git a/games/abuse/abuse.SlackBuild b/games/abuse/abuse.SlackBuild index e7add65c04..e104a13ff9 100644 --- a/games/abuse/abuse.SlackBuild +++ b/games/abuse/abuse.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 @@ -45,8 +45,8 @@ DOCS="AUTHORS COPYING COPYING.GPL COPYING.WTFPL NEWS ChangeLog README TODO" # Set this to YES if sound doesn't work SOUNDFIX=${SOUNDFIX:-NO} -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/abuse/abuse.desktop b/games/abuse/abuse.desktop index 41537c35f8..75a6d5c6dc 100644 --- a/games/abuse/abuse.desktop +++ b/games/abuse/abuse.desktop @@ -1,10 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 Name=Abuse GenericName=Dark 2D side-scrolling platform game -Comment=Dark 2D side-scrolling platform game Exec=abuse -Icon=abuse.png +Icon=abuse Terminal=false Type=Application Categories=Game; -- cgit v1.2.3