summaryrefslogtreecommitdiff
path: root/games/gnome-games
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 06:49:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 06:49:37 +0000
commit9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch)
tree534d0190982c831de589344c3003940ec6f2d6b1 /games/gnome-games
parentFollowup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has no (diff)
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
Notes
Notes: svn path=/head/; revision=89023
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/Makefile9
-rw-r--r--games/gnome-games/distinfo2
-rw-r--r--games/gnome-games/files/patch-ab23
-rw-r--r--games/gnome-games/files/patch-ac4
-rw-r--r--games/gnome-games/files/patch-ae10
-rw-r--r--games/gnome-games/files/patch-gnect_data_Makefile.in30
-rw-r--r--games/gnome-games/files/patch-gnect_src_prefs.c51
-rw-r--r--games/gnome-games/files/patch-mahjongg_Makefile.in18
-rw-r--r--games/gnome-games/pkg-install10
-rw-r--r--games/gnome-games/pkg-plist310
10 files changed, 169 insertions, 298 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 1e8550b7848a..879130a64981 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= gnomegames2
-PORTVERSION= 2.2.1
-PORTREVISION= 3
+PORTVERSION= 2.4.0
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-games/2.2
+MASTER_SITE_SUBDIR= sources/gnome-games/2.4
DISTNAME= gnome-games-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -30,9 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|games\.games|games:games|g'
.include <bsd.port.mk>
diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo
index 97b59f44a41a..5038e683d94f 100644
--- a/games/gnome-games/distinfo
+++ b/games/gnome-games/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gnome-games-2.2.1.tar.bz2) = 15b47c5f3cba31aaadd21ea51af2833b
+MD5 (gnome2/gnome-games-2.4.0.tar.bz2) = a1a2935642921e7defce3a0a5c54bdbd
diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab
index 0075d0dd4b16..67cea1ce8155 100644
--- a/games/gnome-games/files/patch-ab
+++ b/games/gnome-games/files/patch-ab
@@ -1,24 +1,11 @@
---- 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 @@
+--- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003
++++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003
+@@ -136,7 +136,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)
+ INCLUDES = \
+ -I$(GSTONES_SRC_DIR) \
diff --git a/games/gnome-games/files/patch-ac b/games/gnome-games/files/patch-ac
index 65e3bbe8c565..4f62486fb3b2 100644
--- a/games/gnome-games/files/patch-ac
+++ b/games/gnome-games/files/patch-ac
@@ -1,5 +1,5 @@
---- 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
+--- gdk-card-image/Makefile.in.orig Wed May 8 16:32:35 2002
++++ 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
diff --git a/games/gnome-games/files/patch-ae b/games/gnome-games/files/patch-ae
deleted file mode 100644
index 397fca112a9b..000000000000
--- a/games/gnome-games/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 <config.h>
-+#include <sys/types.h>
- #include <dirent.h>
- #include "gnome.h"
- #include "sol.h"
diff --git a/games/gnome-games/files/patch-gnect_data_Makefile.in b/games/gnome-games/files/patch-gnect_data_Makefile.in
deleted file mode 100644
index 08a1f4d64147..000000000000
--- a/games/gnome-games/files/patch-gnect_data_Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- gnect/data/Makefile.in.orig Sun May 25 13:52:25 2003
-+++ gnect/data/Makefile.in Sun May 25 13:56:14 2003
-@@ -300,7 +300,7 @@
- install-exec-am:
- install-exec: install-exec-am
-
--install-data-am: install-GamesDATA install-schemaDATA \
-+install-data-am: install-GamesDATA install-schemaDATA install-data-local \
- install-soundlistDATA install-themeDATA \
- install-velenaDATA
- install-data: install-data-am
-@@ -351,7 +351,7 @@
- maintainer-clean: maintainer-clean-am
-
- .PHONY: uninstall-GamesDATA install-GamesDATA uninstall-schemaDATA \
--install-schemaDATA uninstall-soundlistDATA install-soundlistDATA \
-+install-schemaDATA install-data-local uninstall-soundlistDATA install-soundlistDATA \
- uninstall-themeDATA install-themeDATA uninstall-velenaDATA \
- install-velenaDATA tags distdir info-am info dvi-am dvi check check-am \
- installcheck-am installcheck install-exec-am install-exec \
-@@ -363,6 +363,9 @@
- @INTLTOOL_DESKTOP_RULE@
- @INTLTOOL_SCHEMAS_RULE@
- @INTLTOOL_SOUNDLIST_RULE@
-+
-+install-data-local:
-+ -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/games/gnome-games/files/patch-gnect_src_prefs.c b/games/gnome-games/files/patch-gnect_src_prefs.c
deleted file mode 100644
index 2737e28846a7..000000000000
--- a/games/gnome-games/files/patch-gnect_src_prefs.c
+++ /dev/null
@@ -1,51 +0,0 @@
---- gnect/src/prefs.c.orig Sun May 25 14:21:05 2003
-+++ gnect/src/prefs.c Sun May 25 14:21:15 2003
-@@ -264,40 +264,6 @@
-
-
-
--static void
--sanity_check(void)
--{
-- gchar *tileset;
-- GError *error = NULL;
--
-- tileset = gconf_client_get_string (gnect_gconf_client,
-- "/apps/gnect/theme", &error);
-- if (error) {
-- GtkWidget *dialog;
-- dialog = gtk_message_dialog_new (NULL,
-- 0,
-- GTK_MESSAGE_ERROR,
-- GTK_BUTTONS_CLOSE,
-- _("There was an error accessing GConf: %s"),
-- error->message);
-- gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
-- gtk_dialog_run(GTK_DIALOG(dialog));
-- exit(1);
-- } else if (!tileset) {
-- GtkWidget *dialog;
-- dialog = gtk_message_dialog_new (NULL,
-- 0,
-- GTK_MESSAGE_ERROR,
-- GTK_BUTTONS_CLOSE,
-- _("The default configuration values could not be retrieved correctly. Please check your GConf configuration, specifically that the schemas are installed correctly"));
-- gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
-- gtk_dialog_run(GTK_DIALOG(dialog));
-- exit(1);
-- } else {
-- g_free (tileset);
-- }
--}
--
- void
- prefs_init (gint argc, gchar **argv)
- {
-@@ -313,7 +279,6 @@
-
- gconf_init (argc, argv, NULL);
- gnect_gconf_client = gconf_client_get_default ();
-- sanity_check();
- gconf_client_add_dir (gnect_gconf_client, "/apps/gnect",
- GCONF_CLIENT_PRELOAD_NONE, NULL);
-
diff --git a/games/gnome-games/files/patch-mahjongg_Makefile.in b/games/gnome-games/files/patch-mahjongg_Makefile.in
deleted file mode 100644
index 917c7420673a..000000000000
--- a/games/gnome-games/files/patch-mahjongg_Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- mahjongg/Makefile.in.orig Sun Jan 19 14:54:47 2003
-+++ mahjongg/Makefile.in Sun Jan 19 14:56:21 2003
-@@ -593,9 +593,12 @@
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
- -$(mkinstalldirs) $(DESTDIR)$(scoredir)
- $(mkinstalldirs) $(DESTDIR)$(bgdir)
-- touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores
-- -chown games.games $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores
-- -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores
-+ touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores
-+ touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores
-+ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.easy.scores
-+ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores
-+ -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores
-+ -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores
- -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg
- $(mkinstalldirs) $(DESTDIR)$(Gamesdir)
-
diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install
index c754797a5caf..039d300d69a5 100644
--- a/games/gnome-games/pkg-install
+++ b/games/gnome-games/pkg-install
@@ -4,17 +4,9 @@ if [ -n "${PACKAGE_BUILDING}" ]; then
exit 0
fi
-SCORES="glines.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnome-xbill.scores gnometris.scores gnomine.Biiiig.scores gnomine.Custom.scores gnomine.Medium.scores gnomine.Tiny.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.2.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.3.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gtali.scores iagno.b1.scores iagno.b2.scores iagno.b3.scores iagno.w1.scores iagno.w2.scores iagno.w3.scores mahjongg.difficult.scores mahjongg.easy.scores same-gnome.scores"
-
-if [ "$1" = "MAINTAINER" ]; then
- for i in ${SCORES}; do
- echo "@unexec [ -s %D/share/gnome/games/${i} ] || rm -f %D/share/gnome/games/${i}"
- done
- exit 0
-fi
-
if [ "$2" = "POST-INSTALL" ]; then
mkdir -p ${PKG_PREFIX}/share/gnome/games
+ SCORES="glines.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.2.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.3.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gtali.scores iagno.b1.scores iagno.b2.scores iagno.b3.scores iagno.w1.scores iagno.w2.scores iagno.w3.scores mahjongg.difficult.scores mahjongg.easy.scores same-gnome.scores"
for i in ${SCORES}; do
if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then
touch -f ${PKG_PREFIX}/share/gnome/games/${i}
diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist
index e7c02977d397..25d955dcdca8 100644
--- a/games/gnome-games/pkg-plist
+++ b/games/gnome-games/pkg-plist
@@ -1,12 +1,10 @@
-bin/ctali
-bin/freecell
+bin/blackjack
bin/gataxx
bin/glines
bin/gnect
bin/gnibbles
bin/gnobots2
bin/gnome-stones
-bin/gnome-xbill
bin/gnometris
bin/gnomine
bin/gnotravex
@@ -16,36 +14,77 @@ 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/aisleriot/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/blackjack/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/blackjack/deck/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/blackjack/global/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/blackjack/settings/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gataxx/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/glines/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/glines/preferences/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/glines/saved/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnect/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/0/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/1/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/2/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/3/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnobots2/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnobots2/preferences/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnome-stones/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnome-stones/preferences/%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/gnotravex/%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/aisleriot/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/blackjack/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/blackjack/deck/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/blackjack/global/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/blackjack/settings/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gataxx/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/glines/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/glines/preferences/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/glines/saved/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnect/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/0/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/1/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/2/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/3/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnobots2/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnobots2/preferences/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnome-stones/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnome-stones/preferences/%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/gnotravex/%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/aisleriot.schemas
+etc/gconf/schemas/blackjack.schemas
etc/gconf/schemas/gataxx.schemas
+etc/gconf/schemas/glines.schemas
etc/gconf/schemas/gnect.schemas
+etc/gconf/schemas/gnibbles.schemas
+etc/gconf/schemas/gnobots2.schemas
+etc/gconf/schemas/gnome-stones.schemas
etc/gconf/schemas/gnometris.schemas
etc/gconf/schemas/gnomine.schemas
+etc/gconf/schemas/gnotravex.schemas
etc/gconf/schemas/gtali.schemas
etc/gconf/schemas/iagno.schemas
etc/gconf/schemas/mahjongg.schemas
@@ -59,6 +98,7 @@ include/gdkcardimage/gdk-card-image.h
lib/libgdkcardimage.a
lib/libgdkcardimage.so
lib/libgdkcardimage.so.1
+share/gnome/applications/blackjack.desktop
share/gnome/applications/freecell.desktop
share/gnome/applications/gataxx.desktop
share/gnome/applications/glines.desktop
@@ -75,7 +115,11 @@ 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/blackjack/Ameristar.rules
+share/gnome/blackjack/Atlantic_City.rules
+share/gnome/blackjack/Vegas_Downtown.rules
+share/gnome/blackjack/Vegas_Strip.rules
+share/gnome/blackjack/Vegas_Strip.rules.dat
@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores
@unexec [ -s %D/share/gnome/games/gnibbles.1.0.scores ] || rm -f %D/share/gnome/games/gnibbles.1.0.scores
@unexec [ -s %D/share/gnome/games/gnibbles.1.1.scores ] || rm -f %D/share/gnome/games/gnibbles.1.1.scores
@@ -101,12 +145,11 @@ share/gnome/applications/xbill.desktop
@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores
@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores
@unexec [ -s %D/share/gnome/games/gnome-stones.scores ] || rm -f %D/share/gnome/games/gnome-stones.scores
-@unexec [ -s %D/share/gnome/games/gnome-xbill.scores ] || rm -f %D/share/gnome/games/gnome-xbill.scores
@unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores
-@unexec [ -s %D/share/gnome/games/gnomine.Biiiig.scores ] || rm -f %D/share/gnome/games/gnomine.Biiiig.scores
@unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores
+@unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores
@unexec [ -s %D/share/gnome/games/gnomine.Medium.scores ] || rm -f %D/share/gnome/games/gnomine.Medium.scores
-@unexec [ -s %D/share/gnome/games/gnomine.Tiny.scores ] || rm -f %D/share/gnome/games/gnomine.Tiny.scores
+@unexec [ -s %D/share/gnome/games/gnomine.Small.scores ] || rm -f %D/share/gnome/games/gnomine.Small.scores
@unexec [ -s %D/share/gnome/games/gnotravex.2x2.scores ] || rm -f %D/share/gnome/games/gnotravex.2x2.scores
@unexec [ -s %D/share/gnome/games/gnotravex.3x3.scores ] || rm -f %D/share/gnome/games/gnotravex.3x3.scores
@unexec [ -s %D/share/gnome/games/gnotravex.4x4.scores ] || rm -f %D/share/gnome/games/gnotravex.4x4.scores
@@ -273,6 +316,10 @@ 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/blackjack/C/blackjack.xml
+share/gnome/help/blackjack/C/figures/blackjack_start_window.png
+share/gnome/help/blackjack/C/figures/blackjack_win_window.png
+share/gnome/help/blackjack/C/legal.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
@@ -343,13 +390,10 @@ 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
@@ -358,32 +402,14 @@ 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
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-games/blackjack-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-games/gataxx-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-games/glines-C.omf
@@ -410,20 +436,29 @@ share/gnome/omf/gnome-games/mahjongg-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/mahjongg-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-games/same-gnome-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/same-gnome-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gnome-games/xbill-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/xbill-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/pixmaps/blackjack/baize.png
+share/gnome/pixmaps/blackjack/blackjack-splash.png
+share/gnome/pixmaps/blackjack/chip-1.png
+share/gnome/pixmaps/blackjack/chip-100.png
+share/gnome/pixmaps/blackjack/chip-25.png
+share/gnome/pixmaps/blackjack/chip-5.png
+share/gnome/pixmaps/cards/backs/antique-red.png
share/gnome/pixmaps/cards/backs/beige.png
+share/gnome/pixmaps/cards/backs/dondorf-flower.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/backs/tux.png
share/gnome/pixmaps/cards/baize.png
share/gnome/pixmaps/cards/honors/bonded.png
+share/gnome/pixmaps/cards/honors/dondorf.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/slots/white-outline.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
@@ -444,22 +479,12 @@ 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/gumball.png
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
@@ -487,7 +512,18 @@ 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-blackjack.png
+share/gnome/pixmaps/gnome-cardgame.png
+share/gnome/pixmaps/gnome-die1.png
+share/gnome/pixmaps/gnome-die2.png
+share/gnome/pixmaps/gnome-die3.png
+share/gnome/pixmaps/gnome-die4.png
+share/gnome/pixmaps/gnome-die5.png
+share/gnome/pixmaps/gnome-die6.png
share/gnome/pixmaps/gnome-gnobots2.png
+share/gnome/pixmaps/gnome-gnomine.png
+share/gnome/pixmaps/gnome-gnotravex.png
+share/gnome/pixmaps/gnome-gsame.png
share/gnome/pixmaps/gnome-gtali.png
share/gnome/pixmaps/gnome-gtetris.png
share/gnome/pixmaps/gnome-mahjongg.png
@@ -509,9 +545,8 @@ 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/title-tile.png
share/gnome/pixmaps/gnome-stones/wall.png
-share/gnome/pixmaps/gnome-xbill.png
share/gnome/pixmaps/gnometris/5blocks-tig.png
share/gnome/pixmaps/gnometris/5blocks-tim.png
share/gnome/pixmaps/gnometris/5blocks.png
@@ -519,27 +554,28 @@ 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/gnometris/bg/dog-bg.jpg
+share/gnome/pixmaps/gnometris/bg/fishy-bg.jpg
+share/gnome/pixmaps/gnometris/bg/geschier-bg.jpg
+share/gnome/pixmaps/gnometris/bg/gitter-bg.jpg
+share/gnome/pixmaps/gnometris/bg/gnometris-bg.jpg
+share/gnome/pixmaps/gnometris/bg/greyprint-bg.jpg
+share/gnome/pixmaps/gnometris/bg/leaves-bg.jpg
+share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.jpg
+share/gnome/pixmaps/gnometris/bg/scrcow-bg.jpg
+share/gnome/pixmaps/gnometris/bg/sweet-bg.jpg
+share/gnome/pixmaps/gnometris/bg/trees-bg.jpg
+share/gnome/pixmaps/gnometris/bg/vortex-bg.jpg
+share/gnome/pixmaps/gnometris/bg/watery-bg.jpg
+share/gnome/pixmaps/gnometris/bg/weirdo-bg.jpg
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/gnomine/flag-question.png
+share/gnome/pixmaps/gnomine/flag.png
+share/gnome/pixmaps/gnomine/mine.png
share/gnome/pixmaps/gnotski-icon.png
share/gnome/pixmaps/gnotski.png
share/gnome/pixmaps/iagno.png
@@ -659,88 +695,15 @@ 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/am/LC_MESSAGES/gnome-games.mo
share/locale/ar/LC_MESSAGES/gnome-games.mo
+share/locale/az/LC_MESSAGES/gnome-games.mo
share/locale/be/LC_MESSAGES/gnome-games.mo
share/locale/bg/LC_MESSAGES/gnome-games.mo
share/locale/bn/LC_MESSAGES/gnome-games.mo
share/locale/ca/LC_MESSAGES/gnome-games.mo
share/locale/cs/LC_MESSAGES/gnome-games.mo
+share/locale/cy/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
@@ -754,13 +717,16 @@ 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/he/LC_MESSAGES/gnome-games.mo
+share/locale/hi/LC_MESSAGES/gnome-games.mo
share/locale/hu/LC_MESSAGES/gnome-games.mo
+share/locale/id/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/lv/LC_MESSAGES/gnome-games.mo
share/locale/mk/LC_MESSAGES/gnome-games.mo
+share/locale/ml/LC_MESSAGES/gnome-games.mo
share/locale/mn/LC_MESSAGES/gnome-games.mo
share/locale/ms/LC_MESSAGES/gnome-games.mo
share/locale/nl/LC_MESSAGES/gnome-games.mo
@@ -773,6 +739,8 @@ 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/sr/LC_MESSAGES/gnome-games.mo
+share/locale/sr@Latn/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
@@ -782,10 +750,10 @@ 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/pixmaps/blackjack
@dirrm share/gnome/help/same-gnome/C/figures
+@dirrm share/gnome/help/gnotski/C/figures
+@dirrm share/gnome/help/gnotski/C
@dirrm share/gnome/help/gnotski
@dirrm share/gnome/help/gnomine/C/figures
@dirrm share/gnome/help/gnomine/C
@@ -793,32 +761,69 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
@dirrm share/gnome/help/glines/C/figures
@dirrm share/gnome/help/glines/C
@dirrm share/gnome/help/glines
+@dirrm share/gnome/blackjack
@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/gnotravex
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-stones/preferences
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-stones
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnobots2/preferences
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnobots2
@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/gnometris/options
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/3
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/2
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/1
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm/0
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences/worm
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles/preferences
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnibbles
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnect
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/glines/saved
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/glines/preferences
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/glines
@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/schemas/apps/blackjack/settings
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/blackjack/global
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/blackjack/deck
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/blackjack
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/aisleriot
@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/gnotravex
@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine/geometry
@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine
@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris/options
@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-stones/preferences
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-stones
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnobots2/preferences
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnobots2
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/3
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/2
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/1
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm/0
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences/worm
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles/preferences
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnibbles
+@dirrm etc/gconf/gconf.xml.defaults/apps/glines/saved
+@dirrm etc/gconf/gconf.xml.defaults/apps/glines/preferences
+@dirrm etc/gconf/gconf.xml.defaults/apps/glines
@dirrm etc/gconf/gconf.xml.defaults/apps/gnect
-@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
+@dirrm etc/gconf/gconf.xml.defaults/apps/gataxx
+@dirrm etc/gconf/gconf.xml.defaults/apps/blackjack/settings
+@dirrm etc/gconf/gconf.xml.defaults/apps/blackjack/global
+@dirrm etc/gconf/gconf.xml.defaults/apps/blackjack/deck
+@dirrm etc/gconf/gconf.xml.defaults/apps/blackjack
+@dirrm etc/gconf/gconf.xml.defaults/apps/aisleriot
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/glines-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gnect-C.omf 2>/dev/null || /usr/bin/true
@@ -832,4 +837,3 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/iagno-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/mahjongg-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/same-gnome-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/xbill-C.omf 2>/dev/null || /usr/bin/true