From e56fabbc4df658e0007d40af53e67445342dec25 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 8 May 2002 22:08:21 +0000 Subject: Adding gnomegames2 after repo commit from gnomegames. This is the games component for the GNOME 2.0 Desktop. --- games/Makefile | 1 + games/gnome-games/Makefile | 31 +- games/gnome-games/distinfo | 2 +- games/gnome-games/files/patch-ab | 27 +- games/gnome-games/files/patch-ac | 8 +- games/gnome-games/files/patch-ae | 6 +- games/gnome-games/files/patch-af | 6 +- games/gnome-games/files/patch-ag | 18 -- games/gnome-games/files/patch-ah | 20 -- games/gnome-games/files/patch-configure | 19 ++ games/gnome-games/files/patch-ltmain.sh | 28 -- games/gnome-games/files/patch-po::Makefile.in.in | 14 - games/gnome-games/pkg-comment | 2 +- games/gnome-games/pkg-descr | 2 +- games/gnome-games/pkg-plist | 376 ++++++++++++++++------- games/gnomegames2/Makefile | 31 +- games/gnomegames2/distinfo | 2 +- games/gnomegames2/files/patch-ab | 27 +- games/gnomegames2/files/patch-ac | 8 +- games/gnomegames2/files/patch-ae | 6 +- games/gnomegames2/files/patch-af | 6 +- games/gnomegames2/files/patch-ag | 18 -- games/gnomegames2/files/patch-ah | 20 -- games/gnomegames2/files/patch-configure | 19 ++ games/gnomegames2/files/patch-ltmain.sh | 28 -- games/gnomegames2/files/patch-po::Makefile.in.in | 14 - games/gnomegames2/pkg-comment | 2 +- games/gnomegames2/pkg-descr | 2 +- games/gnomegames2/pkg-plist | 376 ++++++++++++++++------- 29 files changed, 659 insertions(+), 460 deletions(-) delete mode 100644 games/gnome-games/files/patch-ag delete mode 100644 games/gnome-games/files/patch-ah create mode 100644 games/gnome-games/files/patch-configure delete mode 100644 games/gnome-games/files/patch-ltmain.sh delete mode 100644 games/gnome-games/files/patch-po::Makefile.in.in delete mode 100644 games/gnomegames2/files/patch-ag delete mode 100644 games/gnomegames2/files/patch-ah create mode 100644 games/gnomegames2/files/patch-configure delete mode 100644 games/gnomegames2/files/patch-ltmain.sh delete mode 100644 games/gnomegames2/files/patch-po::Makefile.in.in (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 3987b9d64b12..72f9bdf9a858 100644 --- a/games/Makefile +++ b/games/Makefile @@ -100,6 +100,7 @@ SUBDIR += gnomebreakout SUBDIR += gnomechess SUBDIR += gnomegames + SUBDIR += gnomegames2 SUBDIR += gnomekiss SUBDIR += gnomememoryblocks SUBDIR += gnomermind diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index de6a1679261c..f32f0c24b1a2 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,37 +1,42 @@ -# New ports collection makefile for: gnomegames -# Date created: 03 July 1998 -# Whom: Yukihiro Nakai +# New ports collection makefile for: gnomegames2 +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke # # $FreeBSD$ # -PORTNAME= gnomegames -PORTVERSION= 1.4.0.3 -PORTREVISION= 1 +PORTNAME= gnomegames2 +PORTVERSION= 1.91.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-games +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501 DISTNAME= gnome-games-${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + guile.9:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - `gdk-pixbuf-config --cflags`" \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ + 's|malloc\.h|stdlib.h|g' .include diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo index 053888d61c69..ac3d1d73ec48 100644 --- a/games/gnome-games/distinfo +++ b/games/gnome-games/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.4.0.3.tar.bz2) = 3e717c2e7ead757b1dd545dd54272b71 +MD5 (gnome2/gnome-games-1.91.0.tar.bz2) = b0645e3bb3137b4a3d405aa4e062b776 diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab index 84838dd2151e..777f4217e46c 100644 --- a/games/gnome-games/files/patch-ab +++ b/games/gnome-games/files/patch-ab @@ -1,33 +1,38 @@ ---- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999 -+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -147,7 +147,7 @@ - Games_DATA = gnome-stones.desktop - Caves_DATA = default.caves tutorial.caves gnomekoban.caves +--- gnome-stones/Makefile.in.orig Wed May 8 16:30:26 2002 ++++ gnome-stones/Makefile.in Wed May 8 16:30:35 2002 +@@ -156,7 +156,7 @@ + Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in + Caves_DATA = $(Caves_in_files:.caves.in=.caves) -gtkrcdir = $(datadir) +gtkrcdir = $(datadir)/gnome-stones gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko Mimedir = $(datadir)/mime-info ---- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999 -+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -127,5 +127,5 @@ +--- gnome-stones/objects/Makefile.in.orig Wed May 8 16:30:10 2002 ++++ gnome-stones/objects/Makefile.in Wed May 8 16:31:30 2002 +@@ -131,7 +131,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects -@@ -144,10 +144,10 @@ + INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) + +@@ -148,11 +148,11 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ -libgnome_stones_la_LDFLAGS = +-libgnome_stones_la_LIBADD = +libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = ++libgnome_stones_la_LIBADD = libgnome_stones_la_OBJECTS = gnome-stones.lo -libgnomekoban_la_LDFLAGS = +-libgnomekoban_la_LIBADD = +libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = ++libgnomekoban_la_LIBADD = libgnomekoban_la_OBJECTS = gnomekoban.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/games/gnome-games/files/patch-ac b/games/gnome-games/files/patch-ac index 2507ea7dbbc4..65e3bbe8c565 100644 --- a/games/gnome-games/files/patch-ac +++ b/games/gnome-games/files/patch-ac @@ -1,11 +1,11 @@ ---- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998 -+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999 -@@ -148,7 +148,7 @@ +--- freecell/gdk-card-image/Makefile.in.orig Wed May 8 16:32:35 2002 ++++ freecell/gdk-card-image/Makefile.in Wed May 8 16:32:41 2002 +@@ -164,7 +164,7 @@ libgdkcardimage_la_SOURCES = gdk-card-image.c libgdkcardimageincludedir = $(includedir)/gdkcardimage libgdkcardimageinclude_HEADERS = gdk-card-image.h -libgdkcardimage_la_LDFLAGS = -version-info 0:0:0 +libgdkcardimage_la_LDFLAGS = -version-info 1:0:0 - libgdkcardimage_la_LIBADD = $(GTK_LIBS) + libgdkcardimage_la_LIBADD = $(GNOME_GAMES_LIBS) @UCB_LDFLAGS@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h diff --git a/games/gnome-games/files/patch-ae b/games/gnome-games/files/patch-ae index a38e549b42db..397fca112a9b 100644 --- a/games/gnome-games/files/patch-ae +++ b/games/gnome-games/files/patch-ae @@ -1,6 +1,6 @@ ---- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999 -+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999 -@@ -17,6 +17,7 @@ +--- aisleriot/menu.c.orig Wed May 8 16:33:36 2002 ++++ aisleriot/menu.c Wed May 8 16:33:47 2002 +@@ -18,6 +18,7 @@ */ #include diff --git a/games/gnome-games/files/patch-af b/games/gnome-games/files/patch-af index 2ad5821dd199..c4577a44e07b 100644 --- a/games/gnome-games/files/patch-af +++ b/games/gnome-games/files/patch-af @@ -1,6 +1,6 @@ ---- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999 -+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999 -@@ -1249,7 +1249,7 @@ +--- gnome-stones/main.c.orig Wed May 8 16:01:18 2002 ++++ gnome-stones/main.c Wed May 8 16:25:11 2002 +@@ -1087,7 +1087,7 @@ static gboolean scan_public_plugin_directory (void) { diff --git a/games/gnome-games/files/patch-ag b/games/gnome-games/files/patch-ag deleted file mode 100644 index a192fe907dc4..000000000000 --- a/games/gnome-games/files/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ ---- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999 -+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999 -@@ -37,13 +37,14 @@ - #include - #include - -+#include -+ - #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) - #include - #else - #include - #endif - --#include - #include "yahtzee.h" - #include "cyahtzee.h" - #include "scores.h" diff --git a/games/gnome-games/files/patch-ah b/games/gnome-games/files/patch-ah deleted file mode 100644 index 31769eb0372b..000000000000 --- a/games/gnome-games/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 -+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 -@@ -9,7 +9,7 @@ - - sprintf (file, "%s/%s.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &bitmap, NULL, file); -+ &bitmap, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf ("cannot open %s\n", file); - exit(1); -@@ -18,7 +18,7 @@ - if (masked == SEP_MASK) { - sprintf(file, "%s/%s_mask.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &mask, NULL, file); -+ &mask, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf("cannot open %s\n", file); - exit(1); diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure new file mode 100644 index 000000000000..b633cbcce281 --- /dev/null +++ b/games/gnome-games/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sun Apr 21 13:50:05 2002 ++++ configure Wed May 8 15:34:41 2002 +@@ -7864,6 +7864,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -12411,7 +12412,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + diff --git a/games/gnome-games/files/patch-ltmain.sh b/games/gnome-games/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/games/gnome-games/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnome-games/files/patch-po::Makefile.in.in b/games/gnome-games/files/patch-po::Makefile.in.in deleted file mode 100644 index cd3e37cffcf4..000000000000 --- a/games/gnome-games/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/09 10:15:24 1.1 -+++ po/Makefile.in.in 2001/07/09 10:15:40 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/games/gnome-games/pkg-comment b/games/gnome-games/pkg-comment index 489fad24d405..23e9d267d8a4 100644 --- a/games/gnome-games/pkg-comment +++ b/games/gnome-games/pkg-comment @@ -1 +1 @@ -The game applications package for the Gnome Desktop Environment +The game applications package for the Gnome 2.0 Desktop Environment diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr index 921bbc6035a8..7fa56a6332b1 100644 --- a/games/gnome-games/pkg-descr +++ b/games/gnome-games/pkg-descr @@ -1 +1 @@ -the game applications package for the Gnome Desktop Environment +The game applications package for the Gnome 2.0 Desktop Environment. diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 7b6f224adf22..fb3e340dab51 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -2,6 +2,7 @@ bin/ctali bin/freecell bin/gataxx bin/glines +bin/gnect bin/gnibbles bin/gnobots2 bin/gnome-stones @@ -15,7 +16,29 @@ bin/iagno bin/mahjongg bin/same-gnome bin/sol +etc/gconf/gconf.xml.defaults/apps/gnomine/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnomine/geometry/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gtali/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/iagno/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/same-gnome/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/freecell/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/freecell/option/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/freecell/score/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gataxx/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/geometry/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gtali/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/iagno/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome/%gconf.xml +etc/gconf/schemas/freecell.schemas +etc/gconf/schemas/gataxx.schemas +etc/gconf/schemas/gnect.schemas +etc/gconf/schemas/gnomine.schemas +etc/gconf/schemas/gtali.schemas +etc/gconf/schemas/iagno.schemas +etc/gconf/schemas/same-gnome.schemas etc/sound/events/gataxx.soundlist +etc/sound/events/gnect.soundlist etc/sound/events/gnibbles.soundlist etc/sound/events/gnobots2.soundlist etc/sound/events/iagno.soundlist @@ -23,22 +46,23 @@ include/gdkcardimage/gdk-card-image.h lib/libgdkcardimage.a lib/libgdkcardimage.so lib/libgdkcardimage.so.1 -share/gnome/apps/Games/freecell.desktop -share/gnome/apps/Games/gataxx.desktop -share/gnome/apps/Games/glines.desktop -share/gnome/apps/Games/gnibbles.desktop -share/gnome/apps/Games/gnobots2.desktop -share/gnome/apps/Games/gnome-stones.desktop -share/gnome/apps/Games/gnometris.desktop -share/gnome/apps/Games/gnomine.desktop -share/gnome/apps/Games/gnotravex.desktop -share/gnome/apps/Games/gnotski.desktop -share/gnome/apps/Games/gtali.desktop -share/gnome/apps/Games/iagno.desktop -share/gnome/apps/Games/mahjongg.desktop -share/gnome/apps/Games/same-gnome.desktop +share/gnome/applications/freecell.desktop +share/gnome/applications/gataxx.desktop +share/gnome/applications/glines.desktop +share/gnome/applications/gnect.desktop +share/gnome/applications/gnibbles.desktop +share/gnome/applications/gnobots2.desktop +share/gnome/applications/gnome-stones.desktop +share/gnome/applications/gnometris.desktop +share/gnome/applications/gnomine.desktop +share/gnome/applications/gnotravex.desktop +share/gnome/applications/gnotski.desktop +share/gnome/applications/gtali.desktop +share/gnome/applications/iagno.desktop +share/gnome/applications/mahjongg.desktop +share/gnome/applications/same-gnome.desktop +share/gnome/applications/xbill.desktop share/gnome/apps/Games/sol.desktop -share/gnome/apps/Games/xbill.desktop share/gnome/games/glines.scores share/gnome/games/gnibbles.1.0.scores share/gnome/games/gnibbles.1.1.scores @@ -104,6 +128,23 @@ share/gnome/games/iagno.w2.scores share/gnome/games/iagno.w3.scores share/gnome/games/mahjongg.{easy,difficult}.scores share/gnome/games/same-gnome.scores +share/gnome/gnect/catseyes_40x40.gnect +share/gnome/gnect/classic_40x40.gnect +share/gnome/gnect/classic_50x50.gnect +share/gnome/gnect/clean_40x40.gnect +share/gnome/gnect/clean_40x40_nightfall.gnect +share/gnome/gnect/clean_50x50.gnect +share/gnome/gnect/clean_50x50_nightfall.gnect +share/gnome/gnect/default.gnect +share/gnome/gnect/emulator_48x32.gnect +share/gnome/gnect/glassy_40x40.gnect +share/gnome/gnect/glassy_40x40_grotty.gnect +share/gnome/gnect/glassy_50x50.gnect +share/gnome/gnect/glassy_50x50_grotty.gnect +share/gnome/gnect/safari_45x45.gnect +share/gnome/gnect/square_40x40.gnect +share/gnome/gnect/square_50x50.gnect +share/gnome/gnect/white_ob.cn4 share/gnome/gnibbles/level001.gnl share/gnome/gnibbles/level002.gnl share/gnome/gnibbles/level003.gnl @@ -135,89 +176,89 @@ share/gnome/gnobots2/nightmare.cfg share/gnome/gnobots2/robots2.cfg share/gnome/gnobots2/robots2_easy.cfg share/gnome/gnobots2/robots_with_safe_teleport.cfg +share/gnome/gnome-stones/atari.caves share/gnome/gnome-stones/default.caves share/gnome/gnome-stones/gnome-stonesrc share/gnome/gnome-stones/gnome-stonesrc.ko share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/objects/libgnome-stones.a share/gnome/gnome-stones/objects/libgnome-stones.so -share/gnome/gnome-stones/objects/libgnomekoban.a share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves -share/gnome/help/aisleriot/C/agnes.sgml -share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers_dozen.sgml -share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/chessboard.sgml -share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.sgml -share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.sgml +share/gnome/help/aisleriot/C/agnes.xml +share/gnome/help/aisleriot/C/aisleriot.xml +share/gnome/help/aisleriot/C/auld_lang_syne.xml +share/gnome/help/aisleriot/C/bakers_dozen.xml +share/gnome/help/aisleriot/C/bakers_game.xml +share/gnome/help/aisleriot/C/beleaguered_castle.xml +share/gnome/help/aisleriot/C/block_ten.xml +share/gnome/help/aisleriot/C/bristol.xml +share/gnome/help/aisleriot/C/camelot.xml +share/gnome/help/aisleriot/C/canfield.xml +share/gnome/help/aisleriot/C/chessboard.xml +share/gnome/help/aisleriot/C/clock.xml +share/gnome/help/aisleriot/C/cover.xml +share/gnome/help/aisleriot/C/definitions.xml +share/gnome/help/aisleriot/C/diamond_mine.xml +share/gnome/help/aisleriot/C/doublets.xml +share/gnome/help/aisleriot/C/eagle-wing.xml +share/gnome/help/aisleriot/C/easthaven.xml +share/gnome/help/aisleriot/C/eight_off.xml +share/gnome/help/aisleriot/C/elevator.xml +share/gnome/help/aisleriot/C/escalator.xml share/gnome/help/aisleriot/C/figures/camelot-goal.png share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/ten_across.sgml -share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb_and_pouch.sgml -share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.sgml +share/gnome/help/aisleriot/C/first_law.xml +share/gnome/help/aisleriot/C/fortress.xml +share/gnome/help/aisleriot/C/fortunes.xml +share/gnome/help/aisleriot/C/fourteen.xml +share/gnome/help/aisleriot/C/freecell.xml +share/gnome/help/aisleriot/C/gay_gordons.xml +share/gnome/help/aisleriot/C/glenwood.xml +share/gnome/help/aisleriot/C/golf.xml +share/gnome/help/aisleriot/C/gypsy.xml +share/gnome/help/aisleriot/C/helsinki.xml +share/gnome/help/aisleriot/C/hopscotch.xml +share/gnome/help/aisleriot/C/isabel.xml +share/gnome/help/aisleriot/C/jamestown.xml +share/gnome/help/aisleriot/C/jumbo.xml +share/gnome/help/aisleriot/C/kansas.xml +share/gnome/help/aisleriot/C/king_albert.xml +share/gnome/help/aisleriot/C/klondike.xml +share/gnome/help/aisleriot/C/labyrinth.xml +share/gnome/help/aisleriot/C/lady_jane.xml +share/gnome/help/aisleriot/C/legal.xml +share/gnome/help/aisleriot/C/maze.xml +share/gnome/help/aisleriot/C/monte_carlo.xml +share/gnome/help/aisleriot/C/neighbor.xml +share/gnome/help/aisleriot/C/odessa.xml +share/gnome/help/aisleriot/C/osmosis.xml +share/gnome/help/aisleriot/C/peek.xml +share/gnome/help/aisleriot/C/pileon.xml +share/gnome/help/aisleriot/C/plait.xml +share/gnome/help/aisleriot/C/poker.xml +share/gnome/help/aisleriot/C/quatorze.xml +share/gnome/help/aisleriot/C/royal_east.xml +share/gnome/help/aisleriot/C/scorpion.xml +share/gnome/help/aisleriot/C/scuffle.xml +share/gnome/help/aisleriot/C/seahaven.xml +share/gnome/help/aisleriot/C/sir_tommy.xml +share/gnome/help/aisleriot/C/spider.xml +share/gnome/help/aisleriot/C/spiderette.xml +share/gnome/help/aisleriot/C/straight_up.xml +share/gnome/help/aisleriot/C/streets_and_alleys.xml +share/gnome/help/aisleriot/C/ten_across.xml +share/gnome/help/aisleriot/C/thieves.xml +share/gnome/help/aisleriot/C/thirteen.xml +share/gnome/help/aisleriot/C/thumb_and_pouch.xml +share/gnome/help/aisleriot/C/treize.xml +share/gnome/help/aisleriot/C/union_square.xml +share/gnome/help/aisleriot/C/valentine.xml +share/gnome/help/aisleriot/C/westhaven.xml +share/gnome/help/aisleriot/C/whitehead.xml +share/gnome/help/aisleriot/C/will_o_the_wisp.xml +share/gnome/help/aisleriot/C/yield.xml +share/gnome/help/aisleriot/C/yukon.xml +share/gnome/help/aisleriot/C/zebra.xml share/gnome/help/aisleriot/it/aisleriot.sgml share/gnome/help/aisleriot/it/auld_lang_syne.sgml share/gnome/help/aisleriot/it/bakers_dozen.sgml @@ -266,7 +307,8 @@ share/gnome/help/aisleriot/it/zebra.sgml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png -share/gnome/help/gataxx/C/gataxx.sgml +share/gnome/help/gataxx/C/gataxx.xml +share/gnome/help/gataxx/C/legal.xml share/gnome/help/gataxx/C/topic.dat share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png share/gnome/help/gataxx/es/figures/gataxx-prefs.png @@ -278,15 +320,33 @@ share/gnome/help/gataxx/it/figures/gataxx-prefs.png share/gnome/help/gataxx/it/figures/gataxx-startgame.png share/gnome/help/gataxx/it/gataxx.sgml share/gnome/help/gataxx/it/topic.dat +share/gnome/help/glines/C/figures/glines-gameover.png +share/gnome/help/glines/C/figures/glines-startgame.png +share/gnome/help/glines/C/figures/preferences.png +share/gnome/help/glines/C/glines.xml +share/gnome/help/glines/C/legal.xml +share/gnome/help/glines/C/topic.dat +share/gnome/help/glines/it/figures/glines-gameover.png +share/gnome/help/glines/it/figures/glines-startgame.png +share/gnome/help/glines/it/figures/preferences.png +share/gnome/help/glines/it/glines.sgml +share/gnome/help/glines/it/topic.dat +share/gnome/help/gnect/C/figures/mainwindow.png +share/gnome/help/gnect/C/figures/tileset.png +share/gnome/help/gnect/C/gnect.xml +share/gnome/help/gnect/C/legal.xml +share/gnome/help/gnect/C/topic.dat share/gnome/help/gnibbles/C/figures/game.png share/gnome/help/gnibbles/C/figures/graphics.png share/gnome/help/gnibbles/C/figures/intro.png share/gnome/help/gnibbles/C/figures/playing.png share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.sgml +share/gnome/help/gnibbles/C/gnibbles.xml +share/gnome/help/gnibbles/C/legal.xml share/gnome/help/gnibbles/C/topic.dat share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.sgml +share/gnome/help/gnobots2/C/gnobots2.xml +share/gnome/help/gnobots2/C/legal.xml share/gnome/help/gnobots2/C/topic.dat share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat @@ -305,21 +365,43 @@ share/gnome/help/gnome-mines/C/figures/gnomine-fail.png share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png share/gnome/help/gnome-mines/C/figures/gnomine-won.png -share/gnome/help/gnome-mines/C/gnome-mines.sgml +share/gnome/help/gnome-mines/C/gnome-mines.xml +share/gnome/help/gnome-mines/C/legal.xml share/gnome/help/gnome-mines/C/topic.dat share/gnome/help/gnome-stones/C/figures/main-game.png share/gnome/help/gnome-stones/C/figures/main-start.png share/gnome/help/gnome-stones/C/figures/preferences-joystick.png share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.sgml +share/gnome/help/gnome-stones/C/gnome-stones.xml +share/gnome/help/gnome-stones/C/legal.xml share/gnome/help/gnome-stones/it/figures/main-game.png share/gnome/help/gnome-stones/it/figures/main-start.png share/gnome/help/gnome-stones/it/figures/preferences-joystick.png share/gnome/help/gnome-stones/it/figures/preferences-main.png share/gnome/help/gnome-stones/it/gnome-stones.sgml +share/gnome/help/gnome-xbill/C/figures/bucket.png +share/gnome/help/gnome-xbill/C/figures/cable.png +share/gnome/help/gnome-xbill/C/figures/computer.png +share/gnome/help/gnome-xbill/C/figures/fakeseg.png +share/gnome/help/gnome-xbill/C/figures/fallenos.png +share/gnome/help/gnome-xbill/C/figures/infected.png +share/gnome/help/gnome-xbill/C/figures/mainwin.png +share/gnome/help/gnome-xbill/C/figures/microbill.png +share/gnome/help/gnome-xbill/C/figures/network.png +share/gnome/help/gnome-xbill/C/figures/remove.png +share/gnome/help/gnome-xbill/C/figures/removeos.png +share/gnome/help/gnome-xbill/C/figures/score.png +share/gnome/help/gnome-xbill/C/figures/scores.png +share/gnome/help/gnome-xbill/C/figures/spark.png +share/gnome/help/gnome-xbill/C/figures/splat.png +share/gnome/help/gnome-xbill/C/figures/startgame.png +share/gnome/help/gnome-xbill/C/figures/toasters.png +share/gnome/help/gnome-xbill/C/gnome-xbill.xml +share/gnome/help/gnome-xbill/C/legal.xml share/gnome/help/gnotravex/C/figures/gnotravex_game.png share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.sgml +share/gnome/help/gnotravex/C/gnotravex.xml +share/gnome/help/gnotravex/C/legal.xml share/gnome/help/gnotravex/C/topic.dat share/gnome/help/gnotravex/es/figures/gnotravex_game.png share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png @@ -327,7 +409,8 @@ share/gnome/help/gnotravex/es/gnotravex.sgml share/gnome/help/gnotravex/es/topic.dat share/gnome/help/gtali/C/figures/mainwindow.png share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.sgml +share/gnome/help/gtali/C/gtali.xml +share/gnome/help/gtali/C/legal.xml share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat @@ -336,7 +419,8 @@ share/gnome/help/iagno/C/figures/BLOCK.png share/gnome/help/iagno/C/figures/FIRST.png share/gnome/help/iagno/C/figures/PLAYER.png share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/iagno.sgml +share/gnome/help/iagno/C/iagno.xml +share/gnome/help/iagno/C/legal.xml share/gnome/help/iagno/C/topic.dat share/gnome/help/iagno/it/figures/ANIMATION.png share/gnome/help/iagno/it/figures/BLOCK.png @@ -354,7 +438,8 @@ share/gnome/help/mahjongg/C/figures/preferences.png share/gnome/help/mahjongg/C/figures/scores.png share/gnome/help/mahjongg/C/figures/seed.png share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/mahjongg.sgml +share/gnome/help/mahjongg/C/legal.xml +share/gnome/help/mahjongg/C/mahjongg.xml share/gnome/help/mahjongg/C/topic.dat share/gnome/help/mahjongg/it/figures/color.png share/gnome/help/mahjongg/it/figures/mahjongg.png @@ -365,7 +450,8 @@ share/gnome/help/mahjongg/it/figures/seed.png share/gnome/help/mahjongg/it/figures/toolbar.png share/gnome/help/mahjongg/it/mahjongg.sgml share/gnome/help/mahjongg/it/topic.dat -share/gnome/help/same-gnome/C/same-gnome.sgml +share/gnome/help/same-gnome/C/legal.xml +share/gnome/help/same-gnome/C/same-gnome.xml share/gnome/help/same-gnome/C/topic.dat share/gnome/help/same-gnome/es/same-gnome.sgml share/gnome/help/same-gnome/es/topic.dat @@ -378,11 +464,15 @@ share/gnome/omf/gnome-games/aisleriot-it.omf share/gnome/omf/gnome-games/gataxx-C.omf share/gnome/omf/gnome-games/gataxx-es.omf share/gnome/omf/gnome-games/gataxx-it.omf +share/gnome/omf/gnome-games/glines-C.omf +share/gnome/omf/gnome-games/glines-it.omf +share/gnome/omf/gnome-games/gnect-C.omf share/gnome/omf/gnome-games/gnibbles-C.omf share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnome-mines-C.omf share/gnome/omf/gnome-games/gnome-stones-C.omf share/gnome/omf/gnome-games/gnome-stones-it.omf +share/gnome/omf/gnome-games/gnome-xbill-C.omf share/gnome/omf/gnome-games/gnotravex-C.omf share/gnome/omf/gnome-games/gnotravex-es.omf share/gnome/omf/gnome-games/gtali-C.omf @@ -440,6 +530,21 @@ share/gnome/pixmaps/glines/dots.png share/gnome/pixmaps/glines/gray.xpm share/gnome/pixmaps/glines/pulse.png share/gnome/pixmaps/glines/woody.xpm +share/gnome/pixmaps/gnect-icon.png +share/gnome/pixmaps/gnect/bg_grotty.jpg +share/gnome/pixmaps/gnect/bg_nightfall.jpg +share/gnome/pixmaps/gnect/tileset_40x40_catseyes.png +share/gnome/pixmaps/gnect/tileset_40x40_classic.png +share/gnome/pixmaps/gnect/tileset_40x40_clean.png +share/gnome/pixmaps/gnect/tileset_40x40_glassy.png +share/gnome/pixmaps/gnect/tileset_40x40_square.png +share/gnome/pixmaps/gnect/tileset_45x45_safari.png +share/gnome/pixmaps/gnect/tileset_48x32_emulator.png +share/gnome/pixmaps/gnect/tileset_50x50_catseyes.png +share/gnome/pixmaps/gnect/tileset_50x50_classic.png +share/gnome/pixmaps/gnect/tileset_50x50_clean.png +share/gnome/pixmaps/gnect/tileset_50x50_glassy.png +share/gnome/pixmaps/gnect/tileset_50x50_square.png share/gnome/pixmaps/gnibbles/gnibbles-logo.png share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnobots2/aieee.png @@ -460,6 +565,7 @@ share/gnome/pixmaps/gnome-nibbles.png share/gnome/pixmaps/gnome-stones-file.png share/gnome/pixmaps/gnome-stones.png share/gnome/pixmaps/gnome-stones/amoeba.png +share/gnome/pixmaps/gnome-stones/animated_curtain.png share/gnome/pixmaps/gnome-stones/background.png share/gnome/pixmaps/gnome-stones/boulder.png share/gnome/pixmaps/gnome-stones/butterfly.png @@ -480,13 +586,27 @@ share/gnome/pixmaps/gnometris/5blocks-tim.png share/gnome/pixmaps/gnometris/5blocks.png share/gnome/pixmaps/gnometris/7blocks-tig.png share/gnome/pixmaps/gnometris/7blocks.png +share/gnome/pixmaps/gnometris/7stones-gn.png +share/gnome/pixmaps/gnometris/7stones2-gn.png +share/gnome/pixmaps/gnometris/bg/dog-bg.png share/gnome/pixmaps/gnometris/bg/fishy-bg.png +share/gnome/pixmaps/gnometris/bg/geschier-bg.png +share/gnome/pixmaps/gnometris/bg/gitter-bg.png +share/gnome/pixmaps/gnometris/bg/gnometris-bg.png share/gnome/pixmaps/gnometris/bg/greyprint-bg.png share/gnome/pixmaps/gnometris/bg/leaves-bg.png +share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.png +share/gnome/pixmaps/gnometris/bg/scrcow-bg.png share/gnome/pixmaps/gnometris/bg/sweet-bg.png +share/gnome/pixmaps/gnometris/bg/trees-bg.png share/gnome/pixmaps/gnometris/bg/vortex-bg.png share/gnome/pixmaps/gnometris/bg/watery-bg.png share/gnome/pixmaps/gnometris/bg/weirdo-bg.png +share/gnome/pixmaps/gnomine/face-cool.xpm +share/gnome/pixmaps/gnomine/face-sad.xpm +share/gnome/pixmaps/gnomine/face-smile.xpm +share/gnome/pixmaps/gnomine/face-win.xpm +share/gnome/pixmaps/gnomine/face-worried.xpm share/gnome/pixmaps/gnotravex/gnome-gnotravex.png share/gnome/pixmaps/gnotravex/gnotravex.png share/gnome/pixmaps/gnotski-icon.png @@ -517,7 +637,6 @@ share/gnome/sol-games/auld_lang_syne.scm share/gnome/sol-games/bakers_dozen.scm share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm -share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm @@ -600,6 +719,13 @@ share/gnome/sounds/gnobots2/splat.wav share/gnome/sounds/gnobots2/teleport.wav share/gnome/sounds/gnobots2/victory.wav share/gnome/sounds/gnobots2/yahoo.wav +share/gnome/sounds/gnome-stones/born.wav +share/gnome/sounds/gnome-stones/boulder.wav +share/gnome/sounds/gnome-stones/dig.wav +share/gnome/sounds/gnome-stones/door_open.wav +share/gnome/sounds/gnome-stones/explosion.wav +share/gnome/sounds/gnome-stones/get_diamond.wav +share/gnome/sounds/gnome-stones/title.wav share/gnome/sounds/iagno/flip-piece.wav share/gnome/sounds/iagno/gameover.wav share/gnome/xbill/cursors/apple.xpm @@ -619,6 +745,7 @@ share/gnome/xbill/cursors/next.xpm share/gnome/xbill/cursors/os2.xpm share/gnome/xbill/cursors/redhat.xpm share/gnome/xbill/cursors/sgi.xpm +share/gnome/xbill/cursors/slackware.xpm share/gnome/xbill/cursors/sun.xpm share/gnome/xbill/cursors/suse.xpm share/gnome/xbill/cursors/turbolinux.xpm @@ -667,6 +794,7 @@ share/gnome/xbill/pixmaps/os2cpu.xpm share/gnome/xbill/pixmaps/redhat.xpm share/gnome/xbill/pixmaps/sgi.xpm share/gnome/xbill/pixmaps/sgicpu.xpm +share/gnome/xbill/pixmaps/slackware.xpm share/gnome/xbill/pixmaps/spark_0.xpm share/gnome/xbill/pixmaps/spark_1.xpm share/gnome/xbill/pixmaps/sun.xpm @@ -692,6 +820,7 @@ share/locale/ja/LC_MESSAGES/gnome-games.mo share/locale/ko/LC_MESSAGES/gnome-games.mo share/locale/lt/LC_MESSAGES/gnome-games.mo share/locale/nl/LC_MESSAGES/gnome-games.mo +share/locale/nn/LC_MESSAGES/gnome-games.mo share/locale/no/LC_MESSAGES/gnome-games.mo share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo @@ -704,12 +833,13 @@ share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo +share/locale/zh_CN/LC_MESSAGES/gnome-games.mo +share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/xbill/pixmaps @dirrm share/gnome/xbill/cursors @dirrm share/gnome/xbill @dirrm share/gnome/sounds/iagno +@dirrm share/gnome/sounds/gnome-stones @dirrm share/gnome/sounds/gnobots2 @dirrm share/gnome/sounds/gnibbles @dirrm share/gnome/sounds/gataxx @@ -719,11 +849,13 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/mahjongg @dirrm share/gnome/pixmaps/iagno @dirrm share/gnome/pixmaps/gnotravex +@dirrm share/gnome/pixmaps/gnomine @dirrm share/gnome/pixmaps/gnometris/bg @dirrm share/gnome/pixmaps/gnometris @dirrm share/gnome/pixmaps/gnome-stones @dirrm share/gnome/pixmaps/gnobots2 @dirrm share/gnome/pixmaps/gnibbles +@dirrm share/gnome/pixmaps/gnect @dirrm share/gnome/pixmaps/glines @dirrm share/gnome/pixmaps/gataxx @dirrm share/gnome/pixmaps/cards/suits_small @@ -742,72 +874,73 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/same-gnome/es/stylesheet-images @dirrm share/gnome/help/same-gnome/es/figures @dirrm share/gnome/help/same-gnome/es -@dirrm share/gnome/help/same-gnome/C/stylesheet-images @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/same-gnome/C @dirrm share/gnome/help/same-gnome @dirrm share/gnome/help/mahjongg/it/stylesheet-images @dirrm share/gnome/help/mahjongg/it/figures @dirrm share/gnome/help/mahjongg/it -@dirrm share/gnome/help/mahjongg/C/stylesheet-images @dirrm share/gnome/help/mahjongg/C/figures @dirrm share/gnome/help/mahjongg/C @dirrm share/gnome/help/mahjongg @dirrm share/gnome/help/iagno/it/stylesheet-images @dirrm share/gnome/help/iagno/it/figures @dirrm share/gnome/help/iagno/it -@dirrm share/gnome/help/iagno/C/stylesheet-images @dirrm share/gnome/help/iagno/C/figures @dirrm share/gnome/help/iagno/C @dirrm share/gnome/help/iagno @dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/C/stylesheet-images @dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali @dirrm share/gnome/help/gnotravex/es/stylesheet-images @dirrm share/gnome/help/gnotravex/es/figures @dirrm share/gnome/help/gnotravex/es -@dirrm share/gnome/help/gnotravex/C/stylesheet-images @dirrm share/gnome/help/gnotravex/C/figures @dirrm share/gnome/help/gnotravex/C @dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-xbill/C/figures +@dirrm share/gnome/help/gnome-xbill/C +@dirrm share/gnome/help/gnome-xbill @dirrm share/gnome/help/gnome-stones/it/stylesheet-images @dirrm share/gnome/help/gnome-stones/it/figures @dirrm share/gnome/help/gnome-stones/it -@dirrm share/gnome/help/gnome-stones/C/stylesheet-images @dirrm share/gnome/help/gnome-stones/C/figures @dirrm share/gnome/help/gnome-stones/C @dirrm share/gnome/help/gnome-stones -@dirrm share/gnome/help/gnome-mines/C/stylesheet-images @dirrm share/gnome/help/gnome-mines/C/figures @dirrm share/gnome/help/gnome-mines/C @dirrm share/gnome/help/gnome-mines @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/C/stylesheet-images @dirrm share/gnome/help/gnobots2/C/figures @dirrm share/gnome/help/gnobots2/C @dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/C/stylesheet-images @dirrm share/gnome/help/gnibbles/C/figures @dirrm share/gnome/help/gnibbles/C @dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gnect/C/figures +@dirrm share/gnome/help/gnect/C +@dirrm share/gnome/help/gnect +@dirrm share/gnome/help/glines/it/stylesheet-images +@dirrm share/gnome/help/glines/it/figures +@dirrm share/gnome/help/glines/it +@dirrm share/gnome/help/glines/C/figures +@dirrm share/gnome/help/glines/C +@dirrm share/gnome/help/glines @dirrm share/gnome/help/gataxx/it/stylesheet-images @dirrm share/gnome/help/gataxx/it/figures @dirrm share/gnome/help/gataxx/it @dirrm share/gnome/help/gataxx/es/stylesheet-images @dirrm share/gnome/help/gataxx/es/figures @dirrm share/gnome/help/gataxx/es -@dirrm share/gnome/help/gataxx/C/stylesheet-images @dirrm share/gnome/help/gataxx/C/figures @dirrm share/gnome/help/gataxx/C @dirrm share/gnome/help/gataxx @dirrm share/gnome/help/aisleriot/it/stylesheet-images @dirrm share/gnome/help/aisleriot/it/figures @dirrm share/gnome/help/aisleriot/it -@dirrm share/gnome/help/aisleriot/C/stylesheet-images @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot @@ -815,4 +948,21 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/gnome-stones @dirrm share/gnome/gnobots2 @dirrm share/gnome/gnibbles +@dirrm share/gnome/gnect +@dirrm share/gnome/games +@dirrm share/gnome/apps/Games @dirrm include/gdkcardimage +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/iagno +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtali +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/geometry +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomine +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gataxx +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/freecell/score +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/freecell/option +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/freecell +@dirrm etc/gconf/gconf.xml.defaults/apps/same-gnome +@dirrm etc/gconf/gconf.xml.defaults/apps/iagno +@dirrm etc/gconf/gconf.xml.defaults/apps/gtali +@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine/geometry +@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index de6a1679261c..f32f0c24b1a2 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -1,37 +1,42 @@ -# New ports collection makefile for: gnomegames -# Date created: 03 July 1998 -# Whom: Yukihiro Nakai +# New ports collection makefile for: gnomegames2 +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke # # $FreeBSD$ # -PORTNAME= gnomegames -PORTVERSION= 1.4.0.3 -PORTREVISION= 1 +PORTNAME= gnomegames2 +PORTVERSION= 1.91.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-games +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501 DISTNAME= gnome-games-${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + guile.9:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - `gdk-pixbuf-config --cflags`" \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ + 's|malloc\.h|stdlib.h|g' .include diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo index 053888d61c69..ac3d1d73ec48 100644 --- a/games/gnomegames2/distinfo +++ b/games/gnomegames2/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.4.0.3.tar.bz2) = 3e717c2e7ead757b1dd545dd54272b71 +MD5 (gnome2/gnome-games-1.91.0.tar.bz2) = b0645e3bb3137b4a3d405aa4e062b776 diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab index 84838dd2151e..777f4217e46c 100644 --- a/games/gnomegames2/files/patch-ab +++ b/games/gnomegames2/files/patch-ab @@ -1,33 +1,38 @@ ---- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999 -+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -147,7 +147,7 @@ - Games_DATA = gnome-stones.desktop - Caves_DATA = default.caves tutorial.caves gnomekoban.caves +--- gnome-stones/Makefile.in.orig Wed May 8 16:30:26 2002 ++++ gnome-stones/Makefile.in Wed May 8 16:30:35 2002 +@@ -156,7 +156,7 @@ + Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in + Caves_DATA = $(Caves_in_files:.caves.in=.caves) -gtkrcdir = $(datadir) +gtkrcdir = $(datadir)/gnome-stones gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko Mimedir = $(datadir)/mime-info ---- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999 -+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -127,5 +127,5 @@ +--- gnome-stones/objects/Makefile.in.orig Wed May 8 16:30:10 2002 ++++ gnome-stones/objects/Makefile.in Wed May 8 16:31:30 2002 +@@ -131,7 +131,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects -@@ -144,10 +144,10 @@ + INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) + +@@ -148,11 +148,11 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ -libgnome_stones_la_LDFLAGS = +-libgnome_stones_la_LIBADD = +libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = ++libgnome_stones_la_LIBADD = libgnome_stones_la_OBJECTS = gnome-stones.lo -libgnomekoban_la_LDFLAGS = +-libgnomekoban_la_LIBADD = +libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = ++libgnomekoban_la_LIBADD = libgnomekoban_la_OBJECTS = gnomekoban.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/games/gnomegames2/files/patch-ac b/games/gnomegames2/files/patch-ac index 2507ea7dbbc4..65e3bbe8c565 100644 --- a/games/gnomegames2/files/patch-ac +++ b/games/gnomegames2/files/patch-ac @@ -1,11 +1,11 @@ ---- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998 -+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999 -@@ -148,7 +148,7 @@ +--- freecell/gdk-card-image/Makefile.in.orig Wed May 8 16:32:35 2002 ++++ freecell/gdk-card-image/Makefile.in Wed May 8 16:32:41 2002 +@@ -164,7 +164,7 @@ libgdkcardimage_la_SOURCES = gdk-card-image.c libgdkcardimageincludedir = $(includedir)/gdkcardimage libgdkcardimageinclude_HEADERS = gdk-card-image.h -libgdkcardimage_la_LDFLAGS = -version-info 0:0:0 +libgdkcardimage_la_LDFLAGS = -version-info 1:0:0 - libgdkcardimage_la_LIBADD = $(GTK_LIBS) + libgdkcardimage_la_LIBADD = $(GNOME_GAMES_LIBS) @UCB_LDFLAGS@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h diff --git a/games/gnomegames2/files/patch-ae b/games/gnomegames2/files/patch-ae index a38e549b42db..397fca112a9b 100644 --- a/games/gnomegames2/files/patch-ae +++ b/games/gnomegames2/files/patch-ae @@ -1,6 +1,6 @@ ---- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999 -+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999 -@@ -17,6 +17,7 @@ +--- aisleriot/menu.c.orig Wed May 8 16:33:36 2002 ++++ aisleriot/menu.c Wed May 8 16:33:47 2002 +@@ -18,6 +18,7 @@ */ #include diff --git a/games/gnomegames2/files/patch-af b/games/gnomegames2/files/patch-af index 2ad5821dd199..c4577a44e07b 100644 --- a/games/gnomegames2/files/patch-af +++ b/games/gnomegames2/files/patch-af @@ -1,6 +1,6 @@ ---- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999 -+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999 -@@ -1249,7 +1249,7 @@ +--- gnome-stones/main.c.orig Wed May 8 16:01:18 2002 ++++ gnome-stones/main.c Wed May 8 16:25:11 2002 +@@ -1087,7 +1087,7 @@ static gboolean scan_public_plugin_directory (void) { diff --git a/games/gnomegames2/files/patch-ag b/games/gnomegames2/files/patch-ag deleted file mode 100644 index a192fe907dc4..000000000000 --- a/games/gnomegames2/files/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ ---- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999 -+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999 -@@ -37,13 +37,14 @@ - #include - #include - -+#include -+ - #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) - #include - #else - #include - #endif - --#include - #include "yahtzee.h" - #include "cyahtzee.h" - #include "scores.h" diff --git a/games/gnomegames2/files/patch-ah b/games/gnomegames2/files/patch-ah deleted file mode 100644 index 31769eb0372b..000000000000 --- a/games/gnomegames2/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 -+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 -@@ -9,7 +9,7 @@ - - sprintf (file, "%s/%s.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &bitmap, NULL, file); -+ &bitmap, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf ("cannot open %s\n", file); - exit(1); -@@ -18,7 +18,7 @@ - if (masked == SEP_MASK) { - sprintf(file, "%s/%s_mask.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &mask, NULL, file); -+ &mask, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf("cannot open %s\n", file); - exit(1); diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure new file mode 100644 index 000000000000..b633cbcce281 --- /dev/null +++ b/games/gnomegames2/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sun Apr 21 13:50:05 2002 ++++ configure Wed May 8 15:34:41 2002 +@@ -7864,6 +7864,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -12411,7 +12412,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + diff --git a/games/gnomegames2/files/patch-ltmain.sh b/games/gnomegames2/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/games/gnomegames2/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnomegames2/files/patch-po::Makefile.in.in b/games/gnomegames2/files/patch-po::Makefile.in.in deleted file mode 100644 index cd3e37cffcf4..000000000000 --- a/games/gnomegames2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/09 10:15:24 1.1 -+++ po/Makefile.in.in 2001/07/09 10:15:40 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/games/gnomegames2/pkg-comment b/games/gnomegames2/pkg-comment index 489fad24d405..23e9d267d8a4 100644 --- a/games/gnomegames2/pkg-comment +++ b/games/gnomegames2/pkg-comment @@ -1 +1 @@ -The game applications package for the Gnome Desktop Environment +The game applications package for the Gnome 2.0 Desktop Environment diff --git a/games/gnomegames2/pkg-descr b/games/gnomegames2/pkg-descr index 921bbc6035a8..7fa56a6332b1 100644 --- a/games/gnomegames2/pkg-descr +++ b/games/gnomegames2/pkg-descr @@ -1 +1 @@ -the game applications package for the Gnome Desktop Environment +The game applications package for the Gnome 2.0 Desktop Environment. diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 7b6f224adf22..fb3e340dab51 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -2,6 +2,7 @@ bin/ctali bin/freecell bin/gataxx bin/glines +bin/gnect bin/gnibbles bin/gnobots2 bin/gnome-stones @@ -15,7 +16,29 @@ bin/iagno bin/mahjongg bin/same-gnome bin/sol +etc/gconf/gconf.xml.defaults/apps/gnomine/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnomine/geometry/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gtali/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/iagno/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/same-gnome/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/freecell/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/freecell/option/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/freecell/score/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gataxx/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/geometry/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gtali/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/iagno/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome/%gconf.xml +etc/gconf/schemas/freecell.schemas +etc/gconf/schemas/gataxx.schemas +etc/gconf/schemas/gnect.schemas +etc/gconf/schemas/gnomine.schemas +etc/gconf/schemas/gtali.schemas +etc/gconf/schemas/iagno.schemas +etc/gconf/schemas/same-gnome.schemas etc/sound/events/gataxx.soundlist +etc/sound/events/gnect.soundlist etc/sound/events/gnibbles.soundlist etc/sound/events/gnobots2.soundlist etc/sound/events/iagno.soundlist @@ -23,22 +46,23 @@ include/gdkcardimage/gdk-card-image.h lib/libgdkcardimage.a lib/libgdkcardimage.so lib/libgdkcardimage.so.1 -share/gnome/apps/Games/freecell.desktop -share/gnome/apps/Games/gataxx.desktop -share/gnome/apps/Games/glines.desktop -share/gnome/apps/Games/gnibbles.desktop -share/gnome/apps/Games/gnobots2.desktop -share/gnome/apps/Games/gnome-stones.desktop -share/gnome/apps/Games/gnometris.desktop -share/gnome/apps/Games/gnomine.desktop -share/gnome/apps/Games/gnotravex.desktop -share/gnome/apps/Games/gnotski.desktop -share/gnome/apps/Games/gtali.desktop -share/gnome/apps/Games/iagno.desktop -share/gnome/apps/Games/mahjongg.desktop -share/gnome/apps/Games/same-gnome.desktop +share/gnome/applications/freecell.desktop +share/gnome/applications/gataxx.desktop +share/gnome/applications/glines.desktop +share/gnome/applications/gnect.desktop +share/gnome/applications/gnibbles.desktop +share/gnome/applications/gnobots2.desktop +share/gnome/applications/gnome-stones.desktop +share/gnome/applications/gnometris.desktop +share/gnome/applications/gnomine.desktop +share/gnome/applications/gnotravex.desktop +share/gnome/applications/gnotski.desktop +share/gnome/applications/gtali.desktop +share/gnome/applications/iagno.desktop +share/gnome/applications/mahjongg.desktop +share/gnome/applications/same-gnome.desktop +share/gnome/applications/xbill.desktop share/gnome/apps/Games/sol.desktop -share/gnome/apps/Games/xbill.desktop share/gnome/games/glines.scores share/gnome/games/gnibbles.1.0.scores share/gnome/games/gnibbles.1.1.scores @@ -104,6 +128,23 @@ share/gnome/games/iagno.w2.scores share/gnome/games/iagno.w3.scores share/gnome/games/mahjongg.{easy,difficult}.scores share/gnome/games/same-gnome.scores +share/gnome/gnect/catseyes_40x40.gnect +share/gnome/gnect/classic_40x40.gnect +share/gnome/gnect/classic_50x50.gnect +share/gnome/gnect/clean_40x40.gnect +share/gnome/gnect/clean_40x40_nightfall.gnect +share/gnome/gnect/clean_50x50.gnect +share/gnome/gnect/clean_50x50_nightfall.gnect +share/gnome/gnect/default.gnect +share/gnome/gnect/emulator_48x32.gnect +share/gnome/gnect/glassy_40x40.gnect +share/gnome/gnect/glassy_40x40_grotty.gnect +share/gnome/gnect/glassy_50x50.gnect +share/gnome/gnect/glassy_50x50_grotty.gnect +share/gnome/gnect/safari_45x45.gnect +share/gnome/gnect/square_40x40.gnect +share/gnome/gnect/square_50x50.gnect +share/gnome/gnect/white_ob.cn4 share/gnome/gnibbles/level001.gnl share/gnome/gnibbles/level002.gnl share/gnome/gnibbles/level003.gnl @@ -135,89 +176,89 @@ share/gnome/gnobots2/nightmare.cfg share/gnome/gnobots2/robots2.cfg share/gnome/gnobots2/robots2_easy.cfg share/gnome/gnobots2/robots_with_safe_teleport.cfg +share/gnome/gnome-stones/atari.caves share/gnome/gnome-stones/default.caves share/gnome/gnome-stones/gnome-stonesrc share/gnome/gnome-stones/gnome-stonesrc.ko share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/objects/libgnome-stones.a share/gnome/gnome-stones/objects/libgnome-stones.so -share/gnome/gnome-stones/objects/libgnomekoban.a share/gnome/gnome-stones/objects/libgnomekoban.so share/gnome/gnome-stones/tutorial.caves -share/gnome/help/aisleriot/C/agnes.sgml -share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers_dozen.sgml -share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/chessboard.sgml -share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.sgml -share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.sgml +share/gnome/help/aisleriot/C/agnes.xml +share/gnome/help/aisleriot/C/aisleriot.xml +share/gnome/help/aisleriot/C/auld_lang_syne.xml +share/gnome/help/aisleriot/C/bakers_dozen.xml +share/gnome/help/aisleriot/C/bakers_game.xml +share/gnome/help/aisleriot/C/beleaguered_castle.xml +share/gnome/help/aisleriot/C/block_ten.xml +share/gnome/help/aisleriot/C/bristol.xml +share/gnome/help/aisleriot/C/camelot.xml +share/gnome/help/aisleriot/C/canfield.xml +share/gnome/help/aisleriot/C/chessboard.xml +share/gnome/help/aisleriot/C/clock.xml +share/gnome/help/aisleriot/C/cover.xml +share/gnome/help/aisleriot/C/definitions.xml +share/gnome/help/aisleriot/C/diamond_mine.xml +share/gnome/help/aisleriot/C/doublets.xml +share/gnome/help/aisleriot/C/eagle-wing.xml +share/gnome/help/aisleriot/C/easthaven.xml +share/gnome/help/aisleriot/C/eight_off.xml +share/gnome/help/aisleriot/C/elevator.xml +share/gnome/help/aisleriot/C/escalator.xml share/gnome/help/aisleriot/C/figures/camelot-goal.png share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/ten_across.sgml -share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb_and_pouch.sgml -share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.sgml +share/gnome/help/aisleriot/C/first_law.xml +share/gnome/help/aisleriot/C/fortress.xml +share/gnome/help/aisleriot/C/fortunes.xml +share/gnome/help/aisleriot/C/fourteen.xml +share/gnome/help/aisleriot/C/freecell.xml +share/gnome/help/aisleriot/C/gay_gordons.xml +share/gnome/help/aisleriot/C/glenwood.xml +share/gnome/help/aisleriot/C/golf.xml +share/gnome/help/aisleriot/C/gypsy.xml +share/gnome/help/aisleriot/C/helsinki.xml +share/gnome/help/aisleriot/C/hopscotch.xml +share/gnome/help/aisleriot/C/isabel.xml +share/gnome/help/aisleriot/C/jamestown.xml +share/gnome/help/aisleriot/C/jumbo.xml +share/gnome/help/aisleriot/C/kansas.xml +share/gnome/help/aisleriot/C/king_albert.xml +share/gnome/help/aisleriot/C/klondike.xml +share/gnome/help/aisleriot/C/labyrinth.xml +share/gnome/help/aisleriot/C/lady_jane.xml +share/gnome/help/aisleriot/C/legal.xml +share/gnome/help/aisleriot/C/maze.xml +share/gnome/help/aisleriot/C/monte_carlo.xml +share/gnome/help/aisleriot/C/neighbor.xml +share/gnome/help/aisleriot/C/odessa.xml +share/gnome/help/aisleriot/C/osmosis.xml +share/gnome/help/aisleriot/C/peek.xml +share/gnome/help/aisleriot/C/pileon.xml +share/gnome/help/aisleriot/C/plait.xml +share/gnome/help/aisleriot/C/poker.xml +share/gnome/help/aisleriot/C/quatorze.xml +share/gnome/help/aisleriot/C/royal_east.xml +share/gnome/help/aisleriot/C/scorpion.xml +share/gnome/help/aisleriot/C/scuffle.xml +share/gnome/help/aisleriot/C/seahaven.xml +share/gnome/help/aisleriot/C/sir_tommy.xml +share/gnome/help/aisleriot/C/spider.xml +share/gnome/help/aisleriot/C/spiderette.xml +share/gnome/help/aisleriot/C/straight_up.xml +share/gnome/help/aisleriot/C/streets_and_alleys.xml +share/gnome/help/aisleriot/C/ten_across.xml +share/gnome/help/aisleriot/C/thieves.xml +share/gnome/help/aisleriot/C/thirteen.xml +share/gnome/help/aisleriot/C/thumb_and_pouch.xml +share/gnome/help/aisleriot/C/treize.xml +share/gnome/help/aisleriot/C/union_square.xml +share/gnome/help/aisleriot/C/valentine.xml +share/gnome/help/aisleriot/C/westhaven.xml +share/gnome/help/aisleriot/C/whitehead.xml +share/gnome/help/aisleriot/C/will_o_the_wisp.xml +share/gnome/help/aisleriot/C/yield.xml +share/gnome/help/aisleriot/C/yukon.xml +share/gnome/help/aisleriot/C/zebra.xml share/gnome/help/aisleriot/it/aisleriot.sgml share/gnome/help/aisleriot/it/auld_lang_syne.sgml share/gnome/help/aisleriot/it/bakers_dozen.sgml @@ -266,7 +307,8 @@ share/gnome/help/aisleriot/it/zebra.sgml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png -share/gnome/help/gataxx/C/gataxx.sgml +share/gnome/help/gataxx/C/gataxx.xml +share/gnome/help/gataxx/C/legal.xml share/gnome/help/gataxx/C/topic.dat share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png share/gnome/help/gataxx/es/figures/gataxx-prefs.png @@ -278,15 +320,33 @@ share/gnome/help/gataxx/it/figures/gataxx-prefs.png share/gnome/help/gataxx/it/figures/gataxx-startgame.png share/gnome/help/gataxx/it/gataxx.sgml share/gnome/help/gataxx/it/topic.dat +share/gnome/help/glines/C/figures/glines-gameover.png +share/gnome/help/glines/C/figures/glines-startgame.png +share/gnome/help/glines/C/figures/preferences.png +share/gnome/help/glines/C/glines.xml +share/gnome/help/glines/C/legal.xml +share/gnome/help/glines/C/topic.dat +share/gnome/help/glines/it/figures/glines-gameover.png +share/gnome/help/glines/it/figures/glines-startgame.png +share/gnome/help/glines/it/figures/preferences.png +share/gnome/help/glines/it/glines.sgml +share/gnome/help/glines/it/topic.dat +share/gnome/help/gnect/C/figures/mainwindow.png +share/gnome/help/gnect/C/figures/tileset.png +share/gnome/help/gnect/C/gnect.xml +share/gnome/help/gnect/C/legal.xml +share/gnome/help/gnect/C/topic.dat share/gnome/help/gnibbles/C/figures/game.png share/gnome/help/gnibbles/C/figures/graphics.png share/gnome/help/gnibbles/C/figures/intro.png share/gnome/help/gnibbles/C/figures/playing.png share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.sgml +share/gnome/help/gnibbles/C/gnibbles.xml +share/gnome/help/gnibbles/C/legal.xml share/gnome/help/gnibbles/C/topic.dat share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.sgml +share/gnome/help/gnobots2/C/gnobots2.xml +share/gnome/help/gnobots2/C/legal.xml share/gnome/help/gnobots2/C/topic.dat share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat @@ -305,21 +365,43 @@ share/gnome/help/gnome-mines/C/figures/gnomine-fail.png share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png share/gnome/help/gnome-mines/C/figures/gnomine-won.png -share/gnome/help/gnome-mines/C/gnome-mines.sgml +share/gnome/help/gnome-mines/C/gnome-mines.xml +share/gnome/help/gnome-mines/C/legal.xml share/gnome/help/gnome-mines/C/topic.dat share/gnome/help/gnome-stones/C/figures/main-game.png share/gnome/help/gnome-stones/C/figures/main-start.png share/gnome/help/gnome-stones/C/figures/preferences-joystick.png share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.sgml +share/gnome/help/gnome-stones/C/gnome-stones.xml +share/gnome/help/gnome-stones/C/legal.xml share/gnome/help/gnome-stones/it/figures/main-game.png share/gnome/help/gnome-stones/it/figures/main-start.png share/gnome/help/gnome-stones/it/figures/preferences-joystick.png share/gnome/help/gnome-stones/it/figures/preferences-main.png share/gnome/help/gnome-stones/it/gnome-stones.sgml +share/gnome/help/gnome-xbill/C/figures/bucket.png +share/gnome/help/gnome-xbill/C/figures/cable.png +share/gnome/help/gnome-xbill/C/figures/computer.png +share/gnome/help/gnome-xbill/C/figures/fakeseg.png +share/gnome/help/gnome-xbill/C/figures/fallenos.png +share/gnome/help/gnome-xbill/C/figures/infected.png +share/gnome/help/gnome-xbill/C/figures/mainwin.png +share/gnome/help/gnome-xbill/C/figures/microbill.png +share/gnome/help/gnome-xbill/C/figures/network.png +share/gnome/help/gnome-xbill/C/figures/remove.png +share/gnome/help/gnome-xbill/C/figures/removeos.png +share/gnome/help/gnome-xbill/C/figures/score.png +share/gnome/help/gnome-xbill/C/figures/scores.png +share/gnome/help/gnome-xbill/C/figures/spark.png +share/gnome/help/gnome-xbill/C/figures/splat.png +share/gnome/help/gnome-xbill/C/figures/startgame.png +share/gnome/help/gnome-xbill/C/figures/toasters.png +share/gnome/help/gnome-xbill/C/gnome-xbill.xml +share/gnome/help/gnome-xbill/C/legal.xml share/gnome/help/gnotravex/C/figures/gnotravex_game.png share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.sgml +share/gnome/help/gnotravex/C/gnotravex.xml +share/gnome/help/gnotravex/C/legal.xml share/gnome/help/gnotravex/C/topic.dat share/gnome/help/gnotravex/es/figures/gnotravex_game.png share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png @@ -327,7 +409,8 @@ share/gnome/help/gnotravex/es/gnotravex.sgml share/gnome/help/gnotravex/es/topic.dat share/gnome/help/gtali/C/figures/mainwindow.png share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.sgml +share/gnome/help/gtali/C/gtali.xml +share/gnome/help/gtali/C/legal.xml share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat @@ -336,7 +419,8 @@ share/gnome/help/iagno/C/figures/BLOCK.png share/gnome/help/iagno/C/figures/FIRST.png share/gnome/help/iagno/C/figures/PLAYER.png share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/iagno.sgml +share/gnome/help/iagno/C/iagno.xml +share/gnome/help/iagno/C/legal.xml share/gnome/help/iagno/C/topic.dat share/gnome/help/iagno/it/figures/ANIMATION.png share/gnome/help/iagno/it/figures/BLOCK.png @@ -354,7 +438,8 @@ share/gnome/help/mahjongg/C/figures/preferences.png share/gnome/help/mahjongg/C/figures/scores.png share/gnome/help/mahjongg/C/figures/seed.png share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/mahjongg.sgml +share/gnome/help/mahjongg/C/legal.xml +share/gnome/help/mahjongg/C/mahjongg.xml share/gnome/help/mahjongg/C/topic.dat share/gnome/help/mahjongg/it/figures/color.png share/gnome/help/mahjongg/it/figures/mahjongg.png @@ -365,7 +450,8 @@ share/gnome/help/mahjongg/it/figures/seed.png share/gnome/help/mahjongg/it/figures/toolbar.png share/gnome/help/mahjongg/it/mahjongg.sgml share/gnome/help/mahjongg/it/topic.dat -share/gnome/help/same-gnome/C/same-gnome.sgml +share/gnome/help/same-gnome/C/legal.xml +share/gnome/help/same-gnome/C/same-gnome.xml share/gnome/help/same-gnome/C/topic.dat share/gnome/help/same-gnome/es/same-gnome.sgml share/gnome/help/same-gnome/es/topic.dat @@ -378,11 +464,15 @@ share/gnome/omf/gnome-games/aisleriot-it.omf share/gnome/omf/gnome-games/gataxx-C.omf share/gnome/omf/gnome-games/gataxx-es.omf share/gnome/omf/gnome-games/gataxx-it.omf +share/gnome/omf/gnome-games/glines-C.omf +share/gnome/omf/gnome-games/glines-it.omf +share/gnome/omf/gnome-games/gnect-C.omf share/gnome/omf/gnome-games/gnibbles-C.omf share/gnome/omf/gnome-games/gnobots2-C.omf share/gnome/omf/gnome-games/gnome-mines-C.omf share/gnome/omf/gnome-games/gnome-stones-C.omf share/gnome/omf/gnome-games/gnome-stones-it.omf +share/gnome/omf/gnome-games/gnome-xbill-C.omf share/gnome/omf/gnome-games/gnotravex-C.omf share/gnome/omf/gnome-games/gnotravex-es.omf share/gnome/omf/gnome-games/gtali-C.omf @@ -440,6 +530,21 @@ share/gnome/pixmaps/glines/dots.png share/gnome/pixmaps/glines/gray.xpm share/gnome/pixmaps/glines/pulse.png share/gnome/pixmaps/glines/woody.xpm +share/gnome/pixmaps/gnect-icon.png +share/gnome/pixmaps/gnect/bg_grotty.jpg +share/gnome/pixmaps/gnect/bg_nightfall.jpg +share/gnome/pixmaps/gnect/tileset_40x40_catseyes.png +share/gnome/pixmaps/gnect/tileset_40x40_classic.png +share/gnome/pixmaps/gnect/tileset_40x40_clean.png +share/gnome/pixmaps/gnect/tileset_40x40_glassy.png +share/gnome/pixmaps/gnect/tileset_40x40_square.png +share/gnome/pixmaps/gnect/tileset_45x45_safari.png +share/gnome/pixmaps/gnect/tileset_48x32_emulator.png +share/gnome/pixmaps/gnect/tileset_50x50_catseyes.png +share/gnome/pixmaps/gnect/tileset_50x50_classic.png +share/gnome/pixmaps/gnect/tileset_50x50_clean.png +share/gnome/pixmaps/gnect/tileset_50x50_glassy.png +share/gnome/pixmaps/gnect/tileset_50x50_square.png share/gnome/pixmaps/gnibbles/gnibbles-logo.png share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnobots2/aieee.png @@ -460,6 +565,7 @@ share/gnome/pixmaps/gnome-nibbles.png share/gnome/pixmaps/gnome-stones-file.png share/gnome/pixmaps/gnome-stones.png share/gnome/pixmaps/gnome-stones/amoeba.png +share/gnome/pixmaps/gnome-stones/animated_curtain.png share/gnome/pixmaps/gnome-stones/background.png share/gnome/pixmaps/gnome-stones/boulder.png share/gnome/pixmaps/gnome-stones/butterfly.png @@ -480,13 +586,27 @@ share/gnome/pixmaps/gnometris/5blocks-tim.png share/gnome/pixmaps/gnometris/5blocks.png share/gnome/pixmaps/gnometris/7blocks-tig.png share/gnome/pixmaps/gnometris/7blocks.png +share/gnome/pixmaps/gnometris/7stones-gn.png +share/gnome/pixmaps/gnometris/7stones2-gn.png +share/gnome/pixmaps/gnometris/bg/dog-bg.png share/gnome/pixmaps/gnometris/bg/fishy-bg.png +share/gnome/pixmaps/gnometris/bg/geschier-bg.png +share/gnome/pixmaps/gnometris/bg/gitter-bg.png +share/gnome/pixmaps/gnometris/bg/gnometris-bg.png share/gnome/pixmaps/gnometris/bg/greyprint-bg.png share/gnome/pixmaps/gnometris/bg/leaves-bg.png +share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.png +share/gnome/pixmaps/gnometris/bg/scrcow-bg.png share/gnome/pixmaps/gnometris/bg/sweet-bg.png +share/gnome/pixmaps/gnometris/bg/trees-bg.png share/gnome/pixmaps/gnometris/bg/vortex-bg.png share/gnome/pixmaps/gnometris/bg/watery-bg.png share/gnome/pixmaps/gnometris/bg/weirdo-bg.png +share/gnome/pixmaps/gnomine/face-cool.xpm +share/gnome/pixmaps/gnomine/face-sad.xpm +share/gnome/pixmaps/gnomine/face-smile.xpm +share/gnome/pixmaps/gnomine/face-win.xpm +share/gnome/pixmaps/gnomine/face-worried.xpm share/gnome/pixmaps/gnotravex/gnome-gnotravex.png share/gnome/pixmaps/gnotravex/gnotravex.png share/gnome/pixmaps/gnotski-icon.png @@ -517,7 +637,6 @@ share/gnome/sol-games/auld_lang_syne.scm share/gnome/sol-games/bakers_dozen.scm share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm -share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm @@ -600,6 +719,13 @@ share/gnome/sounds/gnobots2/splat.wav share/gnome/sounds/gnobots2/teleport.wav share/gnome/sounds/gnobots2/victory.wav share/gnome/sounds/gnobots2/yahoo.wav +share/gnome/sounds/gnome-stones/born.wav +share/gnome/sounds/gnome-stones/boulder.wav +share/gnome/sounds/gnome-stones/dig.wav +share/gnome/sounds/gnome-stones/door_open.wav +share/gnome/sounds/gnome-stones/explosion.wav +share/gnome/sounds/gnome-stones/get_diamond.wav +share/gnome/sounds/gnome-stones/title.wav share/gnome/sounds/iagno/flip-piece.wav share/gnome/sounds/iagno/gameover.wav share/gnome/xbill/cursors/apple.xpm @@ -619,6 +745,7 @@ share/gnome/xbill/cursors/next.xpm share/gnome/xbill/cursors/os2.xpm share/gnome/xbill/cursors/redhat.xpm share/gnome/xbill/cursors/sgi.xpm +share/gnome/xbill/cursors/slackware.xpm share/gnome/xbill/cursors/sun.xpm share/gnome/xbill/cursors/suse.xpm share/gnome/xbill/cursors/turbolinux.xpm @@ -667,6 +794,7 @@ share/gnome/xbill/pixmaps/os2cpu.xpm share/gnome/xbill/pixmaps/redhat.xpm share/gnome/xbill/pixmaps/sgi.xpm share/gnome/xbill/pixmaps/sgicpu.xpm +share/gnome/xbill/pixmaps/slackware.xpm share/gnome/xbill/pixmaps/spark_0.xpm share/gnome/xbill/pixmaps/spark_1.xpm share/gnome/xbill/pixmaps/sun.xpm @@ -692,6 +820,7 @@ share/locale/ja/LC_MESSAGES/gnome-games.mo share/locale/ko/LC_MESSAGES/gnome-games.mo share/locale/lt/LC_MESSAGES/gnome-games.mo share/locale/nl/LC_MESSAGES/gnome-games.mo +share/locale/nn/LC_MESSAGES/gnome-games.mo share/locale/no/LC_MESSAGES/gnome-games.mo share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo @@ -704,12 +833,13 @@ share/locale/sv/LC_MESSAGES/gnome-games.mo share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo +share/locale/zh_CN/LC_MESSAGES/gnome-games.mo +share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/xbill/pixmaps @dirrm share/gnome/xbill/cursors @dirrm share/gnome/xbill @dirrm share/gnome/sounds/iagno +@dirrm share/gnome/sounds/gnome-stones @dirrm share/gnome/sounds/gnobots2 @dirrm share/gnome/sounds/gnibbles @dirrm share/gnome/sounds/gataxx @@ -719,11 +849,13 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/mahjongg @dirrm share/gnome/pixmaps/iagno @dirrm share/gnome/pixmaps/gnotravex +@dirrm share/gnome/pixmaps/gnomine @dirrm share/gnome/pixmaps/gnometris/bg @dirrm share/gnome/pixmaps/gnometris @dirrm share/gnome/pixmaps/gnome-stones @dirrm share/gnome/pixmaps/gnobots2 @dirrm share/gnome/pixmaps/gnibbles +@dirrm share/gnome/pixmaps/gnect @dirrm share/gnome/pixmaps/glines @dirrm share/gnome/pixmaps/gataxx @dirrm share/gnome/pixmaps/cards/suits_small @@ -742,72 +874,73 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/same-gnome/es/stylesheet-images @dirrm share/gnome/help/same-gnome/es/figures @dirrm share/gnome/help/same-gnome/es -@dirrm share/gnome/help/same-gnome/C/stylesheet-images @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/same-gnome/C @dirrm share/gnome/help/same-gnome @dirrm share/gnome/help/mahjongg/it/stylesheet-images @dirrm share/gnome/help/mahjongg/it/figures @dirrm share/gnome/help/mahjongg/it -@dirrm share/gnome/help/mahjongg/C/stylesheet-images @dirrm share/gnome/help/mahjongg/C/figures @dirrm share/gnome/help/mahjongg/C @dirrm share/gnome/help/mahjongg @dirrm share/gnome/help/iagno/it/stylesheet-images @dirrm share/gnome/help/iagno/it/figures @dirrm share/gnome/help/iagno/it -@dirrm share/gnome/help/iagno/C/stylesheet-images @dirrm share/gnome/help/iagno/C/figures @dirrm share/gnome/help/iagno/C @dirrm share/gnome/help/iagno @dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/C/stylesheet-images @dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali @dirrm share/gnome/help/gnotravex/es/stylesheet-images @dirrm share/gnome/help/gnotravex/es/figures @dirrm share/gnome/help/gnotravex/es -@dirrm share/gnome/help/gnotravex/C/stylesheet-images @dirrm share/gnome/help/gnotravex/C/figures @dirrm share/gnome/help/gnotravex/C @dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-xbill/C/figures +@dirrm share/gnome/help/gnome-xbill/C +@dirrm share/gnome/help/gnome-xbill @dirrm share/gnome/help/gnome-stones/it/stylesheet-images @dirrm share/gnome/help/gnome-stones/it/figures @dirrm share/gnome/help/gnome-stones/it -@dirrm share/gnome/help/gnome-stones/C/stylesheet-images @dirrm share/gnome/help/gnome-stones/C/figures @dirrm share/gnome/help/gnome-stones/C @dirrm share/gnome/help/gnome-stones -@dirrm share/gnome/help/gnome-mines/C/stylesheet-images @dirrm share/gnome/help/gnome-mines/C/figures @dirrm share/gnome/help/gnome-mines/C @dirrm share/gnome/help/gnome-mines @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/C/stylesheet-images @dirrm share/gnome/help/gnobots2/C/figures @dirrm share/gnome/help/gnobots2/C @dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/C/stylesheet-images @dirrm share/gnome/help/gnibbles/C/figures @dirrm share/gnome/help/gnibbles/C @dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gnect/C/figures +@dirrm share/gnome/help/gnect/C +@dirrm share/gnome/help/gnect +@dirrm share/gnome/help/glines/it/stylesheet-images +@dirrm share/gnome/help/glines/it/figures +@dirrm share/gnome/help/glines/it +@dirrm share/gnome/help/glines/C/figures +@dirrm share/gnome/help/glines/C +@dirrm share/gnome/help/glines @dirrm share/gnome/help/gataxx/it/stylesheet-images @dirrm share/gnome/help/gataxx/it/figures @dirrm share/gnome/help/gataxx/it @dirrm share/gnome/help/gataxx/es/stylesheet-images @dirrm share/gnome/help/gataxx/es/figures @dirrm share/gnome/help/gataxx/es -@dirrm share/gnome/help/gataxx/C/stylesheet-images @dirrm share/gnome/help/gataxx/C/figures @dirrm share/gnome/help/gataxx/C @dirrm share/gnome/help/gataxx @dirrm share/gnome/help/aisleriot/it/stylesheet-images @dirrm share/gnome/help/aisleriot/it/figures @dirrm share/gnome/help/aisleriot/it -@dirrm share/gnome/help/aisleriot/C/stylesheet-images @dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot @@ -815,4 +948,21 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/gnome-stones @dirrm share/gnome/gnobots2 @dirrm share/gnome/gnibbles +@dirrm share/gnome/gnect +@dirrm share/gnome/games +@dirrm share/gnome/apps/Games @dirrm include/gdkcardimage +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/iagno +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtali +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/geometry +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomine +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gataxx +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/freecell/score +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/freecell/option +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/freecell +@dirrm etc/gconf/gconf.xml.defaults/apps/same-gnome +@dirrm etc/gconf/gconf.xml.defaults/apps/iagno +@dirrm etc/gconf/gconf.xml.defaults/apps/gtali +@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine/geometry +@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine -- cgit