diff options
-rw-r--r-- | games/odamex/doinst.sh | 6 | ||||
-rw-r--r-- | games/odamex/odamex.SlackBuild | 2 | ||||
-rw-r--r-- | games/odamex/odamex.info | 6 |
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" |