diff options
author | drochner <drochner@pkgsrc.org> | 2006-11-09 21:12:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-11-09 21:12:05 +0000 |
commit | 55aceb52c614f04861bf8b3a8f2cd5a3ef35bbcc (patch) | |
tree | 02db7a4b402d53e294b1afa75dbb5c3870e40290 /games/kye/patches | |
parent | 05707c80dc2a0f48bc7cb71e7f053b5e4e049aa3 (diff) | |
download | pkgsrc-55aceb52c614f04861bf8b3a8f2cd5a3ef35bbcc.tar.gz |
update to 0.9.2
changes:
-redesign status bar; long hint strings can now be seen as a tooltip
-fix demo playback
-more code cleanup and commenting
Diffstat (limited to 'games/kye/patches')
-rw-r--r-- | games/kye/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/kye/patches/patch-aa b/games/kye/patches/patch-aa index 191fbc64400..7eeed0df1a8 100644 --- a/games/kye/patches/patch-aa +++ b/games/kye/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.4 2006/10/12 13:07:33 drochner Exp $ +$NetBSD: patch-aa,v 1.5 2006/11/09 21:12:05 drochner Exp $ ---- kye/common.py.orig 2006-10-07 20:11:06.000000000 +0200 +--- kye/common.py.orig 2006-10-22 11:45:53.000000000 +0200 +++ kye/common.py @@ -24,7 +24,7 @@ ysize = 20 - version = "0.9.1" + version = "0.9.2" -kyepaths = ("levels","/usr/local/share/kye","/usr/share/kye") +kyepaths = ("levels","@PREFIX@/share/kye") def tryopen(filename,paths): - try: + """Returns a reading file handle for filename, searching through directories in the supplied paths.""" |