summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Arn02022-09-13 08:40:21 +0200
committer Willy Sudiarto Raharjo2022-09-17 04:00:16 +0200
commit06c33f29bb4accca945ff43585443561708d93c7 (patch)
tree99b036764dcfbb21ed87b1cc7ffd8f5d58d4a96a /games
parent8d4a461e1f457c1b3fb0cd72804f248e0033080e (diff)
downloadslackbuilds-06c33f29bb4accca945ff43585443561708d93c7.tar.gz
games/freeciv: updated for version 3.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/freeciv/freeciv.SlackBuild8
-rw-r--r--games/freeciv/freeciv.info6
2 files changed, 6 insertions, 8 deletions
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=""