summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/fizmo/fizmo.SlackBuild10
-rw-r--r--games/fizmo/fizmo.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/games/fizmo/fizmo.SlackBuild b/games/fizmo/fizmo.SlackBuild
index 6daa21b748..a1729b37c0 100644
--- a/games/fizmo/fizmo.SlackBuild
+++ b/games/fizmo/fizmo.SlackBuild
@@ -4,10 +4,10 @@
# Written by B. Watson (yalhcru@gmail.com)
-# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=fizmo
-VERSION=${VERSION:-0.7.5}
+VERSION=${VERSION:-0.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,11 +53,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# it wants to use pkg-config to find ncursesw, but Slack doesn't ship a
-# ncursesw.pc. Manual override time.
+# 0.7.7 finds ncursesw correctly now (it used to need a .pc file or
+# configure overrides).
-ncursesw_CFLAGS=-I/usr/include/curses \
-ncursesw_LIBS=-lncursesw \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/games/fizmo/fizmo.info b/games/fizmo/fizmo.info
index d6e8248026..521c07b045 100644
--- a/games/fizmo/fizmo.info
+++ b/games/fizmo/fizmo.info
@@ -1,8 +1,8 @@
PRGNAM="fizmo"
-VERSION="0.7.5"
+VERSION="0.7.7"
HOMEPAGE="http://spellbreaker.org/~chrender/fizmo/"
-DOWNLOAD="http://spellbreaker.org/~chrender/fizmo/source/fizmo-0.7.5.tar.gz"
-MD5SUM="304d5f72bc6a8dff2b6b23455b46b2a1"
+DOWNLOAD="http://spellbreaker.org/~chrender/fizmo/source/fizmo-0.7.7.tar.gz"
+MD5SUM="f4186067bbb4469af9128de0cf9ef5d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""