diff options
Diffstat (limited to 'games/OpenXcom/OpenXcom.SlackBuild')
-rw-r--r-- | games/OpenXcom/OpenXcom.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/OpenXcom/OpenXcom.SlackBuild b/games/OpenXcom/OpenXcom.SlackBuild index 9a4e8b90a28d4..d8c58828de246 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 |