summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/zdoom/README5
-rw-r--r--games/zdoom/slack-desc10
-rw-r--r--games/zdoom/zdoom.SlackBuild6
-rw-r--r--games/zdoom/zdoom.info8
4 files changed, 14 insertions, 15 deletions
diff --git a/games/zdoom/README b/games/zdoom/README
index cf98ba2c90..7396fb7304 100644
--- a/games/zdoom/README
+++ b/games/zdoom/README
@@ -1,7 +1,6 @@
-zdoom (an enhanced port of the official DOOM source code)
-
ZDoom is an enhanced port of the official DOOM source code.
Originally for Win32 (Windows 95/98/NT), it is now available
for Linux as well.
-This require p7zip, fmodapi, TiMidity++ (optional, but recommend)
+This requires p7zip and fmodapi.
+TiMidity++ is optional but recommended.
diff --git a/games/zdoom/slack-desc b/games/zdoom/slack-desc
index e73e947141..df53366e98 100644
--- a/games/zdoom/slack-desc
+++ b/games/zdoom/slack-desc
@@ -11,9 +11,9 @@ zdoom:
zdoom: ZDoom is an enhanced port of the official DOOM source code.
zdoom: Originally for Win32 (Windows 95/98/NT), it is now available
zdoom: for Linux as well.
-zdoom:
-zdoom:
-zdoom:
-zdoom:
-zdoom:
+zdoom:
+zdoom:
+zdoom:
+zdoom:
+zdoom:
zdoom:
diff --git a/games/zdoom/zdoom.SlackBuild b/games/zdoom/zdoom.SlackBuild
index 6a172bc3be..760d748b1f 100644
--- a/games/zdoom/zdoom.SlackBuild
+++ b/games/zdoom/zdoom.SlackBuild
@@ -5,7 +5,7 @@
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
PRGNAM=zdoom
-VERSION=${VERSION:-2.5.0}
+VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,8 +75,8 @@ install -m644 $CWD/zdoom.desktop $PKG/usr/share/applications/
cd ..
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/zdoom/zdoom.info b/games/zdoom/zdoom.info
index 1a8cc54842..2a327d6042 100644
--- a/games/zdoom/zdoom.info
+++ b/games/zdoom/zdoom.info
@@ -1,10 +1,10 @@
PRGNAM="zdoom"
-VERSION="2.5.0"
+VERSION="2.6.0"
HOMEPAGE="http://zdoom.org/"
-DOWNLOAD="http://zdoom.org/files/zdoom/2.5/zdoom-2.5.0-src.7z"
-MD5SUM="26afe95fb9fd28d91662563674bbb86e"
+DOWNLOAD="http://zdoom.org/files/zdoom/2.6/zdoom-2.6.0-src.7z"
+MD5SUM="26318282e8b28fe06f8a9d446d058b8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pablo Santamaria"
EMAIL="pablosantamaria@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="rworkman"