games/wesnoth: Updated for version 1.10.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2012-03-29 23:49:19 -04:00 committed by dsomero
parent 0fe1480472
commit bf1bf4025c
5 changed files with 12 additions and 8 deletions

View file

@ -8,7 +8,7 @@ single-player campaigns and different kind of multi-player matches.
If you want to compile the wesnothd server and campaign server you can
run the script as follows: SERVER=yes ./wesnoth.SlackBuild
Please note that the server UID and GID are not required at compile time but
please note that the server UID and GID are not required at compile time but
will be required at runtime under the UID/GID specified in the buildscript.
You can create the user and group for the wesnoth server as follows:

View file

@ -1,3 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications > /dev/null 2>&1
fi

View file

@ -3,7 +3,7 @@
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
wesnoth: Wesnoth (The Battle for Wesnoth)

View file

@ -4,7 +4,7 @@
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
# Copyright 2010-2012 Willy Sudiarto Raharjo (willysr@slackware-id.org)
# All rights reserved.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wesnoth
VERSION=${VERSION:-1.10}
VERSION=${VERSION:-1.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,6 +84,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="wesnoth"
VERSION="1.10"
VERSION="1.10.1"
HOMEPAGE="http://www.wesnoth.org"
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.10.tar.bz2"
MD5SUM="707daa13e2f5b3976d9b169aab62dc29"
DOWNLOAD="http://nchc.dl.sourceforge.net/project/wesnoth/wesnoth-1.10/wesnoth-1.10.1/wesnoth-1.10.1.tar.bz2"
MD5SUM="a2ac2d629d4e3e5fc7e7e48f935d9960"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackware-id.org"
APPROVED="rworkman"
APPROVED="dsomero"