summaryrefslogtreecommitdiffstats
path: root/games/commandergenius/commandergenius.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-07-25 00:45:08 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-26 18:28:35 +0700
commite23b0ab87e09fdce36ff9cbbef570e6bab6c0a2c (patch)
tree88a79af27696f4b48d07d70d53f71482c7c4618e /games/commandergenius/commandergenius.SlackBuild
parent7f0921c3e006bd0a6459e978accc5fe50da6704c (diff)
downloadslackbuilds-e23b0ab87e09fdce36ff9cbbef570e6bab6c0a2c.tar.gz
slackbuilds-e23b0ab87e09fdce36ff9cbbef570e6bab6c0a2c.tar.xz
games/commandergenius: Updated for version 1.9.9.2beta.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/commandergenius/commandergenius.SlackBuild')
-rw-r--r--games/commandergenius/commandergenius.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/commandergenius/commandergenius.SlackBuild b/games/commandergenius/commandergenius.SlackBuild
index 0323dab4fa..8204db3cd1 100644
--- a/games/commandergenius/commandergenius.SlackBuild
+++ b/games/commandergenius/commandergenius.SlackBuild
@@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170725 bkw:
+# - updated for 1.9.9.2beta
+
# 20170301 bkw:
# - updated for 1.9.8.7beta
# - fix the build for the case where SDL2 is installed but SDL2_image is not.
@@ -15,7 +18,7 @@
# 20170122 bkw: updated for 1.9.8.1beta.
PRGNAM=commandergenius
-VERSION=${VERSION:-1.9.8.7beta}
+VERSION=${VERSION:-1.9.9.2beta}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,9 +79,6 @@ find -L . -type d -a -exec chmod 755 '{}' '+'
# placate desktop-file-validate
sed -i 's,Application;,,' share/$DESKTOP
-# Apply upstream fix for building with SDL-1.2
-patch -p1 < $CWD/a67003b_sdl_12_compatibility.diff
-
# SDL 2 is optional. I prefer it, others may not.
SDLOPT="-DUSE_SDL2=no"
SDLVER=1