--- gnome-games-2.21.90.orig/debian/gnect.6 +++ gnome-games-2.21.90/debian/gnect.6 @@ -0,0 +1,41 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnect 6 "2007\-06\-06" "GNOME" +.SH NAME +Four-in-a-Row \- four-in-a-row game for GNOME +.SH SYNOPSIS +.B gnect +.RI [ OPTION... ] +.SH DESCRIPTION +The object of the game is to build a line of four of your marbles +while trying to stop your opponent (human or computer) building a line +of his or her own. A line can be horizontal, vertical or diagonal. +.SH OPTIONS +This program only accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnect +was written by Tim Musson and David Neary +. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/patches/01_ggz.patch +++ gnome-games-2.21.90/debian/patches/01_ggz.patch @@ -0,0 +1,67 @@ +Index: gnome-games-2.20.0.1/configure.in +=================================================================== +--- gnome-games-2.20.0.1.orig/configure.in 2007-09-18 18:11:21.000000000 +0200 ++++ gnome-games-2.20.0.1/configure.in 2007-09-29 01:53:55.954281564 +0200 +@@ -379,8 +379,8 @@ + # Check for GGZ + # ************* + +-AC_GGZ_CHECK_SERVER +- ++AC_GGZ_GGZCORE ++AC_GGZ_CHECK([gtk]) + AC_GGZ_PTHREADS + AC_GGZ_GCRYPT + AC_GGZ_TLS +@@ -388,51 +388,11 @@ + # FIXMEchpe? + AM_CONDITIONAL([WITH_INCLUDED_GGZ],[test "$need_ggz" = "yes"]) + +-LIBGGZ_INCLUDES="-I\$(top_srcdir)/dependencies/libggz" +-AC_SUBST(LIBGGZ_INCLUDES) +-LIBGGZ_LDFLAGS="" +-AC_SUBST(LIBGGZ_LDFLAGS) +-LIB_GGZ="\$(top_builddir)/dependencies/libggz/libggz.la" +-AC_SUBST(LIB_GGZ) + AM_CONDITIONAL(INSTALL_LIBGGZ, false) +- +-GGZDMOD_INCLUDES="$LIBGGZ_INCLUDES -I\$(top_srcdir)/dependencies/ggzdmod" +-AC_SUBST(GGZDMOD_INCLUDES) +-GGZDMOD_LDFLAGS="$LIBGGZ_LDFLAGS" +-AC_SUBST(GGZDMOD_LDFLAGS) +-LIB_GGZDMOD="$LIB_GGZ \$(top_builddir)/dependencies/ggzdmod/libggzdmod.la" +-AC_SUBST(LIB_GGZDMOD) + AM_CONDITIONAL(INSTALL_GGZDMOD, false) +- +-GGZMOD_INCLUDES="-I\$(top_srcdir)/dependencies/ggzmod" +-AC_SUBST(GGZMOD_INCLUDES) +-GGZMOD_LDFLAGS="" +-AC_SUBST(GGZMOD_LDFLAGS) +-LIB_GGZMOD="\$(top_builddir)/dependencies/ggzmod/libggzmod.la" +-AC_SUBST(LIB_GGZMOD) + AM_CONDITIONAL(INSTALL_GGZMOD, false) +- +-GGZCORE_INCLUDES="-I\$(top_srcdir)/dependencies/ggzcore" +-AC_SUBST(GGZCORE_INCLUDES) +-GGZCORE_LDFLAGS="" +-AC_SUBST(GGZCORE_LDFLAGS) +-LIB_GGZCORE="\$(top_builddir)/dependencies/ggzcore/libggzcore.la" +-AC_SUBST(LIB_GGZCORE) + AM_CONDITIONAL(INSTALL_GGZCORE, false) +- +-GGZ_GTK_INCLUDES="-I\$(top_srcdir)/dependencies/ggz-gtk" +-AC_SUBST(GGZ_GTK_INCLUDES) +-GGZ_GTK_LDFLAGS="" +-AC_SUBST(GGZ_GTK_LDFLAGS) +-LIB_GGZ_GTK="\$(top_builddir)/dependencies/ggz-gtk/libggz-gtk.la" +-AC_SUBST(LIB_GGZ_GTK) +- +-AC_DEFINE(GGZ_GTK, 1, [Support for embedded GGZ through libggz-gtk]) +-AM_CONDITIONAL(GGZ_GTK, true) + AM_CONDITIONAL(INSTALL_GGZ_GTK, false) +- +-AC_DEFINE(GGZ_CLIENT, 1, [Client support for GGZ]) +-AM_CONDITIONAL(GGZ_CLIENT, true) + + GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS" + GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS" --- gnome-games-2.21.90.orig/debian/patches/03_dont_build_ggz.patch +++ gnome-games-2.21.90/debian/patches/03_dont_build_ggz.patch @@ -0,0 +1,45 @@ +Index: gnome-games-2.20.0.1/configure.in +=================================================================== +--- gnome-games-2.20.0.1.orig/configure.in 2007-09-29 01:53:55.954281564 +0200 ++++ gnome-games-2.20.0.1/configure.in 2007-09-29 02:01:29.912151149 +0200 +@@ -386,7 +386,7 @@ + AC_GGZ_TLS + + # FIXMEchpe? +-AM_CONDITIONAL([WITH_INCLUDED_GGZ],[test "$need_ggz" = "yes"]) ++AM_CONDITIONAL([WITH_INCLUDED_GGZ],false) + + AM_CONDITIONAL(INSTALL_LIBGGZ, false) + AM_CONDITIONAL(INSTALL_GGZDMOD, false) +@@ -516,17 +516,6 @@ + AC_FUNC_STRCOLL + AC_FUNC_VPRINTF + +-# Check for expat, which is needed by ggz +-# ======================================= +- +-if test "$need_ggz" = "yes"; then +- AC_CHECK_LIB(expat, XML_ParserCreate, [LIBEXPAT="-lexpat"], +- [AC_MSG_ERROR(cannot find expat library)]) +- AC_CHECK_HEADER(expat.h, [], +- [AC_MSG_ERROR(cannot find expat.h header)]) +- AC_SUBST(LIBEXPAT) +-fi +- + # Check for PF_LOCAL/PF_UNIX + # ========================== + # There should be an autoconf macro to check this??? +@@ -679,13 +668,6 @@ + Makefile + po/Makefile.in + dependencies/Makefile +-dependencies/libggz/Makefile +-dependencies/libggz/security/Makefile +-dependencies/ggzdmod/Makefile +-dependencies/ggzcore/Makefile +-dependencies/ggzmod/Makefile +-dependencies/ggzmod-ggz/Makefile +-dependencies/ggz-gtk/Makefile + dependencies/gnuchess/Makefile + icons/Makefile + sounds/Makefile --- gnome-games-2.21.90.orig/debian/patches/series +++ gnome-games-2.21.90/debian/patches/series @@ -0,0 +1,8 @@ +#01_ggz.patch +01_lpi.patch +02_desktop-path.patch +#03_dont_build_ggz.patch +#04_servers_usr_games.patch +#05_maintainer_mode.patch +06_gcc4.3.patch +99_reautoconf.patch --- gnome-games-2.21.90.orig/debian/patches/02_desktop-path.patch +++ gnome-games-2.21.90/debian/patches/02_desktop-path.patch @@ -0,0 +1,221 @@ +Index: gnome-games-2.20.0.1/aisleriot/freecell.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/aisleriot/freecell.desktop.in.in 2007-09-18 18:08:09.000000000 +0200 ++++ gnome-games-2.20.0.1/aisleriot/freecell.desktop.in.in 2007-09-29 01:58:13.600964012 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=FreeCell Solitaire + _Comment=Play the popular FreeCell card game +-Exec=sol --freecell ++Exec=/usr/games/sol --freecell + Icon=gnome-freecell + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/aisleriot/sol.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/aisleriot/sol.desktop.in.in 2007-09-18 18:08:09.000000000 +0200 ++++ gnome-games-2.20.0.1/aisleriot/sol.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=AisleRiot Solitaire + _Comment=Play many different solitaire games +-Exec=sol ++Exec=/usr/games/sol + Icon=gnome-aisleriot + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/blackjack/data/blackjack.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/blackjack/data/blackjack.desktop.in.in 2007-09-18 18:08:18.000000000 +0200 ++++ gnome-games-2.20.0.1/blackjack/data/blackjack.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Blackjack + _Comment=Play the casino card game Blackjack +-Exec=blackjack ++Exec=/usr/games/blackjack + Icon=gnome-blackjack + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/glines/glines.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/glines/glines.desktop.in.in 2007-09-18 18:08:48.000000000 +0200 ++++ gnome-games-2.20.0.1/glines/glines.desktop.in.in 2007-09-29 01:58:02.840350800 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Five or More + _Comment=Remove colored balls from the board by forming lines +-Exec=glines ++Exec=/usr/games/glines + Icon=gnome-glines + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/gnect/data/gnect.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnect/data/gnect.desktop.in.in 2007-09-18 18:09:11.000000000 +0200 ++++ gnome-games-2.20.0.1/gnect/data/gnect.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -3,7 +3,7 @@ + Icon=gnome-gnect + _Name=Four-in-a-Row + _Comment=Make lines of the same color to win +-Exec=gnect ++Exec=/usr/games/gnect + Terminal=false + Type=Application + Categories=GNOME;GTK;Game;LogicGame; +Index: gnome-games-2.20.0.1/gnibbles/gnibbles.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnibbles/gnibbles.desktop.in.in 2007-09-18 18:08:52.000000000 +0200 ++++ gnome-games-2.20.0.1/gnibbles/gnibbles.desktop.in.in 2007-09-29 01:57:47.515477485 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Nibbles + _Comment=Guide a worm around a maze +-Exec=gnibbles ++Exec=/usr/games/gnibbles + Icon=gnome-gnibbles + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/gnobots2/gnobots2.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnobots2/gnobots2.desktop.in.in 2007-09-18 18:09:08.000000000 +0200 ++++ gnome-games-2.20.0.1/gnobots2/gnobots2.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Robots + _Comment=Avoid the robots and make them crash into each other +-Exec=gnobots2 ++Exec=/usr/games/gnobots2 + Icon=gnome-robots + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/gnometris/gnometris.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnometris/gnometris.desktop.in.in 2007-09-18 18:08:19.000000000 +0200 ++++ gnome-games-2.20.0.1/gnometris/gnometris.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -3,7 +3,7 @@ + _Name=Gnometris + _Comment=Fit falling blocks together + Icon=gnome-gnometris +-Exec=gnometris ++Exec=/usr/games/gnometris + Terminal=false + Type=Application + Categories=GNOME;GTK;Game;BlocksGame; +Index: gnome-games-2.20.0.1/gnomine/gnomine.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnomine/gnomine.desktop.in.in 2007-09-18 18:08:14.000000000 +0200 ++++ gnome-games-2.20.0.1/gnomine/gnomine.desktop.in.in 2007-09-29 01:57:34.322725673 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Mines + _Comment=Clear hidden mines from a minefield +-Exec=gnomine ++Exec=/usr/games/gnomine + Icon=gnome-mines + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/gnotravex/gnotravex.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnotravex/gnotravex.desktop.in.in 2007-09-18 18:08:21.000000000 +0200 ++++ gnome-games-2.20.0.1/gnotravex/gnotravex.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Tetravex + _Comment=Complete the puzzle by matching numbered tiles +-Exec=gnotravex ++Exec=/usr/games/gnotravex + Icon=gnome-tetravex + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/gnotski/gnotski.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnotski/gnotski.desktop.in.in 2007-09-18 18:08:23.000000000 +0200 ++++ gnome-games-2.20.0.1/gnotski/gnotski.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Klotski + _Comment=Slide blocks to solve the puzzle +-Exec=gnotski ++Exec=/usr/games/gnotski + Icon=gnome-klotski + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/gtali/gtali.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gtali/gtali.desktop.in.in 2007-09-18 18:08:16.000000000 +0200 ++++ gnome-games-2.20.0.1/gtali/gtali.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Tali + _Comment=Beat the odds in a poker-style dice game +-Exec=gtali ++Exec=/usr/games/gtali + Icon=gnome-tali + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/iagno/iagno.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/iagno/iagno.desktop.in.in 2007-09-18 18:09:06.000000000 +0200 ++++ gnome-games-2.20.0.1/iagno/iagno.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -3,7 +3,7 @@ + Icon=gnome-iagno + _Name=Iagno + _Comment=Dominate the board in a classic version of Reversi +-Exec=iagno ++Exec=/usr/games/iagno + Terminal=false + Type=Application + Categories=GNOME;GTK;Game;BoardGame; +Index: gnome-games-2.20.0.1/mahjongg/mahjongg.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/mahjongg/mahjongg.desktop.in.in 2007-09-18 18:09:02.000000000 +0200 ++++ gnome-games-2.20.0.1/mahjongg/mahjongg.desktop.in.in 2007-09-29 01:56:40.243643882 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Mahjongg + _Comment=Disassemble a pile of tiles by removing matching pairs +-Exec=mahjongg ++Exec=/usr/games/mahjongg + Icon=gnome-mahjongg + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/same-gnome/same-gnome.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/same-gnome/same-gnome.desktop.in.in 2007-09-18 18:08:57.000000000 +0200 ++++ gnome-games-2.20.0.1/same-gnome/same-gnome.desktop.in.in 2007-09-29 01:57:18.477822723 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Same GNOME + _Comment=Clear the screen by removing groups of colored balls +-Exec=same-gnome ++Exec=/usr/games/same-gnome + Icon=gnome-samegnome + Terminal=false + Type=Application +Index: gnome-games-2.20.0.1/glchess/glchess.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/glchess/glchess.desktop.in.in 2007-09-18 18:08:05.000000000 +0200 ++++ gnome-games-2.20.0.1/glchess/glchess.desktop.in.in 2007-09-29 01:56:40.247644110 +0200 +@@ -3,7 +3,7 @@ + _Comment=Play the classic two-player boardgame of chess + Version=1.0 + Encoding=UTF-8 +-Exec=glchess ++Exec=/usr/games/glchess + Terminal=false + Type=Application + Categories=GNOME;Game;BoardGame; +Index: gnome-games-2.20.0.1/gnome-sudoku/gnome-sudoku.desktop.in.in +=================================================================== +--- gnome-games-2.20.0.1.orig/gnome-sudoku/gnome-sudoku.desktop.in.in 2007-09-18 18:09:15.000000000 +0200 ++++ gnome-games-2.20.0.1/gnome-sudoku/gnome-sudoku.desktop.in.in 2007-09-29 01:57:01.180837024 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Sudoku + _Comment=Test your logic skills in this number grid puzzle +-Exec=gnome-sudoku ++Exec=/usr/games/gnome-sudoku + Icon=gnome-sudoku + Terminal=false + Type=Application --- gnome-games-2.21.90.orig/debian/patches/99_reautoconf.patch +++ gnome-games-2.21.90/debian/patches/99_reautoconf.patch @@ -0,0 +1,89 @@ +--- gnome-games-2.21.5/configure 2008-01-14 23:58:17.000000000 +0000 ++++ gnome-games-2.21.5/configure.new 2008-01-15 11:47:24.000000000 +0000 +@@ -24973,18 +24973,21 @@ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" + libxml-2.0 >= \$LIBXML_REQUIRED + libgnome-2.0 >= \$LIBGNOME_REQUIRED +- libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED\"") >&5 ++ libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED ++ launchpad-integration\"") >&5 + ($PKG_CONFIG --exists --print-errors " + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED") 2>&5 ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_GNOME_CFLAGS=`$PKG_CONFIG --cflags " + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" 2>/dev/null` ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -25000,18 +25003,21 @@ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" + libxml-2.0 >= \$LIBXML_REQUIRED + libgnome-2.0 >= \$LIBGNOME_REQUIRED +- libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED\"") >&5 ++ libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED ++ launchpad-integration\"") >&5 + ($PKG_CONFIG --exists --print-errors " + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED") 2>&5 ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_GNOME_LIBS=`$PKG_CONFIG --libs " + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" 2>/dev/null` ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -25033,12 +25039,14 @@ + GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED"` ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration"` + else + GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED"` ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration"` + fi + # Put the nasty error message in config.log where it belongs + echo "$GNOME_PKG_ERRORS" >&5 +@@ -25046,7 +25054,8 @@ + { { echo "$as_me:$LINENO: error: Package requirements ( + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED) were not met: ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED) ++ launchpad-integration) were not met: + + $GNOME_PKG_ERRORS + +@@ -25060,7 +25069,8 @@ + echo "$as_me: error: Package requirements ( + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED) were not met: ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration) were not met: + + $GNOME_PKG_ERRORS + --- gnome-games-2.21.90.orig/debian/patches/06_gcc4.3.patch +++ gnome-games-2.21.90/debian/patches/06_gcc4.3.patch @@ -0,0 +1,58 @@ +Index: gnome-games-2.21.5/m4/ggz.m4 +=================================================================== +--- gnome-games-2.21.5.orig/m4/ggz.m4 2008-01-24 18:22:50.224061795 +0100 ++++ gnome-games-2.21.5/m4/ggz.m4 2008-01-24 18:23:36.068360077 +0100 +@@ -180,7 +180,7 @@ + ac_ggz_stdetc="$ac_ggz_stdetc /usr/local/etc/ggzd /etc/ggzd" + fi + if test "x$1" = "xexport" || test "x$2" = "xexport"; then +- CPPFLAGS="$CPPFLAGS -isystem ${ac_ggz_prefix_incdir} -isystem /usr/local/include" ++ CPPFLAGS="$CPPFLAGS" + LDFLAGS="$LDFLAGS -L${ac_ggz_prefix_libdir} -L/usr/local/lib" + fi + +@@ -327,7 +327,7 @@ + AC_SUBST(libggz_libraries) + AC_SUBST(libggz_includes) + +- LIBGGZ_INCLUDES="-isystem $libggz_includes" ++ LIBGGZ_INCLUDES="" + LIBGGZ_LDFLAGS="-L$libggz_libraries" + + AC_SUBST(LIBGGZ_INCLUDES) +@@ -426,7 +426,7 @@ + AC_SUBST(ggzcore_libraries) + AC_SUBST(ggzcore_includes) + +- GGZCORE_INCLUDES="-isystem $ggzcore_includes" ++ GGZCORE_INCLUDES="" + GGZCORE_LDFLAGS="-L$ggzcore_libraries" + + AC_SUBST(GGZCORE_INCLUDES) +@@ -634,7 +634,7 @@ + AC_SUBST(ggzmod_libraries) + AC_SUBST(ggzmod_includes) + +- GGZMOD_INCLUDES="-isystem $ggzmod_includes" ++ GGZMOD_INCLUDES="" + GGZMOD_LDFLAGS="-L$ggzmod_libraries" + + AC_SUBST(GGZMOD_INCLUDES) +@@ -732,7 +732,7 @@ + AC_SUBST(ggzdmod_libraries) + AC_SUBST(ggzdmod_includes) + +- GGZDMOD_INCLUDES="-isystem $ggzdmod_includes" ++ GGZDMOD_INCLUDES="" + GGZDMOD_LDFLAGS="-L$ggzdmod_libraries" + + AC_SUBST(GGZDMOD_INCLUDES) +@@ -830,7 +830,7 @@ + AC_SUBST(ggz_gtk_libraries) + AC_SUBST(ggz_gtk_includes) + +- GGZ_GTK_INCLUDES="-isystem $ggz_gtk_includes" ++ GGZ_GTK_INCLUDES="" + GGZ_GTK_LDFLAGS="-L$ggz_gtk_libraries" + + AC_SUBST(GGZ_GTK_INCLUDES) --- gnome-games-2.21.90.orig/debian/patches/01_lpi.patch +++ gnome-games-2.21.90/debian/patches/01_lpi.patch @@ -0,0 +1,426 @@ +--- gnome-games-2.21.5/aisleriot/window.c 2008-01-14 23:54:22.000000000 +0000 ++++ gnome-games-2.21.5/aisleriot/window.c.new 2008-01-15 11:20:25.000000000 +0000 +@@ -49,6 +49,8 @@ + #endif + #endif /* HAVE_HILDON */ + ++#include ++ + #include + #include + #include +@@ -2092,6 +2094,8 @@ + "" + "" + "" ++ "" ++ "" + "" + "" + #ifdef ENABLE_DEBUG_UI +@@ -2345,6 +2349,9 @@ + accel_group = gtk_ui_manager_get_accel_group (priv->ui_manager); + gtk_window_add_accel_group (GTK_WINDOW (window), accel_group); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (priv->ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + action = gtk_action_group_get_action (priv->action_group, "Toolbar"); + priv->toolbar_visible = games_conf_get_boolean (NULL, aisleriot_conf_get_key (CONF_SHOW_TOOLBAR), NULL) != FALSE; + gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), + +Index: gnome-games-2.21.3/blackjack/src/blackjack.cpp +=================================================================== +--- gnome-games-2.21.3.orig/blackjack/src/blackjack.cpp 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/blackjack/src/blackjack.cpp 2007-12-05 15:23:34.000000000 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + #include + +@@ -316,6 +317,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " + " " + " " +@@ -368,6 +372,9 @@ + + gtk_ui_manager_add_ui_from_string (ui, ui_definition, -1, &error); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui, "/MenuBar/HelpMenu/LaunchpadItems"); ++ + actions = gtk_action_group_new ("Actions"); + gtk_action_group_set_translation_domain (actions, GETTEXT_PACKAGE); + gtk_action_group_add_actions (actions, entries, G_N_ELEMENTS (entries), toplevel_window); +Index: gnome-games-2.21.3/configure.in +=================================================================== +--- gnome-games-2.21.3.orig/configure.in 2007-12-05 15:23:30.000000000 +0100 ++++ gnome-games-2.21.3/configure.in 2007-12-05 15:23:34.000000000 +0100 +@@ -325,7 +325,8 @@ + PKG_CHECK_MODULES([GNOME],[ + libxml-2.0 >= $LIBXML_REQUIRED + libgnome-2.0 >= $LIBGNOME_REQUIRED +- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED]) ++ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED ++ launchpad-integration]) + AC_SUBST([GNOME_CFLAGS]) + AC_SUBST([GNOME_LIBS]) + +Index: gnome-games-2.21.3/glines/glines.c +=================================================================== +--- gnome-games-2.21.3.orig/glines/glines.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/glines/glines.c 2007-12-05 15:23:34.000000000 +0100 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -1732,6 +1733,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " " " " " ""; + + static void +@@ -1756,6 +1760,9 @@ + accel_group = gtk_ui_manager_get_accel_group (ui_manager); + gtk_window_add_accel_group (GTK_WINDOW (app), accel_group); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + scoreitem = gtk_ui_manager_get_widget (ui_manager, + "/MainMenu/GameMenu/Scores"); + menubar = gtk_ui_manager_get_widget (ui_manager, "/MainMenu"); +Index: gnome-games-2.21.3/gnect/src/main.c +=================================================================== +--- gnome-games-2.21.3.orig/gnect/src/main.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gnect/src/main.c 2007-12-05 15:23:34.000000000 +0100 +@@ -26,6 +26,7 @@ + + #include "config.h" + #include ++#include + + #include + #include +@@ -1341,6 +1342,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " " " " " ""; + + +@@ -1360,6 +1364,9 @@ + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + gtk_window_add_accel_group (GTK_WINDOW (app), + gtk_ui_manager_get_accel_group (ui_manager)); + +Index: gnome-games-2.21.3/gnibbles/main.c +=================================================================== +--- gnome-games-2.21.3.orig/gnibbles/main.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gnibbles/main.c 2007-12-05 15:23:34.000000000 +0100 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -829,6 +830,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " " " " " ""; + + static void +@@ -845,6 +849,9 @@ + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + new_game_action = gtk_action_group_get_action (action_group, "NewGame"); + scores_action = gtk_action_group_get_action (action_group, "Scores"); + end_game_action = gtk_action_group_get_action (action_group, "EndGame"); +Index: gnome-games-2.21.3/gnobots2/menu.c +=================================================================== +--- gnome-games-2.21.3.orig/gnobots2/menu.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gnobots2/menu.c 2007-12-05 15:23:34.000000000 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "gbdefs.h" + #include "menu.h" +@@ -118,6 +119,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " + " " + " " +@@ -350,6 +354,9 @@ + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + scores_action = gtk_action_group_get_action (action_group, "Scores"); + teleport_action = gtk_action_group_get_action (action_group, "Teleport"); + random_action = gtk_action_group_get_action (action_group, "Random"); +Index: gnome-games-2.21.3/gnometris/tetris.cpp +=================================================================== +--- gnome-games-2.21.3.orig/gnometris/tetris.cpp 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gnometris/tetris.cpp 2007-12-05 15:23:34.000000000 +0100 +@@ -36,6 +36,7 @@ + + #include + ++#include + #include + #include + #include +@@ -134,6 +135,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " + " " + " " +@@ -186,6 +190,10 @@ + ui_manager = gtk_ui_manager_new (); + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); ++ ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + accel_group = gtk_ui_manager_get_accel_group (ui_manager); + gtk_window_add_accel_group (GTK_WINDOW (w), accel_group); + +Index: gnome-games-2.21.3/gnomine/gnomine.c +=================================================================== +--- gnome-games-2.21.3.orig/gnomine/gnomine.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gnomine/gnomine.c 2007-12-05 15:23:34.000000000 +0100 +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + /*#include */ + + #include "minefield.h" +@@ -842,6 +843,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " " " " " ""; + + static GtkUIManager * +@@ -858,6 +862,10 @@ + ui_manager = gtk_ui_manager_new (); + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); ++ ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + hint_action = gtk_action_group_get_action (action_group, "Hint"); + + fullscreen_action = +Index: gnome-games-2.21.3/gnotski/gnotski.c +=================================================================== +--- gnome-games-2.21.3.orig/gnotski/gnotski.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gnotski/gnotski.c 2007-12-05 15:23:34.000000000 +0100 +@@ -24,6 +24,7 @@ + #include + #include + ++#include + #include + #include + #include +@@ -533,6 +534,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " " " " " ""; + + /* Session Options */ +@@ -1183,6 +1187,10 @@ + ui_manager = gtk_ui_manager_new (); + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); ++ ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + add_puzzle_menu (ui_manager); + + accel_group = gtk_ui_manager_get_accel_group (ui_manager); +Index: gnome-games-2.21.3/gtali/gyahtzee.c +=================================================================== +--- gnome-games-2.21.3.orig/gtali/gyahtzee.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/gtali/gyahtzee.c 2007-12-05 15:23:34.000000000 +0100 +@@ -39,6 +39,7 @@ + + #include + #include ++#include + + #include + #include +@@ -731,6 +732,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " + " " " " " " ""; + +@@ -748,6 +752,10 @@ + + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); ++ ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + scores_action = gtk_action_group_get_action (action_group, "Scores"); + undo_action = gtk_action_group_get_action (action_group, "Undo"); + update_undo_sensitivity(); +Index: gnome-games-2.21.3/iagno/gnothello.c +=================================================================== +--- gnome-games-2.21.3.orig/iagno/gnothello.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/iagno/gnothello.c 2007-12-05 15:23:34.000000000 +0100 +@@ -38,6 +38,8 @@ + #include + #endif + ++#include ++ + #include "gnothello.h" + #include "othello.h" + #include "properties.h" +@@ -659,6 +661,9 @@ + gnome_app_set_statusbar (GNOME_APP (window), GTK_WIDGET (appbar)); + gnome_app_install_menu_hints (GNOME_APP (window), mainmenu); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_items (gtk_menu_item_get_submenu (((GnomeUIInfo)mainmenu[2]).widget), -1, TRUE, TRUE); ++ + table = gtk_table_new (1, 8, FALSE); + + black_score = gtk_label_new (_("Dark:")); +Index: gnome-games-2.21.3/mahjongg/mahjongg.c +=================================================================== +--- gnome-games-2.21.3.orig/mahjongg/mahjongg.c 2007-12-05 15:23:30.000000000 +0100 ++++ gnome-games-2.21.3/mahjongg/mahjongg.c 2007-12-05 15:23:34.000000000 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -1332,6 +1333,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " + " " + " " +@@ -1364,6 +1368,10 @@ + + gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); ++ ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + restart_action = gtk_action_group_get_action (action_group, "RestartGame"); + pause_action = gtk_action_group_get_action (action_group, "PauseGame"); + resume_action = gtk_action_group_get_action (action_group, "ResumeGame"); +Index: gnome-games-2.21.3/same-gnome/ui.c +=================================================================== +--- gnome-games-2.21.3.orig/same-gnome/ui.c 2007-12-05 15:23:31.000000000 +0100 ++++ gnome-games-2.21.3/same-gnome/ui.c 2007-12-05 15:23:34.000000000 +0100 +@@ -15,6 +15,8 @@ + #include + #endif /* HAVE_GNOME */ + ++#include ++ + #include + #include + #include +@@ -518,6 +520,9 @@ + " " + " " + " " ++ " " ++ " " ++ " " + " " + " " + " " +@@ -577,6 +582,9 @@ + gtk_ui_manager_insert_action_group (ui_manager, action_group, 1); + gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL); + ++ launchpad_integration_set_sourcepackagename("gnome-games"); ++ launchpad_integration_add_ui (ui_manager, "/MainMenu/HelpMenu/LaunchpadItems"); ++ + gtk_window_add_accel_group (GTK_WINDOW (application), + gtk_ui_manager_get_accel_group (ui_manager)); + --- gnome-games-2.21.90.orig/debian/patches/04_servers_usr_games.patch +++ gnome-games-2.21.90/debian/patches/04_servers_usr_games.patch @@ -0,0 +1,39 @@ +Index: gnome-games-2.18.0.1/gnect/data/gnect-server.dsc.in +=================================================================== +--- gnome-games-2.18.0.1.orig/gnect/data/gnect-server.dsc.in 2007-04-07 18:34:45.339316500 +0200 ++++ gnome-games-2.18.0.1/gnect/data/gnect-server.dsc.in 2007-04-07 18:35:30.446135500 +0200 +@@ -6,7 +6,7 @@ + Version = @VERSION@ + + [LaunchInfo] +-ExecutablePath = @prefix@/bin/gnectd ++ExecutablePath = @prefix@/games/gnectd + # Set ExecutableArgs in the room file + + [Protocol] +Index: gnome-games-2.18.0.1/gnibbles/gnibbles-server.dsc.in +=================================================================== +--- gnome-games-2.18.0.1.orig/gnibbles/gnibbles-server.dsc.in 2007-04-07 18:34:28.290251000 +0200 ++++ gnome-games-2.18.0.1/gnibbles/gnibbles-server.dsc.in 2007-04-07 18:35:54.691650750 +0200 +@@ -6,7 +6,7 @@ + Version = @VERSION@ + + [LaunchInfo] +-ExecutablePath = @prefix@/bin/gnibblesd ++ExecutablePath = @prefix@/games/gnibblesd + # Set ExecutableArgs in the room file + + [Protocol] +Index: gnome-games-2.18.0.1/iagno/iagno-server.dsc.in +=================================================================== +--- gnome-games-2.18.0.1.orig/iagno/iagno-server.dsc.in 2007-04-07 18:34:12.793282500 +0200 ++++ gnome-games-2.18.0.1/iagno/iagno-server.dsc.in 2007-04-07 18:34:20.993795000 +0200 +@@ -6,7 +6,7 @@ + Version = @VERSION@ + + [LaunchInfo] +-ExecutablePath = @prefix@/bin/iagnod ++ExecutablePath = @prefix@/games/iagnod + # Set ExecutableArgs in the room file + + [Protocol] --- gnome-games-2.21.90.orig/debian/patches/05_maintainer_mode.patch +++ gnome-games-2.21.90/debian/patches/05_maintainer_mode.patch @@ -0,0 +1,12 @@ +Index: gnome-games-2.20.0.1/configure.in +=================================================================== +--- gnome-games-2.20.0.1.orig/configure.in 2007-09-29 02:09:18.086830904 +0200 ++++ gnome-games-2.20.0.1/configure.in 2007-09-29 02:09:33.339700115 +0200 +@@ -11,6 +11,7 @@ + AC_CONFIG_HEADERS([config.h]) + + AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) ++AM_MAINTAINER_MODE + + # First parse the list of enabled games, so we know which options + # we support and which features to check for --- gnome-games-2.21.90.orig/debian/glines.6 +++ gnome-games-2.21.90/debian/glines.6 @@ -0,0 +1,42 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH glines 6 "2007\-06\-06" "GNOME" +.SH NAME +Five or More \- GNOME port of the once-popular Colour Lines game +.SH SYNOPSIS +.B glines +.RI [ OPTION... ] +.SH DESCRIPTION +.B glines +is the GNOME port of the once popular Windows game called Colour Lines. +The game's objective is to align as often as possible five or more +objects of the same colour and shape causing them to disappear. +.SH OPTIONS +This program only accepts the standard GNOME and GTK options. +.SH AUTHORS +.B glines +was written by Robert Szokovacs and +Szabolcs Ban . +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/gnome-sudoku.6 +++ gnome-games-2.21.90/debian/gnome-sudoku.6 @@ -0,0 +1,34 @@ +.TH "GNOME-SUDOKU" "6" +.SH "NAME" +gnome-sudoku \(em puzzle game for the popular Japanese sudoku logic puzzle +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBgnome-sudoku\fR command. +.PP +This manual page was written for the \fBUbuntu\fP distribution +because the original program does not have a manual page. + +.PP +\fBgnome-sudoku\fR a simple player for the sudoku +number logic puzzle. GNOME Sudoku generates unique, symmetrical +puzzles and rates their difficulty. Games can be played or printed, so +GNOME Sudoku can be used to print out a set of puzzles to take with +you or to play a puzzle at a time on screen. All games persist across +sessions and you can resume any old game at any time, as well as +replay any game you've already won. More information about GNOME +Sudoku can be found at http://gnome-sudoku.sf.net + +.SH "AUTHOR" +.PP +This manual page was written by Thomas Mills Hinkle for +the \fBUbuntu\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. + +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL. + +.\" created by instant / docbook-to-man, Wed 06 Jun 2007, 21:59 --- gnome-games-2.21.90.orig/debian/gnomine.6 +++ gnome-games-2.21.90/debian/gnomine.6 @@ -0,0 +1,59 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnomine 6 "2007\-06\-09" "GNOME" +.SH NAME +Mines \- The popular logic puzzle minesweeper +.SH SYNOPSIS +.B gnomine +.RI [ OPTION... ] +.SH DESCRIPTION +.B gnomine +is a puzzle game where you locate mines floating in an ocean using +only your brain and a little bit of luck. +.SH OPTIONS +.TP +.B \-x, \-\-width=X +Width of grid +.TP +.B \-y, \-\-height=Y +Height of grid +.TP +.B \-n, \-\-mines=NUMBER +Number of mines +.TP +.B \-f, \-\-size +Size of the board (0-2 = small-large, 3=custom) +.TP +.B \-a, \-\-a=X +X location of window +.TP +.B \-b, \-\-b=Y +Y location of window +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnomine +was written by Szekeres Istvan and others. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/copyright +++ gnome-games-2.21.90/debian/copyright @@ -0,0 +1,47 @@ +This package was debianized by +Noel Koethe on Sun, 18 Aug 2002 16:22:32 +0200. + +It was downloaded from ftp://ftp.gnome.org/pub/GNOME/sources/gnome-games/ + +Copyright Holders (Upstream Authors): +Jonathan Blandford +Ryu Changwoo +Ian Peters +Sean MacIsaac +Mark Rae +Carsten Schaar +J. Marcin Gorycki +Pista +Lars Rydlinge +Scott Heavner +Francisco Bustamante +Michael Meeks +Christopher James Lahey +Alan Cox +James Henstridge +Szabolcs Ban +Robert Szokovacs +Richard Hoelscher +Jason Clinton +Andreas Røsdal +Callum McKenzie + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- gnome-games-2.21.90.orig/debian/watch +++ gnome-games-2.21.90/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gnome-games/([\d\.]+)[02468]/ \ + gnome-games-(.*)\.tar\.gz \ + debian uupdate --- gnome-games-2.21.90.orig/debian/gnome-games.manpages +++ gnome-games-2.21.90/debian/gnome-games.manpages @@ -0,0 +1 @@ +debian/*.6 --- gnome-games-2.21.90.orig/debian/gnome-games.install +++ gnome-games-2.21.90/debian/gnome-games.install @@ -0,0 +1,3 @@ +debian/tmp/usr/games/*[!d] +debian/tmp/usr/share/applications +debian/tmp/usr/lib/gnome-games --- gnome-games-2.21.90.orig/debian/gnome-games.postrm +++ gnome-games-2.21.90/debian/gnome-games.postrm @@ -0,0 +1,120 @@ +#! /bin/sh + +set -e +if [ "$1" = "purge" ] ; then + +# remove empty/unused scorefiles + +SCORE_FILES=" \ +glines.scores \ +glines.Small.scores \ +glines.Medium.scores \ +glines.Large.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.scores \ +gnobots2.classic_robots-super-safe.scores \ +gnobots2.nightmare-safe.scores \ +gnobots2.nightmare.scores \ +gnobots2.nightmare-super-safe.scores \ +gnobots2.robots2_easy-safe.scores \ +gnobots2.robots2_easy.scores \ +gnobots2.robots2_easy-super-safe.scores \ +gnobots2.robots2-safe.scores \ +gnobots2.robots2.scores \ +gnobots2.robots2-super-safe.scores \ +gnobots2.robots_with_safe_teleport-safe.scores \ +gnobots2.robots_with_safe_teleport.scores \ +gnobots2.robots_with_safe_teleport-super-safe.scores \ +gnome-stones.scores \ +gnometris.scores \ +gnome-xbill.scores \ +gnomine.Biiiig.scores \ +gnomine.Custom.scores \ +gnomine.Large.scores \ +gnomine.Medium.scores \ +gnomine.Small.scores \ +gnomine.Tiny.scores \ +gnotravex.2x2.scores \ +gnotravex.3x3.scores \ +gnotravex.4x4.scores \ +gnotravex.5x5.scores \ +gnotravex.6x6.scores \ +gnotski.1.scores \ +gnotski.2.scores \ +gnotski.3.scores \ +gnotski.4.scores \ +gnotski.5.scores \ +gnotski.6.scores \ +gnotski.7.scores \ +gnotski.8.scores \ +gnotski.9.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.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.30.scores \ +gnotski.31.scores \ +gnotski.32.scores \ +gnotski.33.scores \ +gnotski.34.scores \ +gnotski.35.scores \ +gnotski.36.scores \ +gnotski.37.scores \ +gtali.scores \ +gtali.Colors.scores \ +gtali.Regular.scores \ +iagno.b1.scores \ +iagno.b2.scores \ +iagno.b3.scores \ +iagno.w1.scores \ +iagno.w2.scores \ +iagno.w3.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 \ +same-gnome.scores" + + for FILE in $SCORE_FILES; do + rm -f /var/games/$FILE + done + + if [ -d /var/games ]; then + rmdir --ignore-fail-on-non-empty /var/games + fi + +fi + +#DEBHELPER# --- gnome-games-2.21.90.orig/debian/gtali.6 +++ gnome-games-2.21.90/debian/gtali.6 @@ -0,0 +1,56 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gtali 6 "2007\-06\-09" "GNOME" +.SH NAME +Tali \- A variation on poker with dice and less money. +.SH SYNOPSIS +.B gtali +.RI [ OPTION... ] +.SH DESCRIPTION +GNOME Tali is a sort of poker with dice and less money. You roll five +dice three times and try to create the best hand. Your two rerolls may +include any or all of your dice. +.SH OPTIONS +.TP +.B \-d, \-\-delay +Delay computer moves +.TP +.B \-t, \-\-thoughts +Display computer thoughts +.TP +.B \-n, \-\-computers=NUMBER +Number of computer opponents +.TP +.B \-p, \-\-humans=NUMBER +Number of human opponents +.TP +.B \-g, \-\-game=STRING +Game choice: Regular or Colours +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gtali +was written by Scott Heavner. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/gnotravex.6 +++ gnome-games-2.21.90/debian/gnotravex.6 @@ -0,0 +1,50 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnotravex 6 "2007\-06\-09" "GNOME" +.SH NAME +Tetravex \- A simple puzzle game for GNOME +.SH SYNOPSIS +.B gnotravex +.RI [ OPTION... ] +.SH DESCRIPTION +GNOME Tetravex is a simple puzzle where pieces must be positioned so +that the same numbers are touching each other. Your game is timed, +these times are stored in a system-wide scoreboard. +.SH OPTIONS +.TP +.B \-x, \-\-x=X +X location of window +.TP +.B \-y, \-\-y=Y +Y location of window +.TP +.B \-s, \-\-size=SIZE +Size of board (2-6) +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnotravex +was written by Lars Rydlinge. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/control +++ gnome-games-2.21.90/debian/control @@ -0,0 +1,99 @@ +Source: gnome-games +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Sebastian Dröge +Homepage: http://www.gnome.org/projects/gnome-games/ +Build-Depends: cdbs, + debhelper (>= 5), + quilt, + intltool (>= 0.35.0), + gnome-doc-utils (>= 0.10.0), + libgtk2.0-dev (>= 2.8.0), + libgnome2-dev (>= 2.16.0), + libgnomeui-dev (>= 2.16.0), + libgconf2-dev (>= 2.10), + libgnomevfs2-dev (>= 2.10), + scrollkeeper (>= 0.3.8), + gettext, + gnome-pkg-tools (>= 0.6), + dpkg-dev (>= 1.13.19), + guile-1.8-dev | guile-1.6-dev, + libxml-parser-perl, + librsvg2-dev (>= 2.14.0), + libesd0-dev, + libcairo2-dev, + python (>= 2.5), + python-gtk2-dev (>= 2.10.0), + python-gnome2-desktop-dev (>= 2.17.3), + pkg-config, + python-support (>= 0.3), + libxml2-dev (>= 2.4.0), + libglade2-dev, + libggzdmod-dev (>= 0.0.14), + libggz-gtk-dev (>= 0.0.14), + libggzmod-dev (>= 0.0.14), + libgstreamer0.10-dev (>= 0.10.11), + liblaunchpad-integration-dev (>= 0.0patch26) +Standards-Version: 3.7.3 + +Package: gnome-games +Architecture: any +Depends: ${shlibs:Depends}, gnome-games-data (>= ${gnome:Version}), gnome-games-data (<< ${gnome:NextVersion}), librsvg2-common, ${python:Depends}, python-gtk2 (>= 2.10.0), python-gnome2, python-gnome2-desktop (>= 2.17.3) +Recommends: gnome-games-extra-data, python-gtkglext1, python-opengl +Suggests: gnome-hearts +Conflicts: gnome-sudoku, glchess +Replaces: gnome-sudoku, glchess +Provides: gnome-sudoku, glchess +Description: games for the GNOME desktop + These are the games from the official GNOME release. They have the look and + feel of the GNOME desktop, but can be used without it. + . + The package contains the following games: + * aisleriot - different solitaire card games + * blackjack - the casino card game + * glchess - chess game with 3D graphics + * glines - color lines game, aka fiveormore + * gnect - four in a row game + * gnibbles - snake game, up to four players + * gnobots2 - improved old BSD robots game + * gnome-sudoku - Sudoku puzzle + * gnometris - Tetris, the popular Russian game + * gnomine - popular minesweeper puzzle game + * gnotravex - puzzle where you match tile edges together + * gnotski - klotski puzzle game + * gtali - sort of poker with dice and less money + * iagno - the popular Othello game + * mahjongg - classic Eastern tile game + * same-gnome - remove as many balls in as few moves as possible + +Package: gnome-games-data +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, gnome-cards-data (>= ${gnome:Version}), gnome-cards-data (<< ${gnome:NextVersion}) +Conflicts: gnome-games (<= 1:2.10.1-2), gnome-icon-theme (<< 2.14) +Replaces: gnome-card-games, gnome-games-locale, glchess, gnome-sudoku, gnome-cards-data (<< 1:2.20.1-1) +Recommends: gnome-games, gnome-games-extra-data +Description: data files for the GNOME games + This package contains the data files, sound and pictures used by the + GNOME games. + +Package: gnome-cards-data +Architecture: all +Depends: ${misc:Depends} +Conflicts: gnome-games-data (<< 1:2.14.2.1-1), gnome-games (<< 1:2.20), gnome-hearts (<< 0.1.3-4) +Replaces: gnome-games-data (<< 1:2.20.1-1) +Description: data files for the GNOME card games + This package contains pictures of card decks used by the card-based + GNOME games. Different themes are provided. + +Package: gnome-games-servers +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ggzd +Description: GGZ gaming zone servers for the GNOME games + This package is needed if you want to host a GGZ gaming zone for the + GNOME games with network support: + * gnect - four in a row game + * gnibbles - snake game, up to four players + * iagno - the popular Othello game --- gnome-games-2.21.90.orig/debian/same-gnome.6 +++ gnome-games-2.21.90/debian/same-gnome.6 @@ -0,0 +1,51 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH same-gnome 6 "2007\-06\-09" "GNOME" +.SH NAME +Same GNOME \- A puzzle game for GNOME +.SH SYNOPSIS +.B same-gnome +.RI [ OPTION... ] +.SH DESCRIPTION +The goal is to remove as many objects as possible in as few moves as +possible. Objects that are adjacent to each other get removed as a +group. The remaining objects then collapse to fill in the gaps and new +groups are formed. You cannot remove single objects. +.SH OPTIONS +.TP +.B \-t, \-\-theme=NAME +Set the theme +.TP +.B \-s, \-\-scenario=NAME +For backwards compatibility +.TP +.B \-z, \-\-size=NUMBER +Game size (1=small, 3=large) +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B same-gnome +was written by Callum McKenzie. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/gnome-games-data.install +++ gnome-games-2.21.90/debian/gnome-games-data.install @@ -0,0 +1,5 @@ +debian/pixmaps/*.xpm /usr/share/pixmaps +debian/tmp/usr/share/[!a]*[!n] +debian/tmp/usr/share/gnome-games-common/icons +debian/tmp/etc/gconf +debian/tmp/usr/lib/python* --- gnome-games-2.21.90.orig/debian/gnobots2.6 +++ gnome-games-2.21.90/debian/gnobots2.6 @@ -0,0 +1,53 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnobots2 6 "2007\-06\-07" "GNOME" +.SH NAME +Robots \- Based on classic BSD Robots +.SH SYNOPSIS +.B gnobots2 +.RI [ OPTION... ] +.SH DESCRIPTION +.B gnobots2 +is a game where you try and avoid a band of marauding +robots which are, for no adequately explained reason, trying to kill +you. It is based on the text-based robots game which can be found on a +number of UNIX systems. +.SH OPTIONS +.TP +.B \-c, --config=NAME +Set game configuration. Choose from "robots2", "robots2 easy", "classic +robots", "robots with safe teleport" and "nightmare". +.TP +.B \-x, \-\-x=X +Initial window position +.TP +.B \-y, \-\-y=Y +Initial window position +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnobots2 +was written by Mark Rae . +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/gnome-games-servers.install +++ gnome-games-2.21.90/debian/gnome-games-servers.install @@ -0,0 +1,2 @@ +debian/tmp/usr/etc/ggzd /etc +debian/tmp/usr/lib/ggz --- gnome-games-2.21.90.orig/debian/gnome-games.menu +++ gnome-games-2.21.90/debian/gnome-games.menu @@ -0,0 +1,67 @@ +?package(gnome-games):needs="X11" section="Games/Card" \ + title="Gnome Blackjack" command="/usr/games/blackjack" \ + icon="/usr/share/pixmaps/blackjack.xpm" + +?package(gnome-games):needs="X11" section="Games/Board" \ + title="GL Chess" command="/usr/games/glchess" \ + icon="/usr/share/pixmaps/glchess.xpm" + +?package(gnome-games):needs="X11" section="Games/Board" \ + title="Gnome Lines" command="/usr/games/glines" \ + icon="/usr/share/pixmaps/glines.xpm" + +?package(gnome-games):needs="X11" section="Games/Board" \ + title="Four-in-a-row" command="/usr/games/gnect" \ + icon="/usr/share/pixmaps/gnect.xpm" + +?package(gnome-games):needs="X11" section="Games/Arcade" \ + title="Gnibbles" command="/usr/games/gnibbles" \ + icon="/usr/share/pixmaps/gnibbles.xpm" + +?package(gnome-games):needs="X11" section="Games/Puzzles" \ + title="Gnome Robots" command="/usr/games/gnobots2" \ + icon="/usr/share/pixmaps/gnobots2.xpm" + +?package(gnome-games):needs="X11" section="Games/Puzzles" \ + title="Gnome Sudoku" command="/usr/games/gnome-sudoku" \ + icon="/usr/share/pixmaps/gnome-sudoku.xpm" + +?package(gnome-games):needs="X11" section="Games/Tetris-like" \ + title="Gnometris" command="/usr/games/gnometris" \ + icon="/usr/share/pixmaps/gnometris.xpm" + +?package(gnome-games):needs="X11" section="Games/Puzzles" \ + hints="Mines" title="Gnomine" command="/usr/games/gnomine" \ + icon="/usr/share/pixmaps/gnomine.xpm" + +?package(gnome-games):needs="X11" section="Games/Puzzles" \ + title="Gnome Tetravex" command="/usr/games/gnotravex" \ + icon="/usr/share/pixmaps/gnotravex.xpm" + +?package(gnome-games):needs="X11" section="Games/Puzzles" \ + title="Gnome Klotski" command="/usr/games/gnotski" \ + icon="/usr/share/pixmaps/gnotski.xpm" + +?package(gnome-games):needs="X11" section="Games/Board" \ + title="Gnome GYahtzee" command="/usr/games/gtali" \ + icon="/usr/share/pixmaps/gtali.xpm" + +?package(gnome-games):needs="X11" section="Games/Board" \ + title="Gnome Iagno" command="/usr/games/iagno" \ + icon="/usr/share/pixmaps/iagno.xpm" + +?package(gnome-games):needs="X11" section="Games/Board" \ + hints="Mahjongg" title="Gnome Mahjongg" command="/usr/games/mahjongg" \ + icon="/usr/share/pixmaps/gnome-mahjongg.xpm" + +?package(gnome-games):needs="X11" section="Games/Puzzles" \ + hints="SameGame" title="Same Gnome" command="/usr/games/same-gnome" \ + icon="/usr/share/pixmaps/gsame.xpm" + +?package(gnome-games):needs="X11" section="Games/Card" \ + title="Gnome Solitaire Games" command="/usr/games/sol" \ + icon="/usr/share/pixmaps/aisleriot.xpm" + +?package(gnome-games):needs="X11" section="Games/Card" \ + title="Gnome FreeCell" command="/usr/games/sol --variation freecell" \ + icon="/usr/share/pixmaps/freecell.xpm" --- gnome-games-2.21.90.orig/debian/pyversions +++ gnome-games-2.21.90/debian/pyversions @@ -0,0 +1 @@ +2.5- --- gnome-games-2.21.90.orig/debian/rules +++ gnome-games-2.21.90/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games \ + --with-tls=GnuTLS \ + --with-ggzconfig=/usr/bin \ + --disable-scrollkeeper +DEB_DH_FIXPERMS_ARGS := -X/usr/games +DEB_DH_MAKESHLIBS_ARGS_gnome-games := --no-act +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" + +binary-post-install/gnome-games:: + chmod u+w debian/gnome-games/usr/games/* + +binary-post-install/gnome-games-data:: + dh_pysupport -pgnome-games-data + +binary-post-install/gnome-games:: + dh_pysupport -pgnome-games --- gnome-games-2.21.90.orig/debian/gnome-cards-data.install +++ gnome-games-2.21.90/debian/gnome-cards-data.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/gnome-games-common/cards + --- gnome-games-2.21.90.orig/debian/gnometris.6 +++ gnome-games-2.21.90/debian/gnometris.6 @@ -0,0 +1,44 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnometris 6 "2007\-06\-09" "GNOME" +.SH NAME +Gnometris \- Tetris game for GNOME +.SH SYNOPSIS +.B gnometris +.RI [ OPTION... ] +.SH DESCRIPTION +Gnometris comes from the classic falling-block game, Tetris. The goal +of the game is to create complete horizontal lines of blocks, which +will disappear. +.SH OPTIONS +.TP +.B \-l, \-\-level=LEVEL +Set starting level (1 or greater) +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnometris +was written by J. Marcin Gorycki . +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/changelog +++ gnome-games-2.21.90/debian/changelog @@ -0,0 +1,1575 @@ +gnome-games (1:2.21.90-0ubuntu1) hardy; urgency=low + + * New upstream version: + Aisleriot: + - Start the game when dealing a new card, too + - Support KP_Space too. + - Add stock item for "Deal cards" Bug #474698 + - Code cleanups + Chess: + - Add preferece dialog and reorganize menus + - Make all dialogs transient of the main window + - Add support for Shredder Classic 3 + - Code cleanups + Gtali: + - Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION + Nibbles/Four-in-a-Row/Iagno: + - Make .room files translatable + - Add the .room.in files to EXTRA_DIST + - Install ggz demons in libexecdir, not bindir + Sudoku: + - Use type=gtk.WINDOW_POPUP for number selector + Fixes bug #479938 + - Fix problem with 100% cpu usage. Fixes bug #502675 + Games support lib: + - Use the same code to register stock icons and named icons. Add LTR and RTL + variants for the GAMES_STOCK_UNDO/REDO_MOVE stock IDs + - Rework stock icon registration in preparation for using + the gtk facilities. + * debian/gnome-games-servers.install: + - updated the directory + * debian/patches/series: + - comment the ggz directory change upstream use a new location + + -- Sebastien Bacher Fri, 01 Feb 2008 12:15:57 +0100 + +gnome-games (1:2.21.5-0ubuntu2) hardy; urgency=low + + * debian/patches/06_gcc43.patch: (LP: #185678) + - fix ftbfs with gcc4.3 + - removed -isystem headers from m4/ggz.m4 + + -- Stephan Hermann Thu, 24 Jan 2008 18:24:21 +0100 + +gnome-games (1:2.21.5-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #183177) + * debian/control.in + - Bump to Standards-Version 3.7.3 + - Added Homepage + * debian/patches: + - updated 01_lpi.patch + - updated 99_reautoconf.patch + + -- Pedro Fragoso Tue, 15 Jan 2008 11:07:20 +0000 + +gnome-games (1:2.21.4-0ubuntu1) hardy; urgency=low + + * New upstream version + * debian/patches/99_reautoconf.patch: + - updated + + -- Sebastien Bacher Mon, 17 Dec 2007 14:21:17 +0100 + +gnome-games (1:2.21.3-0ubuntu1) hardy; urgency=low + + * New upstream version: + General: + - Remove embedded libggz and ggz-client-libs. + - Require GGZ Gaming Zone 0.0.14 for network games. + - Only require ggz if building those games that support it + - Rename "maemo" platform to "hildon", + in preparation for generalised hildon support. + Aisleriot: + - Lots of cleanups and fixes + Chess: + - Set toolbar style to default system style + - Choose AI for default game from first detected AI not first known AI + - Mark board numbers for translation + - Remove stray "Iagno" from chess help files + Gnomine: + - Fix redraw error when holiding right and repeatedly clicking left button + - Change from GConf to GamesConf + - Tangoified faces + Gtali: + - Tooltips that show what will be scored. + Sudoku: + - Add walk-through option to step through code. + - Fix error that made status-bar not update after 1st puzzle played. + - Add debug statements. + - Speed up make_new_game_model substantially. + - Speed up is_valid_puzzle. + - Ignore invalid lines in puzzle files. + Translations + * debian/control.in: + - Build-Depends on libggzmod-dev and not ggzcore-bin + * debian/patches/01_lpi.patch, + * debian/patches/99_reautoconf.patch: + - updated (LP: #173865) + + -- Sebastien Bacher Wed, 05 Dec 2007 14:58:39 +0100 + +gnome-games (1:2.21.2-0ubuntu2) hardy; urgency=low + + * debian/control.in: + - Build-Depends on | guile-1.6-dev since 1.8 is to universe + + -- Sebastien Bacher Fri, 23 Nov 2007 14:37:55 +0100 + +gnome-games (1:2.21.2-0ubuntu1) hardy; urgency=low + + * New upstream version: + Chess: + - Show threatened squares and pieces able to be taken + - Handle carriage returns in PGN files + - Put an asterisk in the title bar for games that need saving + - Sped up PGN decoder by approximately 40% + - Add support for Toga II engine + - If no game on startup start default game of human vs AI + - Fix overzealous game name autogeneration + - Don't allow 3D mode if cannot get a valid OpenGL configuration + - Reworked "No 3D" dialog to list reasons why 3D mode cannot be entered + Sudoku: + - Allow for empty lines in sudoku files + - Fix decimal value in float error + - Fix calculation of big/small borders + Translations + Aisleriot: + - Add autoplay in spider when double-clicking foundation + - Fix statistics for !HAVE_GNOME + Chess: + - Display error dialog and quit if unable to import glchess.glchess + - Catch and ignore all exceptions writing to stdout + - Catch exception killing AI + - Fix exception when autoloading games with invalid AIs + - Moved pygtk.require() to glchess.in so it is always called first + - Added tests/ dir containing PGN test files + - Add better support for informal PGN files + - GtkFileChooser.get_current_folder() can return None, handle this case + - Catch GLU exception building mipmaps and fallback to standard textures + - Disable navigation buttons when at start/end of moves + - Merged glchess-ggz branch to give glchess initial ggz support + - Removed tab support and added game history support + - Added ability to resign and claim draws + - Reworked some strings that were hard to translate + Klotski: + - fix imposible move + Robots: + - Fix typo in score-category nightmare with super safe moves + - Show highscore and new/quit option even when score is not good enough to + enter the highscore + Sudoku: + - New select game/load game menu + - don't keep all generated puzzles in memory + - simplify print dialog + Tali: + - Add undo feature + Libgames-support: + - Fix compilation on maemo + Translations + * Sync with Debian + * debian/control.in: + - Build-Depends on liblaunchpad-integration-dev (>= 0.0patch26) + - don't Depends on chess packages we use the gnome-games version + - gnome-cards-data replaces gnome-games-data (<< 1:2.20.1-1) + - gnome-games-data replaces gnome-cards-data (<< 1:2.20.1-1) + - updated maintainer information + - updated python requirement + * debian/patches/01_lpi.patch: + - launchpad integration changes + * debian/patches/99_reautoconf.patch: + - update and list in the series + * debian/pyversions: + - require python 2.5 (LP: #139312) + * debian/rules: + - add gnuchess to the build + + -- Sebastien Bacher Wed, 21 Nov 2007 13:43:08 +0100 + +gnome-games (1:2.20.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/99_reautoconf.patch: + - Updated for the new version. + + -- Sebastian Dröge Thu, 25 Oct 2007 14:53:05 +0200 + +gnome-games (1:2.20.0.1-1) unstable; urgency=low + + * 05_desktop_categories.patch: properly categorize iagno and gtali as + board games. Closes: #443790. + * New upstream release. + * Wrap build-depends. + * Bump build dependencies on gnome-doc-utils and librsvg. + * Build-depend on libgstreamer0.10-dev. + * Rework GGZ patches. + * 05_desktop_categories.patch: removed, integrated upstream. + * 02_desktop-path.patch: now patch the .desktop.in.in files. + * 05_maintainer_mode.patch: enable AM_MAINTAINER_MODE. + * Regenerate 99_reautoconf.patch. + * Deactivate all GGZ/autoconf related patches for now, as the embedded + copy is now API-incompatible. + * gnome-games.install: install the gnome-games-render-cards helper. + * gnome-games-data.install: ship the ggz and gnome-games-common dirs. + * Use ${gnome:Version} for dependencies. + * Add conflicts for gnome-cards-data because of the cards directory + having moved. + + -- Josselin Mouette Sat, 29 Sep 2007 03:34:33 +0200 + +gnome-games (1:2.18.2.1-1) unstable; urgency=low + + * New upstream release with important bugfixes in glChess and Sudoku. + * Regenerate 99_reautoconf.patch. + + -- Josselin Mouette Sun, 01 Jul 2007 23:09:36 +0200 + +gnome-games (1:2.18.2-2) unstable; urgency=low + + [ Sven Arvidsson ] + * Add manpages for the rest of the games. Manpages for glchess + and gnome-sudoku shamelessly stolen from their respective + packages. (Closes: #218411, #228164) + + [ Josselin Mouette ] + * gnome-games.postinst: remove bytecompiled files left there by the + terribly buggy first version of gnome-sudoku. Closes: #425934. + * Fix gtali manpage name. + * Fix encoding of gnibbles manpage. + * Fix section of gnome-sudoku manpage. + * Remove double dots in others manpages. + + -- Josselin Mouette Tue, 12 Jun 2007 21:46:25 +0200 + +gnome-games (1:2.18.2-1) unstable; urgency=low + + * New upstream stable release. + - Update patch 99_reautoconf, generated with "autoconf". + + -- Loic Minier Mon, 28 May 2007 15:48:50 +0200 + +gnome-games (1:2.18.1-3) unstable; urgency=low + + * Depend on python-gnome2 (closes: #425617). + + -- Josselin Mouette Wed, 23 May 2007 12:06:45 +0200 + +gnome-games (1:2.18.1-2) unstable; urgency=low + + * Add alternative dependencies for gnuchess. + * gnome-games provides/conflicts/replaces glchess and gnome-sudoku + (closes: #424939). + * gnome-games-data replaces them. + + -- Josselin Mouette Fri, 18 May 2007 10:05:41 +0200 + +gnome-games (1:2.18.1-1) unstable; urgency=low + + [ Josselin Mouette ] + * New upstream release. + * Switch to quilt for patch handling. + * Make patches numbered. + * Update package descriptions. + * 01_ggz.patch: use the packaged ggz libraries instead of the bundled + ones. + * 02_desktop-path.patch: add the two new games. + * games-server_relocate.patch: removed, deprecated by GGZ. + * 03_dont_build_ggz.patch: remove the ggz build. + * 99_reautoconf.patch: re-run autoconf because of upper patches. + * Disable bundled gnuchess. + * pixmaps, gnome-games.menu: remove gataxx, add glchess and sudoku. + * Switch to Guile 1.8. + * Build-depend on gnome-doc-utils, intltool 0.35.0, python 2.4, + python-gtk2-dev 2.10.0, python-gnome2-desktop-dev 2.17.3, + python-support, libxml2-dev 2.4.0, libglade2-dev, libggzdmod-dev + 0.0.14, libggz-gtk-dev 0.0.14, ggzcore-bin 0.0.14. + * Depend on python-gtk2 2.10.0, python-gnome2-desktop 2.17.3, + gnuchess. + * Bump libgnome/libgnomeui requirements to 2.16.0. + * Pass --disable-scrollkeeper to the configure. + * gnome-games.{postinst,postrm}: move gtali scores to the new scheme. + * Use 2.4- as pyversions. + * *.install: update file distribution accordingly. + * Recommend python-gtkglext1, python-opengl. + * 04_servers_usr_games.patch: handle the fact that servers are in + /usr/games as well. + * New package, gnome-games-servers, to host the servers themselves. + * sol.6, blackjack.6, gnome-games.manpages: new manpages, thanks + Martin Ferrari. + + [ Sebastian Dröge ] + * New upstream release. + * Update to debhelper compat level 5. + + -- Josselin Mouette Thu, 03 May 2007 23:31:32 +0200 + +gnome-games (1:2.16.3-1) unstable; urgency=medium + + [ Josselin Mouette ] + * gnome-games-data replaces gnome-games-locale. Fixes upgrade for + people going the woody -> sarge -> etch way. + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + * New upstream stable release with bug fixes and translation updates. + + -- Loic Minier Sun, 28 Jan 2007 17:45:55 +0100 + +gnome-games (1:2.16.2-2) unstable; urgency=high + + * gnome-games-data conflicts with gnome-icon-theme (<< 2.14). + Closes: #401379. + + -- Josselin Mouette Sun, 3 Dec 2006 04:45:34 +0100 + +gnome-games (1:2.16.2-1) unstable; urgency=low + + * New upstream stable release; one bugfix in Aisleriot, and an update of the + Arabic translation. + + -- Loic Minier Sun, 19 Nov 2006 18:20:58 +0100 + +gnome-games (1:2.16.1.1-1) unstable; urgency=low + + * New upstream release. + - Drop avahi build-deps; disabled upstream. + + -- Loic Minier Tue, 7 Nov 2006 22:53:46 +0100 + +gnome-games (1:2.16.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Loic Minier Sun, 22 Oct 2006 12:03:56 +0200 + +gnome-games (1:2.16.1-1) experimental; urgency=low + + * New upstream release. + + -- Loic Minier Mon, 2 Oct 2006 20:54:36 +0200 + +gnome-games (1:2.16.0-1) experimental; urgency=low + + * New upstream releases. + + -- Loic Minier Mon, 25 Sep 2006 17:19:40 +0200 + +gnome-games (1:2.15.6-1) experimental; urgency=low + + * New upstream development releases. + - Target at experimental. + - Update copyright with MAINTAINERS. + - Add build-deps on: pkg-config, libavahi-client-dev (>= 0.6.6), + libavahi-glib-dev (>= 0.6.6). + - Update patches: desktop-path, games-server_relocate. + - Drop the libavahi-compat-howl-dev build-dep. + - Install /usr/share/icons/hicolor in gnome-games-data. + * Sort the menu entries by binary name. + * Add CDBS' utils. + * Update watch file to track stable releases and use HTTP. + + -- Loic Minier Sun, 13 Aug 2006 20:09:18 +0200 + +gnome-games (1:2.14.3-1) unstable; urgency=low + + * New upstream release. + + -- Loic Minier Mon, 7 Aug 2006 22:33:33 +0200 + +gnome-games (1:2.14.2.1-1) unstable; urgency=low + + * New upstream release. + + Fix the crash in Aisleriot (closes: #374251). + * control.in, *.install: create a new package, named gnome-cards-data, + to hold card-related data. It will be used by gnome-hearts. + * dz_po.patch: removed, integrated upstream. + * Suggest gnome-hearts. + + -- Josselin Mouette Mon, 3 Jul 2006 19:46:58 +0200 + +gnome-games (1:2.14.2-1) unstable; urgency=low + + * New upstream release. + - Drop patch to fix the relative motion in gnibbles, merged upstream. + [debian/patches/gnibbles_relative.patch] + - Drop HOWL support patch, merged upstream. + [debian/patches/howl-publish.patch] + + -- Loic Minier Tue, 30 May 2006 17:29:35 +0200 + +gnome-games (1:2.14.1-2) unstable; urgency=low + + * Make the package binNMU-safe. + + Build-depend on dpkg-dev 1.13.19. + + Use ${source:Version}. + * gnibbles_relative.patch: fix the relative motion in gnibbles + (closes: #366167). + * Set back the Replaces: on gnome-card-games due to some .scm files + coming back (closes: #360775). + * dz_po.patch: fix a broken translation (closes: #366207). + * Standards version is 3.7.2. + * Add missing build-dependency on python. + * games-server_relocate.patch, *.install: move games-server.py to + /usr/share/gnome-games. + + rules: call dh_python for gnome-games-data. + + -- Josselin Mouette Sat, 6 May 2006 10:21:58 +0200 + +gnome-games (1:2.14.1-1) unstable; urgency=low + + [ Guilherme de S. Pastore ] + * New upstream release. + + [ Josselin Mouette ] + * howl-publish.patch: correctly provide a callback when publishing a + service (closes: #361329). + + -- Guilherme de S. Pastore Sat, 22 Apr 2006 00:14:39 -0300 + +gnome-games (1:2.14.0-1) unstable; urgency=low + + * New upstream release. + + Update build-dependencies (libgtk2.0-dev, libcairo2-dev) + + Update watch file. + * gnome-games.postinst, *.install, gnome-games.menu, desktop-path.patch, + gnome-stones.xpm, control.in: don't install gnome-stones, it's been + removed entirely. + * gnome-games.doc: removed, unused. + * desktop-path.patch: updated for new version. + * unclash-pixmaps.patch, unclash-pixmaps-fix.patch: removed, unneeded. + + -- Josselin Mouette Sun, 2 Apr 2006 23:01:34 +0200 + +gnome-games (1:2.12.3-1) unstable; urgency=low + + [ Josselin Mouette ] + * Provide zeroconf functionality through libavahi-compat-howl-dev + (closes: #348587). + + [ Loic Minier ] + * New upstream release. + + -- Loic Minier Mon, 20 Feb 2006 18:04:01 +0100 + +gnome-games (1:2.12.2-2) unstable; urgency=low + + * gnome-games.postinst: + + There are now several score files for glines (closes: #345941). + + Make a smooth upgrade for same-gnome and glines scores. + * gnome-games.postrm: + + Remove unused gconf cruft. + + Add new glines files. + * control.in: + + Remove obsolete conflicts/replaces. + * unclash-pixmaps-fix.patch: patch from Daniel Kahn Gillmor + to fix some breakage introduced + by unclash-pixmaps.patch (closes: #342067). + * Upload to unstable. + * Remove versioned build-dep on binutils. + + -- Josselin Mouette Sat, 7 Jan 2006 18:37:55 +0100 + +gnome-games (1:2.12.2-1) experimental; urgency=low + + * New upstream release. + + -- Loic Minier Tue, 29 Nov 2005 09:14:27 +0100 + +gnome-games (1:2.12.1-1) experimental; urgency=low + + * Depend on librsvg2-common for SVG images. + * New upstream release. + * watch: update for 2.12. + * desktop-path.patch: + + Update to apply cleanly. + + Also patch gnotski. + * unclash_pixmaps.patch: it's necessary to patch libgames-support as + well now. + + -- Josselin Mouette Wed, 12 Oct 2005 23:00:24 +0200 + +gnome-games (1:2.10.2-1) unstable; urgency=low + + J.H.M. Dassen (Ray): + * New upstream bug fix and translations update release. + * [debian/control.in] + * Bumped Standards-Version. + * Added versioned binutils build dependency (so --as-needed works). + * [debian/rules] Revert NMU changes now --as-needed works again. + * Acknowledge NMU (Closes: #319162). + + Loic Minier: + * Fix copyright. [debian/copyright] + + -- J.H.M. Dassen (Ray) Sat, 24 Sep 2005 16:09:02 +0200 + +gnome-games (1:2.10.1-5.1) unstable; urgency=low + + * 0 day NUM for RC bug durring BSP + * remove -Wl,--as-needed from all Makefiles (closes: #319162) + + -- Blars Blarson Sat, 3 Sep 2005 02:45:38 +0000 + +gnome-games (1:2.10.1-5) unstable; urgency=low + + * Fix URL in the description (closes: #317652). + * Rebuild with GCC 4.0 for the C++ transition. + + -- Josselin Mouette Tue, 12 Jul 2005 23:09:44 +0200 + +gnome-games (1:2.10.1-4) unstable; urgency=low + + * Upload to unstable. + * rules: don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + + -- Josselin Mouette Thu, 9 Jun 2005 00:37:03 +0200 + +gnome-games (1:2.10.1-3) experimental; urgency=low + + * Updated debian/watch. + * Move schema files in gnome-games-data. + + -- Josselin Mouette Wed, 27 Apr 2005 20:05:59 +0200 + +gnome-games (1:2.10.1-2) experimental; urgency=low + + * Build-conflict with libhowl-dev (closes: #304588). + * Pass --as-needed to ld to reduce dependencies. + + -- Josselin Mouette Thu, 14 Apr 2005 18:33:23 +0200 + +gnome-games (1:2.10.1-1) experimental; urgency=low + + * New upstream release. + * Updated build-depends. + * Build-depend on libesd0-dev. + * aisleriot-bakers-help.patch, aisleriot-doubleclick.patch, + gnometris-score.patch: removed, integrated upstream. + * desktop-path.patch: updated. + * gnome-games.post{inst,rm}: match new score files. + * rules: run dh_python. + * Recommend ${python:Depends}. + * gnome-games-data.install: install same-gnome themes. + + -- Josselin Mouette Wed, 13 Apr 2005 22:10:32 +0200 + +gnome-games (1:2.8.3-2) unstable; urgency=low + + * Build-depend on the latest libgnomeui and libgnomevfs2 to avoid depending + on libhowl. + + -- Josselin Mouette Wed, 2 Mar 2005 19:12:21 +0100 + +gnome-games (1:2.8.3-1) unstable; urgency=low + + * New upstream release. + + gataxx-default-theme.patch, iagno-default-theme.patch, + gnometris-default-theme.patch, same-gnome-default-theme.patch, + gnotski-newgame.patch: removed, now included upstream. + * aisleriot-doubleclick.patch: stolen from CVS; check the move is valid when + double-clicking in click-to-move mode (closes: #268734). + + -- Josselin Mouette Tue, 1 Mar 2005 23:27:09 +0100 + +gnome-games (1:2.8.2-2) unstable; urgency=low + + * Create missing mahjongg score files in postinst, thanks Tilman Koschnick + (closes: #291319). + * Also remove them in postrm. + * Always remove the score files upon purge. + * aisleriot-bakers-help.patch: fix documentation for "Baker's game", thanks + Bruce Fields (closes: #273556). + * gnometris-score.patch, stolen from CVS: don't increment score after + the game is finished (closes: #223190). + + -- Josselin Mouette Fri, 21 Jan 2005 20:00:21 +0100 + +gnome-games (1:2.8.2-1) unstable; urgency=low + + * New upstream release. + + Fix conflict between static and non-static declarations in + libgames-support (closes: #286850). + * glines-default-theme.patch: removed, included upstream. + * gnotski-newgame.patch: correctly redraw board when starting a new game + (closes: #280663). + + -- Josselin Mouette Tue, 4 Jan 2005 15:34:10 +0100 + +gnome-games (1:2.8.1-3) unstable; urgency=medium + + * same-gnome-default-theme.patch: fallback when the theme file is not found + (closes: #280906). + * glines-default-theme.patch: ditto for glines (closes: #282271). + * gataxx-default-theme.patch, gnometris-default-theme.patch, + iagno-default-theme.patch: the same for the other games. + * control.in: gnome-games recommends gnome-games-extra-data. + + -- Josselin Mouette Mon, 6 Dec 2004 19:12:59 +0100 + +gnome-games (1:2.8.1-2) unstable; urgency=low + + * Upload to unstable. + * debian/control.in: + - Updated the Build-Depends on debhelper to use dh_desktop. + Gustavo Noronha Silva: + * [debian/patches/unclash-pixmaps.patch] Added to move + teleport.png and rteleport.png to /usr/share/pixmaps/gnobots2/ + to avoid clashing (Closes: #278712) + + -- Sebastien Bacher Fri, 19 Nov 2004 23:18:03 +0100 + +gnome-games (1:2.8.1-1) experimental; urgency=low + + * New upstream release. + * [debian/watch] Updated. + * [debian/control.in] Bumped debhelper dependency to ensure a good dh_gconf. + * [gnome-games.postinst] Removed the bogus schemas registration, dh_gconf + handles it. + * [debian/patches/desktop-path.patch] Updated. + + -- J.H.M. Dassen (Ray) Mon, 11 Oct 2004 10:15:47 +0200 + +gnome-games (1:2.8.0-1) experimental; urgency=low + + * New (for Debian) upstream release. + * Integrated ubuntu work. + * [debian/control.in] Tightened build dependencies that were already + experimental-only to their current versions. + + -- J.H.M. Dassen (Ray) Thu, 16 Sep 2004 19:19:39 +0200 + +gnome-games (1:2.7.6-1) experimental; urgency=low + + * New upstream development release. + * [debian/patches/pileon-layout.patch] Dropped; has been integrated + upstream. + * [debian/control.in] Tightened gnome-vfs2 dependency to swith to + libgnutls11. + + -- J.H.M. Dassen (Ray) Sat, 14 Aug 2004 10:08:31 +0200 + +gnome-games (1:2.8.0-0ubuntu1) warty; urgency=low + + * New upstream release. + + -- Sebastien Bacher Mon, 13 Sep 2004 11:45:07 +0200 + +gnome-games (1:2.7.8-0ubuntu1) warty; urgency=low + + * New upstream release: + Aisleriot: + - right click now works after window enlargement. + - the translation of the game-specific help menu item is fixed. + - --variation (and the freecell desktop file) now works for non-english + locales. + - documentation for one and two-suit spider. + Blackjack: + - the payout for winning with a blackjack is now documented. + Mines: + - Stop the face image being clipped. + + -- Sebastien Bacher Mon, 30 Aug 2004 12:28:22 +0200 + +gnome-games (1:2.7.7-0ubuntu1) warty; urgency=low + + * New upstream release: + Aisleriot: + - thieves, elevator and eagle_wing are now all playable again. + Five or More: + - grid drawing improvements. + Gnometris: + - don't play sounds when we don't actually do anything. + Mines: + - fix a rounding error when displaying scores on some platforms + * debian/control.in: + - Recommends: gnome-games-extra-data + * debian/NEWS.Debian: + - added to mention the split of the themes in gnome-games-extra-data. + + -- Sebastien Bacher Fri, 27 Aug 2004 17:15:27 +0200 + +gnome-games (1:2.7.6-0ubuntu1) warty; urgency=low + + * New upstream release: + - pileon should be laid out properly. + - Streets and Alleys won't click on a double click anymore. + - typos fixes, translations updates. + + -- Sebastien Bacher Tue, 3 Aug 2004 16:06:47 +0200 + +gnome-games (1:2.7.5-0ubuntu1) warty; urgency=low + + * New upstream release + - gnometris has sound effects now. + - klotski is back. + - stones sound files have been removed. + + -- Sebastien Bacher Wed, 21 Jul 2004 14:37:55 +0200 + +gnome-games (1:2.7.4-0ubuntu1) warty; urgency=low + + * New uptream release. + * debian/control.in: + - Build-Depends, updated librsvg2-dev to 2.7, removed libcroco2-dev. + + -- Sebastien Bacher Tue, 6 Jul 2004 14:02:43 +0200 + +gnome-games (1:2.7.3-2) experimental; urgency=low + + * GNOME Team upload. + * Rebuilt with gcc-3.3 instead of 3.4. + + -- Sebastien Bacher Tue, 29 Jun 2004 12:59:52 +0200 + +gnome-games (1:2.7.3-1) experimental; urgency=low + + * New (development) upstream release. + * debian/{control,patches/desktop-path.patch}: + GNOME Klotski was removed. + * debian/control, debian/libgdkcardimage*: + The library is gone! + + -- Marc 'HE' Brockschmidt Mon, 28 Jun 2004 21:10:51 +0200 + +gnome-games (1:2.6.1-6) unstable; urgency=medium + + * [debian/control.in] Bumped the build dependency on librsvg2-dev to ensure + libbz2-dev is pulled in. (Closes: #254138) + + -- J.H.M. Dassen (Ray) Sun, 13 Jun 2004 14:20:44 +0200 + +gnome-games (1:2.6.1-5) unstable; urgency=low + + * libgdkcardimage0.shlibs: Require version 1:2.6.1-4 (closes: #250603). + * gnome-games.menu: properly quote needs= and section=. + * desktop-path.patch: added, uses absolute paths for .desktop files + (closes: #236618). + + -- Josselin Mouette Wed, 2 Jun 2004 15:52:33 +0200 + +gnome-games (1:2.6.1-4) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Sun, 30 May 2004 01:24:45 +0200 + +gnome-games (1:2.6.1-3) experimental; urgency=low + + * libgdkcardimage0.shlibs: make the shlibs file require + libgdkcardimage0 >= 2.6 (closes: #250603). + * control.in: remove unused build dependencies, add gnome-vfs. + + -- Josselin Mouette Mon, 24 May 2004 13:12:39 +0200 + +gnome-games (1:2.6.1-2) experimental; urgency=low + + * Bumped Build-depends. + + -- Sebastien Bacher Fri, 23 Apr 2004 01:03:11 +0200 + +gnome-games (1:2.6.1-1) experimental; urgency=low + + * New upstream release. + * debian/control.in: + + added Build-depends on libcroco2-dev. + + -- Sebastien Bacher Wed, 21 Apr 2004 23:56:58 +0200 + +gnome-games (1:2.6.0.1-2) experimental; urgency=low + + * Updated Build-Depends (Closes: #242203). + + -- Sebastien Bacher Mon, 5 Apr 2004 19:51:19 +0200 + +gnome-games (1:2.6.0.1-1) experimental; urgency=low + + * New upstream release. + + -- Sebastien Bacher Sat, 3 Apr 2004 20:10:35 +0200 + +gnome-games (1:2.6.0-2) experimental; urgency=low + + * Upload in experimental this time. + + -- Sebastien Bacher Sun, 28 Mar 2004 19:45:22 +0200 + +gnome-games (2.6.0-1) unstable; urgency=low + + * New upstream release: + + Mahjongg's shuffled pile is guaranteed to be solvable (if there is a + solution) (Closes: #153677, #163122). + * debian/control.in: + + updated Build-Depends. + * debian/watch: + + updated to 2.6 branch. + + -- Sebastien Bacher Sun, 28 Mar 2004 15:56:04 +0200 + +gnome-games (2.4.3-1) unstable; urgency=low + + * New upstream release (closes: #238285). + * control.in: new maintainer. + + -- Josselin Mouette Tue, 16 Mar 2004 12:20:55 +0100 + +gnome-games (2.4.2-3) unstable; urgency=low + + * Added Build-Depends on libxml-parser-perl (Closes: #230829). + + -- Sebastien Bacher Mon, 2 Feb 2004 22:38:10 +0100 + +gnome-games (2.4.2-2) unstable; urgency=low + + * Set section to gnome to match the override file. + * libgdkcardimage{0,-dev} replaces gnome-card-games (closes: #230359). + + -- Josselin Mouette Sat, 31 Jan 2004 11:26:33 +0100 + +gnome-games (2.4.2-1) unstable; urgency=low + + * New upstream release. + + Fix blackjack segmentation fault on powerpc (closes: #228163). + * gnome-games-data now replaces old versions of gnome-panel-data + (closes: #227635). + * Removed gnibbles-relmove-prefs.patch, now included upstream. + * Use DEB_SHLIBDEPS_INCLUDE again, cdbs is fixed. + + -- Josselin Mouette Thu, 29 Jan 2004 23:12:41 +0100 + +gnome-games (2.4.1.1-2) unstable; urgency=low + + * gnome-games.post{inst,rm}: create and remove /var/games correctly + (closes: #225556). + * rules,control: temporary work around for cdbs not adding libgdkcardimage0 + to the dependencies. + + -- Josselin Mouette Mon, 5 Jan 2004 18:20:13 +0100 + +gnome-games (2.4.1.1-1) unstable; urgency=low + + * New upstream release. + * Now replaces blackjack (closes: #222162). + * gnibbles-relmove-prefs.patch: make the relative movement + configuration available without restarting (closes: #222341). + * Split the data files in a separate package, and make also a + separate package for libgdkcardimage. Update rules and debian/*.* + accordingly. + * control.in: correct typos and improve description. + * Don't install files in /var/games, they are created in postinst. + * Update scores files list. + + -- Josselin Mouette Sun, 7 Dec 2003 23:40:51 +0100 + +gnome-games (2.4.1-3) unstable; urgency=low + + * Move control to control.in. + * control.in: + + use gnome-pkg-tools for Uploaders: generation. + + improve description. + + build-depend on guile-1.6-dev instead of libguile-dev to generate + aisleriot properly (closes: #218421). + + conflict with gnome-desktop-data < 2.4 (closes: #217487). + * rules: use gnome-pkg-tools makefile. + * menu: complete rework, update to package contents (closes: #192665). + * pixmaps/: include 32x32 XPM icons. + + -- Josselin Mouette Sun, 2 Nov 2003 20:35:57 +0100 + +gnome-games (2.4.1-2) unstable; urgency=low + + * Removed Build-Depends on help2man (Closes: #204023). + * Updated description (Closes: #205749). + * /var/games/*: + - score files are owned by games.games now + (Closes: #185871, #189191, #211773). + + -- Sebastien Bacher Tue, 21 Oct 2003 17:46:46 +0200 + +gnome-games (2.4.1-1) unstable; urgency=low + + * New upstream release. + * New maintainer (Gnome Team), thank you Noel. + * Switched to cdbs. + * Updated Standards-Version to 3.6.1.0. + + -- Sebastien Bacher Sun, 19 Oct 2003 23:16:30 +0200 + +gnome-games (2.2.1-1) unstable; urgency=low + + * new upstream from 2003-03-11 + * upstream fixed gnect schema + (closes: Bug#177411) + + -- Noel Koethe Wed, 12 Mar 2003 21:52:00 +0100 + +gnome-games (2.2.0-1) unstable; urgency=low + + * new upstream 2.2.0 from 2003-01-21 + * looks like BTS cannot handle utf8 correctly.:( + closing bugs from 2.1.5-1 again + (closes: #175513,#172834,#168455,#148067,#159652) + + -- Noel Koethe Wed, 22 Jan 2003 20:51:00 +0100 + +gnome-games (2.1.5-1) unstable; urgency=low + + * 2.1.5 is GNOME games 2.2 rc1 + * added patch from cvs head to fix collision of image name + of xbill with gnome-xbill + (closes: Bug#175513) + * updated Standards-Version + * added scrollkeeper to Depends: because its used in postinst + (closes: Bug#172834) + * disapearing cards look fixed in 2.x + (closes: Bug#168455) + * solitaire problem with quiting is fixed by upstream + (closes: Bug#148067) + * equal score = both winners + (closes: Bug#159652) + * changed my name correct spelling.:) + + -- Noèl Köthe Sat, 18 Jan 2003 14:54:00 +0100 + +gnome-games (2.1.3-2) unstable; urgency=low + + * fixed schema of gtali PlayerNames + + -- Noel Koethe Wed, 27 Nov 2002 13:55:00 +0100 + +gnome-games (2.1.3-1) unstable; urgency=low + + * upstream Ross Burton requested to use 2.0.6 or 2.1.3 + of gnome-games + Because of my upload failure (2.1.0-1) I will stay + on gnome-games 2.1.x because in just 2 month Gnome 2.2 + will be released (see + http://developer.gnome.org/dotplan/schedule/ ) and + gnome-games doesn't use anything from the new 2.1 API + and works without any problems on 2.0 which is in sid. + Because I think sarge will not be out quite soon + (gcc transition didn't started afaik), Gnome 2.2 will + go into sarge imho. + Sorry for my mistake uploading 2.1 but this will be fixed + with 2.2. + Thanks to Ross Burton for pointing me to the "better" + version. + + -- Noel Koethe Tue, 26 Nov 2002 17:33:00 +0100 + +gnome-games (2.1.0-7) unstable; urgency=low + + * rebuild to correct libstdc++ breakage + (closes: Bug#170108) + (closes: Bug#170682) + * mahjongg start corrected + (closes: Bug#168245) + * fixed problem with score files. Already existing + score files aren't touch + (closes: Bug#170527) + + -- Noel Koethe Sun, 26 Nov 2002 12:33:00 +0100 + +gnome-games (2.1.0-6) unstable; urgency=low + + * made description nicer + (closes: Bug#168409) + * removed suid games + (closes: Bug#167784) + + -- Noel Koethe Thu, 14 Nov 2002 10:44:00 +0100 + +gnome-games (2.1.0-5) unstable; urgency=low + + * fixed postinst script, so only gnome-games + file perissions in /var/games and /usr/games + will be changed. Sorry for my failure + (closes: Bug#167810) + * correct Debian menues of gnome-games + * removed wrong /buildd directory for the buildd's + (closes: Bug#162556) + + -- Noel Koethe Wed, 6 Nov 2002 11:39:00 +0100 + +gnome-games (2.1.0-4) unstable; urgency=low + + * correct binary path of the games + (closes: Bug#167525) + * fixed depencencies from 1.4 -> 2.x upgrade + (closes: Bug#167522) + * added short description of the games + (closes: Bug#167290) + * added URL to description + + -- Noel Koethe Sun, 3 Nov 2002 11:34:00 +0100 + +gnome-games (2.1.0-3) unstable; urgency=low + + * registered schemas correctly (thx to Christian Marillat) + this fixes gnometris + (closes: Bug#167069) + gnome-mahjongg + (closes: Bug#167070) + same-gnome + (closes: Bug#162513) + * registered documentation with scrollkeeper + (closes: Bug#166964) + * gataxx help menu fixed + (closes: Bug#111344) + * fixed menu titles + (closes: Bug#110161) + + -- Noel Koethe Fri, 1 Nov 2002 22:51:00 +0100 + +gnome-games (2.1.0-2) unstable; urgency=low + + * gnome2 enters sid; its not possible to upload packages with + lower version number to sid than its in experimental.:( + the difference between 2.1.0 and 2.0.4 is just the version + bump + * fixed /var/games permissions + (closes: Bug#163765) + (closes: Bug#163588) + * gnome2 doesn't have html documentation in the package + (closes: Bug#31197) + * Help problem fixed in aiserlot/sol + (closes: Bug#160279) + * highscore problem fixed in gnome2 version of mahjongg + (closes: Bug#127455) + * gnome2 fixed help menu problem of gnobots2 + (closes: Bug#116993) + * upstream improved computer player of iagno + (closes: Bug#61847) + * glines now has documentation for playing it + (closes: Bug#64435) + * corrected download URL in copyright file. + + -- Noel Koethe Mon, 28 Oct 2002 10:01:00 +0100 + +gnome-games (2.1.0-1) experimental; urgency=low + + * new upstream from 2002-10-03 + + -- Noel Koethe Thu, 3 Oct 2002 21:18:00 +0200 + +gnome-games (2.0.4-1) experimental; urgency=low + + * new upstream from 2002-08-28 + * updated Standards-Version to 3.5.7 + * added --localstatedir= to correct to /var/games + * fixed docbookx.dtd location from URL to local file + (closes: Bug#159680) + (closes: Bug#161075) + + -- Noel Koethe Tue, 23 Sep 2002 22:50:00 +0200 + +gnome-games (2.0.2-2) experimental; urgency=low + + * added Conflict: gnome-games-locale so it will install without + errors/collitions + (closes: Bug#157212) + + -- Noel Koethe Sat, 24 Aug 2002 11:53:00 +0200 + +gnome-games (2.0.2-1) experimental; urgency=low + + * Initial Release of gnome2 gnome-games + (closes: Bug#147634) + + -- Noel Koethe Sun, 18 Aug 2002 16:22:32 +0200 + +gnome-games (1.4.0.4-2) unstable; urgency=low + + * corrected dependencies + (closes: Bug#150395) + * corrected image links in gnome-stones help files + (closes: Bug#157796) + * added gnobots2.classic_robots-super-safe.scores to gnobots + scorefiles + (closes: Bug#157797) + + -- Noel Koethe Sat, 24 Aug 2002 14:34:00 +0200 + +gnome-games (1.4.0.4-1) unstable; urgency=low + + * new upstream version 2002-05-25 + * libgdkcardimage.so.* are now correct + (closes: Bug#62891) + * reported problem in glines is fixed by upstream + (closes: Bug#76640) + * this isn't a bug + (closes: Bug#94561) + * this isn't a bug because its not true + (closes: Bug#117063) + * corrected menu pixmap from gnome-card-games + (closes: Bug#122743) + * removed menu icon entry because there is no icon + available for same + (closes: Bug#122744) + * fixed in 1.4.0.4 + (closes: Bug#97024) + * silly depends line corrected + (closes: Bug#116992) + * updated gnome-card-games description + (closes: Bug#145925) + * added a small description line for gataxx + (closes: Bug#133110) + * closing fixed/pending bugs + (closes: Bug#132805) + (closes: Bug#132832) + (closes: Bug#132844) + + -- Noel Koethe Thu, 30 May 2002 12:30:00 +0200 + +gnome-games (1.4.0.3-7) unstable; urgency=low + + * took the package + * closing fixed bugs. Thanks! + (closes: Bug#52234) + (closes: Bug#132803) + + -- Noel Koethe Thu, 30 May 2002 10:54:00 +0200 + +gnome-games (1.4.0.3-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Mark conffiles as such. (Closes: #132803, #132805, #132832, #132844) + + -- Jose Carlos Garcia Sogo Fri, 15 Feb 2002 20:12:21 +0100 + +gnome-games (1.4.0.3-6) unstable; urgency=low + + * Recompile to get correct libstdc++ depends (Oops strange symlink on + system causing the problem. Remove that) (Closes: #117064) + * Add $(GDK_PIXBUF_CFLAGS) to INCLUDES in + freecell/gdk-card-image/Makefile.am and run automake (Closes: #126206) + * Do same with gnome-stones/objects/Makefile.am + * Remove calls to libtoolize and automake in rules and just include + Makefile.in changes in diff.gz. Includes commenting out code to + remove Makefile.in's. + * Move gnibbles from Games/Puzzles to Games/Arcade (Closes: #128736) + * Add mahjongg menu hint to gnome-mahjongg (Closes: #128755) + * Add Mines menu hint to gnome-gnomine (Closes: #128754) + * Add SameGame menu hint to gnome-same-gnome (Closes: #128738) + + -- James LewisMoss Mon, 14 Jan 2002 16:52:10 -0500 + +gnome-games (1.4.0.3-5) unstable; urgency=low + + * Set -geometry 32x32> for convert command to make sure the icon doesn't + exceed that size (Closes: #110045) + * Don't gen man page if it already exists. + * If debian/.1.good exists use that before using help2man + output. + * Fix build-depends cygnus-stylesheets -> docbook-utils (Closes: #123744) + * Include the wonderful manpages from Jan Schaumann + . Thanks! + * Recompile fixes libstdc++ depends (Closes: #117064, #117064) + * Add gnome-card-games postrm to call ldconfig (lintian) + * Fix ldconfig calls in gnome-card-games postinst & postrm (lintian) + + -- James LewisMoss Thu, 13 Dec 2001 15:52:48 -0500 + +gnome-games (1.4.0.3-4) unstable; urgency=low + + * Remove set -e from gen-man-page. We are planning on catching the + error rather than letting it kill the script. (Closes: #108030) + * Add libtoolize call (may fix 106797) + + -- James LewisMoss Sun, 12 Aug 2001 13:40:17 -0400 + +gnome-games (1.4.0.3-3) unstable; urgency=low + + * Add libgdk-pixbuf-dev to build depends (Closes: #106738) + * Add man page generation with backup manpages in debian/ + * Add gnobots2.robots2-super-safe.scores to score file creation. + + -- James LewisMoss Thu, 26 Jul 2001 20:34:10 -0400 + +gnome-games (1.4.0.3-2) unstable; urgency=low + + * Add conflicts with gnome-gturing to gnome-games-locale. + + -- James LewisMoss Wed, 25 Jul 2001 18:33:54 -0400 + +gnome-games (1.4.0.3-1) unstable; urgency=low + + * New upstream. + * ten across upstream now. + * Get rid of automake and autoconf call. + * Copy config.{sub,guess} into source (Closes: #104846) + * Recompile with newer gnome-libs to get sgid depends fix (Closes: + #95698) + * Remove gnome-gturing and gnome-scottfree. Removed upstream. + * Add some doc rm -rf's to rules. + * Remove gnome-gturing from gnome-games depends list. + * Fix bug in ten-across missing func get-stock-no-string. + + -- James LewisMoss Wed, 25 Jul 2001 15:51:27 -0400 + +gnome-games (1.4.0.1-5) unstable; urgency=low + + * Remove the aisleriot doc dir so it'll be regenerated with the + ten_across.html file (Closes: #101288) + + -- James LewisMoss Mon, 18 Jun 2001 12:04:08 -0400 + +gnome-games (1.4.0.1-4) unstable; urgency=low + + * Reintegrate the ten across game. (Closes: #85915) + * Recompile with newer libgnome32 to get the >= 1.2.13-5 depends + (Closes: #95806) + * Maze help file available (Closes: #93263) + + -- James LewisMoss Sun, 13 May 2001 13:25:51 -0400 + +gnome-games (1.4.0.1-3) unstable; urgency=low + + * Remove old score files in /var/lib/games for gnibbles, gnobots + (gnobots2), gnobots2, gnome-stones, gnometris, gnotravex, gyahtzee + (gtali). + * Fix up postrms to remove the correct files. Add -f to rm. No need to + fail here if these files don't exist. + * Add scrollkeeper to build depends (Closes: #93266) + + -- James LewisMoss Sun, 8 Apr 2001 02:48:07 -0400 + +gnome-games (1.4.0.1-2) unstable; urgency=low + + * Comment out all the auto man page generation. This is causing + problems for build on other architectures. (Closes: #85959) + * Add build depends on libncurses5-dev. (Closes: #92506) + * Fix location of score files. (Closes: #92513) + * Gnotski description changed last upload (Closes: #90984) + * Someone with an NMU fixed this one (Closes: #55234) Thanks. + * Remove gnomine pixmap directive in menu file. Doesn't have a pixmap + in the package (it's in gnome-panel-data for some messed up reason) + (Closes: #82981) + * Add score file handling for gnotski (Closes: #90985) + + -- James LewisMoss Fri, 6 Apr 2001 11:57:38 -0400 + +gnome-games (1.4.0.1-1) unstable; urgency=low + + * New upstream version. + * Fix description of gnome-gnotski (some bug I'll close later) + * Add gataxx, gnibbles, gnome-mines, gnome-stones, gnotravex, mahjonng, + same-gnome help files to package. + * Add omf files to packages: aisleriot, gataxx, gnibbles, gnobots2, + gnome-mines, gnome-stones, gnotravex, gtali, gturing, iagno, mahjongg, + same-gnome. + * Add pixmaps for gnotravex, gtali, and gturing. + * Up standards version. + + -- James LewisMoss Thu, 5 Apr 2001 11:07:55 -0400 + +gnome-games (1.2.0-5) unstable; urgency=low + + * Add build depends on imagemagick (Closes: 85950) + * Fix error in aisleriot/docs/Makefile.am which caused ten_across.html + to not be built (Closes: 85915) + * Copy all the aisleriot/docs/*.sgml for the particular games from cvs. + * Add LD_LIBRARY_PATH setting in gen-man-pages. (Closes: #85959) + * Add ten-across to aisleriot.sgml. Now it should build properly. + * OK. Now fix the errors in ten_across.sgml that I never saw before + because I didn't notice it wasn't building (missing >, corrected + chapter id string) + + -- James LewisMoss Wed, 14 Feb 2001 13:18:00 -0500 + +gnome-games (1.2.0-4) unstable; urgency=low + + * Update suidregister usage. Add conflicts. + * Recompile for libguile9 change. Add conflicts. + * Add maximum score for thieves to its docs (Closes: #85442) + * Add patch to fix thieves redraw bug (Closes: #41860) + * Include libgnome-card-games.so link in gnome-card-games. I really + should include a dev package, so I won't close the bug requesting + this, but this should be good enough for now. + * Generate man pages using help2man. Closes something. I'll look it up + later. + * Add ten across game to aisleriot. + * Change build depend libguile9-dev -> libguile-dev + + -- James LewisMoss Tue, 13 Feb 2001 01:22:39 -0500 + +gnome-games (1.2.0-3) unstable; urgency=low + + * Update build depends (Closes: #79429) + * NMU Fixed. icons, new version, menu changes, mahjongg fixes, ditto, + icon, remove scores file (Closes: #54545, #69686, #59164, #59484, + #59878, #62322, #62521, #62522) + * These must be fixed upstream by now. No other reports and many I + haven't seen ever/recently (Closes: #37961, #38114, #38174, #44149, + #54216, #61848) + * Fix swedish translation (Closes: #50511) + * The dir in iagno was created. (Closes: #56829) + + -- James LewisMoss Fri, 15 Dec 2000 12:00:36 -0500 + +gnome-games (1.2.0-2) unstable; urgency=low + + * Fixup build depends (Closes: #76607) + * Add debhelper build depend (lintian). + * Don't install NEWS into any packages (nothing in it) (lintian) + * Comment out all dh_undocumented calls. it's just a way to mask bugs. + * Remove some README and NEWS installs where the README or NEWS file is + empty. (lintian) + * Ignore some suidunregister call warnings from lintian. + + -- James LewisMoss Sat, 9 Dec 2000 21:32:24 -0500 + +gnome-games (1.2.0-1) unstable; urgency=low + + * Maintainer upload. + * Remove undocumented link for gnome-gturing (It doesn't fix a bug to + link to undocumented. I'd rather have the warning from lintian + bugging me to write one.) + * Add gnome-gnotski to depends list of gnome-games. + + -- James LewisMoss Sat, 7 Oct 2000 18:09:37 -0400 + +gnome-games (1.2.0-0.1) unstable; urgency=low + + * New upstream release (Closes: #69686) + * Add icons for Debian menu (Closes: #54545, #62322) + * Move menu glines to Games/Board (Closes: #59164) + * Install undocumented.7 for gnome-gturing (Closes: #62108) + * Move gnome-stonesrc* in /usr/share/gnome-stones (Closes: #52234) + * In gnome-mahjongg install all scores files (Closes: #62522, #59878) + * Remove scores files in gnome-mahjongg (Closes: #62521) + * Each time you press suggestion a 30 seconds penalty is added (Closes: #59484) + * gnome-iagno add /varLib/games directories (Close: #56829) + + -- Christian Marillat Sat, 26 Aug 2000 14:38:57 +0200 + +gnome-games (1.0.51-6) frozen unstable; urgency=low + + * Remove odd call to ldconfig from iagno's postinst. (Thanks lintian!) + * Recompile for libesd0. Important bug. (Closes: #56452, #56453) + * Fix GPL file location in copyright (lintian warning) + + -- James LewisMoss Sat, 29 Jan 2000 17:42:59 -0500 + +gnome-games (1.0.51-5) unstable; urgency=low + + * Move gataxx from menu Games/Arcade to Games/Board. Closes: #49540. + * Recompile with libguile6. + + -- James LewisMoss Fri, 12 Nov 1999 18:28:32 -0500 + +gnome-games (1.0.51-4) unstable; urgency=low + + * Run debconfigure (gotta get rid of this soon) to really fix the + descriptions. Oops: Closes: #49402, #49403 + + -- James LewisMoss Sat, 6 Nov 1999 18:56:35 -0500 + +gnome-games (1.0.51-3) unstable; urgency=low + + * Fix the description of gataxx Closes: #48428, #48595. + + -- James LewisMoss Sat, 30 Oct 1999 08:21:45 -0400 + +gnome-games (1.0.51-2) unstable; urgency=low + + * Oops. Had gnome-iagno's postinst as gnome-card-games's. No idea + why. Move it. Closes: 47429. + + -- James LewisMoss Fri, 22 Oct 1999 20:05:01 -0400 + +gnome-games (1.0.51-1) unstable; urgency=low + + * New upstream. + * Add in new games: xbill, glines, gataxx. + * Rename gothello -> iagno, and gyahtzee -> gtali. + * Fix typo in short descrip of gnome-games-locale. + * add some conflicts/provides to force removal of old package + gnome-gnobots. + * Fix postinst.in's #DEBHELPER# -> ##DEBHELPER##. + + -- James LewisMoss Fri, 22 Oct 1999 08:36:36 -0400 + +gnome-games (1.0.42-1) unstable; urgency=low + + * New upstream. + + -- James LewisMoss Tue, 28 Sep 1999 21:07:11 -0400 + +gnome-games (1.0.2-9) unstable; urgency=low + + * Add an ugly patch to gnotravex that fixes a configure_event loop + causing new_game_cb to be called repeatedly. (Fixes bug #45030) + * Set permissions in packages correctly and let postinst handle setting + games to sgid games. + + -- James LewisMoss Mon, 13 Sep 1999 20:16:09 -0400 + +gnome-games (1.0.2-8) unstable; urgency=low + + * Fix doc directory copying in gnome-card-games build. (FHS problems) + + -- James LewisMoss Sat, 11 Sep 1999 20:30:58 -0400 + +gnome-games (1.0.2-7) unstable; urgency=low + + * Added replaces gnome-games (<< 1.0.1-4) to gnome-games-locale to get + rid of overwrite problem. + + -- James LewisMoss Sun, 5 Sep 1999 09:57:45 -0400 + +gnome-games (1.0.2-6) unstable; urgency=low + + * Fix menu title for Gnome Tetravex. (Fixes bug #37921) + * Fix menu title for Gnome Gnothello (Fixes bug #37910) + + -- James LewisMoss Sun, 11 Jul 1999 13:57:14 -0400 + +gnome-games (1.0.2-5) unstable; urgency=low + + * Added patch from cvs for royal-east crash in sol (Fixes #35820) + * Actually run debconfigure to regenerate the files I've been fixing. + + -- James LewisMoss Sat, 10 Jul 1999 18:58:24 -0400 + +gnome-games (1.0.2-4) unstable; urgency=low + + * Fix another turning typo. + * Fix for crash of freecell for new game (Fixes bug #39764 & #35825) + * Remove undo info before saying lost (Fixes bug #39191) + + -- James LewisMoss Tue, 6 Jul 1999 23:22:15 -0400 + +gnome-games (1.0.2-3) unstable; urgency=low + + * Added gnome-stones .so files to deb (Fixes bug #37644) + + -- James LewisMoss Thu, 13 May 1999 20:19:45 -0400 + +gnome-games (1.0.2-2) unstable; urgency=low + + * Fix typo in gturing package description. (Bug #34271) + + -- James LewisMoss Wed, 12 May 1999 22:21:35 -0400 + +gnome-games (1.0.2-1) unstable; urgency=low + + * New upstream. + + -- James LewisMoss Thu, 8 Apr 1999 22:59:57 -0400 + +gnome-games (1.0.1-5) unstable; urgency=low + + * Recompile with glibc 2.1. + + -- James LewisMoss Sun, 28 Mar 1999 20:20:43 -0500 + +gnome-games (1.0.1-4) unstable; urgency=low + + * Add gnome-games-locale package that all packages depend upon. + * Change gnome-games package to be an empty package that depends on all + other gnome-packages. + * Changed dependancies in gnome-games to be same version and dependancies + on gnome-games-locale to be same version. + + -- James LewisMoss Fri, 19 Mar 1999 20:31:24 -0500 + +gnome-games (1.0.1-3) unstable; urgency=low + + * Fix gnome-gnothello menu file. + + -- James LewisMoss Fri, 19 Mar 1999 19:43:04 -0500 + +gnome-games (1.0.1-2) unstable; urgency=low + + * Add dh_suidregister calls. + * Fix the names of the gnibbles score files. + * Move the sound files from /usr/etc to /etc. + * Moved metatris and gnometris from Games/Puzzles to Games/Tetris-like. + + -- James LewisMoss Thu, 11 Mar 1999 00:05:23 -0500 + +gnome-games (1.0.1-1) unstable; urgency=low + + * New upstream. + + -- James LewisMoss Sat, 6 Mar 1999 03:34:11 -0500 + +gnome-games (0.99.8-1) unstable; urgency=low + + * New upstream. + * Recompile with correct libesd. + + -- James LewisMoss Thu, 18 Feb 1999 17:53:56 -0500 + +gnome-games (0.99.7-2) unstable; urgency=low + + * Removed frozen from dist list. Oops. + * Added new games. + + -- James LewisMoss Sat, 13 Feb 1999 14:20:33 -0500 + +gnome-games (0.99.7-1) frozen unstable; urgency=low + + * New version. + + -- James LewisMoss Sun, 7 Feb 1999 20:25:36 -0500 + +gnome-games (0.30-5) frozen unstable; urgency=low + + * Recompile with new libc. + * Add better description for gnome-turing (Fixes Bug #28091) + + -- James LewisMoss Tue, 22 Dec 1998 11:21:38 -0500 + +gnome-games (0.30-4) frozen unstable; urgency=low + + * Changed list-length to length in the card games .scm files (fixes + crashing bug). (Likely caused by newer version of guile.) + + -- James LewisMoss Wed, 25 Nov 1998 13:06:13 -0500 + +gnome-games (0.30-3) frozen unstable; urgency=low + + * Recompile with new gnome, gnome-guile, and guile packages. No other + changes. + + -- James LewisMoss Wed, 25 Nov 1998 11:16:46 -0500 + +gnome-games (0.30-2) unstable; urgency=low + + * Recompile with libgtk1.1 1.1.3 libs (soname change). + + -- James LewisMoss Sat, 7 Nov 1998 12:47:57 -0500 + +gnome-games (0.30-1) unstable; urgency=low + + * New upstream. + * New Maintainer. + * Added turing and stones. + + -- James LewisMoss Wed, 30 Sep 1998 22:49:33 -0400 + +gnome-games (0.27-2) unstable; urgency=low + + * Recompiled to fix dependencies. + + -- Jim Pick Fri, 25 Sep 1998 20:29:53 -0700 + +gnome-games (0.27-1) unstable; urgency=low + + * New upstream version. + + -- Jim Pick Sat, 15 Aug 1998 20:36:34 -0700 + +gnome-games (0.25-1) unstable; urgency=low + + * New upstream version. + + -- Jim Pick Sat, 8 Aug 1998 12:16:43 -0700 + +gnome-games (0.20-2) unstable; urgency=low + + * Fixed score file location - Bug #24027 (Thanks to Ray Dassen) + * Moved games to /usr/games - Bug #24030 (Thanks to Ray Dassen) + * Fixed gnomine menu - Bug #25142 (Thanks to Joel Rosdahl) + + -- Jim Pick Mon, 3 Aug 1998 20:14:54 -0700 + +gnome-games (0.20-1) unstable; urgency=low + + * Initial Release. + + -- Jim Pick Wed, 17 Jun 1998 23:12:17 -0700 + + --- gnome-games-2.21.90.orig/debian/NEWS.Debian +++ gnome-games-2.21.90/debian/NEWS.Debian @@ -0,0 +1,9 @@ +gnome-games (1:2.8.0-1) experimental; urgency=low + + A lot of the themes have been split into a separate package called + gnome-games-extra-data. The core package now contains only a minimum + amount of graphics, it is still functional, but your favourite themes + may not be there. You can get the missing themes back by installing the + gnome-games-extra-data package + + -- Sebastien Bacher Fri, 27 Aug 2004 17:15:27 +0200 --- gnome-games-2.21.90.orig/debian/blackjack.6 +++ gnome-games-2.21.90/debian/blackjack.6 @@ -0,0 +1,135 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" blackjack.6 is copyright 2007 by +.\" Martin Ferrari +.\" +.\" This is free documentation, see the latest version of the GNU Free +.\" Documentation License for copying conditions. There is NO warranty. +.\" +.TH BLACKJACK 6 "March 22, 2007" "BlackJack" +.\" Please adjust this date whenever revising the manpage. +.\" + +.SH NAME +BlackJack \- A multiple deck, casino rules blackjack game. + +.SH SYNOPSIS +.B blackjack +.RI [ options ] + +.SH DESCRIPTION +This manual page documents briefly the +.B blackjack +command. For more information, please refer to the GNOME help for +.B BlackJack + +.PP +.B BlackJack +is a multiple deck, casino rules blackjack game. The object of the game is to +hold cards having a higher count than those of the dealer without going over +21. It is part of the +.I gnome-games +package. + +.SH OPTIONS +BlackJack accepts the following options, besides the usual Gtk+/GNOME +switches: +.TP +.B \-v, \-\-variation=NAME +Blackjack rule set to use + +.SH USAGE +This text is taken verbatim from the BlackJack Manual V2.8. + +.HP +To Set the Wager + +To increase the wager for the hand, double click on the player chip, located +along the lower edge of the playing area, that you wish to add to your wager. + +Or, drag the desired chip onto your wager stack, located next to your hand. + +.HP +To Deal a New Hand + +A new hand can be dealt when the table is clear or when play has finished +on the current hands. + +To deal a new hand on a clear table, click in the white outlines that +indicate the dealer or player positions. + +To deal a new hand after play has finished on the current hands, click +once on any of the cards on the table. + +.HP +To Add a Card to a Hand (Hit) + +You may add cards to a hand until the hand total is 21 or over. + +To add a card to a player's hand, click once on any card in the hand. + +.HP +To Stop Taking Cards (Stand) + +You may stop taking cards at any time after the first two cards have been +dealt. + +To stop adding cards to a hand, click once on any other hand. For example, +when there is only one player position (ie. you have not split a pair), click +on the dealer's hand to stand. When you have split a pair, you may stand on +the first player hand by clicking on the second player hand, or the dealer +hand. + +.HP +To Double Down + +To double down, double click on any of the player chips after the first two +cards have been dealt. + +.HP +To Split Pairs + +To split a pair, drag the top card of the hand off the player position and drop +on any empty space on the table. + +.HP +To Surrender + +Not yet implemented. + +.HP +Get a hint + +At any time you may ask the game for a hint. To do this either click on the +Hint button on the toolbar, or choose the +.BR Game / Hint +menu item. + +.HP +Keyboard control + +Most of the operations in the game can be controlled from keyboard input: + +.RS +.IP ENTER +Deal new hand +.IP H +Hit / Add card +.IP S +Stand / Finish hand +.IP D +Double down +.IP P +Split hand +.IP R +Surrender hand +.RE + +.SH HOMEPAGE +http://www.gnome.org/projects/gnome-games/ + +.SH AUTHOR +This manual page was written by Martin Ferrari , +for the Debian system (but may be used by others). +Blackjack was written by William Jon McCann . +You can find more information about BlackJack in +.IR /usr/share/doc/gnome-games . --- gnome-games-2.21.90.orig/debian/gnotski.6 +++ gnome-games-2.21.90/debian/gnotski.6 @@ -0,0 +1,47 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnotski 6 "2007\-06\-09" "GNOME" +.SH NAME +Klotski \- Sliding block puzzles game for GNOME +.SH SYNOPSIS +.B gnotski +.RI [ OPTION... ] +.SH DESCRIPTION +.B gnotski +is a clone of the Klotski game. The objective is to move the patterned +block to the area bordered by green markers. +.SH OPTIONS +.TP +.B \-x, \-\-x=X +X location of window +.TP +.B \-y, \-\-y=Y +Y location of window +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnotski +was written by Lars Rydlinge. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/mahjongg.6 +++ gnome-games-2.21.90/debian/mahjongg.6 @@ -0,0 +1,39 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH mahjongg 6 "2007\-06\-09" "GNOME" +.SH NAME +Mahjongg \- A matching game played with Mahjongg tiles +.SH SYNOPSIS +.B mahjongg +.RI [ OPTION... ] +.SH DESCRIPTION +GNOME Mahjongg, or Mahjongg for short, is a solitaire (one player) +version of the classic Eastern tile game, Mahjongg. +.SH OPTIONS +This program only accepts the standard GNOME and GTK options. +.SH AUTHORS +.B mahjongg +was written by Francisco Bustamante, Max Watson and many others. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/gnome-games.postinst +++ gnome-games-2.21.90/debian/gnome-games.postinst @@ -0,0 +1,137 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ] ; then + +# gnome-games scores files get root:games + +SCORE_FILES=" \ +glines.Small.scores \ +glines.Medium.scores \ +glines.Large.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.scores \ +gnobots2.classic_robots-super-safe.scores \ +gnobots2.nightmare-safe.scores \ +gnobots2.nightmare.scores \ +gnobots2.nightmare-super-safe.scores \ +gnobots2.robots2_easy-safe.scores \ +gnobots2.robots2_easy.scores \ +gnobots2.robots2_easy-super-safe.scores \ +gnobots2.robots2-safe.scores \ +gnobots2.robots2.scores \ +gnobots2.robots2-super-safe.scores \ +gnobots2.robots_with_safe_teleport-safe.scores \ +gnobots2.robots_with_safe_teleport.scores \ +gnobots2.robots_with_safe_teleport-super-safe.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.2.scores \ +gnotski.3.scores \ +gnotski.4.scores \ +gnotski.5.scores \ +gnotski.6.scores \ +gnotski.7.scores \ +gnotski.8.scores \ +gnotski.9.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.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.30.scores \ +gnotski.31.scores \ +gnotski.32.scores \ +gnotski.33.scores \ +gnotski.34.scores \ +gnotski.35.scores \ +gnotski.36.scores \ +gnotski.37.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" + +if [ ! -d /var/games ]; then + mkdir /var/games +fi + +for GAME in glines same-gnome; do + if [ -f /var/games/$GAME.scores ] && [ ! -e /var/games/$GAME.Small.scores ]; then + mv -f /var/games/$GAME.scores /var/games/$GAME.Small.scores + fi +done + +if [ -f /var/games/gtali.scores ] && [ ! -e /var/games/gtali.Regular.scores ]; then + mv -f /var/games/gtali.scores /var/games/gtali.Regular.scores +fi + +for FILES in $SCORE_FILES; do + + if [ -e /var/games/$FILES ]; then + continue + fi + + touch /var/games/$FILES + chown root:games /var/games/$FILES + chmod 664 /var/games/$FILES +done + +OLDDIR=/usr/lib/python2.4/site-packages/gnome_sudoku +# Work around horrible bug of the initial gnome-sudoku package +for dir in $OLDDIR/gtk_goodies $OLDDIR; do + if [ -d $dir ]; then + rm -f $dir/*.pyc $dir/*.pyo + rmdir --ignore-fail-on-non-empty $dir + fi +done +if [ -d $OLDDIR ]; then + echo "Warning: $OLDDIR is not empty and could not be cleaned up." +fi + +fi + +#DEBHELPER# --- gnome-games-2.21.90.orig/debian/glchess.6 +++ gnome-games-2.21.90/debian/glchess.6 @@ -0,0 +1,27 @@ +.TH "GLCHESS" "6" +.SH "NAME" +glchess \(em A 3D chess application +.SH "SYNOPSIS" +.PP +\fBglchess\fR +.SH "DESCRIPTION" +.PP +\fBglchess\fR is a 3D chess application for +GTK+ which supports CECP compatible artificial intelligences. +.PP +More information can be found at http://glchess.sourceforge.net. +.SH "SEE ALSO" +.PP +gnuchess(6), crafty(6), amy(6), faile(6), xboard(6). +.SH "AUTHOR" +.PP +glChess and this manual page were written by Robert Ancell bob27@users.sourceforge.net. +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. + +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL. + +.\" created by instant / docbook-to-man, Wed 06 Jun 2007, 21:55 --- gnome-games-2.21.90.orig/debian/iagno.6 +++ gnome-games-2.21.90/debian/iagno.6 @@ -0,0 +1,50 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnotski 6 "2007\-06\-09" "GNOME" +.SH NAME +Iagno \- A disk flipping game derived from Reversi. +.SH SYNOPSIS +.B iagno +.RI [ OPTION... ] +.SH DESCRIPTION +Iagno is a two player strategy game similar to Go. The board is 8 by +8 with tiles that are black on one side and white on the other side. +The object of Iagno is to flip as many of your opponent's tiles to +your color as possible without your opponent flipping your tiles. +This is done by trapping your opponent's tiles between two tiles of +your own color. +.SH OPTIONS +.TP +.B \-x, \-\-x=X +X location of window +.TP +.B \-y, \-\-y=Y +Y location of window +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B iagno +was written by Ian Peters. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/control.in +++ gnome-games-2.21.90/debian/control.in @@ -0,0 +1,99 @@ +Source: gnome-games +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: @GNOME_TEAM@ +Homepage: http://www.gnome.org/projects/gnome-games/ +Build-Depends: cdbs, + debhelper (>= 5), + quilt, + intltool (>= 0.35.0), + gnome-doc-utils (>= 0.10.0), + libgtk2.0-dev (>= 2.8.0), + libgnome2-dev (>= 2.16.0), + libgnomeui-dev (>= 2.16.0), + libgconf2-dev (>= 2.10), + libgnomevfs2-dev (>= 2.10), + scrollkeeper (>= 0.3.8), + gettext, + gnome-pkg-tools (>= 0.6), + dpkg-dev (>= 1.13.19), + guile-1.8-dev | guile-1.6-dev, + libxml-parser-perl, + librsvg2-dev (>= 2.14.0), + libesd0-dev, + libcairo2-dev, + python (>= 2.5), + python-gtk2-dev (>= 2.10.0), + python-gnome2-desktop-dev (>= 2.17.3), + pkg-config, + python-support (>= 0.3), + libxml2-dev (>= 2.4.0), + libglade2-dev, + libggzdmod-dev (>= 0.0.14), + libggz-gtk-dev (>= 0.0.14), + libggzmod-dev (>= 0.0.14), + libgstreamer0.10-dev (>= 0.10.11), + liblaunchpad-integration-dev (>= 0.0patch26) +Standards-Version: 3.7.3 + +Package: gnome-games +Architecture: any +Depends: ${shlibs:Depends}, gnome-games-data (>= ${gnome:Version}), gnome-games-data (<< ${gnome:NextVersion}), librsvg2-common, ${python:Depends}, python-gtk2 (>= 2.10.0), python-gnome2, python-gnome2-desktop (>= 2.17.3) +Recommends: gnome-games-extra-data, python-gtkglext1, python-opengl +Suggests: gnome-hearts +Conflicts: gnome-sudoku, glchess +Replaces: gnome-sudoku, glchess +Provides: gnome-sudoku, glchess +Description: games for the GNOME desktop + These are the games from the official GNOME release. They have the look and + feel of the GNOME desktop, but can be used without it. + . + The package contains the following games: + * aisleriot - different solitaire card games + * blackjack - the casino card game + * glchess - chess game with 3D graphics + * glines - color lines game, aka fiveormore + * gnect - four in a row game + * gnibbles - snake game, up to four players + * gnobots2 - improved old BSD robots game + * gnome-sudoku - Sudoku puzzle + * gnometris - Tetris, the popular Russian game + * gnomine - popular minesweeper puzzle game + * gnotravex - puzzle where you match tile edges together + * gnotski - klotski puzzle game + * gtali - sort of poker with dice and less money + * iagno - the popular Othello game + * mahjongg - classic Eastern tile game + * same-gnome - remove as many balls in as few moves as possible + +Package: gnome-games-data +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, gnome-cards-data (>= ${gnome:Version}), gnome-cards-data (<< ${gnome:NextVersion}) +Conflicts: gnome-games (<= 1:2.10.1-2), gnome-icon-theme (<< 2.14) +Replaces: gnome-card-games, gnome-games-locale, glchess, gnome-sudoku, gnome-cards-data (<< 1:2.20.1-1) +Recommends: gnome-games, gnome-games-extra-data +Description: data files for the GNOME games + This package contains the data files, sound and pictures used by the + GNOME games. + +Package: gnome-cards-data +Architecture: all +Depends: ${misc:Depends} +Conflicts: gnome-games-data (<< 1:2.14.2.1-1), gnome-games (<< 1:2.20), gnome-hearts (<< 0.1.3-4) +Replaces: gnome-games-data (<< 1:2.20.1-1) +Description: data files for the GNOME card games + This package contains pictures of card decks used by the card-based + GNOME games. Different themes are provided. + +Package: gnome-games-servers +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ggzd +Description: GGZ gaming zone servers for the GNOME games + This package is needed if you want to host a GGZ gaming zone for the + GNOME games with network support: + * gnect - four in a row game + * gnibbles - snake game, up to four players + * iagno - the popular Othello game --- gnome-games-2.21.90.orig/debian/gnibbles.6 +++ gnome-games-2.21.90/debian/gnibbles.6 @@ -0,0 +1,43 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH gnibbles 6 "2007\-06\-06" "GNOME" +.SH NAME +Nibbles \- A worm game for GNOME +.SH SYNOPSIS +.B gnibbles +.RI [ OPTION... ] +.SH DESCRIPTION +.B gnibbles +is a game where the user controls a snake. The snake moves around the +board, eating diamonds while avoiding the walls placed around it. +.P +The game can be played against the computer or against other players, +locally or over the network. +.SH OPTIONS +This program only accepts the standard GNOME and GTK options. +.SH AUTHORS +.B gnibbles +was written by Sean MacIsaac, Ian Peters and Andreas R\øsdal. +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- gnome-games-2.21.90.orig/debian/compat +++ gnome-games-2.21.90/debian/compat @@ -0,0 +1 @@ +5 --- gnome-games-2.21.90.orig/debian/sol.6 +++ gnome-games-2.21.90/debian/sol.6 @@ -0,0 +1,113 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" sol.6 is copyright 2007 by +.\" Martin Ferrari +.\" +.\" This is free documentation, see the latest version of the GNU Free +.\" Documentation License for copying conditions. There is NO warranty. +.\" +.TH SOL 6 "March 22, 2007" "AisleRiot" +.\" Please adjust this date whenever revising the manpage. +.\" + +.SH NAME +AisleRiot \- a collection of card games which are easy to play with the aid of a mouse. + +.SH SYNOPSIS +.B sol +.RI [ options ] + +.SH DESCRIPTION +This manual page documents briefly the +.B sol +command. For more information, please refer to the excellent GNOME help for +.B AisleRiot + +.PP +.B AisleRiot +(also known as +.BR Solitaire " or " sol ) +is a collection of card games which are easy to play with the aid of a mouse. +The rules for the games have been coded for your pleasure in the GNOME +scripting language (Scheme). It is part of the +.I gnome-games +package. + +The following games can be selected from within the program, or by using a command line switch: + +.RS +Agnes Athena Auld Lang Syne Aunt Mary Backbone Bakers Dozen Bakers Game +Beleaguered Castle Block Ten Bristol Camelot Canfield Carpet Chessboard Clock +Cover Cruel Diamond Mine Doublets Eagle Wing Easthaven Eight Off Elevator +Escalator First Law Fortress Fortunes Fourteen Freecell Gaps Gay Gordons +Glenwood Golf Gypsy Helsinki Hopscotch Isabel Jamestown Jumbo Kansas King +Albert Kings Audience Klondike Labyrinth Lady Jane Maze Monte Carlo Neighbor +Odessa Osmosis Peek Pileon Plait Poker Quatorze Royal East Saratoga Scorpion +Scuffle Seahaven Sir Tommy Spiderette Spider One Suit Spider Spider Two Suit +Straight Up Streets And Alleys Template Ten Across Thieves Thirteen Thumb And +Pouch Treize Triple Peaks Union Square Valentine Westhaven Whitehead Will O The +Wisp Yield Yukon Zebra +.RE + +.SH OPTIONS +AisleRiot accepts the following options, besides the usual Gtk+/GNOME +switches: +.TP +.B \-v, \-\-variation=NAME +Select the game to play +.TP +.B \-\-display=DISPLAY +X display to use + +.SH USAGE +This text is taken verbatim from the AisleRiot Manual V2.12. + +Moving the cards is reasonably obvious. Assuming you have a right-handed mouse, +left-click on a card and drag it somewhere. Release the mouse button to deposit +the card. + +If a card can be moved to the foundation(s), you do not need to drag it. You +can double-click on it and it will move. If a sequence of cards can be moved to +the foundations, you can generally move the sequence as one move. + +Double clicking a card will send it to a foundation, if that is possible. This +is useful for cleaning up large numbers of cards at the end of a successful +game. + +In games which have a stock pile you can redeal it by clicking on the empty +space where it was. Be warned that some games only let you do this a limited +number of time. Watch for the Redeals Left message at the bottom of the +window. + +A useful tip to know is that right-clicking on a face-up card which is +partially obscured by a card laid over it will raise it so that you can see +what it is. + +There is an alternative way to move cards. By selecting +.B Click to move +from the +.B Control +menu you can click once to pick up a card and then click again to place it. +This can be faster than dragging and will be easier on your hand since you +don't have to hold the mouse down. However, it may take a while to get used to. + +Some games have options to change the way the game is played. For example +Klondike can be played with either single card deals or three-card deals. In +these games there is a separate menu with the game's name. You can only change +the rules of the game at the beginning of the game -- the menu will be +inactive during the game. + +Statistics on how well you have done at a particular game are available by +selecting +.B Statistics +from the Game menu. Only games where you actually start moving cards are +counted. The statistics are here for your own enjoyment, there are numerous +ways to cheat and it is unwise to make comparisons. + +.SH HOMEPAGE +http://www.gnome.org/projects/gnome-games/ + +.SH AUTHOR +This manual page was written by Martin Ferrari , +for the Debian system (but may be used by others). +You can find the list of authors and more information about AisleRiot in +.IR /usr/share/doc/gnome-games . --- gnome-games-2.21.90.orig/debian/pixmaps/gnomine.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnomine.xpm @@ -0,0 +1,229 @@ +/* XPM */ +static char *gnomine[] = { +/* columns rows colors chars-per-pixel */ +"32 32 191 2", +" c #000000", +". c #090602", +"X c #0D0802", +"o c #0E0808", +"O c #130D00", +"+ c #130C0A", +"@ c #171000", +"# c #1C1400", +"$ c #1A110F", +"% c #1C1210", +"& c #231900", +"* c #231613", +"= c #291613", +"- c #291A17", +"; c #2E1C19", +": c #331E1A", +"> c #362700", +", c #3B2B00", +"< c #322613", +"1 c #35221D", +"2 c #3A201B", +"3 c #3D2621", +"4 c #3F2C25", +"5 c #3E2E29", +"6 c #483400", +"7 c #4E3801", +"8 c #543D02", +"9 c #50351D", +"0 c #422A25", +"q c #462D28", +"w c #492D27", +"e c #4A2E28", +"r c #41312B", +"t c #4C3425", +"y c #4E302A", +"u c #522C26", +"i c #54332C", +"p c #5B352E", +"a c #5A3E22", +"s c #5D3A33", +"d c #603730", +"f c #633931", +"g c #6C3D35", +"h c #604501", +"j c #6A4C01", +"k c #735301", +"l c #785701", +"z c #7C5902", +"x c #614038", +"c c #6D433B", +"v c #724137", +"b c #754239", +"n c #7B453C", +"m c #794B36", +"M c #755225", +"N c #7E5B2D", +"B c #694B44", +"V c #7B4A42", +"C c #74544B", +"Z c #7A584F", +"A c #815D02", +"S c #865D16", +"D c #8C543F", +"F c #905D33", +"G c #83610C", +"H c #896301", +"J c #916802", +"K c #9E7203", +"L c #9D6434", +"P c #9E603D", +"I c #95772D", +"U c #A27502", +"Y c #A77802", +"T c #AE7D02", +"R c #B07F03", +"E c #A0613D", +"W c #AE6F3D", +"Q c #A77026", +"! c #844D42", +"~ c #8B4E44", +"^ c #8C5145", +"/ c #865D53", +"( c #904F44", +") c #925345", +"_ c #965549", +"` c #9D5847", +"' c #9D5B4E", +"] c #A1574A", +"[ c #A45E51", +"{ c #A85E51", +"} c #A06346", +"| c #A76357", +" . c #A86153", +".. c #AF6559", +"X. c #B1665A", +"o. c #B4695C", +"O. c #B86A5E", +"+. c #B07A5C", +"@. c #A96E60", +"#. c #A27164", +"$. c #A67F73", +"%. c #BD6E60", +"&. c #B57062", +"*. c #BF7164", +"=. c #B47E70", +"-. c #C47466", +";. c #C67668", +":. c #C67D6E", +">. c #C97769", +",. c #CD7A6B", +"<. c #D07E6D", +"1. c #BE8903", +"2. c #B58A1D", +"3. c #A8883A", +"4. c #C08A03", +"5. c #CA9203", +"6. c #C29119", +"7. c #CE9B18", +"8. c #D79B03", +"9. c #DC9E02", +"0. c #D29B10", +"q. c #C4852D", +"w. c #C6932C", +"e. c #CD973A", +"r. c #DFA103", +"t. c #DCA20F", +"y. c #CBA035", +"u. c #D2A636", +"i. c #E2A303", +"p. c #E1A40C", +"a. c #ECAA03", +"s. c #EBA80B", +"d. c #EDAF1D", +"f. c #ECB21E", +"g. c #F2AF03", +"h. c #F5B104", +"j. c #F4B20D", +"k. c #FBB504", +"l. c #F4B412", +"z. c #F4B71C", +"x. c #E2B43F", +"c. c #E8B636", +"v. c #EAB838", +"b. c #F5B923", +"n. c #F5BC2B", +"m. c #F4BF36", +"M. c #F2BF3F", +"N. c #C68576", +"B. c #CE8071", +"V. c #D58474", +"C. c #D58B7A", +"Z. c #D98776", +"A. c #DA8877", +"S. c #DB8F7D", +"D. c #DE917F", +"F. c #CDAB55", +"G. c #E6B843", +"H. c #F6C037", +"J. c #F6C13B", +"K. c #EEC45B", +"L. c #F1C24C", +"P. c #F1C75B", +"I. c #EAC871", +"U. c #F7CE67", +"Y. c #F7CF6A", +"T. c #F8CE64", +"R. c #F8CF69", +"E. c #F4D075", +"W. c #F0D07F", +"Q. c #F8D477", +"!. c #C48F80", +"~. c #C79283", +"^. c #CE9687", +"/. c #DC9584", +"(. c #DE9C8C", +"). c #DFA492", +"_. c #E49482", +"`. c #E49C8B", +"'. c #E99D8B", +"]. c #E7A291", +"[. c #ECA694", +"{. c #F2A390", +"}. c #F1D58E", +"|. c #F8D680", +" X c #F9E1A4", +".X c #F9E6B5", +"XX c #FBE8B6", +"oX c #FBE8B8", +"OX c #FCEFCE", +"+X c #FDF8EA", +"@X c None", +/* pixels */ +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X @X", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X% e - ", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X+ x @.B.| p . ", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X0 N.C.B.-.O.{ = ", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X% / N._.V.*.O.[ _ u ", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X% #.`._.Z.>...' ~ b : ", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X. B =./.S.A.>.O._ ! g i + ", +"@X@X@X@X@X@X@X@X@X@X@X@X@X@X@X Z ].'.A.V.,.&.' ! g i : . ", +"@X@X@X@X@X O . @X@X@X@X@X@X+ C [.'.D.V.>.%._ D f i 3 o ", +"@X@X@X@X@XO 5.7 @X@X@X@X@Xr !.].{._.V.,.%.{ ! g i 0 + ", +"@X@X@X@X@Xk g.T @X@X@X@Xr ^.].'.`.Z.-.-. .! g p w * ", +"@X@X@X@X@XU k.i.@X@X@X5 ^.`././.V.>.X.{ ~ v p e * ", +"@X@X@X@X@XK k.9.@X@Xr ~.(./.S.V.>.o.[ ~ b f y = ", +"@X@X@X@X@XK k.8.< $.].(./._.V.-.O.[ ( b f y ; . ", +"@ . @X& J 8.h.s.+.:.&.o.-.,.-.X.{ ) n p y ; . ", +"9.A z i.k.h.g.s.} ^ ^ ! ` ] { { ) n d e 3 . ", +"a.h.h.h.g.h.h.s.P ^ ^ D ) ~ ) ( n f e 3 o ", +"j h.g.h.l.z.l.f.W P L F ! ! ^ V d i 3 + ", +"1.h.h.j.b.J.J.J.e.q.Q a i V ! V i 0 + @X", +"h.h.l.b.J.Y.Q.Q.L.w.M t r c ! b q % @X@X", +"h.g.z.J.T. XOXXXI.3.N m i s V s - . @X@X@X", +"g.h.z.G.E.oX+XOXW.x.6.S 9 1 - o @X@X@X", +"h.h.7.I F.}.oX XE.v.0.R l > O . @X@X@X", +"1.h.t.2.u.K.U.Y.P.y.G 8 7 6 , & O . @X@X@X@X", +"8 g.h.l.b.m.m.m.c.2.8 @ . . X X @X@X@X@X@X", +". l g.h.j.l.j.l.t.K , . @X@X@X@X@X@X@X", +"@X z i.h.h.g.h.a.H @ @X@X@X@X@X@X@X@X", +"@X@X. & J 8.h.a.Y , @X@X@X@X@X@X@X@X@X", +"@X@X@X@X@X, h 8 @X @X@X@X@X@X@X@X@X@X@X" +}; --- gnome-games-2.21.90.orig/debian/pixmaps/glchess.xpm +++ gnome-games-2.21.90/debian/pixmaps/glchess.xpm @@ -0,0 +1,116 @@ +/* XPM */ +static char *glchess[] = { +/* columns rows colors chars-per-pixel */ +"32 32 78 1", +" c #000000", +". c #0C0C0C", +"X c #121212", +"o c #1B1B1B", +"O c #2C2C2C", +"+ c #2F3030", +"@ c #333333", +"# c #353B3D", +"$ c #3C3D3C", +"% c #3F403F", +"& c #3D4344", +"* c #424545", +"= c #414748", +"- c #434849", +"; c #4C4E4E", +": c #4B4F50", +"> c #4C5051", +", c #535656", +"< c #525758", +"1 c #54595A", +"2 c #595C5C", +"3 c #5A5F60", +"4 c #5E6161", +"5 c #66655E", +"6 c #666766", +"7 c #676B6B", +"8 c #696D6D", +"9 c #6B706E", +"0 c #6D7271", +"q c #71726E", +"w c #747574", +"e c #757872", +"r c #797A76", +"t c #7B7E7A", +"y c #7E827E", +"u c #7D8280", +"i c #827C76", +"p c #858683", +"a c #878983", +"s c #8A8B86", +"d c #8C8E89", +"f c #8E918E", +"g c #91928D", +"h c #949691", +"j c #969894", +"k c #999B96", +"l c #9C9E9A", +"z c #A0A29D", +"x c #A4A6A3", +"c c #A6A9A5", +"v c #A9AAA7", +"b c #ABADA9", +"n c #AEB0AC", +"m c #B1B3AF", +"M c #B4B5B2", +"N c #B9BBB6", +"B c #BBBDB8", +"V c #BFC0BC", +"C c #C1C2BF", +"Z c #C4C6C2", +"A c #C6C8C4", +"S c #CACDC7", +"D c #CDCECB", +"F c #CFD1CC", +"G c #D2D5CE", +"H c #D5D6D3", +"J c #D6D9D2", +"K c #D9DCD5", +"L c #DCDFDA", +"P c #DEE1DB", +"I c #E1E3DE", +"U c #E4E6E2", +"Y c #E7E8E4", +"T c #E9EAE7", +"R c #EDEEEB", +"E c #F2F2F0", +"W c gray100", +"Q c None", +/* pixels */ +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQrskkkgtQQQQQQQ", +"QQQQQQQQQQQQQQQQQ8gMKLKClsQQQQQQ", +"QQQQQQQQQQQQQQQQQaMUUKJLZjQQQQQQ", +"QQQQQQQQQQQQQQQQQkKTIKGJLnqQQQQQ", +"QQQQQQQQQQQQQQQQQkIUIKGGLmqQQQQQ", +"QQQQQQQQQQQQQQQQQkIIIJGGLmqQQQQQ", +"QQQQQQQQQQQQQQQQQgCTIJGKGz5QQQQQ", +"QQQQQQQQQQQQQQQQQelAIIIGvaQQQQQQ", +"QQQQQQQQQQQQQQQQQQahbBmkaQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQelNcaQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQ;dmjeQQQQQQQQ", +"QQQQOOOOOOOOOOOO+OO$kUN,O++@QQQQ", +"QQQQ+8xcxcxcxxx7;;;2VPF9:;%OQQQQ", +"QQQQ@cRTUUIIPPPy&->gUPPb2>,+QQQQ", +"QQQ 1CTUPPPPKKJy->yHYKJPj21%.QQQ", +"QQQXwPTYUPPPKKKy>eSTYKGPKg7-oQQQ", +"QQQ@4t000000009fjnTYYKGFLZlwOQQQ", +"QQQ%<&###&##&##xVATYUKGHHKmM%QQQ", +"QQO-2-&-&-&-&&&cBVTTYKGHKHmH,oQQ", +"QQ@22:>>:>::::>bScAPYULLSbCUpOQQ", +" @331<11<<<1>>nPZbvbvbbbZUEbO ", +" .-w09888878777BYUUHFDHHURREF1 ", +" o$;>>::;>>;>>;6wwwwwwrrwrrwq-X ", +" ooX............ oo ", +"QQQ QQQ", +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", +"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ" +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnobots2.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnobots2.xpm @@ -0,0 +1,206 @@ +/* XPM */ +static char *gnobots2[] = { +/* columns rows colors chars-per-pixel */ +"32 32 168 2", +" c #000000", +". c #050709", +"X c #06090C", +"o c #0C0605", +"O c #080807", +"+ c #0B0A09", +"@ c #0B0F13", +"# c #0D1117", +"$ c #0F171F", +"% c #100703", +"& c #130A05", +"* c #11100F", +"= c #151412", +"- c #171B1F", +"; c #1C1B1A", +": c #121B26", +"> c #181D21", +", c #17232E", +"< c #172431", +"1 c #1D2D3D", +"2 c #23100B", +"3 c #271A13", +"4 c #201F1C", +"5 c #321208", +"6 c #351A17", +"7 c #23211E", +"8 c #252220", +"9 c #282522", +"0 c #2A2D2F", +"q c #242832", +"w c #2A2E31", +"e c #2E3336", +"r c #333333", +"t c #36333B", +"y c #3E3A35", +"u c #393939", +"i c #283846", +"p c #304455", +"a c #32485C", +"s c #344B60", +"d c #385066", +"f c #3B546A", +"g c #3A5774", +"h c #3D5A76", +"j c #3F5C78", +"k c #43150A", +"l c #471D0F", +"z c #4E1B0D", +"x c #4D2916", +"c c #4F291E", +"v c #532B1F", +"b c #5D2412", +"n c #5F2A16", +"m c #6A220F", +"M c #46413C", +"N c #61452F", +"B c #444343", +"V c #4C4741", +"C c #56444A", +"Z c #534C46", +"A c #544F48", +"S c #5D474C", +"D c #435E76", +"F c #445F78", +"G c #44627C", +"H c #624B51", +"J c #605C52", +"K c #6E715A", +"L c #776E65", +"P c #7D756A", +"I c #476580", +"U c #486782", +"Y c #496883", +"T c #842C17", +"R c #8B2F16", +"E c #8B301B", +"W c #912E14", +"Q c #95371B", +"! c #9A391C", +"~ c #973F24", +"^ c #B73C1B", +"/ c #A13E28", +"( c #82433B", +") c #954D39", +"_ c #A14D29", +"` c #AC4022", +"' c #AF432B", +"] c #AE4926", +"[ c #A05536", +"{ c #B14322", +"} c #BF4523", +"| c #AA633C", +" . c #BB6235", +".. c #974F45", +"X. c #9E5248", +"o. c #857D72", +"O. c #9B7B6D", +"+. c #B35E45", +"@. c #C0411E", +"#. c #D9451F", +"$. c #C84823", +"%. c #CD4E29", +"&. c #D54924", +"*. c #DB4A23", +"=. c #D5532A", +"-. c #D25B2F", +";. c #DD542A", +":. c #DB5C2F", +">. c #DE5D30", +",. c #CE6A3A", +"<. c #CF703D", +"1. c #D06D3B", +"2. c #DB6535", +"3. c #E14B22", +"4. c #E05027", +"5. c #E25429", +"6. c #E1592D", +"7. c #E8552A", +"8. c #E05F31", +"9. c #E16233", +"0. c #E26937", +"q. c #E46E3B", +"w. c #DB7443", +"e. c #DC7354", +"r. c #E37E4B", +"t. c #E67858", +"y. c #EA7A59", +"u. c #898076", +"i. c #938A7E", +"p. c #A58755", +"a. c #A1917D", +"s. c #C4B168", +"d. c #E4814D", +"f. c #9B8F83", +"g. c #9E9488", +"h. c #B3A38E", +"j. c #B5A699", +"k. c #B7AC9E", +"l. c #BEB3A4", +"z. c #C2B29F", +"x. c #D1A896", +"c. c #C2B5A6", +"v. c #C3B7A8", +"b. c #C9BDAD", +"n. c #E5B9A5", +"m. c #E9BBA7", +"M. c #CFC2B1", +"N. c #D0C0AB", +"B. c #DAC6AD", +"V. c #DDC8AD", +"C. c #DCCBB4", +"Z. c #DCCBBB", +"A. c #E2C6A4", +"S. c #E1CBAF", +"D. c #E2CDB3", +"F. c #E0CFBC", +"G. c #E8CFBD", +"H. c #E7D0B3", +"J. c #E6D4BC", +"K. c #E3D4C1", +"L. c #E7D9C6", +"P. c #EBD5C2", +"I. c #ECDAC5", +"U. c #EDDCC9", +"Y. c #F2DFC7", +"T. c #F1DECB", +"R. c #F1E1CC", +"E. c None", +/* pixels */ +"E.E.E.E.E.E.E.E.E.E.E.E.E. E. E.E.E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.E.E. E.E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E. + 4 4 4 4 = E. E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E. y k.c.c.v.u.+ E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.O y P J.R.R.Y.z.Z 7 E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.= N.D.a.b.T.h.h.K.P E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.= Z.I.B.S.H.V.C.R.u. E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.= v.K.T.S.A.P.U.Z.L E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E. * Z F.G.G.I.j.9 + E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. o & & 3 x.n.n.m.O.& & & E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. x ,.1.1.d.d.d.r.w.1.<. .& E.E.E.E.E.E.", +"E.E.E.E.E.E.E. o 2 _ q.q.q.0.0.q.0.0.q.0.2.n % E. E.E.E.E.E.", +"E.E.E.E.E.E. l -.8.:.9.9.9.9.8.8.9.9.2.:.:.] % E.E.E.E.", +"E.E.E.E.E.E. b { 6.5.%.:.5.6.5.6.6.6.6.%.=.6.=.! 5 E.E.E.", +"E.E.E.E.E.E. Q 7.5.$.` &.;.;.;.4.3.4.4.$.^ *.;.7.z E.E.E.", +"E.E.E.E.E.E. W 3.#.m 5 @.*.#.*.*.*.*.*.R 5 ^ *.3.z E.E.E.", +"E.E.E.E.E.E. ) y.e.v % / ' _ [ | ~ E T k & +.t.t.c E.E.E.", +"E.E.E.E.E.E. f.T.K.A o ....~ p.s.N 6 2 + j.I.U.Z E.E.E.", +"E.E.E.E.E.E. g.l.J > O C H C J K B t q # O M P L.A E.E.E.", +"E.E.E.E.E.E. f.o. . X I Y I D g I I j 1 8 b.V E.E.E.", +"E.E.E.E.E.E. 4 ; X D G g , . a U h 1 O = O E.E.E.", +"E.E.E.E.E.E.E. X D G g : p Y h 1 E.E.E.", +"E.E.E.E.E.E. X D G g : p U h 1 E.E.E.", +"E.E.E.E.E.E.E. E.X D G g : p U D 1 E. E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.X D G g : p Y h 1 E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E.X G I h : p Y j 1 E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. X a d a : i f a < E. E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.O u B e - # w e - X E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. r u ; + ; ; . E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. E.E.E.E.E.E." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnome-sudoku.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnome-sudoku.xpm @@ -0,0 +1,270 @@ +/* XPM */ +static char *gnome-sudoku[] = { +/* columns rows colors chars-per-pixel */ +"32 32 232 2", +" c black", +". c #0B1505", +"X c #2E2B19", +"o c #282A22", +"O c #7F6633", +"+ c #4D5257", +"@ c #565A52", +"# c #5B6166", +"$ c #63686E", +"% c #6D6F6A", +"& c #71746E", +"* c #7A786C", +"= c #777770", +"- c #72797F", +"; c #7A7F79", +": c #557EB1", +"> c #667D9B", +", c #747B82", +"< c #7C807B", +"1 c #7C937D", +"2 c #7B838A", +"3 c #738597", +"4 c #6784A8", +"5 c #688CB9", +"6 c #6D90BC", +"7 c #758DAA", +"8 c #7592B6", +"9 c #7493BB", +"0 c #7996BB", +"q c #7C9ABF", +"w c #7596C0", +"e c #7798C1", +"r c #7C9AC1", +"t c #A32C04", +"y c #BF231C", +"u c #8F5100", +"i c #8D5C04", +"p c #95470B", +"a c #945300", +"s c #905E00", +"d c #8E6400", +"f c #97660B", +"g c #826B2D", +"h c #8B7434", +"j c #8E733B", +"k c #AE4E07", +"l c #AC5A0A", +"z c #A16C16", +"x c #A5741D", +"c c #A37D69", +"v c #E22C21", +"b c #FA4A4D", +"n c #E1724D", +"m c #9F8121", +"M c #97813B", +"N c #B18F0B", +"B c #B6940B", +"V c #BB9A06", +"C c #A98A35", +"Z c #AE8E3F", +"A c #9C8652", +"S c #82837E", +"D c #918668", +"F c #948D75", +"G c #A0894D", +"H c #A48759", +"J c #A28C51", +"K c #A08C59", +"L c #AD9241", +"P c #A79155", +"I c #B5955F", +"U c #B49A57", +"Y c #B99F60", +"T c #B9A05F", +"R c #BCA160", +"E c #B0A07D", +"W c #C1A101", +"Q c #CDB41B", +"! c #D4B700", +"~ c #D5B900", +"^ c #D9BE00", +"/ c #D19B68", +"( c #C1AC5E", +") c #C1AA7A", +"_ c #C1B562", +"` c #D0BB66", +"' c #D2B969", +"] c #D5BF70", +"[ c #DCC200", +"{ c #E7CF05", +"} c #E8D007", +"| c #EBD30C", +" . c #EDD611", +".. c #EEDC3A", +"X. c #F1DD31", +"o. c #F2DF3B", +"O. c #D6C071", +"+. c #DCD376", +"@. c #F2E043", +"#. c #F5E76E", +"$. c #F5E874", +"%. c #F6E97B", +"&. c #858682", +"*. c #878A84", +"=. c #898B86", +"-. c #8C8E8A", +";. c #838C95", +":. c #8E918C", +">. c #8B949D", +",. c #939286", +"<. c #91928D", +"1. c #9B9380", +"2. c #9D9788", +"3. c #949591", +"4. c #979995", +"5. c #999A95", +"6. c #9D9E9A", +"7. c #838FA5", +"8. c #8794A4", +"9. c #8997A0", +"0. c #829BBB", +"q. c #889DB4", +"w. c #919AA4", +"e. c #9EA09C", +"r. c #87A0BF", +"t. c #88A0BD", +"y. c #9AA4AE", +"u. c #93A6BE", +"i. c #9CA6B1", +"p. c #9CABBC", +"a. c #A49E8B", +"s. c #A89F86", +"d. c #BC898C", +"f. c #A2A39F", +"g. c #B0A489", +"h. c #B4A98D", +"j. c #BCB196", +"k. c #A4A5A2", +"l. c #A4A7A8", +"z. c #A7A9A5", +"x. c #A4A9AC", +"c. c #A8A9A6", +"v. c #ABACA9", +"b. c #A2ABB5", +"n. c #A3AEBB", +"m. c #AAAEB0", +"M. c #ACB0B0", +"N. c #B3B5B2", +"B. c #B7B8B5", +"V. c #B9BAB6", +"C. c #BCBDBA", +"Z. c #819EC3", +"A. c #86A2C6", +"S. c #86A4CA", +"D. c #89A4C7", +"F. c #89A5C9", +"G. c #8EA9CB", +"H. c #93A9C6", +"J. c #93ADCC", +"K. c #9FAFC1", +"L. c #97B0CF", +"P. c #99B1CF", +"I. c #96B0D1", +"U. c #9BB4D2", +"Y. c #A3B1C3", +"T. c #A3B6CE", +"R. c #AAB5C2", +"E. c #AEB9C5", +"W. c #AEBBC8", +"Q. c #A1B7D2", +"!. c #A5BBD5", +"~. c #A6BDD9", +"^. c #AABDD4", +"/. c #A9BED8", +"(. c #B0BBC6", +"). c #B3BEC9", +"_. c #B0BED0", +"`. c #AFC0D5", +"'. c #ADC1DA", +"]. c #B6C1CD", +"[. c #BDC2C6", +"{. c #B9C3CE", +"}. c #B2C2D5", +"|. c #B3C5DB", +" X c #B7C9DE", +".X c #B9C5D4", +"XX c #BDC9D6", +"oX c #BAC9DC", +"OX c #BBCCE0", +"+X c #C6B9A9", +"@X c #CBBCA0", +"#X c #E69C9B", +"$X c #F1A088", +"%X c #D7C880", +"&X c #DEDA91", +"*X c #C6C0A0", +"=X c #C1C1BE", +"-X c #EBDF8C", +";X c #EFE084", +":X c #EFE28E", +">X c #F0E28A", +",X c #C3C4C2", +".].!.P..X$ , ].I.U.sXpXpXiXU.Q.tXc.. zXzXzX", +"l n $X/ I @XH.S.I.G.D.L.e 9 H.0.A.J.9 w U.J.L.L.J.H.fXB.& zXzXzX", +"k v b #X+X) A ,.H.I.I.I.w w J.q 0.J.e 6 J.J.J.J.Q.Z.dX,X:.zXzXzX", +"a t y d.@X;X:X' T j.5XpXG.U.pXy.- {.Q.G.uXuXuXuXyXr 8XtX6.zXzXzX", +"s a p c ( .@.%.:X' T h.q.!.iXE., b.!.S.4XyXyXuXOXS._.fXv.* zXzX", +"zXu j H Z W [ | @.$.:X] P s.N.y.>.W.'.A.yX6X6XyXoXU.H.fX,X*.zXzX", +"zXzX,.2X0XD m V ^ | o.$.:X] Y F 7 0 5 : 6 9 9 9 9 I.q tX9X<.zXzX", +"zX@ f.rXgXq n.E C V ! } X.#.:X` P m.P.9 W.Y.9.p.`.`.q 7XwXc.o zX", +"zX& M.fXuXA.`.yX[.g.C B ! { ..-X+.U M.q |.2 >., ].}.D.].tXN.% zX", +"zXS B.hX.XA.|.yXyXXX[.s.j N Q +.&XR A 3 ].2 ;.+ b..XH.Y.tXC.-.zX", +"zX3.2XhXT.F.6X4XXX.X}.Y.> 1.G L L M g O c.i.;.# i.4XI.H.9X3X4.zX", +"zX4.rXfXH.J.4X4X4X.X].p.> R.b.c.x.f.a.* 5.;.- , (.XXQ.q.3XqXf.zX", +"< f.tXeX0.J.^.!.^.^.!.Q.H.^.^.^.^.`.'.J.'.}.|.oX X.X!.0 [.9Xv.; ", +"&.N.tXeX0.0 0 0 0 0 0 0 9 8 9 9 8 8 8 8 0 8 8 8 8 8 8 8 ,X9X+X*.", +"=.C.tXtXeXeXeXwXwXqXqXqX7X5X5X5X5X5X5X5X5X3X3X3X3X5X3X5X5XrX,X;.", +":.z.C.C.=X,X,X=X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,XB.3.", +"-.4.f.c.c.c.c.v.c.c.z.z.z.z.k.k.f.k.f.k.k.k.k.c.z.z.c.c.v.l.6.6.", +"zXzXlXlXlXkXjXfXfXtXeXwX3X3X c #1A171C", +", c #1B1A1D", +"< c #1F1D21", +"1 c #142012", +"2 c #1C281A", +"3 c #1E301A", +"4 c #210C07", +"5 c #250D08", +"6 c #25120D", +"7 c #33130C", +"8 c #3B1F11", +"9 c #271A18", +"0 c #201C21", +"q c #242225", +"w c #222E20", +"e c #29242B", +"r c #2B282C", +"t c #22282A", +"y c #2D2C30", +"u c #272B33", +"i c #253421", +"p c #2F3D2C", +"a c #2D322C", +"s c #2D3938", +"d c #332420", +"f c #322D34", +"g c #303129", +"h c #313A2F", +"j c #373139", +"k c #36393F", +"l c #3A343D", +"z c #3D393E", +"x c #353236", +"c c #3D3640", +"v c #3A3F4A", +"b c #294223", +"n c #2F4B29", +"m c #31412E", +"M c #354033", +"N c #3E4137", +"B c #3A4F35", +"V c #3F4A3D", +"C c #394338", +"Z c #35532E", +"A c #385A30", +"S c #3E6236", +"D c #364543", +"F c #3D4555", +"G c #40170F", +"H c #451F17", +"J c #4D1C12", +"K c #541F14", +"L c #4C2C1A", +"P c #43322E", +"I c #5D3821", +"U c #573C31", +"Y c #7B2E1D", +"T c #762F20", +"R c #753C30", +"E c #433C46", +"W c #44573F", +"Q c #5A423C", +"! c #46713D", +"~ c #67473F", +"^ c #76483F", +"/ c #7F4134", +"( c #454047", +") c #48434A", +"_ c #424B5D", +"` c #4E4652", +"' c #4E4950", +"] c #455642", +"[ c #4E5E4A", +"{ c #4D525B", +"} c #5B4540", +"| c #504654", +" . c #564F59", +".. c #57565D", +"X. c #4C5566", +"o. c #5B5C62", +"O. c #585665", +"+. c #4D7B43", +"@. c #4D7144", +"#. c #52654E", +"$. c #576354", +"%. c #51734B", +"&. c #507847", +"*. c #557B4D", +"=. c #5F785A", +"-. c #5D7D56", +";. c #596070", +":. c #6F5043", +">. c #764940", +",. c #605364", +"<. c #645B67", +"1. c #665B6B", +"2. c #695B6E", +"3. c #60755B", +"4. c #676469", +"5. c #66696D", +"6. c #626961", +"7. c #676E7C", +"8. c #686D77", +"9. c #677F62", +"0. c #697168", +"q. c #6B717E", +"w. c #736579", +"e. c #726A75", +"r. c #7A6A7F", +"t. c #76697B", +"y. c #7A7669", +"u. c #747063", +"i. c #7B747D", +"p. c #7C6C82", +"a. c #7E7283", +"s. c #787E8B", +"d. c #518146", +"f. c #55834B", +"g. c #59874E", +"h. c #5A8750", +"j. c #5D8A53", +"k. c #618D57", +"l. c #698B62", +"z. c #6D9564", +"x. c #72896D", +"c. c #7A8477", +"v. c #709867", +"b. c #73996A", +"n. c #7D9677", +"m. c #7A9E71", +"M. c #7DA074", +"N. c #7E8186", +"B. c #803120", +"V. c #873928", +"C. c #9C3A25", +"Z. c #9B422E", +"A. c #B3442C", +"S. c #B64A32", +"D. c #BA523C", +"F. c #824F44", +"G. c #835045", +"H. c #8F6B5C", +"J. c #916D65", +"K. c #A05B4C", +"L. c #B45F4D", +"P. c #BB5641", +"I. c #BC5A44", +"U. c #BE5F4A", +"Y. c #BF624E", +"T. c #B66756", +"R. c #B57B6D", +"E. c #C46D5A", +"W. c #C67260", +"Q. c #C27D6E", +"!. c #CA7C6C", +"~. c #C47F70", +"^. c #817186", +"/. c #837489", +"(. c #857D89", +"). c #8A7C8F", +"_. c #8B7D90", +"`. c #849F7D", +"'. c #98817C", +"]. c #84A57C", +"[. c #CA8577", +"{. c #CD887A", +"}. c #8B808F", +"|. c #848185", +" X c #858B97", +".X c #8E8292", +"XX c #8A9487", +"oX c #928696", +"OX c #948698", +"+X c #948D97", +"@X c #958999", +"#X c #998E9D", +"$X c #909D8E", +"%X c #979398", +"&X c #9F93A4", +"*X c #9E9BA0", +"=X c #86A181", +"-X c #8CAB85", +";X c #8FAE88", +":X c #89A483", +">X c #9BAE98", +",X c #92B08B", +".X YXYXYXYX f wXHXBXbX+X0 ", +" i ,XLXyX].].&.8 T.GXzX!.!.L.7 YXYXYXO 1.bXPX3X1X#X| ", +" Z j.m.k.f.f.+.I S.E.U.S.S.S.J YXYXYX- 2._.@X^.p.a.O.X ", +" n d.d.d.d.d.@.L A.A.A.A.A.A.G YXYXYXO ,.p.p.p.p.p.| . ", +" 1 *.m.m.M.z.n * V.E.W.W.E.V.$ YXYXYX j _.1X&X&Xa.0 ", +"YX i 9.=Xn.W @ 6 F.R.R.G.6 . E (.#Xa.f . ", +"YX O ; @ . N y.u.g X r <.4.l O O = o ", +"YXYX . [ pXMXmX>Xm j wXCXCXrX... ", +"YXYXYX 2 ].UXpX;X,X-.2 a.KXHX4X8XOXe YX", +"YXYXYXYX YX b k.,Xb.h.j.*.V r.3X2X/././.E YXYX", +"YXYXYXYXYXYXYX b d.d.d.&.d.+.C w.r.r.r.p.p.l YXYXYXYXYXYX", +"YXYXYXYXYXYXYX ; +.z.v.v.z.S ; O.oXOXOXOXw.> YXYXYXYXYXYX", +"YXYXYXYXYXYXYXYX i x.-X:X=.; 0 e.2X3X(.x YXYXYXYXYXYX", +"YXYXYXYXYXYXYXYX p 0.6.w X O r f > X d P 9 X YXYX", +"YXYXYXYXYXYXYXYX z 8XBXvX*Xf & J.lXcXkX} X ", +"YXYXYXYXYXYXYX > oXIXBXeXeXa.= X R cXGXdXdX!.L ", +"YXYXYXYXYXYXYX j _.xX3X_._.^.e 4 Z.fXhXE.D.P.Y X ", +"YXYXYXYXYXYXYX l p.p.t.p.p.p.r YXYXYX5 C.A.A.A.A.A.Y X ", +"YXYXYXYXYXYXYX < w._._._._.2.- YXYXYXX B.D.P.P.D.S.K ", +"YXYXYX YXYX. c @X4X7X.Xf YXYXYXYX 7 K.[.{.[./ % ", +"YXYX O q , . 0 ) ( < , < o YX 6 :.H.U % ", +"YX j %XrXwX4.+ - 5.6X9XN.t O $.5XqX$XM ", +" 0 2XPXBXxXeX . . _ nXAX0X0X7.# Z aXDXiXuXM.2 . ", +" E 2XSX8XOX@Xt.- YX# ;.tXrXp.7.;.s @.yXmXm.b.z.Z . ", +" | /./.p.p.p.w.> YXYXYX: F X.X._ _ _ D ! g.g.d.d.d.A . ", +" l p./././.^.2.O YXYXYX+ F X.X.X.X._ u A g.g.g.g.f.b ", +" = 2.2X7X4X.Xf YXYXYX u q.N. XN.D . 2 l.-X;X-X%.@ ", +"YX - ' e.<.y . YXYXYX . u X.;.c O . . w #.3.] ; ", +"YXYX . YXYXYXYXYX . . ", +"YXYX YXYXYXYXYXYX " +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnibbles.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnibbles.xpm @@ -0,0 +1,206 @@ +/* XPM */ +static char *gnibbles[] = { +/* columns rows colors chars-per-pixel */ +"32 32 168 2", +" c #000000", +". c #070807", +"X c #080707", +"o c #080907", +"O c #0B0B0A", +"+ c #0E120E", +"@ c #100F0D", +"# c #10130F", +"$ c #131412", +"% c #161A14", +"& c #181614", +"* c #191A16", +"= c #1D1D1B", +"- c #1C221A", +"; c #20241E", +": c #20281F", +"> c #242620", +", c #242A22", +"< c #292723", +"1 c #2A2C25", +"2 c #2A2A2A", +"3 c #2C342A", +"4 c #2D382B", +"5 c #34342E", +"6 c #363633", +"7 c #353C31", +"8 c #3C3C34", +"9 c #354232", +"0 c #3A4236", +"q c #3E453A", +"w c #403F38", +"e c #434039", +"r c #444444", +"t c #454A40", +"y c #4B4C42", +"u c #4E4E4E", +"i c #445441", +"p c #4C5245", +"a c #4F5749", +"s c #4F5D4A", +"d c #55554B", +"f c #535C4D", +"g c #58564F", +"h c #5A594F", +"j c #555E50", +"k c #5B5D51", +"l c #55614E", +"z c #576451", +"x c #556851", +"c c #5C6454", +"v c #5F6759", +"b c #5C6B55", +"n c #5E6E59", +"m c #626256", +"M c #65675A", +"N c #646B5A", +"B c #6D685F", +"V c #64735D", +"C c #68735F", +"Z c #636462", +"A c #666C61", +"S c #6B6E61", +"D c #677661", +"F c #677860", +"G c #6B7462", +"H c #6C7A64", +"J c #6F7D69", +"K c #746E64", +"L c #717665", +"P c #777468", +"I c #717A66", +"U c #727D6A", +"Y c #787368", +"T c #7A7D6D", +"R c #747474", +"E c #7D7D7D", +"W c #6E8167", +"Q c #74826B", +"! c #768371", +"~ c #7C8473", +"^ c #7B8A74", +"/ c #7E9175", +"( c #868575", +") c #838D77", +"_ c #828E7D", +"` c #8B857A", +"' c #8A8E7B", +"] c #85937A", +"[ c #8B937D", +"{ c #8A987E", +"} c #848584", +"| c #888986", +" . c #8D9384", +".. c #8F968B", +"X. c #8C9C82", +"o. c #918D83", +"O. c #909088", +"+. c #959E86", +"@. c #929C8E", +"#. c #989489", +"$. c #999887", +"%. c #9C9F8C", +"&. c #919191", +"*. c #9A9A9A", +"=. c #92A386", +"-. c #96A689", +";. c #96A88A", +":. c #9DA48C", +">. c #9CAA8E", +",. c #97A194", +"<. c #9FA490", +"1. c #9FA99C", +"2. c #A3A393", +"3. c #A4A894", +"4. c #A2AC9F", +"5. c #A8A799", +"6. c #AAAD97", +"7. c #A9AC9A", +"8. c #A8B197", +"9. c #AAB199", +"0. c #B1AF9F", +"q. c #B1B69F", +"w. c #A6A6A6", +"e. c #ACACAC", +"r. c #ADB5AA", +"t. c #B0B5A4", +"y. c #B5B6AE", +"u. c #B5BCA6", +"i. c #BBB5A6", +"p. c #BEB6AA", +"a. c #BBBBAD", +"s. c #B1B1B1", +"d. c #B5BBB4", +"f. c #BBBAB2", +"g. c #BEBEBE", +"h. c #BAC1AC", +"j. c #BCC0B2", +"k. c #C0C7AF", +"l. c #C1C4B5", +"z. c #C3C5BA", +"x. c #C4CAB4", +"c. c #C6CBBD", +"v. c #C8C6BE", +"b. c #C9CCBC", +"n. c #C9D0BD", +"m. c #D2CBBF", +"M. c #CBCEC7", +"N. c #CCCDCA", +"B. c #CDD2C4", +"V. c #D4CDC1", +"C. c #D1D4CA", +"Z. c #D3D8C8", +"A. c #DBD7CE", +"S. c #D4D5D3", +"D. c #D6D8D1", +"F. c #DDDBD4", +"G. c #DBDBDA", +"H. c #DFE0DC", +"J. c #E2E2DD", +"K. c #E8E3DC", +"L. c #E5E6E4", +"P. c #EDEEEC", +"I. c #F1EFEB", +"U. c #F1F2EF", +"Y. c #F3F3F2", +"T. c #F9F8F6", +"R. c #FDFEFD", +"E. c None", +/* pixels */ +"E.E.E.E.E.E.E.E.E.E.E.E.E.E.E.E.E.E.E. $ 2 @ E.E.E.E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E.E.E. X O o X X 2 w.N.e.6 E.E.E.E.", +"E.E.E.E.E.E.E.E.E. O < e S o.#.` Y h e.R.R.R.g.r E Z = E.E.", +"E.E.E.E.E.E.E. X 5 ` p.A.K.F.F.M.0.o.L.R.R.G.&.} L.R.e.& E.", +"E.E.E.E.E.E. = K p.K.T.U.H.B.z.f.6.O.U.R.R.*.O = E R.U.r ", +"E.E.E.E.E. & ` m.U.T.U.J.C.z.x.a.6.o.S.R.R.S.R R S.R.G.2 ", +"E.E.E.E.E.X B m.Y.T.L.S.B.Z.n.x.q.9.' | P.R.U.| } N.s.u ", +"E.E.E.E. 8 i.U.Y.H.C.c.z.x.h.h.8.8.:.f Z } Z e a Z - ", +"E.E.E. & o.F.P.G.M.b.b.a.:.U B M I [ ) c c f J =.X.q E.", +"E.E.E. y p.J.S.Z.B.b.9.M 1 X o ; p U ] { =.;.=.C o E.E.", +"E.E.E.X P M.C.j.f.h.3.7 * p ^ =.;./ 3 E.E.", +"E.E.E.* #.a.d.a.u.6.m X * q 0 ; E.E.", +"E.E. w 5.a.7.t.h. .= E. E.E.", +"E.E. h 2.t.u.h.8.N X $ 3 7 , % o E.E.", +"E.E. h #.%.2.:.-.y o t ..r.4._ W x 0 $ E.E.E.E.", +"E.E. h ( ' +.+.[ 5 ; .M.d.*._ ! ^ F s 3 . E.E.E.E.", +"E.E.X k T T +.>.{ 1 = U 1.@.^ H D n b D b 7 . E.E.E.", +"E.E.o k T ] :.-.] 8 E.. q H J H D D D n H n n , E.E.", +"E.E. y ( ) [ ) ^ f X E. X - 7 p l V G V D W H i o E.E.", +"E.E. 6 S T ] ] ^ C % E.E. . + 3 b G D D D V - E.", +"E.E. > M S ~ X.X.Q l $ E. q J J F Q W 4 E.", +"E.E.E.@ h S ~ ..X.U H l : % O o X X O @ = t D J J W Q i X E.", +"E.E.E. 8 L ~ ^ Q H F F H ~ D c a a z v A G J U J I V 4 E.", +"E.E.E. = k S G U / ^ H J ~ / ^ ! U U U J U U T U U Q , E.", +"E.E.E.E. 8 m k m U ] F D F W Q W I U Q I I U J I C x # E.", +"E.E.E.E. $ d M N Q F C J F C V V C C I U I I J W e % . E.", +"E.E.E.E.E. * k G N m N Q / C C C C C I L L C V n - E.", +"E.E.E.E.E.E. $ e m h p z Q x b V N x x V V 9 , # E.E.", +"E.E.E.E.E. X O * = , , = , 4 : - - - + E.E.E.", +"E.E.E.E.E.E. E.E.E.E.", +"E.E.E.E.E.E.E.E. E.E.E.E.E.", +"E.E.E.E.E.E.E.E.E. E.E.E.E.E.E.E." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnometris.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnometris.xpm @@ -0,0 +1,172 @@ +/* XPM */ +static char *gnometris[] = { +/* columns rows colors chars-per-pixel */ +"32 32 134 2", +" c #000000", +". c #050708", +"X c #0D0706", +"o c #0B0B0C", +"O c #0B0D10", +"+ c #0E1012", +"@ c #120B09", +"# c #151514", +"$ c #19191A", +"% c #392D23", +"& c #36322C", +"* c #303233", +"= c #383B3E", +"- c #343C44", +"; c #3E4C5D", +": c #4D3426", +"> c #6B4033", +", c #46484A", +"< c #4D4B45", +"1 c #474F57", +"2 c #485057", +"3 c #4B5359", +"4 c #5E5548", +"5 c #51565B", +"6 c #55595E", +"7 c #595959", +"8 c #4B5C6F", +"9 c #4C5E70", +"0 c #576673", +"q c #5A6976", +"w c #645442", +"e c #60534C", +"r c #635955", +"t c #606E78", +"y c #6E767B", +"u c #5A6F86", +"i c #747B82", +"p c #6A839D", +"a c #7C8185", +"s c #748BA1", +"d c #758FAC", +"f c #7590AE", +"g c #7994AF", +"h c #7C96B1", +"j c #7F99B2", +"k c #814F3E", +"l c #82523E", +"z c #875D42", +"x c #895E44", +"c c #895D49", +"v c #954E45", +"b c #866444", +"n c #896244", +"m c #8E6D49", +"M c #967D5D", +"N c #857060", +"B c #887772", +"V c #8A7873", +"C c #B05E52", +"Z c #B16253", +"A c #B77258", +"S c #B87459", +"D c #BB7A5B", +"F c #BB7563", +"G c #C46D5C", +"H c #C6735E", +"J c #C8795F", +"K c #CD8364", +"L c #CE8965", +"P c #D08565", +"I c #D08B66", +"U c #D38B74", +"Y c #D29067", +"T c #D6966B", +"R c #D69C6C", +"E c #DA976C", +"W c #D99B6D", +"Q c #DB9C7B", +"! c #D7A16D", +"~ c #DAA36E", +"^ c #DCA86F", +"/ c #DDA670", +"( c #DCA27C", +") c #DDAC71", +"_ c #DEB272", +"` c #E0AE73", +"' c #E1B473", +"] c #E2B973", +"[ c #8E8680", +"{ c #929699", +"} c #9F9996", +"| c #999C9E", +" . c #849CB2", +".. c #929EAA", +"X. c #9B9EA0", +"o. c #87A0BB", +"O. c #8BA2B4", +"+. c #8BA3BB", +"@. c #92A6B6", +"#. c #90A7B9", +"$. c #92A8B7", +"%. c #94AABB", +"&. c #98ADBA", +"*. c #9BB0BB", +"=. c #A09A97", +"-. c #A29C98", +";. c #BB9C8C", +":. c #94ABC2", +">. c #98AEC1", +",. c #9EB3C2", +"<. c #9DB3C9", +"1. c #A0B4C3", +"2. c #B7BFC7", +"3. c #BBBFC1", +"4. c #B8C0C8", +"5. c #B5C4D1", +"6. c #B8C7D1", +"7. c #DFA189", +"8. c #C4B9AD", +"9. c #D7BFB2", +"0. c #DAC7AD", +"q. c #D5C2B2", +"w. c #DAC6B4", +"e. c #DCCCB6", +"r. c #DDC8BA", +"t. c #ECCFA6", +"y. c #EED2A7", +"u. c #EFD6A8", +"i. c #E0D4BE", +"p. c #C0C6CD", +"a. c #C3CACF", +"s. c #C4CCD0", +"d. c #C5D1DA", +"f. c None", +/* pixels */ +"f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.", +"f.f.f.f.f. . $ $ $ $ $ $ o # $ $ $ $ $ + o $ $ $ $ $ $ f.", +"f.f.f.f.f. < i.e.e.e.e.0.4 8.e.e.w.w.w.N [ r.q.q.q.9.;.@ f.", +"f.f.f.f.f. 7 u.] ] ' _ _ w q.) ~ ~ W ~ n } ( T Y I P D @ ", +"f.f.f.f.f. 7 y._ _ _ ) ) w q.~ R R R T n =.( L L L L S @ ", +"f.f.f.f.f. 7 y._ _ ) ) ^ w q.~ R R R T x =.Q L L L K S @ ", +"f.f.f.f.f. 7 y.^ _ ) ) ^ w q.R R R T T x } Q L K K K A @ ", +"f.f.f.f.f. 7 y.' ` ) / ^ w w.~ W R T E z } Q P K K P S @ ", +"f.f.f.f.f. & M m m m m n % N n n n x x : e n l l k k > X ", +"f.f.f.f.f. r -.=.} =.=.B o ", +"f.f.f.f.f.f. -.7.U U U U F @ ", +"f.f.f.f.f.f. =.U J H H H Z @ ", +"f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f.f. =.U J H H G Z @ ", +"f.f.f.f.f.f.f.f.f. # $ $ $ $ $ O f.f. =.U H H H G C @ ", +"f.f.f.f.f.f.f.f.f.$ 3.a.a.a.a.a.y f. =.U H G G G C @ ", +"f.f.f.f.f.f.f.f.f.$ a.&.&.&.&.&.t B F Z Z C C v X ", +"f.f.f.f.f.f.f.f.f.$ a.&.&.$.%.%.t o @ @ @ @ @ X ", +"f.f.f.f.f.f.f.f.f.$ a.%.$.%.O.@.q f. ", +"f.f.f.f.f.f.f.f.f.$ a.@.O.O.O.@.q f. f.", +"f.f.f.f.f.f.f.f.f.$ a.%.@.%.+.+.q f.f.f.f. f.", +"f. + y q 0 0 0 0 - f.f.f.f.f.f.f.", +"f. * | X.X.X.X.{ = [ | | | | | 5 6 X.| | | | i o f.f.f.f.f.", +"f. 7 d.,.,.,.,.>.3 4.>.%.:.:.:.q | <.o.+.o.o.d O f.f.f.f.", +"f. 7 6.O.O.O.O.o.2 4. . . .h j 9 | o.f f f f p O f.f.f.f.", +"f. 7 4.O.O. .O. .1 4. .h h h h 8 | :.d d f f p O f.f.f.f.", +"f. 7 5.O.O. .j .1 4.h h g f h 8 ..j d f d f p O f.f.f.f.", +"f. 7 5. . . . . .1 4.h g g g g 8 | .f f f f p O f.f.f.f.", +"f. , $.s s s s p - ..p p p p p 1 i d p p p p u o f.f.f.f.", +"f. . + o O O O O . o O O O O O . O O O O O O o f.f.f.f.", +"f.f. f.f.f.f.", +"f.f. f.f.f.f.f.", +"f.f.f. f.f.f.f.f." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnotravex.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnotravex.xpm @@ -0,0 +1,135 @@ +/* XPM */ +static char *gnotravex[] = { +/* columns rows colors chars-per-pixel */ +"32 32 97 2", +" c black", +". c #010101", +"X c #020202", +"o c #030303", +"O c #040404", +"+ c #050505", +"@ c #060606", +"# c #0A0A0A", +"$ c #0B0B0B", +"% c #0C0C0C", +"& c #0D0D0D", +"* c #0E0E0E", +"= c #0F0F0F", +"- c #111111", +"; c #121212", +": c #131313", +"> c #141414", +", c #171717", +"< c #191919", +"1 c #1B1B1B", +"2 c #252525", +"3 c #262626", +"4 c #2F2F2F", +"5 c #303030", +"6 c #313131", +"7 c #3C3C3C", +"8 c #3D3D3D", +"9 c #404040", +"0 c #414141", +"q c #454545", +"w c #464646", +"e c #515151", +"r c #525252", +"t c #585858", +"y c #595959", +"u c #5A5A5A", +"i c #5E5E5E", +"p c #616161", +"a c #626262", +"s c #636363", +"d c #656565", +"f c #6D6D6D", +"g c #717171", +"h c #727272", +"j c #737373", +"k c #787878", +"l c #7A7A7A", +"z c #7D7D7D", +"x c #7E7E7E", +"c c #7F7F7F", +"v c #808080", +"b c #818181", +"n c #858585", +"m c #868686", +"M c #888888", +"N c #898989", +"B c #8A8A8A", +"V c #8B8B8B", +"C c #8C8C8C", +"Z c #8D8D8D", +"A c #8F8F8F", +"S c #909090", +"D c #9A9A9A", +"F c #A4A4A4", +"G c #A5A5A5", +"H c #AEAEAE", +"J c #B1B1B1", +"K c #BEBEBE", +"L c #C1C1C1", +"P c #D0D0D0", +"I c #D7D7D7", +"U c #DBDBDB", +"Y c #DCDCDC", +"T c #DDDDDD", +"R c #DEDEDE", +"E c #E0E0E0", +"W c #E1E1E1", +"Q c #E2E2E2", +"! c #E5E5E5", +"~ c #E6E6E6", +"^ c #E7E7E7", +"/ c #E8E8E8", +"( c #EAEAEA", +") c #EBEBEB", +"_ c #EEEEEE", +"` c #EFEFEF", +"' c #F0F0F0", +"] c #F3F3F3", +"[ c #F4F4F4", +"{ c #F5F5F5", +"} c #F6F6F6", +"| c #F7F7F7", +" . c #F8F8F8", +".. c #FAFAFA", +"X. c #FCFCFC", +"o. c gray100", +"O. c None", +/* pixels */ +"2 p p p p p s s s s s s s s s s s p p s s s s p p s s s s s r - ", +"p o.o.o.! ^ ^ ^ ^ ^ ^ ^ ` ^ ^ ^ ^ ` ^ ^ ^ ^ ^ ` ^ ^ ^ ^ ` ` F 5 ", +"p o.! ] i > < < > < < < > < < > < > < < < > < < < < > < t B x 5 ", +"p ] D Y W q O.O.O.O.O.O.O.O. O.O.O.O.O.O. 8 x J B 5 ", +"p ` g B Y ! q O.O.O.O.O.O.O. O.O.O.O.O. 9 c K ` A 4 ", +"p ^ 2 u A Y ! w O.O.O.O.O. O.O.O.O.+ 8 c K ] A k 4 ", +"s ^ < & u A Y ! q O.O.O.O. O.O.O. 9 c K ..x - g 5 ", +"s ^ > O.& u S Y W q O.O.O. O.O. 9 c K ] n & j 5 ", +"s ^ < O.O.& i A Y ! q O.O. O. 9 c K ..x + O.& g 5 ", +"s ^ < O.O.O.& u A Y ! q O. + 8 c K ..c + O.O.& j 5 ", +"p ^ < O.O.O.O.& u A Y ! q O. 9 c K ..x @ O.O.O.& j 5 ", +"s ^ < O. O.& u S Y ! q O.O.O.O.+ 8 c K ] n O.& j 6 ", +"s ^ > & u A Y ! q O.O.+ 9 x K ..x + & g 5 ", +"s ^ < O.& u S Y W q 9 x K ..c & j 5 ", +"s ^ < O.O.& u A Y W f x K ..x + O. O. & j 5 ", +"s ^ < O.O.O.& u A Y ` U ] c + O.O. & j 5 ", +"p ^ < O.O.O.O.- j S ] o.H + O.O.O. & g 5 ", +"s ^ < O.O.O. 8 x K ..] W q O.O.O. & j 5 ", +"s ^ > O.O. 9 c K ] F S Y ! q O.O. & j 5 ", +"s ^ < O.O.+ 9 c K ..c > u A Y W q O. & j 6 ", +"s ^ < O.O.O.O.O.O. 9 c K ..x + O.& u A Y ! q O.O.O.O.O.O.& g 5 ", +"s ^ < O.O.O.O.O.+ 8 c K ..c & u S Y ! q O.O.O.O.O.& j 5 ", +"p ^ < O.O.O.O. 9 x K ..x + & u A Y ! q O.O.O.O.& j 5 ", +"s ^ < O.O.O.+ 8 x K ..c + & u A Y ! w O.O.O.& j 5 ", +"s ^ < O.O.+ 9 x K ..x + O. O.& u A Y ! q O.O.@ j 6 ", +"s ^ < O. 8 x K ..c O.O.O.O. O.O.O.& u S Y W q O.& j 6 ", +"s ^ < 8 x K ..x + O.O.O.O.O. O.O.O.O.& u A U ! q @ j 6 ", +"s ^ 1 8 x K ..c + O.O.O.O.O.O. O.O.O.O.O.O.& i A Y ! t j 6 ", +"s ^ t x K ..x + O.O.O.O.O.O. O.O.O.O.O.O.O.& u A Y ! B 4 ", +"p ] B J ] A & @ & & & & & & & & @ & & & & & & & & @ < s A P A 4 ", +"s Y n B A k j j j j j j g j j j j j j j j j j j g j g x x n x 5 ", +"2 9 4 5 5 5 5 5 6 6 5 5 5 5 6 5 5 5 5 5 6 6 5 5 5 5 5 5 5 5 5 - " +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnect.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnect.xpm @@ -0,0 +1,275 @@ +/* XPM */ +static char *gnect[] = { +/* columns rows colors chars-per-pixel */ +"32 32 237 2", +" c #000000", +". c #060709", +"X c #0A0402", +"o c #0B0C0D", +"O c #110503", +"+ c #130806", +"@ c #130908", +"# c #1D0A06", +"$ c #100F11", +"% c #1E100D", +"& c #111215", +"* c #14171C", +"= c #17181B", +"- c #1D1310", +"; c #1E1C1E", +": c #1A1D22", +"> c #1D2129", +", c #200B07", +"< c #240F0B", +"1 c #22110D", +"2 c #2B120D", +"3 c #211614", +"4 c #271915", +"5 c #2B1715", +"6 c #2C1A16", +"7 c #34130C", +"8 c #3B150D", +"9 c #341612", +"0 c #301C1B", +"q c #381710", +"w c #391912", +"e c #3B1F19", +"r c #37231E", +"t c #3B221D", +"y c #202225", +"u c #20242A", +"i c #282226", +"p c #252A32", +"a c #292C31", +"s c #292F3B", +"d c #2C323C", +"f c #342421", +"g c #312A2E", +"h c #3E2422", +"j c #362F31", +"k c #303235", +"l c #32363D", +"z c #36393F", +"x c #383235", +"c c #2E3541", +"v c #343B46", +"b c #363F4E", +"n c #3E3F42", +"m c #3D424B", +"M c #3B4453", +"N c #3C4758", +"B c #421C14", +"V c #49251D", +"C c #56271D", +"Z c #592115", +"A c #5A271B", +"S c #472923", +"D c #4C2D26", +"F c #4C312C", +"G c #453430", +"H c #413238", +"J c #493733", +"K c #4C3936", +"L c #512D2A", +"P c #5B2B24", +"I c #55302D", +"U c #5C352C", +"Y c #612417", +"T c #6F2E1F", +"R c #712B1C", +"E c #7B2E1D", +"W c #632F27", +"Q c #66352B", +"! c #6B3022", +"~ c #6F342B", +"^ c #7D3B2C", +"/ c #674037", +"( c #684138", +") c #464A4F", +"_ c #4D4548", +"` c #4F484B", +"' c #414752", +"] c #434A54", +"[ c #424B5D", +"{ c #494D54", +"} c #4A4F58", +"| c #4D5055", +" . c #504A4B", +".. c #52565D", +"X. c #444E60", +"o. c #4C5565", +"O. c #565B65", +"+. c #545C6D", +"@. c #5E626B", +"#. c #5A6271", +"$. c #614B49", +"%. c #6F524C", +"&. c #61595C", +"*. c #6C5652", +"=. c #704940", +"-. c #724F4A", +";. c #794D44", +":. c #71524C", +">. c #735E59", +",. c #7A5751", +"<. c #665E62", +"1. c #7B635E", +"2. c #66696F", +"3. c #6B6468", +"4. c #666D7A", +"5. c #6A717E", +"6. c #70757E", +"7. c #75797F", +"8. c #7E7272", +"9. c #6C7380", +"0. c #737985", +"q. c #767D89", +"w. c #7A7C83", +"e. c #787E8B", +"r. c #7E8186", +"t. c #7C818C", +"y. c #80301E", +"u. c #863E2E", +"i. c #8B3422", +"p. c #8B3827", +"a. c #9A3A26", +"s. c #983C28", +"d. c #A03D28", +"f. c #974331", +"g. c #914839", +"h. c #9F4532", +"j. c #A5412C", +"k. c #AC412A", +"l. c #A34632", +"z. c #AF4933", +"x. c #AE533E", +"c. c #B4442C", +"v. c #B74C35", +"b. c #B84C35", +"n. c #B84F39", +"m. c #B8513A", +"M. c #864D41", +"N. c #815349", +"B. c #89594F", +"V. c #8B5A50", +"C. c #91574B", +"Z. c #9E594B", +"A. c #84655F", +"S. c #9F665A", +"D. c #866D67", +"F. c #9C7E77", +"G. c #A55A4A", +"H. c #AD5441", +"J. c #BC5944", +"K. c #BC5E4A", +"L. c #AE614F", +"P. c #A6695C", +"I. c #AE6150", +"U. c #AF6C5E", +"Y. c #B96B5A", +"T. c #A86E61", +"R. c #AA776C", +"E. c #B47163", +"W. c #BB7C6F", +"Q. c #BA7E72", +"!. c #C05E49", +"~. c #C0604C", +"^. c #C16653", +"/. c #C46E5B", +"(. c #C6725F", +"). c #C67260", +"_. c #C57968", +"`. c #CA7D6D", +"'. c #C28274", +"]. c #C68578", +"[. c #CE8575", +"{. c #CC887A", +"}. c #D0897A", +"|. c #80848A", +" X c #858B96", +".X c #878D98", +"XX c #8A8E94", +"oX c #898E9A", +"OX c #8E939D", +"+X c #9095A0", +"@X c #969AA3", +"#X c #9A9FA9", +"$X c #9DA1AB", +"%X c #A08984", +"&X c #AA8D87", +"*X c #B68F88", +"=X c #BB9F98", +"-X c #A2A6AD", +";X c #A2A7B0", +":X c #AAADB4", +">X c #AEB1B6", +",X c #B3B6BE", +".G @ ; &.8.` o ", +"nXnXnXnXnXnXnXnXnXnXnXnXnXnXnX L 3XkXjXwX( X : XXsXaX n k o nX 3 K J - nX 3 $.*.f & { 2.z . ", +"nX ] >XsX1Xw.= F 4XiXiX*Xh : r.1XaX@Xl & 7.1XaX:X} . ", +" : OXvX,X@X+X] 2 E.bXuX5X5XZ.< O.fXfX#X#X5.* m aXcX$X@Xt.u ", +" d 9.:X0.+.+.[ P J.7X[.J.J.b.L o.;X#X#.#.+.c N oX$X#.#.+.c ", +" d [ [ [ [ [ N W c.c.c.c.c.c.I N [ [ [ [ N v M [ [ [ [ [ d . ", +" : X.#.+.#.+.v 9 j.J.J.K.J.s.6 M +.+.+.+.[ : c +.#.#.#.o.: ", +"nX. v t.OX X@.* C E.{.[.U.B > 4..X.Xw.v & O. XoXt.m . ", +"nX . g <. .& h ,.-.6 ; &.3.g . & _ <.x . ", +"nX F &XqX=X:.+ y r.:X-X2.& % A.9X0XF.r + :.=XqX&XF ", +" q 2XxXyX7X6XQ $ 6.gXaX:X$X} @ M.kXlX8X7XP.< Q uXzXeX8XQ.w ", +"X R [.lX[.^.^.l.g 5.dX@X4.4.o.h H.uXrX^.^.J.R f.7XpX(.^.K.R ", +"X y.b.m.b.c.c.j.H X.o.o.X.X.[ L k.b.v.c.c.c.i.a.b.b.c.c.c.y.X ", +" Y c.b.v.b.b.i.i [ o.o.o.o.M 0 d.b.n.v.n.c.Z i.b.v.v.v.b.Y ", +" , g.`.[.[.I.B . v e..X X5.p X A Y.[.[._.^ X B I.[.[.[.g., ", +"nX 1 / B.;.t o z O...p . X S N.B.U # e ;.B.( < ", +"nXnX X . X ", +"nXnX " +}; --- gnome-games-2.21.90.orig/debian/pixmaps/blackjack.xpm +++ gnome-games-2.21.90/debian/pixmaps/blackjack.xpm @@ -0,0 +1,277 @@ +/* XPM */ +static char *blackjack[] = { +/* columns rows colors chars-per-pixel */ +"32 32 239 2", +" c black", +". c #010203", +"X c #020202", +"o c #050505", +"O c #060606", +"+ c #0B0B0B", +"@ c #080B0E", +"# c #0C0C0C", +"$ c #111111", +"% c #121212", +"& c #161616", +"* c #171717", +"= c #181818", +"- c #1C1C1C", +"; c #212121", +": c #252525", +"> c #262625", +", c #262626", +"< c #2C2C2C", +"1 c #2F2F2F", +"2 c #313131", +"3 c #333333", +"4 c #343434", +"5 c #373B3E", +"6 c #383838", +"7 c #3D3D3D", +"8 c #3E3E3D", +"9 c #3F3F3E", +"0 c #723124", +"q c #40403F", +"w c #414140", +"e c #454544", +"r c #464646", +"t c #484847", +"y c #4D4D4C", +"u c #4E4E4E", +"i c #50504F", +"p c #51504E", +"a c #505050", +"s c #525251", +"d c #535352", +"f c #545454", +"g c #565656", +"h c #575757", +"j c #585857", +"k c #5A5855", +"l c #585858", +"z c #595959", +"x c #5A5A59", +"c c #5A5A5A", +"v c #5D5D5C", +"b c #5D5F61", +"n c #7F665F", +"m c #626261", +"M c #636362", +"N c #666665", +"B c #696764", +"V c #6F6E6B", +"C c #6D6D6D", +"Z c #7C7A77", +"A c #7E7A78", +"S c #7E7E7C", +"D c #7F7F7E", +"F c #7F7F7F", +"G c #861C09", +"H c #8D210D", +"J c #983518", +"K c #98552E", +"L c #A0542A", +"P c #A36B39", +"I c #BB7D6D", +"U c #BF7F6D", +"Y c #C84026", +"T c #CA4B2C", +"R c #E6421C", +"E c #EA6531", +"W c #F76730", +"Q c #E07645", +"! c #E67B4B", +"~ c #B9877B", +"^ c #CB8F7C", +"/ c #F18042", +"( c #FF954D", +") c #FFA459", +"_ c #808080", +"` c #828280", +"' c #828484", +"] c #848380", +"[ c #878786", +"{ c #898987", +"} c #8C8C8A", +"| c #8C8C8B", +" . c #8D8C8B", +".. c #8D8D8B", +"X. c #8D8D8D", +"o. c #908F8B", +"O. c #92928F", +"+. c #939391", +"@. c #929292", +"#. c #949390", +"$. c #959592", +"%. c #959593", +"&. c #969693", +"*. c #979795", +"=. c #979896", +"-. c #979998", +";. c #989896", +":. c #989897", +">. c #999997", +",. c #989898", +"<. c #999998", +"1. c #989A9A", +"2. c #9A9A98", +"3. c #9B9A98", +"4. c #9B9B99", +"5. c #9A9A9A", +"6. c #9B9C9A", +"7. c #9C9B9B", +"8. c #9C9C9A", +"9. c #9C9D9E", +"0. c #9E9E9C", +"q. c #BE9086", +"w. c #A3A39F", +"e. c #BAA39A", +"r. c #A1A1A1", +"t. c #A2A2A1", +"y. c #A2A2A2", +"u. c #A2A3A3", +"i. c #A3A3A2", +"p. c #A3A3A3", +"a. c #A3A3A4", +"s. c #A3A4A4", +"d. c #A4A4A3", +"f. c #A6A4A0", +"g. c #A4A4A4", +"h. c #A5A5A4", +"j. c #A6A6A4", +"k. c #A6A6A5", +"l. c #A8A8A6", +"z. c #A9A9A7", +"x. c #ADADAB", +"c. c #ADADAC", +"v. c #AEAEAC", +"b. c #B3B3B1", +"n. c #B4B4B2", +"m. c #B7B7B6", +"M. c #B8B8B6", +"N. c #BBB9B5", +"B. c #B8B8B8", +"V. c #BABAB9", +"C. c #BBBBBA", +"Z. c #BEBEBD", +"A. c #BFBFBD", +"S. c #C8A79B", +"D. c #C5ABA3", +"F. c #C0BFBB", +"G. c #C9C8C5", +"H. c #CACAC7", +"J. c #CBCDCB", +"K. c #CDCDCB", +"L. c #CECECB", +"P. c #D1CDC8", +"I. c #D1D1CF", +"U. c #D2D2D0", +"Y. c #D4D4D1", +"T. c #D5D5D2", +"R. c #D7D5D0", +"E. c #D6D6D4", +"W. c #D7D7D5", +"Q. c #D8D6D1", +"!. c #DAD5D0", +"~. c #D8D8D6", +"^. c #DADAD7", +"/. c #DEDCD7", +"(. c #DBDBD8", +"). c #DBDBDA", +"_. c #DCDBD8", +"`. c #DCDCDA", +"'. c #DDDDDA", +"]. c #DFDDD9", +"[. c #DFDED8", +"{. c #DEDEDC", +"}. c #DFDFDC", +"|. c #E0DFDA", +" X c #E1E0DB", +".X c #E0E0DD", +"XX c #E1E0DC", +"oX c #E2E1DC", +"OX c #E2E2DE", +"+X c #E3E2DE", +"@X c #E4E3DE", +"#X c #E3E3E0", +"$X c #E5E4E0", +"%X c #E5E5E2", +"&X c #E6E5E0", +"*X c #E6E5E1", +"=X c #E6E5E2", +"-X c #E6E6E3", +";X c #E7E7E3", +":X c #E7E7E5", +">X c #E8E7E2", +",X c #E9E8E5", +"X3X1XeXeXfXfXcX9. MXMXMXMXMXMXMXMX", +"MXMXMXMX .] F.o.f.J.:.O.#.%.%.&.*.>.8.M MXMXMXMX", +"MXMXMXMX :.Q.|.P.e.n b r.r.#.1.p.p.r.r.p.g.g.g.g.r.y MXMX", +"MXMXMXMX f.@X!.^ ! K a.mX1Xh l.cXkXkXgXkXkXkXgXkXcX:. MXMX", +"MXMXMXMXX f.4XS.Q ) P a.vXoX9 >.fXeXeX5XeXeX7XeXeXgX8. MXMX", +"MXMXMXMX g.oX~ ! ( L 9.H.Y.w >.gX#X:.L.eXeXeXeXeXgX5. MXMX", +"MXMXMXMX g.#XI E W J ' e #.4 2.kXV.- ` eXeXeX5XeXfX5. MXMX", +"MXMXMXMX g.eXD.T R H 2.` e v L.{.a ; V.fXeX7XeXfX5. MXMX", +"MXMXMXMX g.fX].~ Y G f.fXY.#X).j O 2 M.yXeXeXfX5. MXMX", +"MXMXMXMX f.fXeX'.q.0 u.kXfX~.g , C.uXeXgX2. MXMX", +"MXMXMXMX p.kX7XeX#XA p.kX5XF O t ~.eXgX2. MXMX", +"MXMXMXMX g.kXeXeXfX>.r.kX'.< # z.fXgX:. MXMX", +"MXMXMXMX g.kXeXeXfX>.r.zXY.& 2.gXgX2. MXMX", +"MXMXMXMX g.kXeXeXfX>.r.kX'.3 % = = % v.gXgX2. MXMX", +"MXMXMXMX r.cXkXfXcX8.r.kX8X[ % & ` C .2 # y n.x.).2. MXMX", +"MXMXMXMX y >.8.:.9.M f.kXeX-XC.A.W.e v.U.m.k.6 w d . MXMX", +"MXMXMXMX g.kXeXeXeXuX=Xg.U.fXgX:.8 n.N { MXMX", +"MXMXMXMXMX g.kXeXeXeX8XeXfXtXeXgX>.w '.1X>. MXMX", +"MXMXMXMXMX g.kXeXeXeXeXeXeXeXeXgX>.8 oXkX8. MXMX", +"MXMXMXMXMXMXMXMXMXMX #.fXuXuXuXtXtXyXyXeXgXM.S -XgX.. MXMX", +"MXMXMXMXMXMXMXMXMXMX , p a a d d p d a d a d d a a , MXMX", +"MXMXMXMXMXMXMXMXMXMX MXMX", +"MXMXMXMXMXMXMXMXMXMXMX MXMX", +"MXMXMXMXMXMXMXMXMXMXMX MXMX", +"MXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMXMX" +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gsame.xpm +++ gnome-games-2.21.90/debian/pixmaps/gsame.xpm @@ -0,0 +1,295 @@ +/* XPM */ +static char *gsame[] = { +/* columns rows colors chars-per-pixel */ +"32 32 257 2", +" c #000000", +". c #04090E", +"X c #0B0B0B", +"o c #0B0704", +"O c #0A0D10", +"+ c #0F1215", +"@ c #120E0A", +"# c #110C07", +"$ c #19130E", +"% c #131312", +"& c #141719", +"* c #1C1711", +"= c #1F1813", +"- c #1B1B1B", +"; c #17212A", +": c #1B242D", +"> c #16283B", +", c #182739", +"< c #192734", +"1 c #221B14", +"2 c #22221F", +"3 c #34281E", +"4 c #39271C", +"5 c #382A1E", +"6 c #232323", +"7 c #23262A", +"8 c #2B2B2B", +"9 c #252C36", +"0 c #2E302D", +"q c #2A323A", +"w c #362C24", +"e c #39322A", +"r c #353432", +"t c #373738", +"y c #37393A", +"u c #383937", +"i c #393A39", +"p c #1F3546", +"a c #1F3A4D", +"s c #1F3C55", +"d c #1F3E5C", +"f c #1E3F67", +"g c #243947", +"h c #233C4E", +"j c #2A3F4E", +"k c #233D53", +"l c #323E46", +"z c #203F65", +"x c #24435D", +"c c #36464C", +"v c #3F4342", +"b c #3C4D58", +"n c #25486F", +"m c #334D62", +"M c #3B5067", +"N c #395676", +"B c #3D5A79", +"V c #483327", +"C c #493B2E", +"Z c #443429", +"A c #453F39", +"S c #4F3E30", +"D c #503F2D", +"F c #5D3D2A", +"G c #563624", +"H c #4F4236", +"J c #4C473F", +"K c #554332", +"L c #50493F", +"P c #5D4734", +"I c #5E4A37", +"U c #5A4B3F", +"Y c #6A422B", +"T c #664B37", +"R c #6A503B", +"E c #72422A", +"W c #7F4F32", +"Q c #73543C", +"! c #7B5438", +"~ c #78593F", +"^ c #4C4E4D", +"/ c #434443", +"( c #564D43", +") c #59594B", +"_ c #525453", +"` c #595B59", +"' c #505D5C", +"] c #465861", +"[ c #415A76", +"{ c #5F615F", +"} c #54676F", +"| c #576A6F", +" . c #665342", +".. c #6B5743", +"X. c #605B56", +"o. c #7A5B42", +"O. c #676C5E", +"+. c #7A624A", +"@. c #706D55", +"#. c #72685F", +"$. c #646464", +"%. c #6C6C6C", +"&. c #697378", +"*. c #74766D", +"=. c #747474", +"-. c #7B7B7B", +";. c #7D7873", +":. c #2D5886", +">. c #2C5581", +",. c #335D86", +"<. c #34618F", +"1. c #3B6A9B", +"2. c #4C6C8B", +"3. c #456E96", +"4. c #5C768E", +"5. c #4577AB", +"6. c #4B7AA6", +"7. c #4C82B7", +"8. c #5F82A3", +"9. c #5485B2", +"0. c #768F89", +"q. c #6391B6", +"w. c #7594A3", +"e. c #7BA2C2", +"r. c #8B5837", +"t. c #855C3D", +"y. c #955F3E", +"u. c #9C5B35", +"i. c #AD673B", +"p. c #BD733F", +"a. c #B46939", +"s. c #805F41", +"d. c #86694A", +"f. c #8E6A48", +"g. c #866246", +"h. c #8D6F51", +"j. c #816B52", +"k. c #956C4A", +"l. c #996947", +"z. c #916341", +"x. c #9C754F", +"c. c #95714D", +"v. c #937656", +"b. c #857663", +"n. c #A76A43", +"m. c #A87147", +"M. c #AD7A4F", +"N. c #A2744D", +"B. c #A77F5B", +"V. c #A67B55", +"C. c #B87A49", +"Z. c #C0733D", +"A. c #C77E44", +"S. c #858971", +"D. c #86937F", +"F. c #95906A", +"G. c #9E9778", +"H. c #989473", +"J. c #AD8C5F", +"K. c #B78A55", +"L. c #BD8756", +"P. c #BB8D5E", +"I. c #B88459", +"U. c #AC9170", +"Y. c #BA8F65", +"T. c #B59066", +"R. c #B8946C", +"E. c #B59369", +"W. c #BA9E78", +"Q. c #ADA26F", +"!. c #A8A57C", +"~. c #CE8B4F", +"^. c #C68E59", +"/. c #CA8B53", +"(. c #CC965E", +"). c #D59552", +"_. c #CA9965", +"`. c #C2996D", +"'. c #D09D69", +"]. c #C4A174", +"[. c #CAA376", +"{. c #CBA779", +"}. c #DAA56D", +"|. c #D3A474", +" X c #D5AD7B", +".X c #DFB06D", +"XX c #E7B775", +"oX c #848382", +"OX c #888786", +"+X c #888887", +"@X c #8B8B8A", +"#X c #859581", +"$X c #859593", +"%X c #90908F", +"&X c #989D8A", +"*X c #939392", +"=X c #989997", +"-X c #9D9D9C", +";X c #8AA29D", +":X c #89A7AD", +">X c #96A5A2", +",X c #91ADB6", +"X&X4X!.H.6 YX", +"YXYX4.e.FXUXPXDXkXzXsXQ.) # @ @ # o ", +"YXO 6.,XGXPXUXIXSXfXhXF.@.2 2 ..R.].].P.k.K % ", +"YX. 1.q.:X7X8XzXjXrX&X{ ) 2 3 U.vXmXmXaXpXyX[.c.4 ", +"YX. 1.7.9.;X2X2XeX3X| x c w h.{.aXcXbXnXaXuX|._.x.5 ", +"YX. <.5.6.>XdXeXU.| x a x J d.J. XcXNXNXmXbXuX|.P.f.1 ", +"YX. >.1.3.1XgX!.*.m k a h J .v.qXVXSXSXAXVXBXiX{.T.I ", +"YXYXN :.,.$XdXS.] b k a l J ( b.wXZXLXLXKXHXCXBXtXW.j.$ ", +"YXYX9 N n B &.M x x h g r e K +.E.uXMXmXvXpX X[.Y.V.o.* ", +"YXYX% q k z z z s s p : 3 e K o.K..XXXXXXX}.'.L.M.k.Q 1 ", +"YXYX O : , > < ; & % 3 V Y r.C.~.).~./.(.L.n.z.! P $ ", +"YXYX X X % 5 G Y u.Z.~.Z.a.i.n.y.W Y F V @ ", +"YXYXYX . X X 5 ! l.I.(._.^.C.n.y.t.Q T K w o ", +"YXYXYX o . 1 d.E.[.{.].T.J.k.~ R P C C 1 ", +"YXYXYX o o o 5 k.V.N.k.g.Q .#.;.;.X.0 . ", +"YXYXYXYXYX w o.g.~ T U oX6X6X-Xb.^ X ", +"YXYXYXYXYX 2 0 6 o * e C Z *.5X*X*XoX=.$.8 ", +"YXYXYXYXo / @X-X-.y o o @ 8 OX c #221D1B", +", c #211721", +"< c #241B23", +"1 c #2A1E2A", +"2 c #25211C", +"3 c #29241F", +"4 c #272121", +"5 c #2B2325", +"6 c #2E232A", +"7 c #2E2924", +"8 c #32252B", +"9 c #312B26", +"0 c #342C2B", +"q c #382E2E", +"w c #352635", +"e c #372738", +"r c #362933", +"t c #392230", +"y c #382738", +"u c #392D33", +"i c #382838", +"p c #37302B", +"a c #3A332D", +"s c #3F392F", +"d c #3D3333", +"f c #3F3931", +"g c #423D2E", +"h c #4A302F", +"j c #403733", +"k c #42353A", +"l c #433B34", +"z c #453B3A", +"x c #493E3B", +"c c #6D3F2F", +"v c #464035", +"b c #464039", +"n c #494337", +"m c #4C433B", +"M c #4F493A", +"N c #52463D", +"B c #524B3E", +"V c #5D4139", +"C c #5F4B3D", +"Z c #67453A", +"A c #6B4839", +"S c #77432D", +"D c #754F3C", +"F c #7B4730", +"G c #7E4830", +"H c #7B4E3B", +"J c #4D4240", +"K c #524642", +"L c #544B42", +"P c #504B4A", +"I c #5A4D45", +"U c #565847", +"Y c #5C5346", +"T c #5B5048", +"R c #5A5B4B", +"E c #5B634D", +"W c #5B684C", +"Q c #625043", +"! c #605649", +"~ c #635B4A", +"^ c #685D4C", +"/ c #745642", +"( c #7B5440", +") c #67614A", +"_ c #6D604A", +"` c #616150", +"' c #666E53", +"] c #6C6350", +"[ c #627253", +"{ c #627C54", +"} c #677859", +"| c #618255", +" . c #648759", +".. c #658956", +"X. c #668D58", +"o. c #68855C", +"O. c #6A8D5C", +"+. c #6A905D", +"@. c #6D9561", +"#. c #864F35", +"$. c #855037", +"%. c #82523C", +"&. c #8D563A", +"*. c #86614A", +"=. c #9A6444", +"-. c #A36242", +";. c None", +/* pixels */ +";.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.", +";.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.i i ;.;.d 4 ;.;.;.;.;.;.;.;.;.", +";.;.;.;.;.;.;.;.;.;.;.;.;.;.i 6 ;.* 0 ;.;.3 p ;.. ; w ;.;.;.;.;.", +";.;.;.;.;.;.;.;.;.;.e e ;.* L 2 ;.o b $ ;.O z p d z w ;.;.;.;.;.", +";.;.;.;.;.;.;.;.;.;.d > ;.;.l 2 ;.. K p 7 m z d O = ;.;.;.;.;.", +";.;.;.e w ;.6 K . ;.2 n . ;.2 n a p K L 2 * > ; ;.;.;.;.;.;.;.;.", +";.;.0 L O ;.* B o ;.& N 4 v Y I l * > m . ;.- z O = - 6 ;.;.;.;.", +";.;.o M $ ;.;.s % 9 s N R p - v 4 ;.;.p O . > J d x u 8 ;.;.;.;.", +";.;.;.l B 2 a ) B g 7 v l ;.;.d s ;.* j J x 0 k ; . . ;.;.;.;.;.", +"< + l ~ _ Y 3 3 s ;.% s 2 z d ~ ' b - ;.9 0 ;.;.X w ;.;.;.", +"k Y M n ^ 3 ;.. Y > ;.* L a K C I } @.+.R & ;.X 0 * 4 k e ;.;.;.", +";.4 ;.p 3 ;.. p n s M I =.=.$.D o.+...[ ; & q z k = * , ;.;.;.", +";.;.;.;.2 Y 3 n Y ~ n * > *.&.F c ' .| { z 0 5 > ; ;.;.;.;.;.;.", +";.w 2 v n ~ n > > l O ;.. M %.S A I ^ / D m . ;.* 8 . . = i ;.;.", +";.i K n 9 l 2 ;.;.s p * l P ) [ ) -.&.G V & ;.* k 5 u 5 w ;.;.", +";.;.;.;.;.a g ;.. l L p N p E @.O.{ H #.S Z k 6 0 k > & ;.;.;.", +";.;.;.;.;.2 n l I n T 3 . . U O. .X.Q H Z K k 6 O 8 1 ;.;.;.;.;.", +";.;.;.k s N Y p > $ m > ;.. K O.{ W J x ; ; d + ;.# 5 . # 5 y ;.", +";.;.;.K 9 o 3 9 ;.;.> 0 - > K L q & ; ; ;. r ; # - d u 1 5 1 ;.", +";.;.;.;.;.;.- L $ X l I K 7 7 x . ;.- q X . q u d < < < ;.;.;.;.", +";.;.;.;.;.$ 2 m L l a n > ;. 9 @ ;.5 J z 0 r d O ;.* : ;. = t ", +";.;.;.;.6 m l n n X ;.0 p ;.. 0 h 9 k x u . ;.6 . ;.& u 5 < 8 t ", +";.;.;.;.< o . 2 p ;.;.O d ; x f k * 4 7 ;.;.5 8 * r k 8 # . , ", +";.;.;.;.;.;.;.O n > 0 p K 0 * $ d # ;.o 5 X 5 u k < * 1 : ;.;.;.", +";.;.;.;.;.6 > l T l a - a ; ;. u ; & ; k 8 6 = 6 . ;.. , ;.;.;.", +";.;.;.;.;.k l ; 9 l ;.* d X X d d k 4 5 * ;. r * ;.. 6 ;.;.;.", +";.;.;.;.;.w . ;.# z . + 7 K x u 9 u O ;.& u . ;.* < ;.1 e ;.;.;.", +";.;.;.;.;.;.;. . a a l d d f ;.;.5 X ;.o 6 X ;.;.;.;.;.;.;.;.;.", +";.;.;.;.;.;.r j z a a . > 0 ;.;.7 7 ;.;.6 w ;.;.;.;.;.;.;.;.;.", +";.;.;.;.;.;.i 6 $ . j # ;.. q # ;.1 w ;.;.;.;.;.;.;.;.;.;.;.;.;.", +";.;.;.;.;.;.;.;.;. d * ;.# k ;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.", +";.;.;.;.;.;.;.;.;.;.= r ;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;.;." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnome-mahjongg.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnome-mahjongg.xpm @@ -0,0 +1,205 @@ +/* XPM */ +static char *gnome-mahjongg[] = { +/* columns rows colors chars-per-pixel */ +"32 32 167 2", +" c #000000", +". c #020D02", +"X c #0A0A07", +"o c #0A0A08", +"O c #051504", +"+ c #071906", +"@ c #0B1407", +"# c #0D1408", +"$ c #091B07", +"% c #0A1E08", +"& c #12110B", +"* c #161615", +"= c #1E1D14", +"- c #0F250B", +"; c #12260C", +": c #152B0E", +"> c #1F2612", +", c #1B3113", +"< c #201F15", +"1 c #370B0A", +"2 c #3E0F0D", +"3 c #212016", +"4 c #21211A", +"5 c #2F2D1F", +"6 c #253A18", +"7 c #293D1A", +"8 c #333124", +"9 c #383626", +"0 c #383629", +"q c #383B21", +"w c #3E3C29", +"e c #3D3D3C", +"r c #2E411D", +"t c #30431E", +"y c #451513", +"u c #4A1512", +"i c #552922", +"p c #592A20", +"a c #5E3628", +"s c #643125", +"d c #62332A", +"f c #6B3928", +"g c #6C3A35", +"h c #44432B", +"j c #4A4731", +"k c #4D4A33", +"l c #405027", +"z c #545238", +"x c #5D593E", +"c c #546334", +"v c #5A6936", +"b c #5E6C3A", +"n c #6F432F", +"m c #6E4233", +"M c #744535", +"N c #734A36", +"B c #764F3B", +"V c #7A4C37", +"C c #7C5136", +"Z c #7C533B", +"A c #474747", +"S c #7F5646", +"D c #7C5549", +"F c #7F5948", +"G c #676344", +"H c #696546", +"J c #6A7541", +"K c #726E4B", +"L c #75714E", +"P c #737D44", +"I c #78744D", +"U c #777454", +"Y c #7A7651", +"T c #778048", +"R c #83533E", +"E c #825749", +"W c #845C49", +"Q c #885F41", +"! c #84654D", +"~ c #8C6B4D", +"^ c #807C57", +"/ c #8D705E", +"( c #906C59", +") c #967450", +"_ c #947359", +"` c #967B54", +"' c #9D7C64", +"] c #858058", +"[ c #868C54", +"{ c #8B865B", +"} c #888F50", +"| c #8B9154", +" . c #9D845C", +".. c #9B8A57", +"X. c #95995D", +"o. c #928D61", +"O. c #9C8562", +"+. c #979164", +"@. c #9A9660", +"#. c #A58C64", +"$. c #A78F6A", +"%. c #AA896C", +"&. c #A39F61", +"*. c #A49E6C", +"=. c #A89365", +"-. c #AE956B", +";. c #B19C6A", +":. c #A6A668", +">. c #A8A767", +",. c #ACAB6C", +"<. c #A8A370", +"1. c #AFB078", +"2. c #B1A66E", +"3. c #B3AE74", +"4. c #B3AD79", +"5. c #B9AD75", +"6. c #B5B172", +"7. c #B7B47F", +"8. c #B8B475", +"9. c #BCB37B", +"0. c #BEBA7F", +"q. c #C1B67C", +"w. c #C1BB7E", +"e. c #828282", +"r. c #9C9A89", +"t. c #A3A086", +"y. c #AAA681", +"u. c #ABA98C", +"i. c #B2AE88", +"p. c #BAA089", +"a. c #B7BB8D", +"s. c #BBBA85", +"d. c #B9BB8D", +"f. c #BDBF93", +"g. c #A6A6A6", +"h. c #B9B6A3", +"j. c #C2B384", +"k. c #C4BD83", +"l. c #C4BB89", +"z. c #C3B294", +"x. c #C7C085", +"c. c #C9C185", +"v. c #C9C38B", +"b. c #C4C69F", +"n. c #CBC694", +"m. c #CCC698", +"M. c #CDC895", +"N. c #D1CC9E", +"B. c #CED0B3", +"V. c #D3CFA1", +"C. c #D4CEAD", +"Z. c #D4D2AC", +"A. c #D8D4AB", +"S. c #D3D5B9", +"D. c #DDDABA", +"F. c #DFDDC0", +"G. c #DFDFCA", +"H. c #DDDDDD", +"J. c #E2E0C3", +"K. c #E3E2CB", +"L. c #E2E3D0", +"P. c #EBEAD7", +"I. c #EAE9D8", +"U. c #E7E7E7", +"Y. c #F4F3EB", +"T. c gray100", +"R. c None", +/* pixels */ +"R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R.R. R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R. o o o R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R. j o.o.+.H z h a 7 4 R.R.", +"R.R.R.R.R.R.R.R.R.R. w 4.k.c.q.) Z ~ 5.s.@.Y h o R.", +"R.R.R.R.R.R.R.R.R. q y.M.j. .` f y E ;.w.0.[ t # R.", +"R.R.R.R.R.R.R.R. 0 i.V.l.~ m V y d p.l.8.>.l $ O ", +"R.R.R.R.R.R.R. 8 u.A.v.O.S z.B d R D l.>.J ; + . ", +"R.R.R.R.R.R. 4 u.D.n.x.` _ D i ' M ( 7.| r $ O . ", +"R.R.R.R.R. e h.Z.l.=.` R s 1 ! #.) 9.,.v - O O ", +"R.R.R.R. * r.D.;.C p g %.N 2 E j.k.6.| r + O O ", +"R.R.R. = r.F.M.;.R $.W Z d _ m ( 9.6.b ; + O ", +"R.R.R. 3 t.I.V.k.9.q.k.B u / m.#.n ..X.r % O O ", +"R.R. U P.Y.J.Z.M.k.k. .~ l.k.k.2.:.c $ + O ", +"R. Y A.K.L.G.K.F.A.M.v.k.w.k.8.| 6 % O . R.", +"R. Y c.c.0.s.f.b.B.S.B.Z.N.k.,.c - + O . R.", +"R. L c.c.c.k.k.w.s.s.s.d.a.1.[ 6 % O O R.R.", +"R. k 4.k.c.c.c.c.c.c.k.w.0.6.P ; + O R.R.", +"R. X w ] <.4.k.c.c.c.c.c.w.6.P : + . R.R.R.", +"R. X & 8 x L o.4.k.c.k.6.T , O R.R.R.", +"R.R. o 5 h H { @.T 6 @ R.R.R.", +"R.R. X > q 3 R.R.R.R.R.", +"R.R.R. R.R.R.R.R.", +"R.R.R.R. R.R.R.R.R.", +"R.R.R.R.R. R.R.R.R.R.R.", +"R.R.R.R.R.R. R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R. * o R.R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R.R.A H.e. R.R.R.R.R.R.R.R.R.", +"R.R.R.R.R.R.R.R.R.R.R.R.R.g.T.U.= R.R.R.R.R.R.R.R.R.R.R.R.R.R.R." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/aisleriot.xpm +++ gnome-games-2.21.90/debian/pixmaps/aisleriot.xpm @@ -0,0 +1,217 @@ +/* XPM */ +static char *aisleriot[] = { +/* columns rows colors chars-per-pixel */ +"32 32 179 2", +" c #000000", +". c #0D0D0D", +"X c #151515", +"o c #181817", +"O c #1C1C1C", +"+ c #262625", +"@ c #302F2E", +"# c #263543", +"$ c #283745", +"% c #2A3846", +"& c #2F3F4E", +"* c #373E47", +"= c #323F4E", +"- c #2F404F", +"; c #2F4457", +": c #39414A", +"> c #344353", +", c #334A5E", +"< c #384757", +"1 c #3B4B5C", +"2 c #364D62", +"3 c #394E62", +"4 c #3E5266", +"5 c #3E576C", +"6 c #464644", +"7 c #4D4D4C", +"8 c #494E53", +"9 c #4E5152", +"0 c #4D565E", +"q c #50504F", +"w c #525251", +"e c #585654", +"r c #595959", +"t c #44566A", +"y c #41596F", +"u c #445B71", +"i c #495D73", +"p c #456079", +"a c #4D6276", +"s c #4C667E", +"d c #5F6163", +"f c #59636D", +"g c #52677C", +"h c #53697C", +"j c #616364", +"k c #686765", +"l c #6A6967", +"z c #6B6A69", +"x c #72716F", +"c c #777572", +"v c #7F7F7D", +"b c #4D6780", +"n c #546C82", +"m c #5B6E82", +"M c #5C7186", +"N c #5C738A", +"B c #62778C", +"V c #677B8F", +"C c #657B92", +"Z c #647D98", +"A c #6B7F95", +"S c #6C8197", +"D c #6E839A", +"F c #71879E", +"G c #7C8B97", +"H c #748AA2", +"J c #B73F22", +"K c #B34428", +"L c #BD482C", +"P c #B84F3B", +"I c #BE533A", +"U c #B05D4D", +"Y c #AE6B5A", +"T c #B36A5B", +"R c #A87164", +"E c #A57F75", +"W c #BD7A67", +"Q c #C71A08", +"! c #CA1D0A", +"~ c #CD240D", +"^ c #CB2A0F", +"/ c #C42D14", +"( c #CE2F12", +") c #C33C1C", +"_ c #C8371A", +"` c #C93F1D", +"' c #D32D12", +"] c #D63113", +"[ c #D83817", +"{ c #DC3C1A", +"} c #C54022", +"| c #C1492E", +" . c #D85B31", +".. c #DF6F3C", +"X. c #E2431D", +"o. c #E44C22", +"O. c #E55125", +"+. c #E2582B", +"@. c #ED5727", +"#. c #E9592A", +"$. c #EE612E", +"%. c #F26C35", +"&. c #F4763B", +"*. c #F47C3F", +"=. c #C57E64", +"-. c #CD7C60", +";. c #E97B42", +":. c #A88178", +">. c #BD8677", +",. c #BC887A", +"<. c #C88167", +"1. c #C8866E", +"2. c #C48F7D", +"3. c #ED8247", +"4. c #F58042", +"5. c #F58E4B", +"6. c #F98442", +"7. c #F88D4A", +"8. c #FB9B53", +"9. c #FEA458", +"0. c #868683", +"q. c #8A8987", +"w. c #8B8B8A", +"e. c #85929D", +"r. c #94928F", +"t. c #959593", +"y. c #999896", +"u. c #9B9B9A", +"i. c #8195AB", +"p. c #909FAF", +"a. c #9CA3A7", +"s. c #95A4B4", +"d. c #97A7B8", +"f. c #99A5B2", +"g. c #99A9B9", +"h. c #A19F9C", +"j. c #B3948C", +"k. c #A1A09F", +"l. c #B9A49E", +"z. c #A3A3A2", +"x. c #ADABA7", +"c. c #ADADA9", +"v. c #A1B0BF", +"b. c #B0AFAD", +"n. c #BDABA5", +"m. c #BCBBB8", +"M. c #B5BEC7", +"N. c #B9C1C5", +"B. c #C39587", +"V. c #CA9989", +"C. c #C49D91", +"Z. c #C2AAA3", +"A. c #C6B4AE", +"S. c #C5BCB8", +"D. c #CDBEB8", +"F. c #CBC3BF", +"G. c #D3C3BC", +"H. c #C6C5C2", +"J. c #CBC9C7", +"K. c #CDCBC8", +"L. c #D4CBC6", +"P. c #D0CFCA", +"I. c #D3D1CD", +"U. c #D5D3D0", +"Y. c #DAD7D3", +"T. c #D9D8D5", +"R. c #DEDEDB", +"E. c #E0DFDB", +"W. c #E2E2DE", +"Q. c #E5E5E3", +"!. c #E5E7E8", +"~. c #E7E8E5", +"^. c #E6E9E9", +"/. c #E8E7E2", +"(. c #EAE9E6", +"). c #ECEDEB", +"_. c #F1F1EE", +"`. c #F4F4F1", +"'. c None", +/* pixels */ +"'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.", +"'.'. '.'.'.'.'.'.'.'.'.'.'.'.'.", +"'. o w r r r r r r r r r r r r r 6 . '.'.'.'.'.'.'.'.'.'.'.", +"'. w `.).).^.).).^.^.).).^.^.)._.U.X '.'.'.'.'.'.'.'.'.'.", +"'. r ).H H H H F F D D S S S C s.T.o '.'.'.'.'.'.'.'.'.'.'.", +"'. r ^.C b 1 : : > : : : : : : 8 j O o o X '.'.'.'.'.'.'.", +"'. r ^.N y 9 T.T.R.R.R.R.R.R.R.R.R.E.W.Q.m.. '.'.'.'.'.'.", +"'. r ^.F n f _.M.g.g.d.d.d.d.s.s.s.s.p.M.R.o '.'.'.'.'.'.'.", +"'. r ^.n 2 d ^.S N n 5 8 4 1 1 1 1 < < f w.. '.'.'.'.", +"'. r ^.C i j ^.n p ; d k.y.u.z.k.k.k.k.z.z.z.z.z.z.7 '.'.", +"'. r ^.C u j ^.F C 1 z.L.c x.W.W.W.(.(.(.).).).`.`.y. '.'.", +"'. r ^.g , d ^.N s ; z.r.l l I.W.W.W.W.W.W./.(.^._.y. '.'.", +"'. r ^.A a j ^.M s ; t.k k e b.W.W.W.W./.(.(.(.^.`.y. '.'.", +"'. r ^.n 3 j ^.S C 1 w.h.Y.c.k.L.E.W.W.Y.Y.Q.).).`.u. '.'.", +"'. r ^.n 1 j ^.s u $ u.W.E.G.2.<.1.V.V.<.<.V.Y.)._.u. '.'.", +"'. r ^.V i j ^.B n > z.(.L.-.3.8.5...;.7.;. .2.T._.y. '.'.", +"'. r !.a ; d ^.B n : z./.B.;.9.8.7.*.*.&.$.o.| Z._.u. '.'.", +"'. r ^.M 4 d ^.a 5 $ z.E.W *.6.%.#.#.X.{ ] ] } j.).u. '.'.", +"'. r ^.m 4 d ^.V N < k.Q.,.+.@.X.[ [ ' ~ Q ( L l._.u. '.'.", +"'. r `.N.a.z ^.g u % z.).F.I { ' ' ~ ~ Q ^ ` Y K._.y. '.'.", +"'. @ t.k.q.k Q.h u $ z.`.(.Z.I ( ~ ! Q ^ ) Y S.Q.`.y. '.'.", +"'. r ^.M g : z.`.(.W.A.U / ~ ^ J R F.Q.).`.u. '.'.", +"'.'. r ).e.G t k.`.(.).(.F.T _ K E J.I.Q._.R.w. '.'.", +"'.'. 6 I.Y.E.w.z.`._.).).(.L.T :.I.).x.t.K.0.v '.'.", +"'.'.'.'.'. o o o . z.`.).).).).(.U.Y.(._.H.w r c t. '.'.", +"'.'.'.'.'.'. z.`.).).).).).).).).).(.0.x b.u. '.'.", +"'.'.'.'.'.'. t.`._.).).)._.)._.)._._.J.y.W.w. '.'.", +"'.'.'.'.'.'.'. '. + q w q w q q w w w q w w w w + '.'.", +"'.'.'.'.'.'.'.'.'.'. '.'.", +"'.'.'.'.'.'.'.'.'.'.'. '.'.", +"'.'.'.'.'.'.'.'.'.'.'. '.'.", +"'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gtali.xpm +++ gnome-games-2.21.90/debian/pixmaps/gtali.xpm @@ -0,0 +1,284 @@ +/* XPM */ +static char *gtali[] = { +/* columns rows colors chars-per-pixel */ +"32 32 246 2", +" c #000000", +". c #0C0604", +"X c #0A0B0B", +"o c #0F100F", +"O c #0F1110", +"+ c #100705", +"@ c #130907", +"# c #140B09", +"$ c #180A07", +"% c #1C0D0A", +"& c #121412", +"* c #1A1311", +"= c #1B1C1B", +"- c #1F2220", +"; c #220F0C", +": c #25120E", +"> c #29120E", +", c #221410", +"< c #221815", +"1 c #211C18", +"2 c #2B1512", +"3 c #2A1813", +"4 c #2C1E1B", +"5 c #321712", +"6 c #351915", +"7 c #351A18", +"8 c #3B1B16", +"9 c #3B1D1A", +"0 c #34251F", +"q c #3D221C", +"w c #222522", +"e c #282723", +"r c #282B29", +"t c #2F322F", +"y c #372F2A", +"u c #3A2925", +"i c #33332E", +"p c #3C332C", +"a c #303431", +"s c #363934", +"d c #3D3731", +"f c #3B3B35", +"g c #3E403C", +"h c #411D16", +"j c #431E1A", +"k c #45221E", +"l c #4A221C", +"z c #52261D", +"x c #472722", +"c c #412924", +"v c #4D2421", +"b c #4D2923", +"n c #43312B", +"m c #48312A", +"M c #413730", +"N c #413C35", +"B c #4B3C34", +"V c #532523", +"C c #55232A", +"Z c #522923", +"A c #5B262C", +"S c #5B2A24", +"D c #5D2A2A", +"F c #55352F", +"G c #5C322C", +"H c #573731", +"J c #543B33", +"K c #5B3B34", +"L c #60272D", +"P c #632D26", +"I c #642B2D", +"U c #692D2E", +"Y c #662930", +"T c #6B2C31", +"R c #63342E", +"E c #6C3027", +"W c #6C342E", +"Q c #6E3031", +"! c #6A3B32", +"~ c #702E32", +"^ c #71382F", +"/ c #78362F", +"( c #7B392F", +") c #753432", +"_ c #733B33", +"` c #7A3633", +"' c #7C3A32", +"] c #674037", +"[ c #6D413B", +"{ c #714137", +"} c #7A4238", +"| c #78483F", +" . c #454746", +".. c #464847", +"X. c #4F514E", +"o. c #595C5A", +"O. c #734941", +"+. c #7B4E45", +"@. c #775B41", +"#. c #7E6446", +"$. c #833C36", +"%. c #8A3E34", +"&. c #893E38", +"*. c #903F37", +"=. c #84423C", +"-. c #83493D", +";. c #8C4036", +":. c #8C433A", +">. c #8F493F", +",. c #81583F", +"<. c #914236", +"1. c #93433A", +"2. c #9C463B", +"3. c #98483F", +"4. c #A1463B", +"5. c #A24A3E", +"6. c #AA493E", +"7. c #8D4640", +"8. c #835B45", +"9. c #89544C", +"0. c #934B43", +"q. c #9B4A40", +"w. c #9A554A", +"e. c #985848", +"r. c #935B52", +"t. c #9E5B53", +"y. c #816C4D", +"u. c #8E634C", +"i. c #8C6F4F", +"p. c #857853", +"a. c #92625B", +"s. c #9C7759", +"d. c #A24E44", +"f. c #A64E48", +"g. c #AA4C42", +"h. c #A35144", +"j. c #A3564C", +"k. c #A25B4D", +"l. c #AB5044", +"z. c #AE544A", +"x. c #AF5847", +"c. c #A8584B", +"v. c #A85B51", +"b. c #B35145", +"n. c #B15449", +"m. c #B35C4C", +"M. c #B95549", +"N. c #B95C4E", +"B. c #BB5F51", +"V. c #A5604C", +"C. c #A26553", +"Z. c #A36B55", +"A. c #A36C59", +"S. c #A96655", +"D. c #A96B5D", +"F. c #BB614E", +"G. c #B26253", +"H. c #B36855", +"J. c #B76E5E", +"K. c #BF6352", +"L. c #BD6659", +"P. c #BB6E5C", +"I. c #B5725D", +"U. c #B9755D", +"Y. c #A77269", +"T. c #A77F65", +"R. c #B26D63", +"E. c #B07460", +"W. c #B5766B", +"Q. c #B7796E", +"!. c #BB7060", +"~. c #BB766B", +"^. c #B17D74", +"/. c #BA7C73", +"(. c #C05E4F", +"). c #C36453", +"_. c #C46B57", +"`. c #C56B5A", +"'. c #C86857", +"]. c #CA6E5C", +"[. c #CF705E", +"{. c #C57363", +"}. c #C37769", +"|. c #C07C66", +" X c #CD7562", +".X c #C87768", +"XX c #CA7A67", +"oX c #CD7D6B", +"OX c #CC7F73", +"+X c #D27663", +"@X c #D47A66", +"#X c #D57C6B", +"$X c #D97E6D", +"%X c #D87F70", +"&X c #9B8760", +"*X c #AB8A66", +"=X c #A1946D", +"-X c #A79971", +";X c #AF9775", +":X c #B98164", +">X c #BE8C6D", +",X c #BA857D", +".7 SXSXSXSXSXSXSXSXSXSXSXSXSX", +"SXSX c Q.@X8X8X#XJ.5XeX@X$X7X[.j._ + SXSXSXSXSXSXSXSXSXSXSXSXSX", +"SXSX. O.4X+XwXwX#X8.-XxX$X8X7X[.5./ % SXSXSXSXSXSXSXSXSXSXSXSXSX", +"SX .> Y.jX+XwXwXwXJ.A.9X$XwX$X[.<.Z # SXSX SXSXSXSXSXSX", +"SXiXu ,XbX#X#XwXwXwX$X%XwXwX@XF./ u X # k { { ! Z 6 . SXSX", +"SXo.x W.CXBX%X$XwXwXwX%X8X8X].4.R i 1 R j.U.0X8X@X XG.$.8 + SX", +"SX..x h.R./.2XOX].[.@X@X[.).M.=.n i +.`.U.i.zXtX$X7X1X@Xn.^ % ", +"SX > %.&.' &.:.3.g.g.n.b.b.z.[ i O.}.$X{.u.T.3X%XC.&XMX Xz.! $ ", +"SXSX; P ) T T T T ) ' *.4.g.2.J p Y.#X8X%X#XS.*XmXJ.u..7 ", +"SXSX$ l E U U U Y L I T ` 1.;.p K pX@XU.6XtXD.y.6XwX@X$X@XG.( q ", +"SXSXSXz l S U U I A A L Y ' _ u 9.bX X,.-XvX#XI.E.1XrX8X[.5.Z : ", +"SXSXSXSXz h l S L D V A Y W S 3 r.VXjXH.Z.1XwX%Xs.p.zX8X).;.m 1 ", +"SXSXSXSXSXV 6 > 6 6 6 j 9 9 % % w.aXVXkX8X$X8XwXXXC.~.[.h.R d = ", +"SXSXSX . q ! e.S.k.0._ 8 $ 6 2 ;.w.j.D.~.L.(.'.].'.(.M.0.B s & ", +"SXSX * { G.I.rXyX8X8X XF.( q % E $.) ) ) $.*.q.6.g.g.b.&.N t X ", +"SX # +.`.XX8.=XxX8X#X:XrX[.f.S l ^ ~ T T T U ~ ) %.4.d.! s w . ", +"SX H ~.#X8XI.D.XX$XI.#.lX0XF.0.z z U Y U U L L Y T $.1.B t = SX", +"SX+ a.9X#X9X8X7X@X$X@XS.E.7X_.3.S 2 j P U I L C A L W ' n - = SX", +" q ,X9XH.*XAXwX%XwX9XwX8X@X).$.k l z j l z C V C D R V , - SXSX", +" G gXhXk.y.lXwX$X.Xs.cXyX@Xx.E 4 $ SXS V 6 5 % ; , : > = SXSXSX", +" R fXCX9XP..XwXwX.X@.;X0X`.1.F e . SXSXSXSXv 6 7 7 9 l SXSXSXSX", +". W E.aXdXqX#X+X@X8X{.`.`.n._ f e SXSXSXSXSXSXSXSXSXSXSXSXSXSX", +" S 2.1.0.t.v.n.N.B.(.M.M.f.K f = SXSXSXSXSXSXSXSXSXSXSXSXSXSX", +" 8 ( ) ~ ~ ~ ` %.*.4.6.g.0.B s O SXSXSXSXSXSXSXSXSXSXSXSXSXSXSX", +"SX; P ~ T Y T Y U U ) :.4.} f r & SXSXSXSXSXSXSXSXSXSXSXSXSXSXSX", +"SX5 z P I U Y L A L L Q ;.! a - X SXSXSXSXSXSXSXSXSXSXSXSXSXSXSX", +"SXSXz h l P I I A C Y Y _ G = = SXSXSXSXSXSXSXSXSXSXSXSXSXSXSXSX", +"SXSXSXz z j h j j v v b l $ = SXSXSXSXSXSXSXSXSXSXSXSXSXSXSXSXSX", +"SXSXSXSXSXL l k @ + # + : q = SXSXSXSXSXSXSXSXSXSXSXSXSXSXSXSXSX" +}; --- gnome-games-2.21.90.orig/debian/pixmaps/freecell.xpm +++ gnome-games-2.21.90/debian/pixmaps/freecell.xpm @@ -0,0 +1,216 @@ +/* XPM */ +static char *freecell[] = { +/* columns rows colors chars-per-pixel */ +"32 32 178 2", +" c #000000", +". c #0D0D0D", +"X c #161615", +"o c #191919", +"O c #323232", +"+ c #33383C", +"@ c #3E3E3E", +"# c #3A4045", +"$ c #433B3A", +"% c #534336", +"& c #5C4A3B", +"* c #454545", +"= c #484745", +"- c #4B4B4A", +"; c #524A43", +": c #5C5348", +"> c #555453", +", c #585653", +"< c #585856", +"1 c #595959", +"2 c #5F6C76", +"3 c #615653", +"4 c #685F5D", +"5 c #62615F", +"6 c #636262", +"7 c #686766", +"8 c #6D6D6C", +"9 c #697077", +"0 c #716F6C", +"q c #74726E", +"w c #757573", +"e c #7E7D7C", +"r c #627383", +"t c #6B7C89", +"y c #7D848A", +"u c #7B8995", +"i c #97361D", +"p c #9E361B", +"a c #A23319", +"s c #A33A1D", +"d c #BC3F26", +"f c #B54125", +"g c #B44734", +"h c #BB523C", +"j c #9F695C", +"k c #8D7E69", +"l c #807F7C", +"z c #907D65", +"x c #A45D4B", +"c c #AD6B5B", +"v c #B56A43", +"b c #B16A58", +"n c #A4776C", +"m c #A5796D", +"M c #AE7568", +"N c #A77E73", +"B c #C71A08", +"V c #C91D0A", +"C c #CB240D", +"Z c #CE2A0F", +"A c #CC2C11", +"S c #C43D1D", +"D c #CE3A19", +"F c #D0270E", +"G c #D3290F", +"H c #D12A11", +"J c #D53214", +"K c #D33E1D", +"L c #D93516", +"P c #DE421D", +"I c #C64325", +"U c #C7583B", +"Y c #C85A3D", +"T c #C36436", +"R c #DC6638", +"E c #D8703C", +"W c #E2421C", +"Q c #E44B22", +"! c #E94E21", +"~ c #E95527", +"^ c #EE6631", +"/ c #F0632F", +"( c #F06C36", +") c #F17138", +"_ c #F8793A", +"` c #C7785C", +"' c #C97255", +"] c #D7774B", +"[ c #DA7442", +"{ c #D77A50", +"} c #D97C52", +"| c #C77F67", +" . c #EF7D40", +".. c #84827E", +"X. c #8A8578", +"o. c #94846A", +"O. c #9E8A67", +"+. c #A38077", +"@. c #A08D74", +"#. c #A7966E", +"$. c #AB9B71", +"%. c #B78A70", +"&. c #B1897F", +"*. c #B8897F", +"=. c #B29F73", +"-. c #B6A175", +";. c #B6AA7A", +":. c #DC9253", +">. c #CC8167", +",. c #CF876F", +"<. c #EE8547", +"1. c #E29F5B", +"2. c #F48243", +"3. c #F98846", +"4. c #FB934D", +"5. c #FD9E54", +"6. c #E2A25D", +"7. c #FDA458", +"8. c #818085", +"9. c #898887", +"0. c #8D8C8A", +"q. c #8E9499", +"w. c #918F8A", +"e. c #91908D", +"r. c #939291", +"t. c #989794", +"y. c #999895", +"u. c #9C9C9A", +"i. c #A68B84", +"p. c #B18E85", +"a. c #BB8C80", +"s. c #B09C8C", +"d. c #BD9B92", +"f. c #A4A29E", +"g. c #BAA19B", +"h. c #A4A4A4", +"j. c #A8A6A2", +"k. c #A9A8A6", +"l. c #ACACAB", +"z. c #ACB2B7", +"x. c #B6AAA4", +"c. c #B5B4AE", +"v. c #B9B6AE", +"b. c #B1B1B0", +"n. c #B4B9BF", +"m. c #B8B7B3", +"M. c #B9B8B5", +"N. c #BEBDBB", +"B. c #C7A69B", +"V. c #C3AAA3", +"C. c #C0B1AB", +"Z. c #C4BBB7", +"A. c #C1BFBB", +"S. c #C9B7B0", +"D. c #CCBBB4", +"F. c #C3C2BE", +"G. c #C8C2BE", +"H. c #D1C2BC", +"J. c #C5C5C1", +"K. c #CBC6C3", +"L. c #CDCCC9", +"P. c #CFD0CD", +"I. c #D2CFCB", +"U. c #D9CEC9", +"Y. c #D2D1CE", +"T. c #D6D5D3", +"R. c #DAD9D6", +"E. c #DCDCD9", +"W. c #E0DFDA", +"Q. c #E2E1DD", +"!. c #E6E5E2", +"~. c #E7E8E5", +"^. c #E8E7E2", +"/. c #EAEAE6", +"(. c #EDEDEA", +"). c #F1F1EE", +"_. c #F5F5F3", +"`. c None", +/* pixels */ +"`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.", +"`.`.`.`.`.`.`.`.`.`. `.`.`.`.", +"`.`.`.`.`.`.`.`.`.`. O 1 1 1 1 1 1 1 1 1 1 1 1 1 1 O `.`.", +"`.`.`.`.`.`.`.`.`.`. f._.(././././.(././././././._.y. `.`.", +"`.`.`.`.`.`.`.`.`.`. h.Y.y.o.#.;.;.-.-.;.;.$.O.X.R.u. `.`.", +"`.`. . o o o o o o . k.Y.v.s.v :.6.[ E 6.:.T %.v.T.u. `.`.", +"`.`. e N.T.b.b.T.Q.0.j.Y.F.R.N i s a a p i x I.L.Y.u. `.`.", +"`.`. e.9.k.e.e.k.Q.e.f.Y.F.R.w.% & % & ; % r.).L.Y.u. `.`.", +"`.`. e.0.l M.M...!.e.h.Y.G.Y.w.k z o.@...e t./.L.Y.u. `.`.", +"`.`. r.t.e w , = 8 - > 5 1 7 - ; ; : : * @ w c.F.Y.u. `.`.", +"`.`. u.A.N.1 I.M.M.T.T.T.T.R.E.R.R.R.E.E.k.= u.F.Y.u. `.`.", +"`.`. h./.J.0 E.0 q I.E.W.Q.Q.Q.!.!.^././.T.@ 9 k.Y.u. `.`.", +"`.`. h./.x.8 l.> , f.W.W.Q.Q.Q.!.~././.(.T.# r 2 Y.u. `.`.", +"`.`. h.!.m 4 9.8...l Q.Q.Q.^.^.~./././.(.T.+ t t Y.u. `.`.", +"`.`. h.Q.c , A.T.R.f.C.D.U.E.G.S.I./.(.(.T.# r 8.Y.u. `.`.", +"`.`. h./.i.6 /.W.H.,.] } ` >.{ ] ' B.!.(.Y.7 u 8.Y.u. `.`.", +"`.`. h.).N.8 (.I.>.<.7.5.2. .4.3.^ U x.~.Y.9 z.q.Y.u. `.`.", +"`.`. h._.P.8 ).V.[ 5.4.2.) ( ^ ~ W K M Q.Y.8 n.q.Y.u. `.`.", +"`.`. h._.P.8 (.d.^ _ / ! Q W L G F K c E.P.5 l.u.T.u. `.`.", +"`.`. h._.P.8 ).Z.Y ! W J J H C B C I p.!.T.1 T.E.(.u. `.`.", +"`.`. h._.P.8 _.Q.a.I J A C V B C I b G.(.Y.- u.u.u.1 `.`.", +"`.`. h._.P.8 _./.E.a.d A V B C S b Z.!.(.T.X `.`.", +"`.`. h._.Y.9 _./.(.E.g.g A A f n K./.(.(.T.X `.`.", +"`.`. w R.M.8 _.(.(.(.!.V.h f +.I.L.N.).T.l.X `.`.", +"`.`. . X . 1 _.(.(.(.(.~.V.p.Y.(.T.8 u.w y.o `.`.`.`.`.`.", +"`.`.`. 1 _.(.(.(.(.(.!.Q.(.(./.e 7 5 N.X `.`.`.`.`.`.", +"`.`.`. 1 _.(.(.).(.(.(.).(.(.).A.8 y.R.X `.`.`.`.`.`.", +"`.`.`.`.`. @ L.R.T.T.T.T.T.T.T.T.T.Y.l.F.l.X `.`.`.`.`.`.", +"`.`.`.`.`. X X X X X X X X X X X X o X . `.`.`.`.`.`.", +"`.`.`.`.`.`. `.`.`.`.`.`.", +"`.`.`.`.`.`. `.`.`.`.`.`.`.", +"`.`.`.`.`.`.`. `.`.`.`.`.`.`.`." +}; --- gnome-games-2.21.90.orig/debian/pixmaps/gnotski.xpm +++ gnome-games-2.21.90/debian/pixmaps/gnotski.xpm @@ -0,0 +1,272 @@ +/* XPM */ +static char *gnotski[] = { +/* columns rows colors chars-per-pixel */ +"32 32 234 2", +" c black", +". c #010000", +"X c #010101", +"o c #010201", +"O c #060302", +"+ c #040504", +"@ c #050505", +"# c #0B0101", +"$ c #0B0505", +"% c #080A07", +"& c #080808", +"* c #0A0A0A", +"= c #0B0B0A", +"- c #0C0F0B", +"; c #0C0F0C", +": c #0F0C0C", +"> c #0F0F0F", +", c #100607", +"< c #100707", +"1 c #110607", +"2 c #110707", +"3 c #110808", +"4 c #121415", +"5 c #121515", +"6 c #161719", +"7 c #171918", +"8 c #181818", +"9 c #181819", +"0 c #18181A", +"q c #1A191A", +"w c #1B1A1B", +"e c #200C0E", +"r c #2B1614", +"t c #2B1714", +"y c #3C1F1C", +"u c #222222", +"i c #2A2C29", +"p c #2C2B29", +"a c #283327", +"s c #393939", +"d c #393B39", +"f c #3A3A3A", +"g c #3C473A", +"h c #40201C", +"j c #41211E", +"k c #42211D", +"l c #42211E", +"z c #42221E", +"x c #42221F", +"c c #44231F", +"v c #442724", +"b c #43302C", +"n c #733F36", +"m c #505050", +"M c #525453", +"N c #575651", +"B c #545655", +"V c #565656", +"C c #585859", +"Z c #5B5B5B", +"A c #5E5F5D", +"S c #4C614A", +"D c #615B5D", +"F c #6C6C6B", +"G c #667B64", +"H c #7E807E", +"J c #749570", +"K c #789975", +"L c #814A3D", +"P c #814C3B", +"I c #824C3C", +"U c #824C3D", +"Y c #824D3D", +"T c #824C3E", +"R c #824D3E", +"E c #855347", +"W c #855648", +"Q c #895A4B", +"! c #995746", +"~ c #807F78", +"^ c #A4614E", +"/ c #BA765A", +"( c #BE815B", +") c #BE825E", +"_ c #BE835E", +"` c #BF825E", +"' c #BF835E", +"] c #BE845F", +"[ c #BF845E", +"{ c #C1815F", +"} c #C0835F", +"| c #C0855F", +" . c #C38F6D", +".. c #C48F6D", +"X. c #CE8662", +"o. c #D29062", +"O. c #D29166", +"+. c #C7A07C", +"@. c #D9A26B", +"#. c #DAA66F", +"$. c #DFAE70", +"%. c #DEB27A", +"&. c #DEB37D", +"*. c #E1AB73", +"=. c #E0AF73", +"-. c #E0B073", +";. c #E0B373", +":. c #E1B174", +">. c #E8C97A", +",. c #E8CD7F", +"<. c #EECD7D", +"1. c #EECD7E", +"2. c #EFCF7F", +"3. c #EFD07F", +"4. c #EDD57C", +"5. c #EDD57D", +"6. c #EDD57E", +"7. c #EDD57F", +"8. c #EED57D", +"9. c #EED77D", +"0. c #EED67F", +"q. c #EED77E", +"w. c #EFD67E", +"e. c #99978F", +"r. c #929392", +"t. c #9A9E9A", +"y. c #9B9E9A", +"u. c #9FA19E", +"i. c #93B48F", +"p. c #98B894", +"a. c #A3A399", +"s. c #A5A299", +"d. c #A5A399", +"f. c #A4A29A", +"g. c #A5A29A", +"h. c #A5A39C", +"j. c #A5A49A", +"k. c #A5A49B", +"l. c #A5A59B", +"z. c #A6A59B", +"x. c #A5A49C", +"c. c #A8A59C", +"v. c #A8A69F", +"b. c #A9A79F", +"n. c #B1A090", +"m. c #B2A191", +"M. c #B0A59A", +"N. c #A8A7A1", +"B. c #A4B9A2", +"V. c #B2BDB1", +"C. c #BED3BB", +"Z. c #D6AE84", +"A. c #D2BC92", +"S. c #D8B290", +"D. c #E5B682", +"F. c #E5B683", +"G. c #E7B882", +"H. c #E6B984", +"J. c #E7B985", +"K. c #E6BB84", +"L. c #E7BA85", +"P. c #E7BB85", +"I. c #E5BB88", +"U. c #E9B685", +"Y. c #C4C3BA", +"T. c #DACFA7", +"R. c #E3C38F", +"E. c #EBC689", +"W. c #ECCD80", +"Q. c #EECF82", +"!. c #E5C591", +"~. c #E2C59B", +"^. c #E2C69C", +"/. c #E6CF91", +"(. c #E7D38B", +"). c #EED680", +"_. c #EFD680", +"`. c #EFD780", +"'. c #EED880", +"]. c #EFD880", +"[. c #EFD980", +"{. c #EFD981", +"}. c #EDD98C", +"|. c #E6D792", +" X c #E7D09A", +".X c #E8D19B", +"XX c #E8D29C", +"oX c #ECDC9E", +"OX c #EFDD9F", +"+X c #F0D28D", +"@X c #F0D880", +"#X c #F0DA81", +"$X c #F0DB8E", +"%X c #F1DC8E", +"&X c #F5D890", +"*X c #F4DC90", +"=X c #F5DF91", +"-X c #F0DF9A", +";X c #F6DB9D", +":X c #E6C8A0", +">X c #EBD6A4", +",X c #EDD1AD", +"X! j c y # u.C.B.i cX h.=Xw.].1.R ", +"cXcX k.R.^.zXwXP y.i.J ; cX a.=X_.{.2.R ", +"cXcX a.OX.,.W.R cXcXcX> w 9 = a.eX0.0.1.R ", +"cXcX l.P.X.S.XXR cXcXcXr.jXV.d cX a.=X0.5.1.R ", +"cXcX k.I.&.hXqXQ 6 9 5 + cXy.p.K ; cX a.=X0.0.2.R ", +"cXcX a.oXuXlXOXT.5X5Xm.3 H G S & cX k.=X0._.2.R ", +"cXcX ~ ..( +.|.w._.{.} 1 9 @ cX k.=X7._.Q.R ", +"cXcX = 3 # D sX5.0.{.` < cX a.=X7.5.1.R ", +"cXcXcX C dX5.].{.A.z.l.l.l.z.l.N cX a.=X0.{.2.R ", +"cXcX M :X$.=.:.:.J.J.J.J.J.U.E e.J.:.:.*.L ", +"cXcXcX cX 7 b h j v j j c j c c v t p v j j v t ", +"cXcXcXcXcX ", +"cXcXcXcXcXcX cX ", +"cXcXcXcXcXcX cX ", +"cXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcXcX" +};