diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-11 14:42:58 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:30 +0700 |
commit | a35fd5c1255b1fb16fe703415aec58ffb856c820 (patch) | |
tree | a1be6426ac3c64e7231090ce597e03947b3740c3 /games/doomseeker | |
parent | 2c4b5f37a96f63c8d44b6d723ebc251fe201e96f (diff) |
games/doomseeker: Updated for version 1.3.3.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/doomseeker')
-rw-r--r-- | games/doomseeker/doomseeker.SlackBuild | 9 | ||||
-rw-r--r-- | games/doomseeker/doomseeker.info | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games/doomseeker/doomseeker.SlackBuild b/games/doomseeker/doomseeker.SlackBuild index 011661a1c61c..172e10f1fc26 100644 --- a/games/doomseeker/doomseeker.SlackBuild +++ b/games/doomseeker/doomseeker.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230111 bkw: updated for v1.3.3. # 20211102 bkw: # - updated for v1.3.2. # - new-style icons. @@ -23,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=doomseeker -VERSION=${VERSION:-1.3.2} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -110,8 +111,10 @@ mv $PKG/usr/bin $PKG/usr/games # cmake is also ignoring -DCMAKE_INSTALL_DOCDIR. PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKGDOC -mv $PKG/usr/share/doc/$PRGNAM/* $PKGDOC -rm -rf $PKG/usr/share/doc +if [ -e $PKG/usr/share/doc/$PRGNAM/ ]; then + mv $PKG/usr/share/doc/$PRGNAM/* $PKGDOC + rm -rf $PKG/usr/share/doc +fi chmod 755 $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM/engines/*.so strip $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM/engines/*.so diff --git a/games/doomseeker/doomseeker.info b/games/doomseeker/doomseeker.info index 6f746353c1dd..9fbfe2f348d5 100644 --- a/games/doomseeker/doomseeker.info +++ b/games/doomseeker/doomseeker.info @@ -1,8 +1,8 @@ PRGNAM="doomseeker" -VERSION="1.3.2" +VERSION="1.3.3" HOMEPAGE="https://doomseeker.drdteam.org/" -DOWNLOAD="https://doomseeker.drdteam.org/files/doomseeker-1.3.2.tar.xz" -MD5SUM="445fe0dab269f31a0d0460c28831dea3" +DOWNLOAD="https://doomseeker.drdteam.org/files/doomseeker-1.3.3.tar.xz" +MD5SUM="16fbaef37e77ca97d30ca744fc98cb95" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |