diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-27 15:44:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-27 15:44:12 +0000 |
commit | 1e145795a4bf1eab22f3a38554c22681f2fa31a0 (patch) | |
tree | 5171c721d479132dbea0ad67334990a3709488de /games | |
parent | bb54aeb5ce6ef023bd8e892d4f73f30b84bdf408 (diff) | |
download | pkgsrc-1e145795a4bf1eab22f3a38554c22681f2fa31a0.tar.gz |
Update to 0.7.1. There have been a lot of changes since the previous version.
Maybe the most significative is the switch to GNOME2 (including things like
GConf2 to handle configuration).
Diffstat (limited to 'games')
-rw-r--r-- | games/gtetrinet/DESCR | 8 | ||||
-rw-r--r-- | games/gtetrinet/Makefile | 21 | ||||
-rw-r--r-- | games/gtetrinet/PLIST | 20 | ||||
-rw-r--r-- | games/gtetrinet/distinfo | 9 | ||||
-rw-r--r-- | games/gtetrinet/patches/patch-aa | 10 | ||||
-rw-r--r-- | games/gtetrinet/patches/patch-ab | 13 |
6 files changed, 58 insertions, 23 deletions
diff --git a/games/gtetrinet/DESCR b/games/gtetrinet/DESCR index 607e5339bc7..b55f2c4dcea 100644 --- a/games/gtetrinet/DESCR +++ b/games/gtetrinet/DESCR @@ -1,4 +1,4 @@ -GTetrinet is a client program for the popular Tetrinet game, a multiplayer -tetris game that is played over the internet. It aims to be a complete -clone of the popular Tetrinet game for Win95/NT. If you are looking for a -popular public game server to play, take a look to tetrinet.org. +GTetrinet is a GNOME2 client program for the popular Tetrinet game, a +multiplayer tetris game that is played over the internet. It aims to be a +complete clone of the popular Tetrinet game for Win95/NT. If you are looking +for a popular public game server to play, take a look to tetrinet.org. diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 7959a0bdda5..89784f1d3a8 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2003/05/02 11:54:58 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/27 15:44:13 jmmv Exp $ # -DISTNAME= gtetrinet-0.4.4 -PKGREVISION= 1 +DISTNAME= gtetrinet-0.7.1 CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtetrinet/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtetrinet/0.7/} -MAINTAINER= bmeurer@fwdn.de +MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de HOMEPAGE= http://gtetrinet.sourceforge.net/ -COMMENT= Multiplayer tetris game +COMMENT= Multiplayer tetris game for GNOME2 BUILD_USES_MSGFMT= YES +DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs GNU_CONFIGURE= YES USE_BUILDLINK2= YES @@ -24,7 +24,12 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --enable-ipv6 .endif -.include "../../converters/libiconv/buildlink2.mk" +GCONF2_SCHEMAS= gtetrinet.schemas + +.include "../../audio/esound/buildlink2.mk" +.include "../../devel/GConf2/schemas.mk" .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../devel/libgnome/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink2.mk" +.include "../../textproc/intltool/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gtetrinet/PLIST b/games/gtetrinet/PLIST index 09bd6ae92f2..9526dc2f1d1 100644 --- a/games/gtetrinet/PLIST +++ b/games/gtetrinet/PLIST @@ -1,14 +1,30 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/05/27 15:44:13 jmmv Exp $ bin/gtetrinet man/man6/gtetrinet.6 -share/gnome/apps/Games/gtetrinet.desktop +share/applications/gtetrinet.desktop +share/gconf/schemas/gtetrinet.schemas share/gtetrinet/themes/default/blocks.png share/gtetrinet/themes/default/theme.cfg share/gtetrinet/themes/small/blocks.png share/gtetrinet/themes/small/theme.cfg +${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gtetrinet.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/no/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/sv/LC_MESSAGES/gtetrinet.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gtetrinet.mo share/pixmaps/gtetrinet.png @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 diff --git a/games/gtetrinet/distinfo b/games/gtetrinet/distinfo index df928914007..48a974c54f3 100644 --- a/games/gtetrinet/distinfo +++ b/games/gtetrinet/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2003/05/27 15:44:13 jmmv Exp $ -SHA1 (gtetrinet-0.4.4.tar.gz) = 2d08f873b00d9a404ce48273ae1980fe48c887b1 -Size (gtetrinet-0.4.4.tar.gz) = 315377 bytes -SHA1 (patch-aa) = cb1dcb9b4a3f6980e893bf370808b20f083077ac +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 diff --git a/games/gtetrinet/patches/patch-aa b/games/gtetrinet/patches/patch-aa index 37b7ea8ffbb..42d641fc522 100644 --- a/games/gtetrinet/patches/patch-aa +++ b/games/gtetrinet/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2003/05/27 15:44:13 jmmv Exp $ ---- src/Makefile.in.orig Sun Oct 27 23:35:56 2002 +--- src/Makefile.in.orig Mon Mar 17 12:04:01 2003 +++ src/Makefile.in -@@ -156,7 +156,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\" - LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GTK_LIBS) +@@ -170,7 +170,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\" + LDADD = $(GTET_LIBS) AM_CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\" -gamesdir = $(prefix)/games +gamesdir = $(bindir) games_PROGRAMS = gtetrinet - gtetrinet_SOURCES = client.c client.h commands.c commands.h config.c config.h dialogs.c dialogs.h fields.c fields.h gtetrinet.c gtetrinet.h keys.c keys.h keytable.h misc.c misc.h partyline.c partyline.h sound.c sound.h tetrinet.c tetrinet.h tetris.c tetris.h winlist.c winlist.h + gtetrinet_SOURCES = client.c client.h commands.c commands.h config.c config.h dialogs.c dialogs.h fields.c fields.h gtetrinet.c gtetrinet.h misc.c misc.h partyline.c partyline.h sound.c sound.h tetrinet.c tetrinet.h tetris.c tetris.h winlist.c winlist.h diff --git a/games/gtetrinet/patches/patch-ab b/games/gtetrinet/patches/patch-ab new file mode 100644 index 00000000000..32da9879015 --- /dev/null +++ b/games/gtetrinet/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/05/27 15:44:13 jmmv Exp $ + +--- Makefile.in.orig 2003-05-27 15:31:57.000000000 +0200 ++++ Makefile.in +@@ -153,7 +153,7 @@ SUBDIRS = doc po src themes + icon_DATA = gtetrinet.png + icondir = $(datadir)/pixmaps + +-schemadir = $(sysconfdir)/gconf/schemas ++schemadir = $(datadir)/gconf/schemas + schema_in_files = gtetrinet.schemas.in + schema_DATA = $(schema_in_files:.schemas.in=.schemas) + |