pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update gtetrinet to 0.7.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/330156e02839
branches: trunk
changeset: 478922:330156e02839
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Aug 02 02:08:27 2004 +0000
description:
Update gtetrinet to 0.7.7.
Changes since 0.7.1:
GTetrinet 0.7.7 - 2004-04-18
- Regenerated tarball using automake 1.4 to workaround
tar --posix problems.
GTetrinet 0.7.6 - 2004-04-16
- Added a button in the Preferences dialog that opens a browser window
with the GTetrinet themes webpage. (Dani)
- Made the main window resizable. It doesn't mean that the fields will
be resizable too ;) (Dani)
- Now you can rotate and move a piece while holding CTRL. This fixes the
bug reported by Christian Kröner. (Dani)
- Disable deprecated flags which broke the build with
GTK 2.4 (Kjartan Maraas).
- New and updated translations: Norwegian (Kjartan Maraas),
Croatian (Robert Sedak), Irish (Alastair McKinstry),
Brazilian Portuguese (Steve Lacerda and Estêvão Samuel Procópio),
British English (Gareth Owen), Canadian English (Adam Weinberger),
Welsh (Dafydd Harries), Catalan (Jordi Mallach), Swedish (Christian Rose),
Czech (Miloslav Trmac), Portuguese (Duarte Loreto),
Dutch (Vincent van Adrighem), Polish (Artur Flinta),
French (Christophe Merlet), Spanish (Dani Carbonell).
GTetrinet 0.7.5 - 2003-10-04
- HIGification improvements in several dialogs (Dagfinn Ilmari Mannsåker).
- Make the default keys usable in azerty keyboards (Dani).
- New and updated translations: Azerbaijani (Metin Amiroff),
Polish (Artur Flinta), Japanese (KAMAGASAKO Masatoshi).
GTetrinet 0.7.4 - 2003-08-29
- Fix configure.in so nobody needs intl/ dir. (Jordi)
- Connect and Team dialogs now have "OK" as default action (Dagfinn Ilmari
Mannsåker).
- Fix a crash when restoring the default keys (Dani).
- Cursor fixes for the game fields (Dani).
- Fix bug where keyboard would become unusable on game start (Benjamin Drieu).
- Disable channel list by default to avoid problems with weird servers (Dani).
- New and updated translations: Spanish (Francisco Javier F. Serrador),
Czech (Miloslav Trmac), Dutch (Kees van den Broek), Polish (Artur Flinta),
Serbian (Danilo Segan), Malay (Hasbullah Bin Pit), Catalan (Jordi Mallach),
Welsh (Dafydd Harries), Traditional Chinese (Abel Cheung),
German (Gerfried Fuchs).
GTetrinet 0.7.3 - 2003-06-23
- Fixed search path for gtetrinet.png broken in 0.7.2.
- Merged Connect/Disconnect buttons.
- Fixed annoying bug in keyboard handling code which could make
GTetrinet beep on each keypress.
- New and updated translations: Traditional Chinese (Abel Cheung),
Dutch (Tino Meinen), Macedonian (Arangel Angov).
GTetrinet 0.7.2 - 2003-06-07
- Added new icons to several places.
- Merged Start/Stop button.
- Nickname autocompletion in partyline!
- Show /msg commands in partyline.
- The mouse cursor is now hidden while playing.
- New keyboard shortcuts for connect/disconnect, change team and
start/stop/pause game.
Attack/defense keys are now configurable, helping Azerty keyboard users.
- Other bugfixes.
- New and updated translations: French (Christophe Merlet), Catalan
(Jordi Mallach), Swedish (Christian Rose), Portuguese (Duarte Loreto),
Czech (Miloslav Trmac), Dutch (Tino Meinen), Brazilian Portuguese
(Alexandre Folle de Menezes), Japanese (KAMAGASAKO Masatoshi), Serbian
(Danilo Segan), Basque (Julen Landa Alustiza), Traditional Chinese
(Abel Cheung).
diffstat:
doc/CHANGES | 3 ++-
doc/TODO | 3 +--
games/gtetrinet/Makefile | 5 ++---
games/gtetrinet/PLIST | 24 +++++++++++++++++++++---
games/gtetrinet/distinfo | 10 +++++-----
games/gtetrinet/patches/patch-aa | 6 +++---
games/gtetrinet/patches/patch-ab | 6 +++---
7 files changed, 37 insertions(+), 20 deletions(-)
diffs (143 lines):
diff -r 10417936b665 -r 330156e02839 doc/CHANGES
--- a/doc/CHANGES Mon Aug 02 02:04:48 2004 +0000
+++ b/doc/CHANGES Mon Aug 02 02:08:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6754 2004/08/02 02:04:48 kristerw Exp $
+$NetBSD: CHANGES,v 1.6755 2004/08/02 02:08:27 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3677,3 +3677,4 @@
Updated ja-FreeWnn-server-bin to 1.10nb3 [minskim 2004-08-02]
Updated cross-binutils to 2.15.0.0nb2 [kristerw 2004-08-02]
Updated bfd-crunchide to 1.1nb1 [kristerw 2004-08-02]
+ Updated gtetrinet ot 0.7.7 [minskim 2004-08-02]
diff -r 10417936b665 -r 330156e02839 doc/TODO
--- a/doc/TODO Mon Aug 02 02:04:48 2004 +0000
+++ b/doc/TODO Mon Aug 02 02:08:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1992 2004/08/01 14:54:04 adrianp Exp $
+$NetBSD: TODO,v 1.1993 2004/08/02 02:08:28 minskim Exp $
Suggested new packages
======================
@@ -252,7 +252,6 @@
o grhino-0.12.0
o gsasl-0.1.2
o gtar-1.14
- o gtetrinet-0.7.4
o gtkglext-1.0.6
o gtkmm-2.4.4
o gtksee-0.5.6 [pkg/26372]
diff -r 10417936b665 -r 330156e02839 games/gtetrinet/Makefile
--- a/games/gtetrinet/Makefile Mon Aug 02 02:04:48 2004 +0000
+++ b/games/gtetrinet/Makefile Mon Aug 02 02:08:27 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2004/06/08 12:23:59 cjep Exp $
+# $NetBSD: Makefile,v 1.18 2004/08/02 02:08:28 minskim Exp $
#
-DISTNAME= gtetrinet-0.7.1
-PKGREVISION= 9
+DISTNAME= gtetrinet-0.7.7
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtetrinet/0.7/}
diff -r 10417936b665 -r 330156e02839 games/gtetrinet/PLIST
--- a/games/gtetrinet/PLIST Mon Aug 02 02:04:48 2004 +0000
+++ b/games/gtetrinet/PLIST Mon Aug 02 02:08:27 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/05/27 15:44:13 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/08/02 02:08:28 minskim Exp $
bin/gtetrinet
man/man6/gtetrinet.6
share/applications/gtetrinet.desktop
@@ -8,23 +8,41 @@
share/gtetrinet/themes/small/blocks.png
share/gtetrinet/themes/small/theme.cfg
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gtetrinet.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gtetrinet.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gtetrinet.mo
share/pixmaps/gtetrinet.png
+share/pixmaps/gtetrinet/alone.png
+share/pixmaps/gtetrinet/team.png
+@dirrm share/pixmaps/gtetrinet
+@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/gtetrinet/themes/small
@dirrm share/gtetrinet/themes/default
@dirrm share/gtetrinet/themes
@dirrm share/gtetrinet
-@comment in GConf2: dirrm share/gconf/schemas
-@comment in gnome2-dirs: @dirrm share/applications
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in xdg-dirs: @dirrm share/applications
diff -r 10417936b665 -r 330156e02839 games/gtetrinet/distinfo
--- a/games/gtetrinet/distinfo Mon Aug 02 02:04:48 2004 +0000
+++ b/games/gtetrinet/distinfo Mon Aug 02 02:08:27 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2003/05/27 15:44:13 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/08/02 02:08:28 minskim Exp $
-SHA1 (gtetrinet-0.7.1.tar.gz) = 0a00fc9a2e0d435825f05990002f682bec3e6335
-Size (gtetrinet-0.7.1.tar.gz) = 389449 bytes
-SHA1 (patch-aa) = 3f9cb21459c9c505a58b3d28289b0d64a584b90a
-SHA1 (patch-ab) = 32a129ff2399f0192e7597f467da6941efe7f195
+SHA1 (gtetrinet-0.7.7.tar.gz) = 4223617048386b58e2654b2cbe987ea1f7591011
+Size (gtetrinet-0.7.7.tar.gz) = 476896 bytes
+SHA1 (patch-aa) = d6496e30634be397cabe574ce2b0595f354f00e4
+SHA1 (patch-ab) = 3b7fbcaf1989bda98c445b34e278d7a9d76751f4
diff -r 10417936b665 -r 330156e02839 games/gtetrinet/patches/patch-aa
--- a/games/gtetrinet/patches/patch-aa Mon Aug 02 02:04:48 2004 +0000
+++ b/games/gtetrinet/patches/patch-aa Mon Aug 02 02:08:27 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/05/27 15:44:13 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2004/08/02 02:08:28 minskim Exp $
---- src/Makefile.in.orig Mon Mar 17 12:04:01 2003
+--- src/Makefile.in.orig 2004-04-18 11:08:27.000000000 -0500
+++ src/Makefile.in
-@@ -170,7 +170,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\"
+@@ -120,7 +120,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\"
LDADD = $(GTET_LIBS)
AM_CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\"
diff -r 10417936b665 -r 330156e02839 games/gtetrinet/patches/patch-ab
--- a/games/gtetrinet/patches/patch-ab Mon Aug 02 02:04:48 2004 +0000
+++ b/games/gtetrinet/patches/patch-ab Mon Aug 02 02:08:27 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2003/05/27 15:44:13 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2004/08/02 02:08:28 minskim Exp $
---- Makefile.in.orig 2003-05-27 15:31:57.000000000 +0200
+--- Makefile.in.orig 2004-04-18 11:08:05.000000000 -0500
+++ Makefile.in
-@@ -153,7 +153,7 @@ SUBDIRS = doc po src themes
+@@ -116,7 +116,7 @@ SUBDIRS = doc po src themes icons
icon_DATA = gtetrinet.png
icondir = $(datadir)/pixmaps
Home |
Main Index |
Thread Index |
Old Index