From 8f1a8f4fcbf956eb48b8642ef0048a41a9cd31f8 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sun, 20 Feb 2011 23:48:27 -0600 Subject: games/freeciv: Updated for version 2.2.4. Signed-off-by: Robby Workman --- games/freeciv/README | 28 +++++++++++++++------------- games/freeciv/doinst.sh | 6 ++++++ games/freeciv/freeciv.SlackBuild | 4 ++-- games/freeciv/freeciv.info | 8 ++++---- games/freeciv/slack-desc | 2 +- 5 files changed, 28 insertions(+), 20 deletions(-) diff --git a/games/freeciv/README b/games/freeciv/README index cbc1a4b3f7..269cabd08b 100644 --- a/games/freeciv/README +++ b/games/freeciv/README @@ -1,18 +1,20 @@ -Freeciv is a free turn-based multiplayer strategy game, in which each player -becomes the leader of a civilization, fighting to obtain the ultimate goal: -To become the greatest civilization. +Freeciv is a free turn-based multiplayer strategy game, in which each +player becomes the leader of a civilization, fighting to obtain the +ultimate goal: To become the greatest civilization. -Players of the Civilization(R) series by Microprose(R) should feel at home, -since one aim of Freeciv is to have optional modes (called rulesets) with -compatible rules. +Players of the Civilization(R) series by Microprose(R) should feel at +home, since one aim of Freeciv is to have optional modes (called rulesets) +with compatible rules. -Freeciv is maintained by an international team of coders and enthusiasts, and -is easily one of the most fun and addictive network games out there! That also -means it has very extensive multilanguage support, something rare in games. +Freeciv is maintained by an international team of coders and enthusiasts, +and is easily one of the most fun and addictive network games out +there! That also means it has very extensive multilanguage support, +something rare in games. -Note: Building this on Slackware64, it complains about a missing mikmod lib. -This is actually a little bug in Slackware64 that I reported to Patrick. -The library is not needed at all, but the libSDL_mixer.la file incorrectly -states it as a dependency. On 32-bits Slackware this does not happen. +Note: Building this on Slackware64, it complains about a missing mikmod +lib. This is actually a little bug in Slackware64 that I reported +to Patrick. The library is not needed at all, but the libSDL_mixer.la +file incorrectly states it as a dependency. On 32-bits Slackware this +does not happen. This requires libmikmod to compile on Slackware64. diff --git a/games/freeciv/doinst.sh b/games/freeciv/doinst.sh index 392c12adb9..86cad8c1a4 100644 --- a/games/freeciv/doinst.sh +++ b/games/freeciv/doinst.sh @@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications fi +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 447e6548a3..8b574f09a2 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -3,10 +3,10 @@ # Written by Iskar Enev # Maintained as of version 2.2.2 by Niels Horn -# Revision date: 2010/09/17 +# Revision date: 2011/02/13 PRGNAM=freeciv -VERSION=2.2.3 +VERSION=2.2.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 2013dde149..d318d4fd37 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,10 +1,10 @@ PRGNAM="freeciv" -VERSION="2.2.3" +VERSION="2.2.4" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.3.tar.bz2" -MD5SUM="b324e3c59f029d0566482f584181a4b2" +DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.4.tar.bz2" +MD5SUM="29dec5214b565c19d925cb82c4373831" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="Erik Hanson" +APPROVED="rworkman" diff --git a/games/freeciv/slack-desc b/games/freeciv/slack-desc index 44c87d72f4..3d0b5d0ca0 100644 --- a/games/freeciv/slack-desc +++ b/games/freeciv/slack-desc @@ -5,7 +5,7 @@ # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler----------------------------------------------------| + |-----handy-ruler------------------------------------------------------| freeciv: freeciv (turn-based multiplayer strategy game) freeciv: freeciv: Freeciv is a free turn-based multiplayer strategy game, in which -- cgit v1.2.3