mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/doomseeker: Updated for version 0.11.1b.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
d34737a1b3
commit
174ae28f0e
5 changed files with 13 additions and 18 deletions
|
@ -9,5 +9,5 @@ PATH for the binaries, they'll be in either /usr/bin, /usr/games,
|
|||
or similar. If you don't know where your IWAD file(s) are located,
|
||||
try /usr/share/games/doom.
|
||||
|
||||
This requires one or both of chocolate-doom or odames (at least, to be
|
||||
This requires one or both of chocolate-doom or odamex (at least, to be
|
||||
useful for anything, it needs at least one supported Doom engine).
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=doomseeker
|
||||
VERSION=${VERSION:-0.10b}
|
||||
VERSION=${VERSION:-0.11.1b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,11 +69,11 @@ cd build
|
|||
cd ..
|
||||
|
||||
# Shared lib gets installed to wrong place, easier to fix it here than patch.
|
||||
# Also note, doomseeker violates the FHS by placing shared objects in /usr/share
|
||||
# (but I won't try to fix that).
|
||||
if [ "$LIBDIRSUFFIX" != "" ]; then
|
||||
mv $PKG/usr/lib $PKG/usr/lib$LIBDIRSUFFIX
|
||||
fi
|
||||
# Also note, doomseeker violates the FHS by placing shared objects in /usr/share.
|
||||
# I won't try to fix that, but I will strip them.
|
||||
[ "$LIBDIRSUFFIX" != "" ] && mv $PKG/usr/lib $PKG/usr/lib$LIBDIRSUFFIX
|
||||
chmod 755 $PKG/usr/share/$PRGNAM/engines/*.so
|
||||
strip $PKG/usr/share/$PRGNAM/engines/*.so
|
||||
|
||||
# Fix the .desktop file
|
||||
sed -i \
|
||||
|
@ -88,6 +88,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
|
||||
# Not only do they not ship docs, there aren't really any on their
|
||||
# web site, either. At least the GUI's easy to figure out.
|
||||
chmod -x LICENSE*
|
||||
cp -a LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="doomseeker"
|
||||
VERSION="0.10b"
|
||||
VERSION="0.11.1b"
|
||||
HOMEPAGE="http://doomseeker.drdteam.org/"
|
||||
DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-0.10b_src.tar.bz2"
|
||||
MD5SUM="55edd152a0a80e505f6ebefcb48cc0eb"
|
||||
DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-0.11.1b_src.tar.bz2"
|
||||
MD5SUM="062eacd572fe0ed78830f6fe340028f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
REQUIRES=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
|
@ -11,7 +11,7 @@ doomseeker:
|
|||
doomseeker: Doomseeker is a cross-platform server browser for Doom. The goal of
|
||||
doomseeker: Doomseeker is to provide a smooth, consistant experience for Doom
|
||||
doomseeker: players regardless of port or platform. Doomseeker provides support
|
||||
doomseeker: for Skulltag along with Chocolate Doom, Odamex, and Vavoom.
|
||||
doomseeker: for Zandronum, Chocolate Doom, Odamex, and Vavoom.
|
||||
doomseeker:
|
||||
doomseeker:
|
||||
doomseeker:
|
||||
|
|
Loading…
Reference in a new issue