diff options
author | David Ferrone <zapwai@gmail.com> | 2023-10-07 15:51:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 15:51:45 +0700 |
commit | 136e9b07193507bdbae317dc4505143200937ff6 (patch) | |
tree | 3aafc82dc7a5e1fda521d4a2734281f9f48d2fc0 /games | |
parent | 62f3b759850b173d4047a3a9c2405e9f8fd6f226 (diff) |
games/dwarffortress: Updated for version 0.50.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/dwarffortress/README | 4 | ||||
-rw-r--r-- | games/dwarffortress/dwarffortress | 3 | ||||
-rw-r--r-- | games/dwarffortress/dwarffortress.SlackBuild | 35 | ||||
-rw-r--r-- | games/dwarffortress/dwarffortress.info | 10 |
4 files changed, 19 insertions, 33 deletions
diff --git a/games/dwarffortress/README b/games/dwarffortress/README index bc04339ffb45..32465d131d97 100644 --- a/games/dwarffortress/README +++ b/games/dwarffortress/README @@ -11,4 +11,6 @@ https://dffd.bay12games.com Note: A local copy of the game will be placed in ~/.dwarffortress when run, where tilesets/graphics and config files can be changed. -(An original copy of the program is placed in /opt) +An original copy of the program is kept in /opt. +After an update, delete your local .dwarffortress folder before running. +(Regions kept in data/save can be reused for minor version updates.) diff --git a/games/dwarffortress/dwarffortress b/games/dwarffortress/dwarffortress index 6f71dec339ef..da0506a2c3ac 100644 --- a/games/dwarffortress/dwarffortress +++ b/games/dwarffortress/dwarffortress @@ -7,10 +7,9 @@ runme(){ if [ ! -d ~/.dwarffortress ]; then cp -a /opt/dwarffortress ~/.dwarffortress cd ~/.dwarffortress - find {data,raw,sdl} -type d -exec chmod 700 {} \; fi cd ~/.dwarffortress - ~/.dwarffortress/df + ~/.dwarffortress/run_df } if [ $UID == 0 ]; then diff --git a/games/dwarffortress/dwarffortress.SlackBuild b/games/dwarffortress/dwarffortress.SlackBuild index cde1b298e75e..ff95029f94ea 100644 --- a/games/dwarffortress/dwarffortress.SlackBuild +++ b/games/dwarffortress/dwarffortress.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dwarffortress -VERSION=${VERSION:-0.47.05} -SRCNAM=df_47_05_linux +VERSION=${VERSION:-0.50.11} +SRCNAM=df_50_11_linux SRCDIR=df_linux BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,28 +61,13 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCDIR -tar xvf $CWD/$SRCNAM$BITFLAG.tar.bz2 -cd $SRCDIR && chown -R root:root . - -## Unnecessary in this case. Leave it in case the Toady One ever uses symlinks. -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -## Remove two library files that prevent operation, use local libraries instead. -rm libs/libgcc_s.so.1 -rm libs/libstdc++.so.6 - -## These directories will be writeable by the user. Normally mode 700. -find {data,raw,sdl} -type d -exec chmod 755 {} \; +cd $PKG +mkdir opt opt/$PRGNAM +cd opt/$PRGNAM -mkdir $PKG/opt -cd .. -mv $SRCDIR $PKG/opt/$PRGNAM +tar pxvf $CWD/$SRCNAM$BITFLAG.tar.bz2 +chown -R root:root . +chmod -R 755 . # Strip binaries and libraries - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -94,9 +79,9 @@ cat $CWD/dwarffortress.desktop > $PKG/usr/share/applications/dwarffortress.deskt cat $CWD/dwarffortress.png > $PKG/usr/share/pixmaps/dwarffortress.png mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cd $PKG/opt/$PRGNAM -cp -a README.linux command\ line.txt file\ changes.txt readme.txt \ +cp -a command\ line.txt file\ changes.txt readme.txt \ release\ notes.txt $PKG/usr/doc/$PRGNAM-$VERSION +chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/* cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/dwarffortress/dwarffortress.info b/games/dwarffortress/dwarffortress.info index 0aab99df86f0..0f70dfdd1ca5 100644 --- a/games/dwarffortress/dwarffortress.info +++ b/games/dwarffortress/dwarffortress.info @@ -1,10 +1,10 @@ PRGNAM="dwarffortress" -VERSION="0.47.05" +VERSION="0.50.11" HOMEPAGE="https://bay12games.com/dwarves/" -DOWNLOAD="https://bay12games.com/dwarves/df_47_05_linux32.tar.bz2" -MD5SUM="c7b12be86285893db8c611d407b67c0b" -DOWNLOAD_x86_64="https://bay12games.com/dwarves/df_47_05_linux.tar.bz2" -MD5SUM_x86_64="be1e9b5954a50ffe90b2df8e7920c5a4" +DOWNLOAD="https://bay12games.com/dwarves/df_50_11_linux.tar.bz2" +MD5SUM="2974f9f6c563547b4fd40a65f9919593" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" REQUIRES="" MAINTAINER="David Ferrone" EMAIL="zapwai@gmail.com" |