diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2012-04-20 09:06:40 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 09:06:40 -0400 |
commit | e076947ac24865601cabc0481331bf9271e79024 (patch) | |
tree | 4ad314477467429949a7e8153b58219212e1c70d /games/wesnoth/wesnoth.SlackBuild | |
parent | bf66ade17b186f01a679f181ca388f8b8966e967 (diff) | |
download | slackbuilds-e076947ac24865601cabc0481331bf9271e79024.tar.gz |
games/wesnoth: Updated for version 1.10.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index a0a8cbc036..3e6ab3e659 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild script for "Battle of Wesnoth". # Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom -# Copyright 2010-2012 Willy Sudiarto Raharjo (willysr@slackware-id.org) +# Copyright 2010-2012 Willy Sudiarto Raharjo, Jogja, Indonesia (willysr@slackware-id.org) # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.10.1} +VERSION=${VERSION:-1.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,9 @@ cd $TMP tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION +# This patch should be enabled when you used GCC 4.7.0 or above +# patch -p0 < $CWD/terrain_translation.patch + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |