diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-04 23:03:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-04 23:03:11 +0000 |
commit | 0a58b06451c748e1809de389c6b636efbf8eb067 (patch) | |
tree | 66a9810c1d655a9458e3dfde3b57b5bf09e55b1b /games/gtkballs/Makefile | |
parent | e4420db4a196f7df32358be0256d24f2ea5ae4ea (diff) | |
download | pkgsrc-0a58b06451c748e1809de389c6b636efbf8eb067.tar.gz |
Update to 3.1.3:
New in GtkBalls 3.1.3
- Fixed critical bugs in pathfinding functions
- New theme - "mascots"
- Updates to auto*/gettext
New in GtkBalls 3.1.2
- Fixed big bug that lead to sigsegv
- Added saving/loading of keyboard accelerators
New in GtkBalls 3.1.1
- Added ability to delete saved games from save/load game dialog
- UI polishing
- translations updates
- small bug fixes
- compilation fixes
- gtkballs.spec fixes
New in GtkBalls 3.1.0
- Now images in themes can be in any format that gdk-pixbuf understand
- Game can be played with keyboard only (use arrows and space/enter)
- Hilight cell "under the pointer" (for keyboard play)
- Updated gtkballs(6x) man page
- Death of score writer process now handled correctly (mostly)
- compilation with gcc 3.x fixes
- code reorganization (should be much readable now)
- migration to autoconf 2.54/automake 1.6.3/gettext 0.11.5
Diffstat (limited to 'games/gtkballs/Makefile')
-rw-r--r-- | games/gtkballs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 9d9c5890834..ba6b20ffd28 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2004/03/10 02:18:46 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/04 23:03:11 wiz Exp $ -DISTNAME= gtkballs-3.0.1 -PKGREVISION= 7 +DISTNAME= gtkballs-3.1.3 CATEGORIES= games MASTER_SITES= ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/ \ http://gtkballs.antex.ru/dist/ |