summaryrefslogtreecommitdiff
path: root/games/0ad/0ad.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-28 16:18:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-28 16:18:34 +0700
commitebfe12638080cb18f4d0a238264ca6f0d83db027 (patch)
tree3bb6af9689b69889b3672345a47dbfebca50c2d7 /games/0ad/0ad.SlackBuild
parent0ae2e9270f8f334d34b858600bafbf134f8c8f34 (diff)
downloadslackbuilds-ebfe12638080cb18f4d0a238264ca6f0d83db027.tar.gz
games/0ad: Updated for version 0.0.19-alpha.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/0ad/0ad.SlackBuild')
-rw-r--r--games/0ad/0ad.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/0ad/0ad.SlackBuild b/games/0ad/0ad.SlackBuild
index 458e030abc..972c8ccbf7 100644
--- a/games/0ad/0ad.SlackBuild
+++ b/games/0ad/0ad.SlackBuild
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=0ad
-VERSION=${VERSION:-0.0.18}
+VERSION=${VERSION:-0.0.19}
RELEASE=${RELEASE:-alpha}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS -fpermissive"
@@ -87,8 +87,7 @@ build/workspaces/update-workspaces.sh \
--bindir=/usr/games \
--datadir=/usr/share/games/0ad \
--libdir=/usr/lib${LIBDIRSUFFIX}/0ad \
- --${ATLAS:-disable}-atlas \
- --sdl2
+ --${ATLAS:-disable}-atlas
make CONFIG=Release -C build/workspaces/gcc