summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2015-03-25 22:17:57 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-29 07:38:30 +0700
commitf12b7dd89afa5bf7d08d3a26807752488255fd80 (patch)
tree1b2f17df7ae2165809c75b447a2c30afe67869af /games
parentbbc318d2bbf6f65b5bfa342eb71207918aebac90 (diff)
downloadslackbuilds-f12b7dd89afa5bf7d08d3a26807752488255fd80.tar.gz
slackbuilds-f12b7dd89afa5bf7d08d3a26807752488255fd80.tar.xz
games/0ad: BUILD bump, require SDL2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/0ad/0ad.SlackBuild7
-rw-r--r--games/0ad/0ad.info2
-rw-r--r--games/0ad/README2
3 files changed, 4 insertions, 7 deletions
diff --git a/games/0ad/0ad.SlackBuild b/games/0ad/0ad.SlackBuild
index 0e3125ed37..adebd420fa 100644
--- a/games/0ad/0ad.SlackBuild
+++ b/games/0ad/0ad.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=0ad
VERSION=${VERSION:-0.0.18}
RELEASE=${RELEASE:-alpha}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -86,9 +86,8 @@ build/workspaces/update-workspaces.sh \
--bindir=/usr/games \
--datadir=/usr/share/games/0ad \
--libdir=/usr/lib${LIBDIRSUFFIX}/0ad \
- --${ATLAS:-disable}-atlas
-
- # --with-system-mozjs24 - js in repo is too old
+ --${ATLAS:-disable}-atlas \
+ --sdl2
make CONFIG=Release -C build/workspaces/gcc
diff --git a/games/0ad/0ad.info b/games/0ad/0ad.info
index a9e7e98a70..d5b146f623 100644
--- a/games/0ad/0ad.info
+++ b/games/0ad/0ad.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.18-alpha-unix-build.tar.xz"
MD5SUM="84aedae3ab86955f87c55607600daa12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="0ad-data OpenAL enet gloox miniupnpc"
+REQUIRES="0ad-data OpenAL enet gloox miniupnpc SDL2"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
diff --git a/games/0ad/README b/games/0ad/README
index 622e0e3d1d..1f7344ab01 100644
--- a/games/0ad/README
+++ b/games/0ad/README
@@ -1,7 +1,5 @@
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
real-time strategy (RTS) game of ancient warfare.
-Optional: SDL2
-
To include the Atlas editor, which requires wxPython:
ATLAS=enable ./0ad.SlackBuild