diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-27 01:46:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-27 01:46:45 +0800 |
commit | 298149953c92ac3a3c2d2b5162ff33ad0241fe24 (patch) | |
tree | f699bd9e2c24d63dfca0fc4dc45e2efeb04c7198 | |
parent | 3b2cf6c27da2630688eed9a919b2dd286278aa8f (diff) | |
download | marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.tar marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.tar.gz marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.tar.bz2 marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.tar.lz marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.tar.xz marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.tar.zst marcuscom-ports-298149953c92ac3a3c2d2b5162ff33ad0241fe24.zip |
share/gnome --> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8634 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games/Makefile | 58 | ||||
-rw-r--r-- | games/gnome-games/distinfo | 3 | ||||
-rw-r--r-- | games/gnome-games/files/patch-aisleriot_cscmi.c | 12 | ||||
-rw-r--r-- | games/gnome-games/files/patch-blackjack_src_game.cpp | 10 | ||||
-rw-r--r-- | games/gnome-games/files/patch-blackjack_src_player.cpp | 75 | ||||
-rw-r--r-- | games/gnome-games/pkg-descr | 8 | ||||
-rw-r--r-- | games/gnome-games/pkg-install | 23 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 1157 |
8 files changed, 1346 insertions, 0 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile new file mode 100644 index 000000000..45dc380df --- /dev/null +++ b/games/gnome-games/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: gnomegames2 +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/games/gnome-games/Makefile,v 1.139 2007/03/13 17:05:22 mezz Exp $ +# + +PORTNAME= gnome-games +PORTVERSION= 2.18.1 +PORTREVISION= 1 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The game applications package for the GNOME 2 Desktop Environment + +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile + +USE_BZIP2= yes +USE_PYTHON= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ + librsvg2 desktopfileutils pygnomedesktop gnomedocutils +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas glchess.schemas \ + glines.schemas gnect.schemas gnibbles.schemas \ + gnobots2.schemas gnometris.schemas gnomine.schemas \ + gnotravex.schemas gnotski.schemas gtali.schemas \ + iagno.schemas libgnomegames.schemas mahjongg.schemas \ + same-gnome.schemas + +CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* + +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ + ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \ + ${WRKSRC}/glchess/src/lib/defaults.py.in + +post-install: + @-update-desktop-database + +.include <bsd.port.post.mk> diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo new file mode 100644 index 000000000..b314d480c --- /dev/null +++ b/games/gnome-games/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-games-2.18.1.tar.bz2) = b5479669347042c6354e5c0d2d9df2a0 +SHA256 (gnome2/gnome-games-2.18.1.tar.bz2) = 83666d16e7bab2dc9b785024cdb1f032c61b12b024689ea917bcbc3fecbb7b1b +SIZE (gnome2/gnome-games-2.18.1.tar.bz2) = 7218376 diff --git a/games/gnome-games/files/patch-aisleriot_cscmi.c b/games/gnome-games/files/patch-aisleriot_cscmi.c new file mode 100644 index 000000000..2966e6c41 --- /dev/null +++ b/games/gnome-games/files/patch-aisleriot_cscmi.c @@ -0,0 +1,12 @@ +--- aisleriot/cscmi.c.orig Tue Nov 7 17:49:43 2006 ++++ aisleriot/cscmi.c Tue Nov 7 17:49:53 2006 +@@ -637,8 +637,8 @@ cscmi_drop_cards (int start_slot, GList + cscmi_call_lambda, + call_data, cscmi_catch_handler, NULL); + retval = call_data->retval; +- g_free (call_data); + scm_gc_unprotect_object (call_data->arg2); ++ g_free (call_data); + + return SCM_NFALSEP (retval); + } diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp new file mode 100644 index 000000000..e99798100 --- /dev/null +++ b/games/gnome-games/files/patch-blackjack_src_game.cpp @@ -0,0 +1,10 @@ +--- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005 ++++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005 +@@ -24,6 +24,7 @@ + + #include <stdlib.h> + #include <string.h> ++#include <ctype.h> + #include <glib/gi18n.h> + #include <glib/gstdio.h> + #include <libxml/tree.h> diff --git a/games/gnome-games/files/patch-blackjack_src_player.cpp b/games/gnome-games/files/patch-blackjack_src_player.cpp new file mode 100644 index 000000000..0a2d1ac3b --- /dev/null +++ b/games/gnome-games/files/patch-blackjack_src_player.cpp @@ -0,0 +1,75 @@ +--- blackjack/src/player.cpp.orig Tue Jul 6 12:56:50 2004 ++++ blackjack/src/player.cpp Tue Jul 6 12:59:29 2004 +@@ -262,8 +262,8 @@ + // Player can always stand. + + bestValue = value = getValueStand (*lplayer, upCard); +- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", +- _("Stand"), value * 100); ++ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", ++ _("Stand"), (long double)(value * 100)); + bestOption = KEY_S; + bestOptionNumber = num_options; + +@@ -271,8 +271,8 @@ + if (bj_hand_can_be_hit ()) { + value = getValueHit (*lplayer, upCard); + +- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", +- _("Hit"), value * 100); ++ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", ++ _("Hit"), (long double)(value * 100)); + if (value > bestValue) { + bestValue = value; + bestOption = KEY_H; +@@ -282,8 +282,8 @@ + // Check if player can double down. + if (bj_hand_can_be_doubled ()) { + value = getValueDoubleDown (*lplayer, upCard); +- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", +- _("Double"), value * 100); ++ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", ++ _("Double"), (long double)(value * 100)); + if (value > bestValue) { + bestValue = value; + bestOption = KEY_D; +@@ -296,8 +296,8 @@ + + if (bj_hand_can_be_split ()) { + value = getValueSplit(lplayer->cards[0].value (), upCard); +- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", +- _("Split"), value * 100); ++ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", ++ _("Split"), (long double)(value * 100)); + if (value > bestValue) { + bestValue = value; + bestOption = KEY_P; +@@ -308,8 +308,8 @@ + // Check if player can surrender. + if (bj_hand_can_be_surrendered ()) { + value = -0.5; +- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", +- _("Surrender"), value * 100); ++ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", ++ _("Surrender"), (long double)(value * 100)); + if (value > bestValue) { + bestValue = value; + bestOption = KEY_R; +@@ -439,12 +439,12 @@ + reset (); + + mark_list[0] = g_strdup_printf ("<b>%s</b>\n", _("Dealer hand probabilities")); +- mark_list[1] = g_strdup_printf (" %s %5.2lf%%\n", _("Bust"), +- getProbabilityBust (lupCard) * 100.0 / notBlackjack); ++ mark_list[1] = g_strdup_printf (" %s %5.2Lf%%\n", _("Bust"), ++ (long double)(getProbabilityBust (lupCard) * 100.0 / notBlackjack)); + for (int count = 17; count <= 21; count++) { +- mark_list[count-15] = g_strdup_printf (" %2d %5.2lf%%\n", count, +- getProbabilityCount (count, lupCard) +- * 100.0 / notBlackjack); ++ mark_list[count-15] = g_strdup_printf (" %2d %5.2Lf%%\n", count, ++ (long double)(getProbabilityCount (count, lupCard) ++ * 100.0 / notBlackjack)); + } + + markup = g_strconcat ("<span size=\"small\" font_family=\"monospace\" foreground=\"#eaeac1\">", diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr new file mode 100644 index 000000000..0323c9ff4 --- /dev/null +++ b/games/gnome-games/pkg-descr @@ -0,0 +1,8 @@ +The GNOME Desktop Environment's games application package includes +card games (including a solitaire package which knows 69 distinct solitaire +variations); knockoffs of Minesweeper, Tetris, mahjongg, and Nibbles; action +games; puzzle games; and even more card games. + +This package uses the GNOME 2 libraries. + +WWW: http://www.gnome.org/projects/gnome-games/ diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install new file mode 100644 index 000000000..129581f1d --- /dev/null +++ b/games/gnome-games/pkg-install @@ -0,0 +1,23 @@ +#!/bin/sh + +PATH=/bin:/usr/bin:/usr/sbin + +case $2 in +POST-INSTALL) + mkdir -p ${PKG_PREFIX}/share/gnome/games + SCORES="glines.Large.scores glines.Medium.scores glines.Small.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 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.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.19.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.Colors.scores gtali.Regular.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Large.scores same-gnome.Medium.scores same-gnome.Small.scores" + for i in ${SCORES}; do + if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then + touch -f ${PKG_PREFIX}/share/gnome/games/${i} + chown games:games ${PKG_PREFIX}/share/gnome/games/${i} + chmod 0666 ${PKG_PREFIX}/share/gnome/games/${i} + fi + done + if [ -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores ]; then + mv -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores \ + ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores + ln -sf ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores \ + ${PKG_PREFIX}/share/gnome/games/same-gnome.scores + fi + ;; +esac diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist new file mode 100644 index 000000000..a6288b784 --- /dev/null +++ b/games/gnome-games/pkg-plist @@ -0,0 +1,1157 @@ +bin/blackjack +bin/glchess +bin/glines +bin/gnect +bin/gnibbles +bin/gnobots2 +bin/gnome-gnuchess +bin/gnome-sudoku +bin/gnometris +bin/gnomine +bin/gnotravex +bin/gnotski +bin/gtali +bin/iagno +bin/mahjongg +bin/same-gnome +bin/sol +etc/sound/events/gnibbles.soundlist +etc/sound/events/gnobots2.soundlist +etc/sound/events/iagno.soundlist +%%PYTHON_SITELIBDIR%%/glchess/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/ai.py +%%PYTHON_SITELIBDIR%%/glchess/ai.pyc +%%PYTHON_SITELIBDIR%%/glchess/ai.pyo +%%PYTHON_SITELIBDIR%%/glchess/cecp.py +%%PYTHON_SITELIBDIR%%/glchess/cecp.pyc +%%PYTHON_SITELIBDIR%%/glchess/cecp.pyo +%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/chess/board.py +%%PYTHON_SITELIBDIR%%/glchess/chess/board.pyc +%%PYTHON_SITELIBDIR%%/glchess/chess/board.pyo +%%PYTHON_SITELIBDIR%%/glchess/chess/lan.py +%%PYTHON_SITELIBDIR%%/glchess/chess/lan.pyc +%%PYTHON_SITELIBDIR%%/glchess/chess/lan.pyo +%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.py +%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.pyc +%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.pyo +%%PYTHON_SITELIBDIR%%/glchess/chess/san.py +%%PYTHON_SITELIBDIR%%/glchess/chess/san.pyc +%%PYTHON_SITELIBDIR%%/glchess/chess/san.pyo +%%PYTHON_SITELIBDIR%%/glchess/config.py +%%PYTHON_SITELIBDIR%%/glchess/config.pyc +%%PYTHON_SITELIBDIR%%/glchess/config.pyo +%%PYTHON_SITELIBDIR%%/glchess/defaults.py +%%PYTHON_SITELIBDIR%%/glchess/defaults.pyc +%%PYTHON_SITELIBDIR%%/glchess/defaults.pyo +%%PYTHON_SITELIBDIR%%/glchess/game.py +%%PYTHON_SITELIBDIR%%/glchess/game.pyc +%%PYTHON_SITELIBDIR%%/glchess/game.pyo +%%PYTHON_SITELIBDIR%%/glchess/glchess.py +%%PYTHON_SITELIBDIR%%/glchess/glchess.pyc +%%PYTHON_SITELIBDIR%%/glchess/glchess.pyo +%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.py +%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.pyc +%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.pyo +%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.py +%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.pyc +%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.pyo +%%PYTHON_SITELIBDIR%%/glchess/main.py +%%PYTHON_SITELIBDIR%%/glchess/main.pyc +%%PYTHON_SITELIBDIR%%/glchess/main.pyo +%%PYTHON_SITELIBDIR%%/glchess/network/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/network/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/network/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/network/announce.py +%%PYTHON_SITELIBDIR%%/glchess/network/announce.pyc +%%PYTHON_SITELIBDIR%%/glchess/network/announce.pyo +%%PYTHON_SITELIBDIR%%/glchess/network/protocol.py +%%PYTHON_SITELIBDIR%%/glchess/network/protocol.pyc +%%PYTHON_SITELIBDIR%%/glchess/network/protocol.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.py +%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/human.py +%%PYTHON_SITELIBDIR%%/glchess/scene/human.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/human.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/builtin_models.py +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/builtin_models.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/builtin_models.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/new_models.py +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/new_models.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/new_models.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.py +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.py +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.pyo +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.py +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.pyc +%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.pyo +%%PYTHON_SITELIBDIR%%/glchess/uci.py +%%PYTHON_SITELIBDIR%%/glchess/uci.pyc +%%PYTHON_SITELIBDIR%%/glchess/uci.pyo +%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.py +%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.pyc +%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.pyo +%%PYTHON_SITELIBDIR%%/glchess/ui/ui.py +%%PYTHON_SITELIBDIR%%/glchess/ui/ui.pyc +%%PYTHON_SITELIBDIR%%/glchess/ui/ui.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_labeller.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_labeller.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_labeller.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyo +%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.py +%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyc +%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyo +share/applications/blackjack.desktop +share/applications/freecell.desktop +share/applications/glchess.desktop +share/applications/glines.desktop +share/applications/gnect.desktop +share/applications/gnibbles.desktop +share/applications/gnobots2.desktop +share/applications/gnome-sudoku.desktop +share/applications/gnometris.desktop +share/applications/gnomine.desktop +share/applications/gnotravex.desktop +share/applications/gnotski.desktop +share/applications/gtali.desktop +share/applications/iagno.desktop +share/applications/mahjongg.desktop +share/applications/same-gnome.desktop +share/applications/sol.desktop +share/blackjack/Ameristar.rules +share/blackjack/Atlantic_City.rules +share/blackjack/Vegas_Downtown.rules +share/blackjack/Vegas_Strip.rules +@unexec [ -s %D/share/games/glines.Large.scores ] || rm -f %D/share/games/glines.Large.scores +@unexec [ -s %D/share/games/glines.Medium.scores ] || rm -f %D/share/games/glines.Medium.scores +@unexec [ -s %D/share/games/glines.Small.scores ] || rm -f %D/share/games/glines.Small.scores +@unexec [ -s %D/share/games/gnibbles.1.0.scores ] || rm -f %D/share/games/gnibbles.1.0.scores +@unexec [ -s %D/share/games/gnibbles.1.1.scores ] || rm -f %D/share/games/gnibbles.1.1.scores +@unexec [ -s %D/share/games/gnibbles.2.0.scores ] || rm -f %D/share/games/gnibbles.2.0.scores +@unexec [ -s %D/share/games/gnibbles.2.1.scores ] || rm -f %D/share/games/gnibbles.2.1.scores +@unexec [ -s %D/share/games/gnibbles.3.0.scores ] || rm -f %D/share/games/gnibbles.3.0.scores +@unexec [ -s %D/share/games/gnibbles.3.1.scores ] || rm -f %D/share/games/gnibbles.3.1.scores +@unexec [ -s %D/share/games/gnibbles.4.0.scores ] || rm -f %D/share/games/gnibbles.4.0.scores +@unexec [ -s %D/share/games/gnibbles.4.1.scores ] || rm -f %D/share/games/gnibbles.4.1.scores +@unexec [ -s %D/share/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/games/gnobots2.classic_robots-safe.scores +@unexec [ -s %D/share/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/games/gnobots2.classic_robots-super-safe.scores +@unexec [ -s %D/share/games/gnobots2.classic_robots.scores ] || rm -f %D/share/games/gnobots2.classic_robots.scores +@unexec [ -s %D/share/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/games/gnobots2.nightmare-safe.scores +@unexec [ -s %D/share/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/games/gnobots2.nightmare-super-safe.scores +@unexec [ -s %D/share/games/gnobots2.nightmare.scores ] || rm -f %D/share/games/gnobots2.nightmare.scores +@unexec [ -s %D/share/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/games/gnobots2.robots2-safe.scores +@unexec [ -s %D/share/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots2-super-safe.scores +@unexec [ -s %D/share/games/gnobots2.robots2.scores ] || rm -f %D/share/games/gnobots2.robots2.scores +@unexec [ -s %D/share/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/games/gnobots2.robots2_easy-safe.scores +@unexec [ -s %D/share/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots2_easy-super-safe.scores +@unexec [ -s %D/share/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/games/gnobots2.robots2_easy.scores +@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport-safe.scores +@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport-super-safe.scores +@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport.scores +@unexec [ -s %D/share/games/gnometris.scores ] || rm -f %D/share/games/gnometris.scores +@unexec [ -s %D/share/games/gnomine.Custom.scores ] || rm -f %D/share/games/gnomine.Custom.scores +@unexec [ -s %D/share/games/gnomine.Large.scores ] || rm -f %D/share/games/gnomine.Large.scores +@unexec [ -s %D/share/games/gnomine.Medium.scores ] || rm -f %D/share/games/gnomine.Medium.scores +@unexec [ -s %D/share/games/gnomine.Small.scores ] || rm -f %D/share/games/gnomine.Small.scores +@unexec [ -s %D/share/games/gnotravex.2x2.scores ] || rm -f %D/share/games/gnotravex.2x2.scores +@unexec [ -s %D/share/games/gnotravex.3x3.scores ] || rm -f %D/share/games/gnotravex.3x3.scores +@unexec [ -s %D/share/games/gnotravex.4x4.scores ] || rm -f %D/share/games/gnotravex.4x4.scores +@unexec [ -s %D/share/games/gnotravex.5x5.scores ] || rm -f %D/share/games/gnotravex.5x5.scores +@unexec [ -s %D/share/games/gnotravex.6x6.scores ] || rm -f %D/share/games/gnotravex.6x6.scores +@unexec [ -s %D/share/games/gnotski.1.scores ] || rm -f %D/share/games/gnotski.1.scores +@unexec [ -s %D/share/games/gnotski.10.scores ] || rm -f %D/share/games/gnotski.10.scores +@unexec [ -s %D/share/games/gnotski.11.scores ] || rm -f %D/share/games/gnotski.11.scores +@unexec [ -s %D/share/games/gnotski.12.scores ] || rm -f %D/share/games/gnotski.12.scores +@unexec [ -s %D/share/games/gnotski.13.scores ] || rm -f %D/share/games/gnotski.13.scores +@unexec [ -s %D/share/games/gnotski.14.scores ] || rm -f %D/share/games/gnotski.14.scores +@unexec [ -s %D/share/games/gnotski.15.scores ] || rm -f %D/share/games/gnotski.15.scores +@unexec [ -s %D/share/games/gnotski.16.scores ] || rm -f %D/share/games/gnotski.16.scores +@unexec [ -s %D/share/games/gnotski.17.scores ] || rm -f %D/share/games/gnotski.17.scores +@unexec [ -s %D/share/games/gnotski.18.scores ] || rm -f %D/share/games/gnotski.18.scores +@unexec [ -s %D/share/games/gnotski.19.scores ] || rm -f %D/share/games/gnotski.19.scores +@unexec [ -s %D/share/games/gnotski.2.scores ] || rm -f %D/share/games/gnotski.2.scores +@unexec [ -s %D/share/games/gnotski.20.scores ] || rm -f %D/share/games/gnotski.20.scores +@unexec [ -s %D/share/games/gnotski.21.scores ] || rm -f %D/share/games/gnotski.21.scores +@unexec [ -s %D/share/games/gnotski.22.scores ] || rm -f %D/share/games/gnotski.22.scores +@unexec [ -s %D/share/games/gnotski.23.scores ] || rm -f %D/share/games/gnotski.23.scores +@unexec [ -s %D/share/games/gnotski.24.scores ] || rm -f %D/share/games/gnotski.24.scores +@unexec [ -s %D/share/games/gnotski.25.scores ] || rm -f %D/share/games/gnotski.25.scores +@unexec [ -s %D/share/games/gnotski.26.scores ] || rm -f %D/share/games/gnotski.26.scores +@unexec [ -s %D/share/games/gnotski.27.scores ] || rm -f %D/share/games/gnotski.27.scores +@unexec [ -s %D/share/games/gnotski.28.scores ] || rm -f %D/share/games/gnotski.28.scores +@unexec [ -s %D/share/games/gnotski.29.scores ] || rm -f %D/share/games/gnotski.29.scores +@unexec [ -s %D/share/games/gnotski.3.scores ] || rm -f %D/share/games/gnotski.3.scores +@unexec [ -s %D/share/games/gnotski.30.scores ] || rm -f %D/share/games/gnotski.30.scores +@unexec [ -s %D/share/games/gnotski.31.scores ] || rm -f %D/share/games/gnotski.31.scores +@unexec [ -s %D/share/games/gnotski.32.scores ] || rm -f %D/share/games/gnotski.32.scores +@unexec [ -s %D/share/games/gnotski.33.scores ] || rm -f %D/share/games/gnotski.33.scores +@unexec [ -s %D/share/games/gnotski.34.scores ] || rm -f %D/share/games/gnotski.34.scores +@unexec [ -s %D/share/games/gnotski.35.scores ] || rm -f %D/share/games/gnotski.35.scores +@unexec [ -s %D/share/games/gnotski.36.scores ] || rm -f %D/share/games/gnotski.36.scores +@unexec [ -s %D/share/games/gnotski.37.scores ] || rm -f %D/share/games/gnotski.37.scores +@unexec [ -s %D/share/games/gnotski.4.scores ] || rm -f %D/share/games/gnotski.4.scores +@unexec [ -s %D/share/games/gnotski.5.scores ] || rm -f %D/share/games/gnotski.5.scores +@unexec [ -s %D/share/games/gnotski.6.scores ] || rm -f %D/share/games/gnotski.6.scores +@unexec [ -s %D/share/games/gnotski.7.scores ] || rm -f %D/share/games/gnotski.7.scores +@unexec [ -s %D/share/games/gnotski.8.scores ] || rm -f %D/share/games/gnotski.8.scores +@unexec [ -s %D/share/games/gnotski.9.scores ] || rm -f %D/share/games/gnotski.9.scores +@unexec [ -s %D/share/games/gtali.Colors.scores ] || rm -f %D/share/games/gtali.Colors.scores +@unexec [ -s %D/share/games/gtali.Regular.scores ] || rm -f %D/share/games/gtali.Regular.scores +@unexec [ -s %D/share/games/mahjongg.bridges.scores ] || rm -f %D/share/games/mahjongg.bridges.scores +@unexec [ -s %D/share/games/mahjongg.cloud.scores ] || rm -f %D/share/games/mahjongg.cloud.scores +@unexec [ -s %D/share/games/mahjongg.confounding.scores ] || rm -f %D/share/games/mahjongg.confounding.scores +@unexec [ -s %D/share/games/mahjongg.difficult.scores ] || rm -f %D/share/games/mahjongg.difficult.scores +@unexec [ -s %D/share/games/mahjongg.dragon.scores ] || rm -f %D/share/games/mahjongg.dragon.scores +@unexec [ -s %D/share/games/mahjongg.easy.scores ] || rm -f %D/share/games/mahjongg.easy.scores +@unexec [ -s %D/share/games/mahjongg.pyramid.scores ] || rm -f %D/share/games/mahjongg.pyramid.scores +@unexec [ -s %D/share/games/mahjongg.tictactoe.scores ] || rm -f %D/share/games/mahjongg.tictactoe.scores +@unexec [ -s %D/share/games/mahjongg.ziggurat.scores ] || rm -f %D/share/games/mahjongg.ziggurat.scores +@unexec [ -s %D/share/games/same-gnome.Large.scores ] || rm -f %D/share/games/same-gnome.Large.scores +@unexec [ -s %D/share/games/same-gnome.Medium.scores ] || rm -f %D/share/games/same-gnome.Medium.scores +@unexec [ -s %D/share/games/same-gnome.Small.scores ] || rm -f %D/share/games/same-gnome.Small.scores +@unexec [ -L %D/share/games/same-gnome.scores ] || rm -f %D/share/games/same-gnome.scores +share/ggz/gnome-games/about_bg.png +share/ggz/gnome-games/ggz_gtk_admin.svg +share/ggz/gnome-games/ggz_gtk_bot.svg +share/ggz/gnome-games/ggz_gtk_guest.svg +share/ggz/gnome-games/ggz_gtk_lag0.svg +share/ggz/gnome-games/ggz_gtk_lag1.svg +share/ggz/gnome-games/ggz_gtk_lag2.svg +share/ggz/gnome-games/ggz_gtk_lag3.svg +share/ggz/gnome-games/ggz_gtk_lag4.svg +share/ggz/gnome-games/ggz_gtk_lag5.svg +share/ggz/gnome-games/ggz_gtk_registered.svg +share/glchess/ai.glade +share/glchess/ai.xml +share/glchess/chess_view.glade +share/glchess/error_dialog.glade +share/glchess/glchess.glade +share/glchess/glchess.svg +share/glchess/load_game.glade +share/glchess/new_game.glade +share/glchess/save_game.glade +share/gnect/white_ob.cn4.gz +share/gnibbles/level001.gnl +share/gnibbles/level002.gnl +share/gnibbles/level003.gnl +share/gnibbles/level004.gnl +share/gnibbles/level005.gnl +share/gnibbles/level006.gnl +share/gnibbles/level007.gnl +share/gnibbles/level008.gnl +share/gnibbles/level009.gnl +share/gnibbles/level010.gnl +share/gnibbles/level011.gnl +share/gnibbles/level012.gnl +share/gnibbles/level013.gnl +share/gnibbles/level014.gnl +share/gnibbles/level015.gnl +share/gnibbles/level016.gnl +share/gnibbles/level017.gnl +share/gnibbles/level018.gnl +share/gnibbles/level019.gnl +share/gnibbles/level020.gnl +share/gnibbles/level021.gnl +share/gnibbles/level022.gnl +share/gnibbles/level023.gnl +share/gnibbles/level024.gnl +share/gnibbles/level025.gnl +share/gnibbles/level026.gnl +share/gnobots2/classic_robots.cfg +share/gnobots2/nightmare.cfg +share/gnobots2/robots2.cfg +share/gnobots2/robots2_easy.cfg +share/gnobots2/robots_with_safe_teleport.cfg +share/gnome-games/mahjongg/maps/mahjongg.map +share/gnome-games/same-gnome/themes/2.10/planets.png +share/gnome-games/same-gnome/themes/2.10/stones.png +share/gnome-sudoku/high_scores.glade +share/gnome-sudoku/new_game.glade +share/gnome-sudoku/open_game.glade +share/gnome-sudoku/print_games.glade +share/gnome-sudoku/puzzle_generator.glade +share/gnome-sudoku/starter_puzzles +share/gnome-sudoku/tracker.glade +share/gnome/help/aisleriot/C/agnes.xml +share/gnome/help/aisleriot/C/aisleriot.xml +share/gnome/help/aisleriot/C/athena.xml +share/gnome/help/aisleriot/C/auld_lang_syne.xml +share/gnome/help/aisleriot/C/aunt_mary.xml +share/gnome/help/aisleriot/C/backbone.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/carpet.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/cruel.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/gaps.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/kings_audience.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/saratoga.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/triple_peaks.xml +share/gnome/help/aisleriot/C/union_square.xml +share/gnome/help/aisleriot/C/valentine.xml +share/gnome/help/aisleriot/C/westhaven.xml +share/gnome/help/aisleriot/C/whitehead.xml +share/gnome/help/aisleriot/C/will_o_the_wisp.xml +share/gnome/help/aisleriot/C/yield.xml +share/gnome/help/aisleriot/C/yukon.xml +share/gnome/help/aisleriot/C/zebra.xml +share/gnome/help/aisleriot/fr/agnes.xml +share/gnome/help/aisleriot/fr/aisleriot.xml +share/gnome/help/aisleriot/fr/athena.xml +share/gnome/help/aisleriot/fr/auld_lang_syne.xml +share/gnome/help/aisleriot/fr/aunt_mary.xml +share/gnome/help/aisleriot/fr/backbone.xml +share/gnome/help/aisleriot/fr/bakers_dozen.xml +share/gnome/help/aisleriot/fr/bakers_game.xml +share/gnome/help/aisleriot/fr/beleaguered_castle.xml +share/gnome/help/aisleriot/fr/block_ten.xml +share/gnome/help/aisleriot/fr/bristol.xml +share/gnome/help/aisleriot/fr/camelot.xml +share/gnome/help/aisleriot/fr/canfield.xml +share/gnome/help/aisleriot/fr/carpet.xml +share/gnome/help/aisleriot/fr/chessboard.xml +share/gnome/help/aisleriot/fr/clock.xml +share/gnome/help/aisleriot/fr/cover.xml +share/gnome/help/aisleriot/fr/cruel.xml +share/gnome/help/aisleriot/fr/definitions.xml +share/gnome/help/aisleriot/fr/diamond_mine.xml +share/gnome/help/aisleriot/fr/doublets.xml +share/gnome/help/aisleriot/fr/eagle-wing.xml +share/gnome/help/aisleriot/fr/easthaven.xml +share/gnome/help/aisleriot/fr/eight_off.xml +share/gnome/help/aisleriot/fr/elevator.xml +share/gnome/help/aisleriot/fr/escalator.xml +share/gnome/help/aisleriot/fr/figures/camelot-goal.png +share/gnome/help/aisleriot/fr/figures/clock-rules.png +share/gnome/help/aisleriot/fr/first_law.xml +share/gnome/help/aisleriot/fr/fortress.xml +share/gnome/help/aisleriot/fr/fortunes.xml +share/gnome/help/aisleriot/fr/fourteen.xml +share/gnome/help/aisleriot/fr/freecell.xml +share/gnome/help/aisleriot/fr/gaps.xml +share/gnome/help/aisleriot/fr/gay_gordons.xml +share/gnome/help/aisleriot/fr/glenwood.xml +share/gnome/help/aisleriot/fr/golf.xml +share/gnome/help/aisleriot/fr/gypsy.xml +share/gnome/help/aisleriot/fr/helsinki.xml +share/gnome/help/aisleriot/fr/hopscotch.xml +share/gnome/help/aisleriot/fr/isabel.xml +share/gnome/help/aisleriot/fr/jamestown.xml +share/gnome/help/aisleriot/fr/jumbo.xml +share/gnome/help/aisleriot/fr/kansas.xml +share/gnome/help/aisleriot/fr/king_albert.xml +share/gnome/help/aisleriot/fr/kings_audience.xml +share/gnome/help/aisleriot/fr/klondike.xml +share/gnome/help/aisleriot/fr/labyrinth.xml +share/gnome/help/aisleriot/fr/lady_jane.xml +share/gnome/help/aisleriot/fr/legal.xml +share/gnome/help/aisleriot/fr/maze.xml +share/gnome/help/aisleriot/fr/monte_carlo.xml +share/gnome/help/aisleriot/fr/neighbor.xml +share/gnome/help/aisleriot/fr/odessa.xml +share/gnome/help/aisleriot/fr/osmosis.xml +share/gnome/help/aisleriot/fr/peek.xml +share/gnome/help/aisleriot/fr/pileon.xml +share/gnome/help/aisleriot/fr/plait.xml +share/gnome/help/aisleriot/fr/poker.xml +share/gnome/help/aisleriot/fr/quatorze.xml +share/gnome/help/aisleriot/fr/royal_east.xml +share/gnome/help/aisleriot/fr/saratoga.xml +share/gnome/help/aisleriot/fr/scorpion.xml +share/gnome/help/aisleriot/fr/scuffle.xml +share/gnome/help/aisleriot/fr/seahaven.xml +share/gnome/help/aisleriot/fr/sir_tommy.xml +share/gnome/help/aisleriot/fr/spider.xml +share/gnome/help/aisleriot/fr/spider_one_suit.xml +share/gnome/help/aisleriot/fr/spider_two_suit.xml +share/gnome/help/aisleriot/fr/spiderette.xml +share/gnome/help/aisleriot/fr/straight_up.xml +share/gnome/help/aisleriot/fr/streets_and_alleys.xml +share/gnome/help/aisleriot/fr/ten_across.xml +share/gnome/help/aisleriot/fr/thieves.xml +share/gnome/help/aisleriot/fr/thirteen.xml +share/gnome/help/aisleriot/fr/thumb_and_pouch.xml +share/gnome/help/aisleriot/fr/treize.xml +share/gnome/help/aisleriot/fr/triple_peaks.xml +share/gnome/help/aisleriot/fr/union_square.xml +share/gnome/help/aisleriot/fr/valentine.xml +share/gnome/help/aisleriot/fr/westhaven.xml +share/gnome/help/aisleriot/fr/whitehead.xml +share/gnome/help/aisleriot/fr/will_o_the_wisp.xml +share/gnome/help/aisleriot/fr/yield.xml +share/gnome/help/aisleriot/fr/yukon.xml +share/gnome/help/aisleriot/fr/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/glchess/C/glchess.xml +share/gnome/help/glchess/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/glines/en_GB/figures/glines-gameover.png +share/gnome/help/glines/en_GB/figures/glines-startgame.png +share/gnome/help/glines/en_GB/figures/preferences.png +share/gnome/help/glines/en_GB/glines.xml +share/gnome/help/glines/fr/figures/glines-gameover.png +share/gnome/help/glines/fr/figures/glines-startgame.png +share/gnome/help/glines/fr/figures/preferences.png +share/gnome/help/glines/fr/glines.xml +share/gnome/help/glines/ru/figures/glines-gameover.png +share/gnome/help/glines/ru/figures/glines-startgame.png +share/gnome/help/glines/ru/figures/preferences.png +share/gnome/help/glines/ru/glines.xml +share/gnome/help/glines/sv/figures/glines-gameover.png +share/gnome/help/glines/sv/figures/glines-startgame.png +share/gnome/help/glines/sv/figures/preferences.png +share/gnome/help/glines/sv/glines.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/gnect/en_GB/figures/mainwindow.png +share/gnome/help/gnect/en_GB/figures/tileset.png +share/gnome/help/gnect/en_GB/gnect.xml +share/gnome/help/gnect/fr/figures/mainwindow.png +share/gnome/help/gnect/fr/figures/tileset.png +share/gnome/help/gnect/fr/gnect.xml +share/gnome/help/gnect/sv/figures/mainwindow.png +share/gnome/help/gnect/sv/figures/tileset.png +share/gnome/help/gnect/sv/gnect.xml +share/gnome/help/gnibbles/C/figures/game.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/gnobots2.xml +share/gnome/help/gnobots2/da/legal.xml +share/gnome/help/gnobots2/es/gnobots2.xml +share/gnome/help/gnobots2/es/legal.xml +share/gnome/help/gnobots2/it/gnobots2.xml +share/gnome/help/gnobots2/it/legal.xml +share/gnome/help/gnome-sudoku/C/figures/Print_Sudokus.png +share/gnome/help/gnome-sudoku/C/figures/always_show_hint.png +share/gnome/help/gnome-sudoku/C/figures/error_highlighting.png +share/gnome/help/gnome-sudoku/C/figures/highlighting.png +share/gnome/help/gnome-sudoku/C/figures/hints.png +share/gnome/help/gnome-sudoku/C/gnome-sudoku.xml +share/gnome/help/gnome-sudoku/C/legal.xml +share/gnome/help/gnometris/C/gnometris.xml +share/gnome/help/gnometris/C/legal.xml +share/gnome/help/gnomine/C/figures/easy-hints-1.png +share/gnome/help/gnomine/C/figures/easy-hints-2.png +share/gnome/help/gnomine/C/figures/easy-hints-3.png +share/gnome/help/gnomine/C/figures/faces.png +share/gnome/help/gnomine/C/figures/flags.png +share/gnome/help/gnomine/C/figures/hard-hints-1.png +share/gnome/help/gnomine/C/figures/hard-hints-2.png +share/gnome/help/gnomine/C/figures/hard-hints-3.png +share/gnome/help/gnomine/C/figures/highscores.png +share/gnome/help/gnomine/C/figures/imnotsureflagscheckbox.png +share/gnome/help/gnomine/C/figures/main-window.png +share/gnome/help/gnomine/C/figures/preferences.png +share/gnome/help/gnomine/C/figures/statusbar.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/gtali.xml +share/gnome/help/gtali/da/legal.xml +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/mahjongg.png +share/gnome/help/mahjongg/C/figures/no-move.png +share/gnome/help/mahjongg/C/figures/preferences.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/play.png +share/gnome/help/same-gnome/C/figures/start-up.png +share/gnome/help/same-gnome/C/legal.xml +share/gnome/help/same-gnome/C/same-gnome.xml +share/gnome/help/same-gnome/en_GB/figures/play.png +share/gnome/help/same-gnome/en_GB/figures/start-up.png +share/gnome/help/same-gnome/en_GB/same-gnome.xml +share/gnome/help/same-gnome/fr/figures/play.png +share/gnome/help/same-gnome/fr/figures/start-up.png +share/gnome/help/same-gnome/fr/same-gnome.xml +share/gnome/help/same-gnome/ru/figures/play.png +share/gnome/help/same-gnome/ru/figures/start-up.png +share/gnome/help/same-gnome/ru/same-gnome.xml +share/gnome/help/same-gnome/sv/figures/play.png +share/gnome/help/same-gnome/sv/figures/start-up.png +share/gnome/help/same-gnome/sv/same-gnome.xml +share/omf/glchess/glchess-C.omf +share/omf/glines/glines-C.omf +share/omf/glines/glines-en_GB.omf +share/omf/glines/glines-fr.omf +share/omf/glines/glines-ru.omf +share/omf/glines/glines-sv.omf +share/omf/gnect/gnect-C.omf +share/omf/gnect/gnect-en_GB.omf +share/omf/gnect/gnect-fr.omf +share/omf/gnect/gnect-sv.omf +share/omf/gnome-games/aisleriot-C.omf +share/omf/gnome-games/aisleriot-fr.omf +share/omf/gnome-games/blackjack-C.omf +share/omf/gnome-games/gnibbles-C.omf +share/omf/gnome-games/gnobots2-C.omf +share/omf/gnome-games/gnobots2-da.omf +share/omf/gnome-games/gnobots2-es.omf +share/omf/gnome-games/gnobots2-it.omf +share/omf/gnome-games/gnometris-C.omf +share/omf/gnome-games/gnomine-C.omf +share/omf/gnome-games/gnotravex-C.omf +share/omf/gnome-games/gnotski-C.omf +share/omf/gnome-games/gtali-C.omf +share/omf/gnome-games/gtali-da.omf +share/omf/gnome-games/iagno-C.omf +share/omf/gnome-games/mahjongg-C.omf +share/omf/same-gnome/same-gnome-C.omf +share/omf/same-gnome/same-gnome-en_GB.omf +share/omf/same-gnome/same-gnome-fr.omf +share/omf/same-gnome/same-gnome-ru.omf +share/omf/same-gnome/same-gnome-sv.omf +share/pixmaps/blackjack/baize.png +share/pixmaps/blackjack/blackjack-splash.png +share/pixmaps/blackjack/chip-1.svg +share/pixmaps/blackjack/chip-100.svg +share/pixmaps/blackjack/chip-25.svg +share/pixmaps/blackjack/chip-5.svg +share/pixmaps/cards/baize.png +share/pixmaps/cards/slot.svg +share/pixmaps/cards/slots/white-outline.svg +share/pixmaps/glchess.svg +share/pixmaps/glchess/board.png +share/pixmaps/glchess/piece.png +share/pixmaps/glines/balls.svg +share/pixmaps/glines/shapes.svg +share/pixmaps/gnect/bg_grotty.jpg +share/pixmaps/gnect/bg_nightfall.jpg +share/pixmaps/gnect/bg_toplight.png +share/pixmaps/gnect/tileset_50x50_catseyes.png +share/pixmaps/gnect/tileset_50x50_glassy.png +share/pixmaps/gnect/tileset_50x50_hcinverse.svg +share/pixmaps/gnect/tileset_50x50_hcontrast.svg +share/pixmaps/gnect/tileset_50x50_square.png +share/pixmaps/gnect/tileset_50x50_sunspot.svg +share/pixmaps/gnibbles/blank.svg +share/pixmaps/gnibbles/bonus1.svg +share/pixmaps/gnibbles/bonus2.svg +share/pixmaps/gnibbles/bonus3.svg +share/pixmaps/gnibbles/bonus4.svg +share/pixmaps/gnibbles/bonus5.svg +share/pixmaps/gnibbles/diamond.svg +share/pixmaps/gnibbles/gnibbles-logo.svg +share/pixmaps/gnibbles/life.svg +share/pixmaps/gnibbles/questionmark.svg +share/pixmaps/gnibbles/snake-blue.svg +share/pixmaps/gnibbles/snake-cyan.svg +share/pixmaps/gnibbles/snake-green.svg +share/pixmaps/gnibbles/snake-grey.svg +share/pixmaps/gnibbles/snake-magenta.svg +share/pixmaps/gnibbles/snake-red.svg +share/pixmaps/gnibbles/snake-yellow.svg +share/pixmaps/gnibbles/wall-corner-bottom-left.svg +share/pixmaps/gnibbles/wall-corner-bottom-right.svg +share/pixmaps/gnibbles/wall-corner-top-left.svg +share/pixmaps/gnibbles/wall-corner-top-right.svg +share/pixmaps/gnibbles/wall-cross.svg +share/pixmaps/gnibbles/wall-empty.svg +share/pixmaps/gnibbles/wall-straight-side.svg +share/pixmaps/gnibbles/wall-straight-up.svg +share/pixmaps/gnibbles/wall-tee-down.svg +share/pixmaps/gnibbles/wall-tee-left.svg +share/pixmaps/gnibbles/wall-tee-right.svg +share/pixmaps/gnibbles/wall-tee-up.svg +share/pixmaps/gnobots2/aieee.png +share/pixmaps/gnobots2/boo.svg +share/pixmaps/gnobots2/gnomes.png +share/pixmaps/gnobots2/robots.svg +share/pixmaps/gnobots2/splat.png +share/pixmaps/gnobots2/ufo.svg +share/pixmaps/gnobots2/yahoo.png +share/pixmaps/gnome-games-common/cards/bonded.svg +share/pixmaps/gnome-games-common/icons/rteleport.png +share/pixmaps/gnome-games-common/icons/teleport.png +share/pixmaps/gnome-sudoku/footprints.png +share/pixmaps/gnometris/7blocks-gw.png +share/pixmaps/gnometris/7blocks-tig.png +share/pixmaps/gnomine/bang.svg +share/pixmaps/gnomine/face-cool.png +share/pixmaps/gnomine/face-sad.png +share/pixmaps/gnomine/face-smile.png +share/pixmaps/gnomine/face-win.png +share/pixmaps/gnomine/face-worried.png +share/pixmaps/gnomine/flag-question.svg +share/pixmaps/gnomine/flag.svg +share/pixmaps/gnomine/mine.svg +share/pixmaps/gnomine/warning.svg +share/pixmaps/gnotravex/baize.png +share/pixmaps/gnotski.svg +share/pixmaps/gtali/gnome-dice-1.svg +share/pixmaps/gtali/gnome-dice-2.svg +share/pixmaps/gtali/gnome-dice-3.svg +share/pixmaps/gtali/gnome-dice-4.svg +share/pixmaps/gtali/gnome-dice-5.svg +share/pixmaps/gtali/gnome-dice-6.svg +share/pixmaps/gtali/gnome-dice-none.svg +share/pixmaps/gtali/kismet-none.svg +share/pixmaps/gtali/kismet1.svg +share/pixmaps/gtali/kismet2.svg +share/pixmaps/gtali/kismet3.svg +share/pixmaps/gtali/kismet4.svg +share/pixmaps/gtali/kismet5.svg +share/pixmaps/gtali/kismet6.svg +share/pixmaps/iagno/classic.png +share/pixmaps/iagno/woodtrim.png +share/pixmaps/mahjongg/postmodern.svg +share/pixmaps/mahjongg/smooth.png +share/pixmaps/sudoku.png +share/sol-games/agnes.scm +share/sol-games/athena.scm +share/sol-games/auld_lang_syne.scm +share/sol-games/aunt_mary.scm +share/sol-games/backbone.scm +share/sol-games/bakers_dozen.scm +share/sol-games/bakers_game.scm +share/sol-games/beleaguered_castle.scm +share/sol-games/block_ten.scm +share/sol-games/bristol.scm +share/sol-games/camelot.scm +share/sol-games/canfield.scm +share/sol-games/carpet.scm +share/sol-games/chessboard.scm +share/sol-games/clock.scm +share/sol-games/cover.scm +share/sol-games/cruel.scm +share/sol-games/diamond_mine.scm +share/sol-games/doublets.scm +share/sol-games/eagle_wing.scm +share/sol-games/easthaven.scm +share/sol-games/eight_off.scm +share/sol-games/elevator.scm +share/sol-games/escalator.scm +share/sol-games/first_law.scm +share/sol-games/fortress.scm +share/sol-games/fortunes.scm +share/sol-games/fourteen.scm +share/sol-games/freecell.scm +share/sol-games/gaps.scm +share/sol-games/gay_gordons.scm +share/sol-games/glade/statistics.glade +share/sol-games/glenwood.scm +share/sol-games/golf.scm +share/sol-games/gypsy.scm +share/sol-games/helsinki.scm +share/sol-games/hopscotch.scm +share/sol-games/isabel.scm +share/sol-games/jamestown.scm +share/sol-games/jumbo.scm +share/sol-games/kansas.scm +share/sol-games/king_albert.scm +share/sol-games/kings_audience.scm +share/sol-games/klondike.scm +share/sol-games/labyrinth.scm +share/sol-games/lady_jane.scm +share/sol-games/maze.scm +share/sol-games/monte_carlo.scm +share/sol-games/neighbor.scm +share/sol-games/odessa.scm +share/sol-games/osmosis.scm +share/sol-games/peek.scm +share/sol-games/pileon.scm +share/sol-games/plait.scm +share/sol-games/poker.scm +share/sol-games/quatorze.scm +share/sol-games/royal_east.scm +share/sol-games/saratoga.scm +share/sol-games/scorpion.scm +share/sol-games/scuffle.scm +share/sol-games/seahaven.scm +share/sol-games/sir_tommy.scm +share/sol-games/sol.scm +share/sol-games/spider.scm +share/sol-games/spiderette.scm +share/sol-games/straight_up.scm +share/sol-games/streets_and_alleys.scm +share/sol-games/ten_across.scm +share/sol-games/thieves.scm +share/sol-games/thirteen.scm +share/sol-games/thumb_and_pouch.scm +share/sol-games/treize.scm +share/sol-games/triple_peaks.scm +share/sol-games/union_square.scm +share/sol-games/valentine.scm +share/sol-games/westhaven.scm +share/sol-games/whitehead.scm +share/sol-games/will_o_the_wisp.scm +share/sol-games/yield.scm +share/sol-games/yukon.scm +share/sol-games/zebra.scm +share/sounds/gnibbles/appear.wav +share/sounds/gnibbles/bonus.wav +share/sounds/gnibbles/crash.wav +share/sounds/gnibbles/gobble.wav +share/sounds/gnibbles/laughter.wav +share/sounds/gnibbles/life.wav +share/sounds/gnibbles/pop.wav +share/sounds/gnibbles/reverse.wav +share/sounds/gnibbles/teleport.wav +share/sounds/gnobots2/bad.wav +share/sounds/gnobots2/die.wav +share/sounds/gnobots2/splat.wav +share/sounds/gnobots2/teleport.wav +share/sounds/gnobots2/victory.wav +share/sounds/gnobots2/yahoo.wav +share/sounds/gnometris/gameover.wav +share/sounds/gnometris/gnometris.wav +share/sounds/gnometris/land.wav +share/sounds/gnometris/lines1.wav +share/sounds/gnometris/lines2.wav +share/sounds/gnometris/lines3.wav +share/sounds/gnometris/slide.wav +share/sounds/gnometris/turn.wav +share/sounds/iagno/flip-piece.wav +share/sounds/iagno/gameover.wav +share/icons/hicolor/16x16/apps/gnome-gnomine.png +share/icons/hicolor/16x16/apps/gnome-iagno.png +share/icons/hicolor/16x16/apps/gnome-nibbles.png +share/icons/hicolor/16x16/apps/gnome-tali.png +share/icons/hicolor/22x22/apps/gnome-gnomine.png +share/icons/hicolor/22x22/apps/gnome-iagno.png +share/icons/hicolor/22x22/apps/gnome-nibbles.png +share/icons/hicolor/22x22/apps/gnome-tali.png +share/icons/hicolor/32x32/apps/gnome-gnomine.png +share/icons/hicolor/32x32/apps/gnome-iagno.png +share/icons/hicolor/32x32/apps/gnome-nibbles.png +share/icons/hicolor/32x32/apps/gnome-tali.png +share/icons/hicolor/48x48/apps/gnome-aisleriot.png +share/icons/hicolor/48x48/apps/gnome-blackjack.png +share/icons/hicolor/48x48/apps/gnome-five-or-more.png +share/icons/hicolor/48x48/apps/gnome-four-in-a-row.png +share/icons/hicolor/48x48/apps/gnome-freecell.png +share/icons/hicolor/48x48/apps/gnome-gnometris.png +share/icons/hicolor/48x48/apps/gnome-gnomine.png +share/icons/hicolor/48x48/apps/gnome-iagno.png +share/icons/hicolor/48x48/apps/gnome-klotski.png +share/icons/hicolor/48x48/apps/gnome-mahjongg.png +share/icons/hicolor/48x48/apps/gnome-nibbles.png +share/icons/hicolor/48x48/apps/gnome-robots.png +share/icons/hicolor/48x48/apps/gnome-same-gnome.png +share/icons/hicolor/48x48/apps/gnome-tali.png +share/icons/hicolor/48x48/apps/gnome-tetravex.png +share/icons/hicolor/scalable/apps/gnome-gnomine.svg +share/icons/hicolor/scalable/apps/gnome-iagno.svg +share/icons/hicolor/scalable/apps/gnome-nibbles.svg +share/icons/hicolor/scalable/apps/gnome-robots.svg +share/icons/hicolor/scalable/apps/gnome-tali.svg +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/bn_IN/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/dz/LC_MESSAGES/gnome-games.mo +share/locale/el/LC_MESSAGES/gnome-games.mo +share/locale/en_CA/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/fa/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/gu/LC_MESSAGES/gnome-games.mo +share/locale/he/LC_MESSAGES/gnome-games.mo +share/locale/hi/LC_MESSAGES/gnome-games.mo +share/locale/hr/LC_MESSAGES/gnome-games.mo +share/locale/hu/LC_MESSAGES/gnome-games.mo +share/locale/id/LC_MESSAGES/gnome-games.mo +share/locale/is/LC_MESSAGES/gnome-games.mo +share/locale/it/LC_MESSAGES/gnome-games.mo +share/locale/ja/LC_MESSAGES/gnome-games.mo +share/locale/ka/LC_MESSAGES/gnome-games.mo +share/locale/ko/LC_MESSAGES/gnome-games.mo +share/locale/ku/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/mr/LC_MESSAGES/gnome-games.mo +share/locale/ms/LC_MESSAGES/gnome-games.mo +share/locale/nb/LC_MESSAGES/gnome-games.mo +share/locale/ne/LC_MESSAGES/gnome-games.mo +share/locale/nl/LC_MESSAGES/gnome-games.mo +share/locale/nn/LC_MESSAGES/gnome-games.mo +share/locale/or/LC_MESSAGES/gnome-games.mo +share/locale/pa/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/rw/LC_MESSAGES/gnome-games.mo +share/locale/sk/LC_MESSAGES/gnome-games.mo +share/locale/sl/LC_MESSAGES/gnome-games.mo +share/locale/sq/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/ta/LC_MESSAGES/gnome-games.mo +share/locale/th/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/xh/LC_MESSAGES/gnome-games.mo +share/locale/zh_CN/LC_MESSAGES/gnome-games.mo +share/locale/zh_HK/LC_MESSAGES/gnome-games.mo +share/locale/zh_TW/LC_MESSAGES/gnome-games.mo +@dirrm share/sounds/iagno +@dirrm share/sounds/gnometris +@dirrm share/sounds/gnobots2 +@dirrm share/sounds/gnibbles +@dirrm share/sol-games/glade +@dirrm share/sol-games +@dirrm share/pixmaps/mahjongg +@dirrm share/pixmaps/iagno +@dirrm share/pixmaps/gtali +@dirrm share/pixmaps/gnotravex +@dirrm share/pixmaps/gnomine +@dirrm share/pixmaps/gnometris +@dirrm share/pixmaps/gnome-sudoku +@dirrm share/pixmaps/gnome-games-common/icons +@dirrm share/pixmaps/gnome-games-common/cards +@dirrm share/pixmaps/gnome-games-common +@dirrm share/pixmaps/gnobots2 +@dirrm share/pixmaps/gnibbles +@dirrm share/pixmaps/gnect +@dirrm share/pixmaps/glines +@dirrm share/pixmaps/glchess +@dirrm share/pixmaps/cards/slots +@dirrm share/pixmaps/cards +@dirrm share/pixmaps/blackjack +@dirrm share/omf/same-gnome +@dirrm share/omf/gnome-games +@dirrm share/omf/gnect +@dirrm share/omf/glines +@dirrm share/omf/glchess +@dirrm share/gnome/help/same-gnome/sv/figures +@dirrm share/gnome/help/same-gnome/sv +@dirrm share/gnome/help/same-gnome/ru/figures +@dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/fr/figures +@dirrm share/gnome/help/same-gnome/fr +@dirrm share/gnome/help/same-gnome/en_GB/figures +@dirrm share/gnome/help/same-gnome/en_GB +@dirrm share/gnome/help/same-gnome/C/figures +@dirrm share/gnome/help/same-gnome/C +@dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/C/figures +@dirrm share/gnome/help/mahjongg/C +@dirrm share/gnome/help/mahjongg +@dirrm share/gnome/help/iagno/C/figures +@dirrm share/gnome/help/iagno/C +@dirrm share/gnome/help/iagno +@dirrm share/gnome/help/gtali/da +@dirrm share/gnome/help/gtali/C/figures +@dirrm share/gnome/help/gtali/C +@dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotski/C/figures +@dirrm share/gnome/help/gnotski/C +@dirrm share/gnome/help/gnotski +@dirrm share/gnome/help/gnotravex/C/figures +@dirrm share/gnome/help/gnotravex/C +@dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnomine/C/figures +@dirrm share/gnome/help/gnomine/C +@dirrm share/gnome/help/gnomine +@dirrm share/gnome/help/gnometris/C +@dirrm share/gnome/help/gnometris +@dirrm share/gnome/help/gnome-sudoku/C/figures +@dirrm share/gnome/help/gnome-sudoku/C +@dirrm share/gnome/help/gnome-sudoku +@dirrm share/gnome/help/gnobots2/it +@dirrm share/gnome/help/gnobots2/es +@dirrm share/gnome/help/gnobots2/da +@dirrm share/gnome/help/gnobots2/C/figures +@dirrm share/gnome/help/gnobots2/C +@dirrm share/gnome/help/gnobots2 +@dirrm share/gnome/help/gnibbles/C/figures +@dirrm share/gnome/help/gnibbles/C +@dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gnect/sv/figures +@dirrm share/gnome/help/gnect/sv +@dirrm share/gnome/help/gnect/fr/figures +@dirrm share/gnome/help/gnect/fr +@dirrm share/gnome/help/gnect/en_GB/figures +@dirrm share/gnome/help/gnect/en_GB +@dirrm share/gnome/help/gnect/C/figures +@dirrm share/gnome/help/gnect/C +@dirrm share/gnome/help/gnect +@dirrm share/gnome/help/glines/sv/figures +@dirrm share/gnome/help/glines/sv +@dirrm share/gnome/help/glines/ru/figures +@dirrm share/gnome/help/glines/ru +@dirrm share/gnome/help/glines/fr/figures +@dirrm share/gnome/help/glines/fr +@dirrm share/gnome/help/glines/en_GB/figures +@dirrm share/gnome/help/glines/en_GB +@dirrm share/gnome/help/glines/C/figures +@dirrm share/gnome/help/glines/C +@dirrm share/gnome/help/glines +@dirrm share/gnome/help/glchess/C +@dirrm share/gnome/help/glchess +@dirrm share/gnome/help/blackjack/C/figures +@dirrm share/gnome/help/blackjack/C +@dirrm share/gnome/help/blackjack +@dirrm share/gnome/help/aisleriot/fr/figures +@dirrm share/gnome/help/aisleriot/fr +@dirrm share/gnome/help/aisleriot/C/figures +@dirrm share/gnome/help/aisleriot/C +@dirrm share/gnome/help/aisleriot +@dirrm share/gnome-sudoku +@dirrm share/gnome-games/same-gnome/themes/2.10 +@dirrm share/gnome-games/same-gnome/themes +@dirrm share/gnome-games/same-gnome +@dirrm share/gnome-games/mahjongg/maps +@dirrm share/gnome-games/mahjongg +@dirrm share/gnome-games +@dirrm share/gnobots2 +@dirrm share/gnibbles +@dirrm share/gnect +@dirrm share/glchess +@dirrm share/ggz/gnome-games +@dirrm share/ggz +@dirrm share/blackjack +@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies +@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku +@dirrm %%PYTHON_SITELIBDIR%%/glchess/ui +@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene/opengl +@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene/cairo +@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene +@dirrm %%PYTHON_SITELIBDIR%%/glchess/network +@dirrm %%PYTHON_SITELIBDIR%%/glchess/gtkui +@dirrm %%PYTHON_SITELIBDIR%%/glchess/chess +@dirrm %%PYTHON_SITELIBDIR%%/glchess +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be/LC_MESSAGES +@dirrmtry share/locale/be |