summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/brutalchess/brutalchess.SlackBuild8
-rw-r--r--games/brutalchess/brutalchess.desktop3
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;