From 5008110a82d8a9c4e3ddc8aabe47947200f8e2cc Mon Sep 17 00:00:00 2001 From: David Melik Date: Wed, 30 Mar 2022 15:34:34 +0100 Subject: games/tome-ah: Updated for version 20220224_d25bdae. Rewrapped README Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- games/tome-ah/README | 18 +++++++++--------- games/tome-ah/tome-ah.SlackBuild | 14 ++++++++------ games/tome-ah/tome-ah.info | 6 +++--- 3 files changed, 20 insertions(+), 18 deletions(-) (limited to 'games') diff --git a/games/tome-ah/README b/games/tome-ah/README index 3356d5f5c9..e9392fdc23 100644 --- a/games/tome-ah/README +++ b/games/tome-ah/README @@ -1,13 +1,13 @@ -ToME-ah (AnonymousHero's ToME fork) is a game that emphasizes -intricate, challenging, and varied gameplay over graphics. Hundreds -of different monsters in randomly-generated, unpredictable dungeons -will strive to slay you by various means, and you counter - if you -survive - by developing the skills of your choice and wielding mighty -artifacts. +ToME-ah (AnonymousHero's ToME fork) is a game that emphasizes intricate, +challenging, and varied gameplay over graphics. Hundreds of different +monsters in randomly-generated, unpredictable dungeons will strive to +slay you by various means, and you counter - if you survive - by +developing the skills of your choice and wielding mighty artifacts. forum: -http://forums.te4.org/viewforum.php?f=28&sid=2f757a7105dcbcd648ccf0c566334dc5 +http://forums.te4.org/viewforum.php?f=28&sid=2f757a7105dcbcd648ccf0c5663 +34dc5 Usenet newsgroup: nntp://rec.games.roguelike.angband -You can install ToME-SX alongside other ToME 2 forks, but must back -up, delete save folder (~/.tome) between different games. +You can install ToME-SX alongside other ToME 2 forks, but must back up, +delete save folder (~/.tome) between different games. diff --git a/games/tome-ah/tome-ah.SlackBuild b/games/tome-ah/tome-ah.SlackBuild index dac4f1b996..4f6d7ce1b5 100644 --- a/games/tome-ah/tome-ah.SlackBuild +++ b/games/tome-ah/tome-ah.SlackBuild @@ -25,12 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tome-ah -VERSION=${VERSION:-2.3.11_ah} +VERSION=${VERSION:-20220224_d25bdae} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCVER=$(echo $VERSION | tr _ -) +GITVER="$( echo $VERSION | cut -d_ -f2 )" + +SRCNAM=tome2 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -71,9 +73,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf tome2-$SRCVER -tar xvf $CWD/tome2-$SRCVER.tar.gz -cd tome2-$SRCVER +rm -rf $SRCNAM-$GITVER* +tar xvf $CWD/$SRCNAM-$GITVER*.tar.gz +cd $SRCNAM-$GITVER* chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -108,7 +110,7 @@ install -m 0644 -D $CWD/tome-ah.png $PKG/usr/share/pixmaps/tome-ah.png install -m 0644 -D $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a BUGS.txt changes.txt credits.txt $PKG/usr/share/games/$PRGNAM/lib/tome/help \ +cp -a doc/DEBUG.txt doc/RELEASE.txt doc/changes.txt doc/credits.txt $PKG/usr/share/games/$PRGNAM/lib/tome/help \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/tome-ah/tome-ah.info b/games/tome-ah/tome-ah.info index a202ec35ca..7aa91c9bd0 100644 --- a/games/tome-ah/tome-ah.info +++ b/games/tome-ah/tome-ah.info @@ -1,8 +1,8 @@ PRGNAM="tome-ah" -VERSION="2.3.11_ah" +VERSION="20220224_d25bdae" HOMEPAGE="https://github.com/tome2/" -DOWNLOAD="https://github.com/tome2/tome2/archive/v2.3.11-ah/tome2-2.3.11-ah.tar.gz" -MD5SUM="04b83e91f1b31a39a1585f07ef7d6acf" +DOWNLOAD="https://github.com/tome2/tome2/archive/d25bdae09bffea46ac54e51b99b2c166d9be7db8/tome2-d25bdae09bffea46ac54e51b99b2c166d9be7db8.tar.gz" +MD5SUM="11958229a62b4981b748109c5ea863f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3