From 06c33f29bb4accca945ff43585443561708d93c7 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Tue, 13 Sep 2022 08:40:21 +0200 Subject: games/freeciv: updated for version 3.0.3 Signed-off-by: Willy Sudiarto Raharjo --- games/freeciv/freeciv.SlackBuild | 8 +++----- games/freeciv/freeciv.info | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'games') diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 2126c2d3e7..04a62e4164 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeciv -VERSION=${VERSION:-3.0.2} -SRCVERSION=${SRCVERSION:-3.0.2} +VERSION=${VERSION:-3.0.3} +SRCVERSION=${SRCVERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,6 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION/ \ --without-ggz-client \ --enable-client=gtk3 \ --enable-static=no \ @@ -106,9 +107,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README doc/ \ - $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/man diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index acb0ebf23d..ea77166eab 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.0.2" +VERSION="3.0.3" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.2.tar.xz" -MD5SUM="fbbeeb0740a513b74677e035a0ba507e" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.3.tar.xz" +MD5SUM="7f0347d6515bfa97c4bdec0a3419b05c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3