summaryrefslogtreecommitdiffstats
path: root/games/OpenXcom/OpenXcom.SlackBuild
diff options
context:
space:
mode:
author Dominik Drobek2020-12-05 04:02:52 +0100
committer Willy Sudiarto Raharjo2020-12-06 01:59:53 +0100
commitcc8387eb9029495c884791f4ec3db4da43b551af (patch)
treed504497a098d246281976b4463a6584c851cfce3 /games/OpenXcom/OpenXcom.SlackBuild
parent32ab76f87bd8af2841fddbab07412c071cec13de (diff)
downloadslackbuilds-cc8387eb9029495c884791f4ec3db4da43b551af.tar.gz
games/OpenXcom: Updated for version 20201125_1755.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/OpenXcom/OpenXcom.SlackBuild')
-rw-r--r--games/OpenXcom/OpenXcom.SlackBuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/OpenXcom/OpenXcom.SlackBuild b/games/OpenXcom/OpenXcom.SlackBuild
index 9a4e8b90a2..d8c58828de 100644
--- a/games/OpenXcom/OpenXcom.SlackBuild
+++ b/games/OpenXcom/OpenXcom.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for OpenXcom
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
-# Copyright 2016-2019 Dominik Drobek <dominik.drobek (at) o2.pl>
+# Copyright 2016-2020 Dominik Drobek <dominik.drobek (at) o2.pl>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=OpenXcom
-VERSION=${VERSION:-20190912_1344}
-COMMIT="98072e1eeeaa6b64a276e87095a25516d4f6ba18"
+VERSION=${VERSION:-20201125_1755}
+COMMIT="72af50720b3009351d6510bc1ef1066bbcab228a"
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,10 +84,6 @@ mkdir -p build
make install DESTDIR=$PKG
)
-install -D -m644 res/linux/${PRGNAM,,}.desktop $PKG/usr/share/applications/${PRGNAM,,}.desktop
-install -D -m644 res/linux/icons/${PRGNAM,,}_48x48.png $PKG/usr/share/pixmaps/${PRGNAM,,}.png
-install -D -m644 $CWD/${PRGNAM,,}.6 $PKG/usr/man/man6/${PRGNAM,,}.6
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true