From ef67a794fc80a51e1440c397daff823125a0b6b3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 20 Mar 2017 16:49:15 -0400 Subject: [PATCH] games/brutalchess: VERSION override, i486=>i586, validate .desktop. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/brutalchess/brutalchess.SlackBuild | 8 ++++---- games/brutalchess/brutalchess.desktop | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/games/brutalchess/brutalchess.SlackBuild b/games/brutalchess/brutalchess.SlackBuild index bab4524640..ad4cde895d 100644 --- a/games/brutalchess/brutalchess.SlackBuild +++ b/games/brutalchess/brutalchess.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=brutalchess -VERSION=0.5.2 +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-2} 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/brutalchess/brutalchess.desktop b/games/brutalchess/brutalchess.desktop index 0b36dfd38c..d4114bfed9 100644 --- a/games/brutalchess/brutalchess.desktop +++ b/games/brutalchess/brutalchess.desktop @@ -1,8 +1,7 @@ [Desktop Entry] -Encoding=UTF-8 Name=Brutal Chess GenericName=Chess for the Truly Hardcore Exec=brutalchess Icon=/usr/share/pixmaps/brutalchess.png Type=Application -Categories=Application;Game;BoardGame +Categories=Game;BoardGame;