From ebfe12638080cb18f4d0a238264ca6f0d83db027 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 28 Feb 2016 16:18:24 +0700 Subject: games/0ad: Updated for version 0.0.19-alpha. Signed-off-by: Willy Sudiarto Raharjo --- games/0ad/0ad.SlackBuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'games/0ad/0ad.SlackBuild') diff --git a/games/0ad/0ad.SlackBuild b/games/0ad/0ad.SlackBuild index 458e030abc807..972c8ccbf7603 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 -- cgit v1.2.3