From bf1bf4025cf303c051011316763d2b63612b06e4 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 29 Mar 2012 23:49:19 -0400 Subject: games/wesnoth: Updated for version 1.10.1. Signed-off-by: dsomero --- games/wesnoth/README | 2 +- games/wesnoth/doinst.sh | 1 + games/wesnoth/slack-desc | 2 +- games/wesnoth/wesnoth.SlackBuild | 7 +++++-- games/wesnoth/wesnoth.info | 8 ++++---- 5 files changed, 12 insertions(+), 8 deletions(-) (limited to 'games/wesnoth') diff --git a/games/wesnoth/README b/games/wesnoth/README index a695eed5ba..58fd4b3869 100644 --- a/games/wesnoth/README +++ b/games/wesnoth/README @@ -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: diff --git a/games/wesnoth/doinst.sh b/games/wesnoth/doinst.sh index 0dfdc8b1c6..2f4077c014 100644 --- a/games/wesnoth/doinst.sh +++ b/games/wesnoth/doinst.sh @@ -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 + diff --git a/games/wesnoth/slack-desc b/games/wesnoth/slack-desc index d5d660afd8..9d403dea85 100644 --- a/games/wesnoth/slack-desc +++ b/games/wesnoth/slack-desc @@ -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) diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index ca347bde3c..a0a8cbc036 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -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" \ diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 5ea61b51b6..b769dae101 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -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" -- cgit v1.2.3