aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDavid Melik <dchmelik@gmail.com>2024-09-27 21:43:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-27 23:16:29 +0700
commitfd9b69b942a819f015ed0c56ebc5052c63f9a314 (patch)
tree4653eed60f4f267155c9551ef4bcb21c610a255d /games
parentc198efffe46503fe0be5c72de8cb32363d495cb7 (diff)
games/crawl: Updated for version 0.32.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/crawl/crawl.SlackBuild17
-rw-r--r--games/crawl/crawl.desktop2
-rw-r--r--games/crawl/crawl.info6
3 files changed, 10 insertions, 15 deletions
diff --git a/games/crawl/crawl.SlackBuild b/games/crawl/crawl.SlackBuild
index dd6dac8db6937..3a1d62bc4740e 100644
--- a/games/crawl/crawl.SlackBuild
+++ b/games/crawl/crawl.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=crawl
-VERSION=${VERSION:-0.31.0}
+VERSION=${VERSION:-0.32.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,28 +77,23 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+mkdir -p $PKG/usr/games
cd source
# Do not remove quotation marks from SAVEDIR='~/.crawl/'.
# $SAVEDIR needs evaluating at runtime.
make \
- prefix=/usr \
+ prefix=/usr/share/games \
COPY_FONTS=1 \
DATADIR=/usr/share/games/crawl \
SAVEDIR='~/.crawl/' \
- SDL2=1 \
TILES=1
make install \
- prefix=/usr \
- COPY_FONTS=1 \
- DATADIR=/usr/share/games/crawl \
- DESTDIR=$PKG \
- SAVEDIR='~/.crawl/' \
- SDL2=1 \
- TILES=1
+ prefix=/usr/share/games \
+ DESTDIR=$PKG
make clean
make \
prefix=/usr \
- DATADIR=/usr/share/games/crawl \
+ DATADIR=/usr/share/crawl \
SAVEDIR='~/.crawl/'
cp crawl $PKG/usr/games/crawl-ascii
cd ..
diff --git a/games/crawl/crawl.desktop b/games/crawl/crawl.desktop
index d5d1d60cce4ca..cd48b6f5fb881 100644
--- a/games/crawl/crawl.desktop
+++ b/games/crawl/crawl.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Dungeon Crawl Stone Soup
Comment=Rescue the mystifyingly fabulous Orb of Zot
-Exec=crawl
+Exec=/usr/games/crawl
Terminal=true
Type=Application
Categories=Game;
diff --git a/games/crawl/crawl.info b/games/crawl/crawl.info
index a653d05ea659e..9c2396a52ca1f 100644
--- a/games/crawl/crawl.info
+++ b/games/crawl/crawl.info
@@ -1,8 +1,8 @@
PRGNAM="crawl"
-VERSION="0.31.0"
+VERSION="0.32.1"
HOMEPAGE="http://crawl.develz.org/"
-DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.31.0/stone_soup-0.31.0-nodeps.tar.xz"
-MD5SUM="7f35dd3b6eb5b060df870a9c441bd70a"
+DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.32.1/stone_soup-0.32.1-nodeps.tar.xz"
+MD5SUM="29adceddd314416258b586ef76f99d56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"