From cdedee21cb0b13ddf8bfc2cec502a0c72a46efee Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 10 Oct 2002 03:11:47 +0000 Subject: Add gnomegames2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@37 df743ca5-7f9a-e211-a948-0013205c9059 --- games/gnome-games/Makefile | 39 + games/gnome-games/distinfo | 1 + games/gnome-games/files/patch-ab | 24 + games/gnome-games/files/patch-ac | 11 + games/gnome-games/files/patch-ae | 10 + games/gnome-games/files/patch-configure | 19 + .../patch-freecell_gdk-card-image_gdk-card-image.c | 17 + .../files/patch-gnome-stones_Makefile.in | 11 + games/gnome-games/pkg-comment | 1 + games/gnome-games/pkg-descr | 1 + games/gnome-games/pkg-plist | 789 +++++++++++++++++++++ games/gnomegames2/Makefile | 39 + games/gnomegames2/distinfo | 1 + games/gnomegames2/files/patch-ab | 24 + games/gnomegames2/files/patch-ac | 11 + games/gnomegames2/files/patch-ae | 10 + games/gnomegames2/files/patch-configure | 19 + .../patch-freecell_gdk-card-image_gdk-card-image.c | 17 + .../files/patch-gnome-stones_Makefile.in | 11 + games/gnomegames2/pkg-comment | 1 + games/gnomegames2/pkg-descr | 1 + games/gnomegames2/pkg-plist | 789 +++++++++++++++++++++ 22 files changed, 1846 insertions(+) create mode 100644 games/gnome-games/Makefile create mode 100644 games/gnome-games/distinfo create mode 100644 games/gnome-games/files/patch-ab create mode 100644 games/gnome-games/files/patch-ac create mode 100644 games/gnome-games/files/patch-ae create mode 100644 games/gnome-games/files/patch-configure create mode 100644 games/gnome-games/files/patch-freecell_gdk-card-image_gdk-card-image.c create mode 100644 games/gnome-games/files/patch-gnome-stones_Makefile.in create mode 100644 games/gnome-games/pkg-comment create mode 100644 games/gnome-games/pkg-descr create mode 100644 games/gnome-games/pkg-plist create mode 100644 games/gnomegames2/Makefile create mode 100644 games/gnomegames2/distinfo create mode 100644 games/gnomegames2/files/patch-ab create mode 100644 games/gnomegames2/files/patch-ac create mode 100644 games/gnomegames2/files/patch-ae create mode 100644 games/gnomegames2/files/patch-configure create mode 100644 games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c create mode 100644 games/gnomegames2/files/patch-gnome-stones_Makefile.in create mode 100644 games/gnomegames2/pkg-comment create mode 100644 games/gnomegames2/pkg-descr create mode 100644 games/gnomegames2/pkg-plist (limited to 'games') diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile new file mode 100644 index 000000000..7cda2a361 --- /dev/null +++ b/games/gnome-games/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gnomegames2 +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD: ports/games/gnomegames2/Makefile,v 1.54 2002/09/20 17:06:50 marcus Exp $ +# + +PORTNAME= gnomegames2 +PORTVERSION= 2.1.0 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-games/2.1 +DISTNAME= gnome-games-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + guile.10:${PORTSDIR}/lang/guile + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' + +.include diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo new file mode 100644 index 000000000..d1ddc6fc1 --- /dev/null +++ b/games/gnome-games/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-games-2.1.0.tar.bz2) = ceb905207c902d56d0c877c6dcb5fdd9 diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab new file mode 100644 index 000000000..0075d0dd4 --- /dev/null +++ b/games/gnome-games/files/patch-ab @@ -0,0 +1,24 @@ +--- gnome-stones/objects/Makefile.in.orig Wed Aug 28 22:11:08 2002 ++++ gnome-stones/objects/Makefile.in Wed Aug 28 23:17:53 2002 +@@ -133,7 +133,7 @@ + + GSTONES_SRC_DIR = $(srcdir)/../ + +-objectdir = $(libdir)/gnome-stones/objects ++objectdir = $(datadir)/gnome-stones/objects + + INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I$(includedir) -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED + +@@ -150,10 +150,10 @@ + + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + LIBS = @LIBS@ +-libgnome_stones_la_LDFLAGS = ++libgnome_stones_la_LDFLAGS = -avoid-version + libgnome_stones_la_LIBADD = + libgnome_stones_la_OBJECTS = gnome-stones.lo +-libgnomekoban_la_LDFLAGS = ++libgnomekoban_la_LDFLAGS = -avoid-version + libgnomekoban_la_LIBADD = + libgnomekoban_la_OBJECTS = gnomekoban.lo + 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 new file mode 100644 index 000000000..65e3bbe8c --- /dev/null +++ b/games/gnome-games/files/patch-ac @@ -0,0 +1,11 @@ +--- 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 = $(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 new file mode 100644 index 000000000..397fca112 --- /dev/null +++ b/games/gnome-games/files/patch-ae @@ -0,0 +1,10 @@ +--- 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 ++#include + #include + #include "gnome.h" + #include "sol.h" diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure new file mode 100644 index 000000000..b633cbcce --- /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-freecell_gdk-card-image_gdk-card-image.c b/games/gnome-games/files/patch-freecell_gdk-card-image_gdk-card-image.c new file mode 100644 index 000000000..33f940e2e --- /dev/null +++ b/games/gnome-games/files/patch-freecell_gdk-card-image_gdk-card-image.c @@ -0,0 +1,17 @@ +--- freecell/gdk-card-image/gdk-card-image.c.orig Tue Jul 23 20:46:35 2002 ++++ freecell/gdk-card-image/gdk-card-image.c Tue Jul 23 20:52:20 2002 +@@ -27,13 +27,8 @@ + + #include + #include +-#ifdef HAVE_SYS_DIRENT_H +-#include +-#elif defined(HAVE_SYS_DIR_H) +-#include +-#else ++#include + #include +-#endif + + #ifdef __osf__ + #undef HAVE_STRUCT_DIRECT diff --git a/games/gnome-games/files/patch-gnome-stones_Makefile.in b/games/gnome-games/files/patch-gnome-stones_Makefile.in new file mode 100644 index 000000000..92fbe9e88 --- /dev/null +++ b/games/gnome-games/files/patch-gnome-stones_Makefile.in @@ -0,0 +1,11 @@ +--- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002 ++++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002 +@@ -202,7 +202,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 diff --git a/games/gnome-games/pkg-comment b/games/gnome-games/pkg-comment new file mode 100644 index 000000000..23e9d267d --- /dev/null +++ b/games/gnome-games/pkg-comment @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000..7fa56a633 --- /dev/null +++ b/games/gnome-games/pkg-descr @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000..69146c6eb --- /dev/null +++ b/games/gnome-games/pkg-plist @@ -0,0 +1,789 @@ +bin/ctali +bin/freecell +bin/gataxx +bin/glines +bin/gnect +bin/gnibbles +bin/gnobots2 +bin/gnome-stones +bin/gnome-xbill +bin/gnometris +bin/gnomine +bin/gnotravex +bin/gnotski +bin/gtali +bin/iagno +bin/mahjongg +bin/same-gnome +bin/sol +etc/gconf/gconf.xml.defaults/apps/freecell/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/freecell/option/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/freecell/score/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnometris/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnometris/options/%gconf.xml +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/mahjongg/%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/gnometris/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options/%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/mahjongg/%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/gnometris.schemas +etc/gconf/schemas/gnomine.schemas +etc/gconf/schemas/gtali.schemas +etc/gconf/schemas/iagno.schemas +etc/gconf/schemas/mahjongg.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 +include/gdkcardimage/gdk-card-image.h +lib/libgdkcardimage.a +lib/libgdkcardimage.so +lib/libgdkcardimage.so.1 +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/sol.desktop +share/gnome/applications/xbill.desktop +share/gnome/games/glines.scores +share/gnome/games/gnibbles.1.0.scores +share/gnome/games/gnibbles.1.1.scores +share/gnome/games/gnibbles.2.0.scores +share/gnome/games/gnibbles.2.1.scores +share/gnome/games/gnibbles.3.0.scores +share/gnome/games/gnibbles.3.1.scores +share/gnome/games/gnibbles.4.0.scores +share/gnome/games/gnibbles.4.1.scores +share/gnome/games/gnobots2.classic_robots-safe.scores +share/gnome/games/gnobots2.classic_robots-super-safe.scores +share/gnome/games/gnobots2.classic_robots.scores +share/gnome/games/gnobots2.nightmare-safe.scores +share/gnome/games/gnobots2.nightmare-super-safe.scores +share/gnome/games/gnobots2.nightmare.scores +share/gnome/games/gnobots2.robots2-safe.scores +share/gnome/games/gnobots2.robots2-super-safe.scores +share/gnome/games/gnobots2.robots2.scores +share/gnome/games/gnobots2.robots2_easy-safe.scores +share/gnome/games/gnobots2.robots2_easy-super-safe.scores +share/gnome/games/gnobots2.robots2_easy.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport.scores +share/gnome/games/gnome-stones.scores +share/gnome/games/gnome-xbill.scores +share/gnome/games/gnometris.scores +share/gnome/games/gnomine.Biiiig.scores +share/gnome/games/gnomine.Custom.scores +share/gnome/games/gnomine.Medium.scores +share/gnome/games/gnomine.Tiny.scores +share/gnome/games/gnotravex.2x2.scores +share/gnome/games/gnotravex.3x3.scores +share/gnome/games/gnotravex.4x4.scores +share/gnome/games/gnotravex.5x5.scores +share/gnome/games/gnotravex.6x6.scores +share/gnome/games/gnotski.1.scores +share/gnome/games/gnotski.11.scores +share/gnome/games/gnotski.12.scores +share/gnome/games/gnotski.13.scores +share/gnome/games/gnotski.14.scores +share/gnome/games/gnotski.15.scores +share/gnome/games/gnotski.16.scores +share/gnome/games/gnotski.17.scores +share/gnome/games/gnotski.2.scores +share/gnome/games/gnotski.21.scores +share/gnome/games/gnotski.22.scores +share/gnome/games/gnotski.23.scores +share/gnome/games/gnotski.24.scores +share/gnome/games/gnotski.25.scores +share/gnome/games/gnotski.26.scores +share/gnome/games/gnotski.3.scores +share/gnome/games/gnotski.4.scores +share/gnome/games/gnotski.5.scores +share/gnome/games/gnotski.6.scores +share/gnome/games/gnotski.7.scores +share/gnome/games/gtali.scores +share/gnome/games/iagno.b1.scores +share/gnome/games/iagno.b2.scores +share/gnome/games/iagno.b3.scores +share/gnome/games/iagno.w1.scores +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 +share/gnome/gnibbles/level004.gnl +share/gnome/gnibbles/level005.gnl +share/gnome/gnibbles/level006.gnl +share/gnome/gnibbles/level007.gnl +share/gnome/gnibbles/level008.gnl +share/gnome/gnibbles/level009.gnl +share/gnome/gnibbles/level010.gnl +share/gnome/gnibbles/level011.gnl +share/gnome/gnibbles/level012.gnl +share/gnome/gnibbles/level013.gnl +share/gnome/gnibbles/level014.gnl +share/gnome/gnibbles/level015.gnl +share/gnome/gnibbles/level016.gnl +share/gnome/gnibbles/level017.gnl +share/gnome/gnibbles/level018.gnl +share/gnome/gnibbles/level019.gnl +share/gnome/gnibbles/level020.gnl +share/gnome/gnibbles/level021.gnl +share/gnome/gnibbles/level022.gnl +share/gnome/gnibbles/level023.gnl +share/gnome/gnibbles/level024.gnl +share/gnome/gnibbles/level025.gnl +share/gnome/gnibbles/level026.gnl +share/gnome/gnobots2/classic_robots.cfg +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.so +share/gnome/gnome-stones/objects/libgnomekoban.so +share/gnome/gnome-stones/tutorial.caves +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.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/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.xml +share/gnome/help/gataxx/C/legal.xml +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/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/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.xml +share/gnome/help/gnibbles/C/legal.xml +share/gnome/help/gnobots2/C/figures/gnobots2-main.png +share/gnome/help/gnobots2/C/gnobots2.xml +share/gnome/help/gnobots2/C/legal.xml +share/gnome/help/gnobots2/da/index.html +share/gnome/help/gnobots2/da/topic.dat +share/gnome/help/gnobots2/es/index.html +share/gnome/help/gnobots2/es/topic.dat +share/gnome/help/gnobots2/it/index.html +share/gnome/help/gnobots2/it/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.xml +share/gnome/help/gnome-stones/C/legal.xml +share/gnome/help/gnomine/C/figures/advanced_121_a.png +share/gnome/help/gnomine/C/figures/advanced_121_b.png +share/gnome/help/gnomine/C/figures/advanced_121_c.png +share/gnome/help/gnomine/C/figures/basic-corner.png +share/gnome/help/gnomine/C/figures/basic-flat3.png +share/gnome/help/gnomine/C/figures/basic-wall.png +share/gnome/help/gnomine/C/figures/gnomine-begin-play.png +share/gnome/help/gnomine/C/figures/gnomine-fail.png +share/gnome/help/gnomine/C/figures/gnomine-fresh.png +share/gnome/help/gnomine/C/figures/gnomine-preferences.png +share/gnome/help/gnomine/C/figures/gnomine-won.png +share/gnome/help/gnomine/C/gnomine.xml +share/gnome/help/gnomine/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.xml +share/gnome/help/gnotravex/C/legal.xml +share/gnome/help/gnotski/C/figures/gnotski_start_window.png +share/gnome/help/gnotski/C/figures/gnotski_win.png +share/gnome/help/gnotski/C/gnotski.xml +share/gnome/help/gnotski/C/legal.xml +share/gnome/help/gtali/C/figures/mainwindow.png +share/gnome/help/gtali/C/figures/preferences.png +share/gnome/help/gtali/C/gtali.xml +share/gnome/help/gtali/C/legal.xml +share/gnome/help/gtali/da/index.html +share/gnome/help/gtali/da/topic.dat +share/gnome/help/iagno/C/figures/ANIMATION.png +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.xml +share/gnome/help/iagno/C/legal.xml +share/gnome/help/mahjongg/C/figures/color.png +share/gnome/help/mahjongg/C/figures/confirm.png +share/gnome/help/mahjongg/C/figures/mahjongg.png +share/gnome/help/mahjongg/C/figures/no-match.png +share/gnome/help/mahjongg/C/figures/no-move.png +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/legal.xml +share/gnome/help/mahjongg/C/mahjongg.xml +share/gnome/help/same-gnome/C/figures/blink-sync.png +share/gnome/help/same-gnome/C/figures/preferences.png +share/gnome/help/same-gnome/C/figures/same-main-window.png +share/gnome/help/same-gnome/C/figures/same-planets-fig.png +share/gnome/help/same-gnome/C/figures/score-dialog.png +share/gnome/help/same-gnome/C/legal.xml +share/gnome/help/same-gnome/C/same-gnome.xml +share/gnome/help/xbill/C/figures/bucket.png +share/gnome/help/xbill/C/figures/cable.png +share/gnome/help/xbill/C/figures/computer.png +share/gnome/help/xbill/C/figures/fakeseg.png +share/gnome/help/xbill/C/figures/fallenos.png +share/gnome/help/xbill/C/figures/infected.png +share/gnome/help/xbill/C/figures/mainwin.png +share/gnome/help/xbill/C/figures/microbill.png +share/gnome/help/xbill/C/figures/network.png +share/gnome/help/xbill/C/figures/remove.png +share/gnome/help/xbill/C/figures/removeos.png +share/gnome/help/xbill/C/figures/score.png +share/gnome/help/xbill/C/figures/scores.png +share/gnome/help/xbill/C/figures/spark.png +share/gnome/help/xbill/C/figures/splat.png +share/gnome/help/xbill/C/figures/startgame.png +share/gnome/help/xbill/C/figures/toasters.png +share/gnome/help/xbill/C/legal.xml +share/gnome/help/xbill/C/xbill.xml +share/gnome/mime-info/gnome-stones.keys +share/gnome/mime-info/gnome-stones.mime +share/gnome/omf/gnome-games/aisleriot-C.omf +share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/glines-C.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-stones-C.omf +share/gnome/omf/gnome-games/gnomine-C.omf +share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gnotski-C.omf +share/gnome/omf/gnome-games/gtali-C.omf +share/gnome/omf/gnome-games/iagno-C.omf +share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/xbill-C.omf +share/gnome/pixmaps/cards/backs/beige.png +share/gnome/pixmaps/cards/backs/face.png +share/gnome/pixmaps/cards/backs/grey.png +share/gnome/pixmaps/cards/backs/rods.png +share/gnome/pixmaps/cards/baize.png +share/gnome/pixmaps/cards/honors/bonded.png +share/gnome/pixmaps/cards/honors/xpat.png +share/gnome/pixmaps/cards/jokers/gnome.png +share/gnome/pixmaps/cards/ranks/bold-09x14.png +share/gnome/pixmaps/cards/ranks/fine-07x12.png +share/gnome/pixmaps/cards/slots/hand.png +share/gnome/pixmaps/cards/slots/plain.png +share/gnome/pixmaps/cards/splash.png +share/gnome/pixmaps/cards/suits_large/knuth-09x10.png +share/gnome/pixmaps/cards/suits_large/knuth-15x19.png +share/gnome/pixmaps/cards/suits_large/knuth-18x21.png +share/gnome/pixmaps/cards/suits_large/knuth-21x25.png +share/gnome/pixmaps/cards/suits_large/xpat-11x11.png +share/gnome/pixmaps/cards/suits_large/xpat-15x15.png +share/gnome/pixmaps/cards/suits_large/xpat-21x21.png +share/gnome/pixmaps/cards/suits_large/xpat-41x41.png +share/gnome/pixmaps/cards/suits_medium/knuth-09x10.png +share/gnome/pixmaps/cards/suits_medium/knuth-15x19.png +share/gnome/pixmaps/cards/suits_medium/knuth-18x21.png +share/gnome/pixmaps/cards/suits_medium/knuth-21x25.png +share/gnome/pixmaps/cards/suits_medium/xpat-11x11.png +share/gnome/pixmaps/cards/suits_medium/xpat-15x15.png +share/gnome/pixmaps/cards/suits_medium/xpat-21x21.png +share/gnome/pixmaps/cards/suits_small/knuth-09x10.png +share/gnome/pixmaps/cards/suits_small/xpat-11x11.png +share/gnome/pixmaps/cards/suits_small/xpat-15x15.png +share/gnome/pixmaps/gataxx.png +share/gnome/pixmaps/gataxx/blend.png +share/gnome/pixmaps/gataxx/classic.png +share/gnome/pixmaps/gataxx/flipblend.png +share/gnome/pixmaps/gataxx/metal.png +share/gnome/pixmaps/gataxx/metal2.png +share/gnome/pixmaps/gataxx/shrink.png +share/gnome/pixmaps/gataxx/sunmoon.png +share/gnome/pixmaps/gataxx/woodtrim.png +share/gnome/pixmaps/glines.png +share/gnome/pixmaps/glines/ball.png +share/gnome/pixmaps/glines/black.xpm +share/gnome/pixmaps/glines/classic.png +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 +share/gnome/pixmaps/gnobots2/cows.png +share/gnome/pixmaps/gnobots2/eggs.png +share/gnome/pixmaps/gnobots2/gnomes.png +share/gnome/pixmaps/gnobots2/mice.png +share/gnome/pixmaps/gnobots2/robots.png +share/gnome/pixmaps/gnobots2/splat.png +share/gnome/pixmaps/gnobots2/windows.png +share/gnome/pixmaps/gnobots2/yahoo.png +share/gnome/pixmaps/gnome-aisleriot.png +share/gnome/pixmaps/gnome-gnobots2.png +share/gnome/pixmaps/gnome-gtali.png +share/gnome/pixmaps/gnome-gtetris.png +share/gnome/pixmaps/gnome-mahjongg.png +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 +share/gnome/pixmaps/gnome-stones/crate.png +share/gnome/pixmaps/gnome-stones/curtain.png +share/gnome/pixmaps/gnome-stones/diamond.png +share/gnome/pixmaps/gnome-stones/dirt.png +share/gnome/pixmaps/gnome-stones/door.png +share/gnome/pixmaps/gnome-stones/empty.png +share/gnome/pixmaps/gnome-stones/explosion.png +share/gnome/pixmaps/gnome-stones/firefly.png +share/gnome/pixmaps/gnome-stones/frame.png +share/gnome/pixmaps/gnome-stones/gnome.png +share/gnome/pixmaps/gnome-stones/title.png +share/gnome/pixmaps/gnome-stones/wall.png +share/gnome/pixmaps/gnometris/5blocks-tig.png +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 +share/gnome/pixmaps/gnotski.png +share/gnome/pixmaps/iagno.png +share/gnome/pixmaps/iagno/blend.png +share/gnome/pixmaps/iagno/classic.png +share/gnome/pixmaps/iagno/flipblend.png +share/gnome/pixmaps/iagno/metal.png +share/gnome/pixmaps/iagno/metal2.png +share/gnome/pixmaps/iagno/shrink.png +share/gnome/pixmaps/iagno/sunmoon.png +share/gnome/pixmaps/iagno/woodtrim.png +share/gnome/pixmaps/mahjongg/bg/bg1.png +share/gnome/pixmaps/mahjongg/bg/bg2.png +share/gnome/pixmaps/mahjongg/bg/bg3.png +share/gnome/pixmaps/mahjongg/bg/bg4.png +share/gnome/pixmaps/mahjongg/default.png +share/gnome/pixmaps/mahjongg/seta.png +share/gnome/pixmaps/same-gnome/blink-sync.png +share/gnome/pixmaps/same-gnome/glass.png +share/gnome/pixmaps/same-gnome/marbles.png +share/gnome/pixmaps/same-gnome/planets.png +share/gnome/pixmaps/same-gnome/rotate.png +share/gnome/pixmaps/same-gnome/stones.png +share/gnome/pixmaps/xbill.png +share/gnome/sol-games/agnes.scm +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/bristol.scm +share/gnome/sol-games/camelot.scm +share/gnome/sol-games/canfield.scm +share/gnome/sol-games/chessboard.scm +share/gnome/sol-games/clock.scm +share/gnome/sol-games/cover.scm +share/gnome/sol-games/diamond_mine.scm +share/gnome/sol-games/doublets.scm +share/gnome/sol-games/eagle_wing.scm +share/gnome/sol-games/easthaven.scm +share/gnome/sol-games/eight_off.scm +share/gnome/sol-games/elevator.scm +share/gnome/sol-games/escalator.scm +share/gnome/sol-games/first_law.scm +share/gnome/sol-games/fortress.scm +share/gnome/sol-games/fortunes.scm +share/gnome/sol-games/fourteen.scm +share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gay_gordons.scm +share/gnome/sol-games/glenwood.scm +share/gnome/sol-games/golf.scm +share/gnome/sol-games/gypsy.scm +share/gnome/sol-games/helsinki.scm +share/gnome/sol-games/hopscotch.scm +share/gnome/sol-games/isabel.scm +share/gnome/sol-games/jamestown.scm +share/gnome/sol-games/jumbo.scm +share/gnome/sol-games/kansas.scm +share/gnome/sol-games/king_albert.scm +share/gnome/sol-games/klondike.scm +share/gnome/sol-games/labyrinth.scm +share/gnome/sol-games/lady_jane.scm +share/gnome/sol-games/maze.scm +share/gnome/sol-games/monte_carlo.scm +share/gnome/sol-games/neighbor.scm +share/gnome/sol-games/odessa.scm +share/gnome/sol-games/osmosis.scm +share/gnome/sol-games/peek.scm +share/gnome/sol-games/pileon.scm +share/gnome/sol-games/plait.scm +share/gnome/sol-games/poker.scm +share/gnome/sol-games/quatorze.scm +share/gnome/sol-games/royal_east.scm +share/gnome/sol-games/scorpion.scm +share/gnome/sol-games/scuffle.scm +share/gnome/sol-games/seahaven.scm +share/gnome/sol-games/sir_tommy.scm +share/gnome/sol-games/sol.scm +share/gnome/sol-games/spider.scm +share/gnome/sol-games/spiderette.scm +share/gnome/sol-games/straight_up.scm +share/gnome/sol-games/streets_and_alleys.scm +share/gnome/sol-games/ten_across.scm +share/gnome/sol-games/thieves.scm +share/gnome/sol-games/thirteen.scm +share/gnome/sol-games/thumb_and_pouch.scm +share/gnome/sol-games/treize.scm +share/gnome/sol-games/union_square.scm +share/gnome/sol-games/valentine.scm +share/gnome/sol-games/westhaven.scm +share/gnome/sol-games/whitehead.scm +share/gnome/sol-games/will_o_the_wisp.scm +share/gnome/sol-games/yield.scm +share/gnome/sol-games/yukon.scm +share/gnome/sol-games/zebra.scm +share/gnome/sounds/gataxx/flip-piece.wav +share/gnome/sounds/gataxx/gameover.wav +share/gnome/sounds/gnibbles/appear.wav +share/gnome/sounds/gnibbles/bonus.wav +share/gnome/sounds/gnibbles/crash.wav +share/gnome/sounds/gnibbles/gobble.wav +share/gnome/sounds/gnibbles/laughter.wav +share/gnome/sounds/gnibbles/life.wav +share/gnome/sounds/gnibbles/pop.wav +share/gnome/sounds/gnibbles/reverse.wav +share/gnome/sounds/gnibbles/teleport.wav +share/gnome/sounds/gnobots2/bad.wav +share/gnome/sounds/gnobots2/die.wav +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 +share/gnome/xbill/cursors/beos.xpm +share/gnome/xbill/cursors/bsd.xpm +share/gnome/xbill/cursors/bucket.xpm +share/gnome/xbill/cursors/caldera.xpm +share/gnome/xbill/cursors/debian.xpm +share/gnome/xbill/cursors/hand_down.xpm +share/gnome/xbill/cursors/hand_down_mask.xpm +share/gnome/xbill/cursors/hand_up.xpm +share/gnome/xbill/cursors/hand_up_mask.xpm +share/gnome/xbill/cursors/hurd.xpm +share/gnome/xbill/cursors/linux.xpm +share/gnome/xbill/cursors/mandrake.xpm +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 +share/gnome/xbill/pixmaps/about.xpm +share/gnome/xbill/pixmaps/apple.xpm +share/gnome/xbill/pixmaps/beos.xpm +share/gnome/xbill/pixmaps/billA_0.xpm +share/gnome/xbill/pixmaps/billA_1.xpm +share/gnome/xbill/pixmaps/billA_10.xpm +share/gnome/xbill/pixmaps/billA_11.xpm +share/gnome/xbill/pixmaps/billA_12.xpm +share/gnome/xbill/pixmaps/billA_2.xpm +share/gnome/xbill/pixmaps/billA_3.xpm +share/gnome/xbill/pixmaps/billA_4.xpm +share/gnome/xbill/pixmaps/billA_5.xpm +share/gnome/xbill/pixmaps/billA_6.xpm +share/gnome/xbill/pixmaps/billA_7.xpm +share/gnome/xbill/pixmaps/billA_8.xpm +share/gnome/xbill/pixmaps/billA_9.xpm +share/gnome/xbill/pixmaps/billD_0.xpm +share/gnome/xbill/pixmaps/billD_1.xpm +share/gnome/xbill/pixmaps/billD_2.xpm +share/gnome/xbill/pixmaps/billD_3.xpm +share/gnome/xbill/pixmaps/billD_4.xpm +share/gnome/xbill/pixmaps/billL_0.xpm +share/gnome/xbill/pixmaps/billL_1.xpm +share/gnome/xbill/pixmaps/billL_2.xpm +share/gnome/xbill/pixmaps/billR_0.xpm +share/gnome/xbill/pixmaps/billR_1.xpm +share/gnome/xbill/pixmaps/billR_2.xpm +share/gnome/xbill/pixmaps/bsd.xpm +share/gnome/xbill/pixmaps/bsdcpu.xpm +share/gnome/xbill/pixmaps/bucket.xpm +share/gnome/xbill/pixmaps/caldera.xpm +share/gnome/xbill/pixmaps/debian.xpm +share/gnome/xbill/pixmaps/hurd.xpm +share/gnome/xbill/pixmaps/icon.xpm +share/gnome/xbill/pixmaps/linux.xpm +share/gnome/xbill/pixmaps/logo.xpm +share/gnome/xbill/pixmaps/maccpu.xpm +share/gnome/xbill/pixmaps/mandrake.xpm +share/gnome/xbill/pixmaps/next.xpm +share/gnome/xbill/pixmaps/nextcpu.xpm +share/gnome/xbill/pixmaps/os2.xpm +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 +share/gnome/xbill/pixmaps/suncpu.xpm +share/gnome/xbill/pixmaps/suse.xpm +share/gnome/xbill/pixmaps/toaster.xpm +share/gnome/xbill/pixmaps/turbolinux.xpm +share/gnome/xbill/pixmaps/wingdows.xpm +share/locale/ca/LC_MESSAGES/gnome-games.mo +share/locale/cs/LC_MESSAGES/gnome-games.mo +share/locale/da/LC_MESSAGES/gnome-games.mo +share/locale/de/LC_MESSAGES/gnome-games.mo +share/locale/el/LC_MESSAGES/gnome-games.mo +share/locale/en_GB/LC_MESSAGES/gnome-games.mo +share/locale/es/LC_MESSAGES/gnome-games.mo +share/locale/et/LC_MESSAGES/gnome-games.mo +share/locale/eu/LC_MESSAGES/gnome-games.mo +share/locale/fi/LC_MESSAGES/gnome-games.mo +share/locale/fr/LC_MESSAGES/gnome-games.mo +share/locale/ga/LC_MESSAGES/gnome-games.mo +share/locale/gl/LC_MESSAGES/gnome-games.mo +share/locale/hu/LC_MESSAGES/gnome-games.mo +share/locale/it/LC_MESSAGES/gnome-games.mo +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/ms/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 +share/locale/pt_BR/LC_MESSAGES/gnome-games.mo +share/locale/ro/LC_MESSAGES/gnome-games.mo +share/locale/ru/LC_MESSAGES/gnome-games.mo +share/locale/sk/LC_MESSAGES/gnome-games.mo +share/locale/sl/LC_MESSAGES/gnome-games.mo +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/vi/LC_MESSAGES/gnome-games.mo +share/locale/wa/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/sounds/gnome-stones +@dirrm share/gnome/pixmaps/gnomine +@dirrm share/gnome/help/xbill/C/figures +@dirrm share/gnome/help/xbill/C +@dirrm share/gnome/help/xbill +@dirrm share/gnome/help/same-gnome/C/figures +@dirrm share/gnome/help/gnomine/C/figures +@dirrm share/gnome/help/gnomine/C +@dirrm share/gnome/help/gnomine +@dirrm share/gnome/help/glines/C/figures +@dirrm share/gnome/help/glines/C +@dirrm share/gnome/help/glines +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mahjongg +@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/mahjongg +@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 +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris +@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris/options +@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris +@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/score +@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/option +@dirrm etc/gconf/gconf.xml.defaults/apps/freecell diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile new file mode 100644 index 000000000..7cda2a361 --- /dev/null +++ b/games/gnomegames2/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gnomegames2 +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD: ports/games/gnomegames2/Makefile,v 1.54 2002/09/20 17:06:50 marcus Exp $ +# + +PORTNAME= gnomegames2 +PORTVERSION= 2.1.0 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-games/2.1 +DISTNAME= gnome-games-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + guile.10:${PORTSDIR}/lang/guile + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' + +.include diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo new file mode 100644 index 000000000..d1ddc6fc1 --- /dev/null +++ b/games/gnomegames2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-games-2.1.0.tar.bz2) = ceb905207c902d56d0c877c6dcb5fdd9 diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab new file mode 100644 index 000000000..0075d0dd4 --- /dev/null +++ b/games/gnomegames2/files/patch-ab @@ -0,0 +1,24 @@ +--- gnome-stones/objects/Makefile.in.orig Wed Aug 28 22:11:08 2002 ++++ gnome-stones/objects/Makefile.in Wed Aug 28 23:17:53 2002 +@@ -133,7 +133,7 @@ + + GSTONES_SRC_DIR = $(srcdir)/../ + +-objectdir = $(libdir)/gnome-stones/objects ++objectdir = $(datadir)/gnome-stones/objects + + INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I$(includedir) -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED + +@@ -150,10 +150,10 @@ + + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + LIBS = @LIBS@ +-libgnome_stones_la_LDFLAGS = ++libgnome_stones_la_LDFLAGS = -avoid-version + libgnome_stones_la_LIBADD = + libgnome_stones_la_OBJECTS = gnome-stones.lo +-libgnomekoban_la_LDFLAGS = ++libgnomekoban_la_LDFLAGS = -avoid-version + libgnomekoban_la_LIBADD = + libgnomekoban_la_OBJECTS = gnomekoban.lo + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/games/gnomegames2/files/patch-ac b/games/gnomegames2/files/patch-ac new file mode 100644 index 000000000..65e3bbe8c --- /dev/null +++ b/games/gnomegames2/files/patch-ac @@ -0,0 +1,11 @@ +--- 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 = $(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 new file mode 100644 index 000000000..397fca112 --- /dev/null +++ b/games/gnomegames2/files/patch-ae @@ -0,0 +1,10 @@ +--- 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 ++#include + #include + #include "gnome.h" + #include "sol.h" diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure new file mode 100644 index 000000000..b633cbcce --- /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-freecell_gdk-card-image_gdk-card-image.c b/games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c new file mode 100644 index 000000000..33f940e2e --- /dev/null +++ b/games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c @@ -0,0 +1,17 @@ +--- freecell/gdk-card-image/gdk-card-image.c.orig Tue Jul 23 20:46:35 2002 ++++ freecell/gdk-card-image/gdk-card-image.c Tue Jul 23 20:52:20 2002 +@@ -27,13 +27,8 @@ + + #include + #include +-#ifdef HAVE_SYS_DIRENT_H +-#include +-#elif defined(HAVE_SYS_DIR_H) +-#include +-#else ++#include + #include +-#endif + + #ifdef __osf__ + #undef HAVE_STRUCT_DIRECT diff --git a/games/gnomegames2/files/patch-gnome-stones_Makefile.in b/games/gnomegames2/files/patch-gnome-stones_Makefile.in new file mode 100644 index 000000000..92fbe9e88 --- /dev/null +++ b/games/gnomegames2/files/patch-gnome-stones_Makefile.in @@ -0,0 +1,11 @@ +--- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002 ++++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002 +@@ -202,7 +202,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 diff --git a/games/gnomegames2/pkg-comment b/games/gnomegames2/pkg-comment new file mode 100644 index 000000000..23e9d267d --- /dev/null +++ b/games/gnomegames2/pkg-comment @@ -0,0 +1 @@ +The game applications package for the Gnome 2.0 Desktop Environment diff --git a/games/gnomegames2/pkg-descr b/games/gnomegames2/pkg-descr new file mode 100644 index 000000000..7fa56a633 --- /dev/null +++ b/games/gnomegames2/pkg-descr @@ -0,0 +1 @@ +The game applications package for the Gnome 2.0 Desktop Environment. diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist new file mode 100644 index 000000000..69146c6eb --- /dev/null +++ b/games/gnomegames2/pkg-plist @@ -0,0 +1,789 @@ +bin/ctali +bin/freecell +bin/gataxx +bin/glines +bin/gnect +bin/gnibbles +bin/gnobots2 +bin/gnome-stones +bin/gnome-xbill +bin/gnometris +bin/gnomine +bin/gnotravex +bin/gnotski +bin/gtali +bin/iagno +bin/mahjongg +bin/same-gnome +bin/sol +etc/gconf/gconf.xml.defaults/apps/freecell/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/freecell/option/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/freecell/score/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnometris/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnometris/options/%gconf.xml +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/mahjongg/%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/gnometris/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options/%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/mahjongg/%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/gnometris.schemas +etc/gconf/schemas/gnomine.schemas +etc/gconf/schemas/gtali.schemas +etc/gconf/schemas/iagno.schemas +etc/gconf/schemas/mahjongg.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 +include/gdkcardimage/gdk-card-image.h +lib/libgdkcardimage.a +lib/libgdkcardimage.so +lib/libgdkcardimage.so.1 +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/sol.desktop +share/gnome/applications/xbill.desktop +share/gnome/games/glines.scores +share/gnome/games/gnibbles.1.0.scores +share/gnome/games/gnibbles.1.1.scores +share/gnome/games/gnibbles.2.0.scores +share/gnome/games/gnibbles.2.1.scores +share/gnome/games/gnibbles.3.0.scores +share/gnome/games/gnibbles.3.1.scores +share/gnome/games/gnibbles.4.0.scores +share/gnome/games/gnibbles.4.1.scores +share/gnome/games/gnobots2.classic_robots-safe.scores +share/gnome/games/gnobots2.classic_robots-super-safe.scores +share/gnome/games/gnobots2.classic_robots.scores +share/gnome/games/gnobots2.nightmare-safe.scores +share/gnome/games/gnobots2.nightmare-super-safe.scores +share/gnome/games/gnobots2.nightmare.scores +share/gnome/games/gnobots2.robots2-safe.scores +share/gnome/games/gnobots2.robots2-super-safe.scores +share/gnome/games/gnobots2.robots2.scores +share/gnome/games/gnobots2.robots2_easy-safe.scores +share/gnome/games/gnobots2.robots2_easy-super-safe.scores +share/gnome/games/gnobots2.robots2_easy.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores +share/gnome/games/gnobots2.robots_with_safe_teleport.scores +share/gnome/games/gnome-stones.scores +share/gnome/games/gnome-xbill.scores +share/gnome/games/gnometris.scores +share/gnome/games/gnomine.Biiiig.scores +share/gnome/games/gnomine.Custom.scores +share/gnome/games/gnomine.Medium.scores +share/gnome/games/gnomine.Tiny.scores +share/gnome/games/gnotravex.2x2.scores +share/gnome/games/gnotravex.3x3.scores +share/gnome/games/gnotravex.4x4.scores +share/gnome/games/gnotravex.5x5.scores +share/gnome/games/gnotravex.6x6.scores +share/gnome/games/gnotski.1.scores +share/gnome/games/gnotski.11.scores +share/gnome/games/gnotski.12.scores +share/gnome/games/gnotski.13.scores +share/gnome/games/gnotski.14.scores +share/gnome/games/gnotski.15.scores +share/gnome/games/gnotski.16.scores +share/gnome/games/gnotski.17.scores +share/gnome/games/gnotski.2.scores +share/gnome/games/gnotski.21.scores +share/gnome/games/gnotski.22.scores +share/gnome/games/gnotski.23.scores +share/gnome/games/gnotski.24.scores +share/gnome/games/gnotski.25.scores +share/gnome/games/gnotski.26.scores +share/gnome/games/gnotski.3.scores +share/gnome/games/gnotski.4.scores +share/gnome/games/gnotski.5.scores +share/gnome/games/gnotski.6.scores +share/gnome/games/gnotski.7.scores +share/gnome/games/gtali.scores +share/gnome/games/iagno.b1.scores +share/gnome/games/iagno.b2.scores +share/gnome/games/iagno.b3.scores +share/gnome/games/iagno.w1.scores +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 +share/gnome/gnibbles/level004.gnl +share/gnome/gnibbles/level005.gnl +share/gnome/gnibbles/level006.gnl +share/gnome/gnibbles/level007.gnl +share/gnome/gnibbles/level008.gnl +share/gnome/gnibbles/level009.gnl +share/gnome/gnibbles/level010.gnl +share/gnome/gnibbles/level011.gnl +share/gnome/gnibbles/level012.gnl +share/gnome/gnibbles/level013.gnl +share/gnome/gnibbles/level014.gnl +share/gnome/gnibbles/level015.gnl +share/gnome/gnibbles/level016.gnl +share/gnome/gnibbles/level017.gnl +share/gnome/gnibbles/level018.gnl +share/gnome/gnibbles/level019.gnl +share/gnome/gnibbles/level020.gnl +share/gnome/gnibbles/level021.gnl +share/gnome/gnibbles/level022.gnl +share/gnome/gnibbles/level023.gnl +share/gnome/gnibbles/level024.gnl +share/gnome/gnibbles/level025.gnl +share/gnome/gnibbles/level026.gnl +share/gnome/gnobots2/classic_robots.cfg +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.so +share/gnome/gnome-stones/objects/libgnomekoban.so +share/gnome/gnome-stones/tutorial.caves +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.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/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.xml +share/gnome/help/gataxx/C/legal.xml +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/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/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.xml +share/gnome/help/gnibbles/C/legal.xml +share/gnome/help/gnobots2/C/figures/gnobots2-main.png +share/gnome/help/gnobots2/C/gnobots2.xml +share/gnome/help/gnobots2/C/legal.xml +share/gnome/help/gnobots2/da/index.html +share/gnome/help/gnobots2/da/topic.dat +share/gnome/help/gnobots2/es/index.html +share/gnome/help/gnobots2/es/topic.dat +share/gnome/help/gnobots2/it/index.html +share/gnome/help/gnobots2/it/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.xml +share/gnome/help/gnome-stones/C/legal.xml +share/gnome/help/gnomine/C/figures/advanced_121_a.png +share/gnome/help/gnomine/C/figures/advanced_121_b.png +share/gnome/help/gnomine/C/figures/advanced_121_c.png +share/gnome/help/gnomine/C/figures/basic-corner.png +share/gnome/help/gnomine/C/figures/basic-flat3.png +share/gnome/help/gnomine/C/figures/basic-wall.png +share/gnome/help/gnomine/C/figures/gnomine-begin-play.png +share/gnome/help/gnomine/C/figures/gnomine-fail.png +share/gnome/help/gnomine/C/figures/gnomine-fresh.png +share/gnome/help/gnomine/C/figures/gnomine-preferences.png +share/gnome/help/gnomine/C/figures/gnomine-won.png +share/gnome/help/gnomine/C/gnomine.xml +share/gnome/help/gnomine/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.xml +share/gnome/help/gnotravex/C/legal.xml +share/gnome/help/gnotski/C/figures/gnotski_start_window.png +share/gnome/help/gnotski/C/figures/gnotski_win.png +share/gnome/help/gnotski/C/gnotski.xml +share/gnome/help/gnotski/C/legal.xml +share/gnome/help/gtali/C/figures/mainwindow.png +share/gnome/help/gtali/C/figures/preferences.png +share/gnome/help/gtali/C/gtali.xml +share/gnome/help/gtali/C/legal.xml +share/gnome/help/gtali/da/index.html +share/gnome/help/gtali/da/topic.dat +share/gnome/help/iagno/C/figures/ANIMATION.png +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.xml +share/gnome/help/iagno/C/legal.xml +share/gnome/help/mahjongg/C/figures/color.png +share/gnome/help/mahjongg/C/figures/confirm.png +share/gnome/help/mahjongg/C/figures/mahjongg.png +share/gnome/help/mahjongg/C/figures/no-match.png +share/gnome/help/mahjongg/C/figures/no-move.png +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/legal.xml +share/gnome/help/mahjongg/C/mahjongg.xml +share/gnome/help/same-gnome/C/figures/blink-sync.png +share/gnome/help/same-gnome/C/figures/preferences.png +share/gnome/help/same-gnome/C/figures/same-main-window.png +share/gnome/help/same-gnome/C/figures/same-planets-fig.png +share/gnome/help/same-gnome/C/figures/score-dialog.png +share/gnome/help/same-gnome/C/legal.xml +share/gnome/help/same-gnome/C/same-gnome.xml +share/gnome/help/xbill/C/figures/bucket.png +share/gnome/help/xbill/C/figures/cable.png +share/gnome/help/xbill/C/figures/computer.png +share/gnome/help/xbill/C/figures/fakeseg.png +share/gnome/help/xbill/C/figures/fallenos.png +share/gnome/help/xbill/C/figures/infected.png +share/gnome/help/xbill/C/figures/mainwin.png +share/gnome/help/xbill/C/figures/microbill.png +share/gnome/help/xbill/C/figures/network.png +share/gnome/help/xbill/C/figures/remove.png +share/gnome/help/xbill/C/figures/removeos.png +share/gnome/help/xbill/C/figures/score.png +share/gnome/help/xbill/C/figures/scores.png +share/gnome/help/xbill/C/figures/spark.png +share/gnome/help/xbill/C/figures/splat.png +share/gnome/help/xbill/C/figures/startgame.png +share/gnome/help/xbill/C/figures/toasters.png +share/gnome/help/xbill/C/legal.xml +share/gnome/help/xbill/C/xbill.xml +share/gnome/mime-info/gnome-stones.keys +share/gnome/mime-info/gnome-stones.mime +share/gnome/omf/gnome-games/aisleriot-C.omf +share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/glines-C.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-stones-C.omf +share/gnome/omf/gnome-games/gnomine-C.omf +share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gnotski-C.omf +share/gnome/omf/gnome-games/gtali-C.omf +share/gnome/omf/gnome-games/iagno-C.omf +share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/xbill-C.omf +share/gnome/pixmaps/cards/backs/beige.png +share/gnome/pixmaps/cards/backs/face.png +share/gnome/pixmaps/cards/backs/grey.png +share/gnome/pixmaps/cards/backs/rods.png +share/gnome/pixmaps/cards/baize.png +share/gnome/pixmaps/cards/honors/bonded.png +share/gnome/pixmaps/cards/honors/xpat.png +share/gnome/pixmaps/cards/jokers/gnome.png +share/gnome/pixmaps/cards/ranks/bold-09x14.png +share/gnome/pixmaps/cards/ranks/fine-07x12.png +share/gnome/pixmaps/cards/slots/hand.png +share/gnome/pixmaps/cards/slots/plain.png +share/gnome/pixmaps/cards/splash.png +share/gnome/pixmaps/cards/suits_large/knuth-09x10.png +share/gnome/pixmaps/cards/suits_large/knuth-15x19.png +share/gnome/pixmaps/cards/suits_large/knuth-18x21.png +share/gnome/pixmaps/cards/suits_large/knuth-21x25.png +share/gnome/pixmaps/cards/suits_large/xpat-11x11.png +share/gnome/pixmaps/cards/suits_large/xpat-15x15.png +share/gnome/pixmaps/cards/suits_large/xpat-21x21.png +share/gnome/pixmaps/cards/suits_large/xpat-41x41.png +share/gnome/pixmaps/cards/suits_medium/knuth-09x10.png +share/gnome/pixmaps/cards/suits_medium/knuth-15x19.png +share/gnome/pixmaps/cards/suits_medium/knuth-18x21.png +share/gnome/pixmaps/cards/suits_medium/knuth-21x25.png +share/gnome/pixmaps/cards/suits_medium/xpat-11x11.png +share/gnome/pixmaps/cards/suits_medium/xpat-15x15.png +share/gnome/pixmaps/cards/suits_medium/xpat-21x21.png +share/gnome/pixmaps/cards/suits_small/knuth-09x10.png +share/gnome/pixmaps/cards/suits_small/xpat-11x11.png +share/gnome/pixmaps/cards/suits_small/xpat-15x15.png +share/gnome/pixmaps/gataxx.png +share/gnome/pixmaps/gataxx/blend.png +share/gnome/pixmaps/gataxx/classic.png +share/gnome/pixmaps/gataxx/flipblend.png +share/gnome/pixmaps/gataxx/metal.png +share/gnome/pixmaps/gataxx/metal2.png +share/gnome/pixmaps/gataxx/shrink.png +share/gnome/pixmaps/gataxx/sunmoon.png +share/gnome/pixmaps/gataxx/woodtrim.png +share/gnome/pixmaps/glines.png +share/gnome/pixmaps/glines/ball.png +share/gnome/pixmaps/glines/black.xpm +share/gnome/pixmaps/glines/classic.png +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 +share/gnome/pixmaps/gnobots2/cows.png +share/gnome/pixmaps/gnobots2/eggs.png +share/gnome/pixmaps/gnobots2/gnomes.png +share/gnome/pixmaps/gnobots2/mice.png +share/gnome/pixmaps/gnobots2/robots.png +share/gnome/pixmaps/gnobots2/splat.png +share/gnome/pixmaps/gnobots2/windows.png +share/gnome/pixmaps/gnobots2/yahoo.png +share/gnome/pixmaps/gnome-aisleriot.png +share/gnome/pixmaps/gnome-gnobots2.png +share/gnome/pixmaps/gnome-gtali.png +share/gnome/pixmaps/gnome-gtetris.png +share/gnome/pixmaps/gnome-mahjongg.png +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 +share/gnome/pixmaps/gnome-stones/crate.png +share/gnome/pixmaps/gnome-stones/curtain.png +share/gnome/pixmaps/gnome-stones/diamond.png +share/gnome/pixmaps/gnome-stones/dirt.png +share/gnome/pixmaps/gnome-stones/door.png +share/gnome/pixmaps/gnome-stones/empty.png +share/gnome/pixmaps/gnome-stones/explosion.png +share/gnome/pixmaps/gnome-stones/firefly.png +share/gnome/pixmaps/gnome-stones/frame.png +share/gnome/pixmaps/gnome-stones/gnome.png +share/gnome/pixmaps/gnome-stones/title.png +share/gnome/pixmaps/gnome-stones/wall.png +share/gnome/pixmaps/gnometris/5blocks-tig.png +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 +share/gnome/pixmaps/gnotski.png +share/gnome/pixmaps/iagno.png +share/gnome/pixmaps/iagno/blend.png +share/gnome/pixmaps/iagno/classic.png +share/gnome/pixmaps/iagno/flipblend.png +share/gnome/pixmaps/iagno/metal.png +share/gnome/pixmaps/iagno/metal2.png +share/gnome/pixmaps/iagno/shrink.png +share/gnome/pixmaps/iagno/sunmoon.png +share/gnome/pixmaps/iagno/woodtrim.png +share/gnome/pixmaps/mahjongg/bg/bg1.png +share/gnome/pixmaps/mahjongg/bg/bg2.png +share/gnome/pixmaps/mahjongg/bg/bg3.png +share/gnome/pixmaps/mahjongg/bg/bg4.png +share/gnome/pixmaps/mahjongg/default.png +share/gnome/pixmaps/mahjongg/seta.png +share/gnome/pixmaps/same-gnome/blink-sync.png +share/gnome/pixmaps/same-gnome/glass.png +share/gnome/pixmaps/same-gnome/marbles.png +share/gnome/pixmaps/same-gnome/planets.png +share/gnome/pixmaps/same-gnome/rotate.png +share/gnome/pixmaps/same-gnome/stones.png +share/gnome/pixmaps/xbill.png +share/gnome/sol-games/agnes.scm +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/bristol.scm +share/gnome/sol-games/camelot.scm +share/gnome/sol-games/canfield.scm +share/gnome/sol-games/chessboard.scm +share/gnome/sol-games/clock.scm +share/gnome/sol-games/cover.scm +share/gnome/sol-games/diamond_mine.scm +share/gnome/sol-games/doublets.scm +share/gnome/sol-games/eagle_wing.scm +share/gnome/sol-games/easthaven.scm +share/gnome/sol-games/eight_off.scm +share/gnome/sol-games/elevator.scm +share/gnome/sol-games/escalator.scm +share/gnome/sol-games/first_law.scm +share/gnome/sol-games/fortress.scm +share/gnome/sol-games/fortunes.scm +share/gnome/sol-games/fourteen.scm +share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gay_gordons.scm +share/gnome/sol-games/glenwood.scm +share/gnome/sol-games/golf.scm +share/gnome/sol-games/gypsy.scm +share/gnome/sol-games/helsinki.scm +share/gnome/sol-games/hopscotch.scm +share/gnome/sol-games/isabel.scm +share/gnome/sol-games/jamestown.scm +share/gnome/sol-games/jumbo.scm +share/gnome/sol-games/kansas.scm +share/gnome/sol-games/king_albert.scm +share/gnome/sol-games/klondike.scm +share/gnome/sol-games/labyrinth.scm +share/gnome/sol-games/lady_jane.scm +share/gnome/sol-games/maze.scm +share/gnome/sol-games/monte_carlo.scm +share/gnome/sol-games/neighbor.scm +share/gnome/sol-games/odessa.scm +share/gnome/sol-games/osmosis.scm +share/gnome/sol-games/peek.scm +share/gnome/sol-games/pileon.scm +share/gnome/sol-games/plait.scm +share/gnome/sol-games/poker.scm +share/gnome/sol-games/quatorze.scm +share/gnome/sol-games/royal_east.scm +share/gnome/sol-games/scorpion.scm +share/gnome/sol-games/scuffle.scm +share/gnome/sol-games/seahaven.scm +share/gnome/sol-games/sir_tommy.scm +share/gnome/sol-games/sol.scm +share/gnome/sol-games/spider.scm +share/gnome/sol-games/spiderette.scm +share/gnome/sol-games/straight_up.scm +share/gnome/sol-games/streets_and_alleys.scm +share/gnome/sol-games/ten_across.scm +share/gnome/sol-games/thieves.scm +share/gnome/sol-games/thirteen.scm +share/gnome/sol-games/thumb_and_pouch.scm +share/gnome/sol-games/treize.scm +share/gnome/sol-games/union_square.scm +share/gnome/sol-games/valentine.scm +share/gnome/sol-games/westhaven.scm +share/gnome/sol-games/whitehead.scm +share/gnome/sol-games/will_o_the_wisp.scm +share/gnome/sol-games/yield.scm +share/gnome/sol-games/yukon.scm +share/gnome/sol-games/zebra.scm +share/gnome/sounds/gataxx/flip-piece.wav +share/gnome/sounds/gataxx/gameover.wav +share/gnome/sounds/gnibbles/appear.wav +share/gnome/sounds/gnibbles/bonus.wav +share/gnome/sounds/gnibbles/crash.wav +share/gnome/sounds/gnibbles/gobble.wav +share/gnome/sounds/gnibbles/laughter.wav +share/gnome/sounds/gnibbles/life.wav +share/gnome/sounds/gnibbles/pop.wav +share/gnome/sounds/gnibbles/reverse.wav +share/gnome/sounds/gnibbles/teleport.wav +share/gnome/sounds/gnobots2/bad.wav +share/gnome/sounds/gnobots2/die.wav +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 +share/gnome/xbill/cursors/beos.xpm +share/gnome/xbill/cursors/bsd.xpm +share/gnome/xbill/cursors/bucket.xpm +share/gnome/xbill/cursors/caldera.xpm +share/gnome/xbill/cursors/debian.xpm +share/gnome/xbill/cursors/hand_down.xpm +share/gnome/xbill/cursors/hand_down_mask.xpm +share/gnome/xbill/cursors/hand_up.xpm +share/gnome/xbill/cursors/hand_up_mask.xpm +share/gnome/xbill/cursors/hurd.xpm +share/gnome/xbill/cursors/linux.xpm +share/gnome/xbill/cursors/mandrake.xpm +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 +share/gnome/xbill/pixmaps/about.xpm +share/gnome/xbill/pixmaps/apple.xpm +share/gnome/xbill/pixmaps/beos.xpm +share/gnome/xbill/pixmaps/billA_0.xpm +share/gnome/xbill/pixmaps/billA_1.xpm +share/gnome/xbill/pixmaps/billA_10.xpm +share/gnome/xbill/pixmaps/billA_11.xpm +share/gnome/xbill/pixmaps/billA_12.xpm +share/gnome/xbill/pixmaps/billA_2.xpm +share/gnome/xbill/pixmaps/billA_3.xpm +share/gnome/xbill/pixmaps/billA_4.xpm +share/gnome/xbill/pixmaps/billA_5.xpm +share/gnome/xbill/pixmaps/billA_6.xpm +share/gnome/xbill/pixmaps/billA_7.xpm +share/gnome/xbill/pixmaps/billA_8.xpm +share/gnome/xbill/pixmaps/billA_9.xpm +share/gnome/xbill/pixmaps/billD_0.xpm +share/gnome/xbill/pixmaps/billD_1.xpm +share/gnome/xbill/pixmaps/billD_2.xpm +share/gnome/xbill/pixmaps/billD_3.xpm +share/gnome/xbill/pixmaps/billD_4.xpm +share/gnome/xbill/pixmaps/billL_0.xpm +share/gnome/xbill/pixmaps/billL_1.xpm +share/gnome/xbill/pixmaps/billL_2.xpm +share/gnome/xbill/pixmaps/billR_0.xpm +share/gnome/xbill/pixmaps/billR_1.xpm +share/gnome/xbill/pixmaps/billR_2.xpm +share/gnome/xbill/pixmaps/bsd.xpm +share/gnome/xbill/pixmaps/bsdcpu.xpm +share/gnome/xbill/pixmaps/bucket.xpm +share/gnome/xbill/pixmaps/caldera.xpm +share/gnome/xbill/pixmaps/debian.xpm +share/gnome/xbill/pixmaps/hurd.xpm +share/gnome/xbill/pixmaps/icon.xpm +share/gnome/xbill/pixmaps/linux.xpm +share/gnome/xbill/pixmaps/logo.xpm +share/gnome/xbill/pixmaps/maccpu.xpm +share/gnome/xbill/pixmaps/mandrake.xpm +share/gnome/xbill/pixmaps/next.xpm +share/gnome/xbill/pixmaps/nextcpu.xpm +share/gnome/xbill/pixmaps/os2.xpm +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 +share/gnome/xbill/pixmaps/suncpu.xpm +share/gnome/xbill/pixmaps/suse.xpm +share/gnome/xbill/pixmaps/toaster.xpm +share/gnome/xbill/pixmaps/turbolinux.xpm +share/gnome/xbill/pixmaps/wingdows.xpm +share/locale/ca/LC_MESSAGES/gnome-games.mo +share/locale/cs/LC_MESSAGES/gnome-games.mo +share/locale/da/LC_MESSAGES/gnome-games.mo +share/locale/de/LC_MESSAGES/gnome-games.mo +share/locale/el/LC_MESSAGES/gnome-games.mo +share/locale/en_GB/LC_MESSAGES/gnome-games.mo +share/locale/es/LC_MESSAGES/gnome-games.mo +share/locale/et/LC_MESSAGES/gnome-games.mo +share/locale/eu/LC_MESSAGES/gnome-games.mo +share/locale/fi/LC_MESSAGES/gnome-games.mo +share/locale/fr/LC_MESSAGES/gnome-games.mo +share/locale/ga/LC_MESSAGES/gnome-games.mo +share/locale/gl/LC_MESSAGES/gnome-games.mo +share/locale/hu/LC_MESSAGES/gnome-games.mo +share/locale/it/LC_MESSAGES/gnome-games.mo +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/ms/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 +share/locale/pt_BR/LC_MESSAGES/gnome-games.mo +share/locale/ro/LC_MESSAGES/gnome-games.mo +share/locale/ru/LC_MESSAGES/gnome-games.mo +share/locale/sk/LC_MESSAGES/gnome-games.mo +share/locale/sl/LC_MESSAGES/gnome-games.mo +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/vi/LC_MESSAGES/gnome-games.mo +share/locale/wa/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/sounds/gnome-stones +@dirrm share/gnome/pixmaps/gnomine +@dirrm share/gnome/help/xbill/C/figures +@dirrm share/gnome/help/xbill/C +@dirrm share/gnome/help/xbill +@dirrm share/gnome/help/same-gnome/C/figures +@dirrm share/gnome/help/gnomine/C/figures +@dirrm share/gnome/help/gnomine/C +@dirrm share/gnome/help/gnomine +@dirrm share/gnome/help/glines/C/figures +@dirrm share/gnome/help/glines/C +@dirrm share/gnome/help/glines +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mahjongg +@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/mahjongg +@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 +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris +@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris/options +@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris +@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/score +@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/option +@dirrm etc/gconf/gconf.xml.defaults/apps/freecell -- cgit v1.2.3