diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-28 16:18:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-28 16:18:34 +0700 |
commit | ebfe12638080cb18f4d0a238264ca6f0d83db027 (patch) | |
tree | 3bb6af9689b69889b3672345a47dbfebca50c2d7 | |
parent | 0ae2e9270f8f334d34b858600bafbf134f8c8f34 (diff) | |
download | slackbuilds-ebfe12638080cb18f4d0a238264ca6f0d83db027.tar.gz |
games/0ad: Updated for version 0.0.19-alpha.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/0ad/0ad.SlackBuild | 9 | ||||
-rw-r--r-- | games/0ad/0ad.info | 6 |
2 files changed, 7 insertions, 8 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 diff --git a/games/0ad/0ad.info b/games/0ad/0ad.info index d5b146f623..8b4c4d89f9 100644 --- a/games/0ad/0ad.info +++ b/games/0ad/0ad.info @@ -1,8 +1,8 @@ PRGNAM="0ad" -VERSION="0.0.18" +VERSION="0.0.19" HOMEPAGE="http://www.wildfiregames.com/0ad/" -DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.18-alpha-unix-build.tar.xz" -MD5SUM="84aedae3ab86955f87c55607600daa12" +DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.19-alpha-unix-build.tar.xz" +MD5SUM="1c16fdab6886ee21b076c69903054374" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="0ad-data OpenAL enet gloox miniupnpc SDL2" |