summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-03-22 08:49:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-22 09:51:49 +0700
commit4d6531e78ebf4848af4112e8a855821b0251ab9b (patch)
tree7efd3e93a276bfe73910ae7a6a9a6483160e2171
parenta3b3f9586db56f71bf88ba249f97c40cf37d4a24 (diff)
downloadslackbuilds-4d6531e78ebf4848af4112e8a855821b0251ab9b.tar.gz
slackbuilds-4d6531e78ebf4848af4112e8a855821b0251ab9b.tar.xz
games/odamex: Updated for version 0.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/odamex/doinst.sh6
-rw-r--r--games/odamex/odamex.SlackBuild2
-rw-r--r--games/odamex/odamex.info6
3 files changed, 4 insertions, 10 deletions
diff --git a/games/odamex/doinst.sh b/games/odamex/doinst.sh
index 1f8ff67ded..4e8ba7071d 100644
--- a/games/odamex/doinst.sh
+++ b/games/odamex/doinst.sh
@@ -2,9 +2,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
-
diff --git a/games/odamex/odamex.SlackBuild b/games/odamex/odamex.SlackBuild
index 02f6923273..731873b046 100644
--- a/games/odamex/odamex.SlackBuild
+++ b/games/odamex/odamex.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=odamex
-VERSION=${VERSION:-0.6.3}
+VERSION=${VERSION:-0.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/odamex/odamex.info b/games/odamex/odamex.info
index d639a5c152..99fb031057 100644
--- a/games/odamex/odamex.info
+++ b/games/odamex/odamex.info
@@ -1,8 +1,8 @@
PRGNAM="odamex"
-VERSION="0.6.3"
+VERSION="0.6.4"
HOMEPAGE="http://odamex.net/"
-DOWNLOAD="http://downloads.sourceforge.net/odamex/odamex-src-0.6.3.tar.bz2"
-MD5SUM="8a6e32608ac95ac3cde93e06190436e6"
+DOWNLOAD="http://downloads.sourceforge.net/odamex/odamex-src-0.6.4.tar.bz2"
+MD5SUM="06519491d920ef73773035cbb0781f1f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"