summaryrefslogtreecommitdiffstats
path: root/games/unknown-horizons/unknown-horizons.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-02-08 11:52:28 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:49 +0700
commit8e82ac6e332adc0fc9da95e3449aabda4df52e73 (patch)
treef08df0f10a1290e24767e447e0546edc31e089fd /games/unknown-horizons/unknown-horizons.SlackBuild
parent63bc8a45fcbd800853ef2efb07c5b966d3763985 (diff)
downloadslackbuilds-8e82ac6e332adc0fc9da95e3449aabda4df52e73.tar.gz
slackbuilds-8e82ac6e332adc0fc9da95e3449aabda4df52e73.tar.xz
games/unknown-horizons: Updated for version 2017.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/unknown-horizons/unknown-horizons.SlackBuild')
-rw-r--r--games/unknown-horizons/unknown-horizons.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/unknown-horizons/unknown-horizons.SlackBuild b/games/unknown-horizons/unknown-horizons.SlackBuild
index b901d99cb8..eabb28524d 100644
--- a/games/unknown-horizons/unknown-horizons.SlackBuild
+++ b/games/unknown-horizons/unknown-horizons.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for unknown-horizons
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=unknown-horizons
-VERSION=${VERSION:-2014.1}
+VERSION=${VERSION:-2017.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,8 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/coloroverlaycomponent.patch
-
python setup.py install --root=$PKG
mkdir -p $PKG/usr/share/applications
@@ -90,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CONTRIBUTING.md README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CONTRIBUTING.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install