diff options
author | adam <adam@pkgsrc.org> | 2004-11-08 14:35:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-08 14:35:34 +0000 |
commit | 0649a519d26cd826c0f5b8d6db1b6585d618a026 (patch) | |
tree | 1ccca10d8c675340dab00e2f5109779e11fc1c44 /games/gtkballs/PLIST | |
parent | 6cb8c0e04463da8d1a3d64533e27466cb428c0ad (diff) | |
download | pkgsrc-0649a519d26cd826c0f5b8d6db1b6585d618a026.tar.gz |
Changes 3.1.4:
- Polished and fixed gfx behavior (f.e. cell movement now works while ball is moving/destroying)
- Migration to GtkUIManager
- Scores now saved in utf-8 encoding (old scores will NOT be lost =)
- Workaround stupid gtk+ bug in window resizing code
Diffstat (limited to 'games/gtkballs/PLIST')
-rw-r--r-- | games/gtkballs/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gtkballs/PLIST b/games/gtkballs/PLIST index f9eb3072258..43ab88b83c9 100644 --- a/games/gtkballs/PLIST +++ b/games/gtkballs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/07/04 23:03:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/11/08 14:35:34 adam Exp $ bin/gtkballs man/man6/gtkballs.6 share/gtkballs/COPYING @@ -417,3 +417,4 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gtkballs.mo @dirrm share/gtkballs/themes/Default @dirrm share/gtkballs/themes @dirrm share/gtkballs +@unexec echo Delete ${VARBASE}/games/gtkballs-scores if you do not need your hi-scores any more. |