summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git2004-06-03 11:19:03 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit5a9fd6cd509b785600663c0c4cc45f1f31dadb14 (patch)
tree3e6478938cb48bca97b19b56bbae98af1f823e87
parent17395583cea2125732d82c0786b87cfda1ebf201 (diff)
downloadkdegames-TEST.zip
kdegames-TEST.tar.gz
This commit was manufactured by cvs2git to create branch 'TEST'.TEST
Sprout from master 2004-06-03 11:19:03 UTC adgor <adgor@pld-linux.org> '- Cosmetics' Delete: kde-common-QTDOCDIR.patch kdegames-3.2branch.diff kdegames-desktop.patch kdegames-disable_install-exec-hook.patch kdegames-fix-crash-in-kwin4-fix-network-connect.patch kdegames-fix-crash-in-the-king-demo.patch kdegames-fix-mem-leak-in-kwin4.patch kdegames-fix-score-ok-button.patch kdegames-kpatcards.patch kdegames.ksnake-highscore.patch kdegames.spec
-rw-r--r--kde-common-QTDOCDIR.patch11
-rw-r--r--kdegames-3.2branch.diff5875
-rw-r--r--kdegames-desktop.patch247
-rw-r--r--kdegames-disable_install-exec-hook.patch142
-rw-r--r--kdegames-fix-crash-in-kwin4-fix-network-connect.patch13
-rw-r--r--kdegames-fix-crash-in-the-king-demo.patch24
-rw-r--r--kdegames-fix-mem-leak-in-kwin4.patch10
-rw-r--r--kdegames-fix-score-ok-button.patch74
-rw-r--r--kdegames-kpatcards.patch21
-rw-r--r--kdegames.ksnake-highscore.patch35
-rw-r--r--kdegames.spec1724
11 files changed, 0 insertions, 8176 deletions
diff --git a/kde-common-QTDOCDIR.patch b/kde-common-QTDOCDIR.patch
deleted file mode 100644
index 06caa25..0000000
--- a/kde-common-QTDOCDIR.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kde-common/admin/acinclude.m4.in.orig 2004-02-29 14:01:05.000000000 +0100
-+++ kde-common/admin/acinclude.m4.in 2004-02-29 14:09:20.651783040 +0100
-@@ -5070,7 +5070,7 @@
- kde_qtdir="$with_qt_dir"
- fi
-
--AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR)
-+AC_FIND_FILE(qsql.html, [ /usr/share/doc/qt-doc/html ], QTDOCDIR)
- AC_MSG_RESULT($QTDOCDIR)
-
- AC_SUBST(QTDOCDIR)
diff --git a/kdegames-3.2branch.diff b/kdegames-3.2branch.diff
deleted file mode 100644
index c028446..0000000
--- a/kdegames-3.2branch.diff
+++ /dev/null
@@ -1,5875 +0,0 @@
-diff -urN -x CVS kdegames.orig/atlantik/libatlantikui/estatedetails.cpp kdegames/atlantik/libatlantikui/estatedetails.cpp
---- kdegames.orig/atlantik/libatlantikui/estatedetails.cpp Tue Nov 25 01:37:01 2003
-+++ kdegames/atlantik/libatlantikui/estatedetails.cpp Wed Apr 14 18:24:50 2004
-@@ -27,6 +27,7 @@
- #include <klocale.h>
- #include <kpixmap.h>
- #include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include <kdebug.h>
-
-@@ -224,7 +225,7 @@
- {
- if (!m_closeButton)
- {
-- m_closeButton = new KPushButton(i18n("Close"), this);
-+ m_closeButton = new KPushButton(KStdGuiItem::close(), this);
- m_buttonBox->addWidget(m_closeButton);
- m_closeButton->show();
- connect(m_closeButton, SIGNAL(pressed()), this, SIGNAL(buttonClose()));
-diff -urN -x CVS kdegames.orig/debian/atlantik.man kdegames/debian/atlantik.man
---- kdegames.orig/debian/atlantik.man Sat Nov 30 19:32:11 2002
-+++ kdegames/debian/atlantik.man Thu Jan 1 01:00:00 1970
-@@ -1,29 +0,0 @@
--.TH ATLANTIK 6
--.SH NAME
--atlantik \- KDE monopd client
--.SH SYNOPSIS
--.B atlantik
--.I [Qt-options] [KDE-options] [options]
--.SH DESCRIPTION
--\fBAtlantik\fP is a KDE client for playing Monopoly-like boardgames on
--the monopd network.
--
--Purpose of the \fBatlantik\fP board game is to acquire land in major
--cities in North America and Europe while being a transatlantic
--traveller. All game modes are served by monopd, a dedicated game
--server designed for \fBatlantik\fP. One of the game modes plays like
--the popular real estate board game known as Monopoly.
--.so kdeopt.man
--.SH PROGRAM OPTIONS
--.TP
--.B -h, --host \fI<argument>\fB
--connect to this host
--.B -p, --port \fI<argument>\fB
--connect to this port
--.B -g, --game \fI<argument>\fB
--join this game
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/atlantik
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/atlantik').
-diff -urN -x CVS kdegames.orig/debian/atlantik.manpages kdegames/debian/atlantik.manpages
---- kdegames.orig/debian/atlantik.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/atlantik.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/atlantik.6
-+debian/man/atlantik.6
-diff -urN -x CVS kdegames.orig/debian/atlantik.menu kdegames/debian/atlantik.menu
---- kdegames.orig/debian/atlantik.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/atlantik.menu Mon Apr 19 12:10:46 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE,Monopoly"\
-- kderemove="y"\
- title="Atlantik"\
- icon32x32="/usr/share/pixmaps/atlantik.xpm"\
- icon16x16="/usr/share/pixmaps/atlantik-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/changelog kdegames/debian/changelog
---- kdegames.orig/debian/changelog Sat Mar 13 05:18:21 2004
-+++ kdegames/debian/changelog Fri Apr 30 12:49:38 2004
-@@ -1,3 +1,28 @@
-+kdegames (4:3.2.2-2) unstable; urgency=low
-+
-+ * Remove obsolete kderemove tag from menu files.
-+ * CVS updates from KDE_3_2_BRANCH.
-+ * Reorganization of debian/ directory:
-+ + Create debian/patches/01_kdegames_branch.diff (not to be committed
-+ to KDE CVS), and rename other patches.
-+ + Move manpages to debian/man.
-+ + Make debian/rules determine automatically the upstream changelog
-+ to be used for each package.
-+ * Change the maintainer to the Debian QT/KDE Maintainers, and add
-+ myself as uploader.
-+
-+ -- Daniel Schepler <schepler@debian.org> Thu, 29 Apr 2004 22:19:32 -0700
-+
-+kdegames (4:3.2.2-1) unstable; urgency=low
-+
-+ * New upstream release.
-+ * Forcibly update libtool files to current Debian versions, in order
-+ to reduce unnecessary binary dependencies.
-+ * New patch lib-link.diff: Add enough direct dependencies to libraries
-+ to avoid pages and pages of undefined symbol warnings during link.
-+
-+ -- Daniel Schepler <schepler@debian.org> Sat, 17 Apr 2004 21:39:24 -0700
-+
- kdegames (4:3.2.1-2) unstable; urgency=low
-
- * Supply correct filename for old patch to be removed.
-diff -urN -x CVS kdegames.orig/debian/control kdegames/debian/control
---- kdegames.orig/debian/control Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/control Fri Apr 30 12:49:38 2004
-@@ -1,8 +1,9 @@
- Source: kdegames
--Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.7, kdelibs4-dev (>= 4:3.2.0), libqt3-mt-dev (>= 3:3.1.1), libarts1-dev, groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
-+Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, libtool, kdelibs4-dev (>= 4:3.2.2), libqt3-mt-dev (>= 3:3.1.1), libarts1-dev, groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
- Section: games
- Priority: optional
--Maintainer: Daniel Schepler <schepler@debian.org>
-+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-+Uploaders: Daniel Schepler <schepler@debian.org>
- Standards-Version: 3.6.1
-
- Package: kdegames
-diff -urN -x CVS kdegames.orig/debian/kasteroids.man kdegames/debian/kasteroids.man
---- kdegames.orig/debian/kasteroids.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kasteroids.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KASTEROIDS 6
--.SH NAME
--kasteroids \- Asteroids for KDE
--.SH SYNOPSIS
--.B kasteroids
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--The objective of \fBkasteroids\fP is to destroy all the asteroids on
--the screen to advance to the next level. Your ship is destroyed if it
--makes contact with an asteroid.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kasteroids
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kasteroids').
-diff -urN -x CVS kdegames.orig/debian/kasteroids.manpages kdegames/debian/kasteroids.manpages
---- kdegames.orig/debian/kasteroids.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kasteroids.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kasteroids.6
-+debian/man/kasteroids.6
-diff -urN -x CVS kdegames.orig/debian/kasteroids.menu kdegames/debian/kasteroids.menu
---- kdegames.orig/debian/kasteroids.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kasteroids.menu Mon Apr 19 12:10:46 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KAsteroids"\
- icon32x32="/usr/share/pixmaps/kasteroids.xpm"\
- icon16x16="/usr/share/pixmaps/kasteroids-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/katomic.man kdegames/debian/katomic.man
---- kdegames.orig/debian/katomic.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/katomic.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KATOMIC 6
--.SH NAME
--katomic \- The Atomic Entertainment Handbook
--.SH SYNOPSIS
--.B katomic
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--Atomic Entertainment is a smal game which resembles Sokoban. The
--object of the game is to build chemical molecules on a Sokoban-like
--board.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/katomic
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/katomic').
-diff -urN -x CVS kdegames.orig/debian/katomic.manpages kdegames/debian/katomic.manpages
---- kdegames.orig/debian/katomic.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/katomic.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/katomic.6
-+debian/man/katomic.6
-diff -urN -x CVS kdegames.orig/debian/katomic.menu kdegames/debian/katomic.menu
---- kdegames.orig/debian/katomic.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/katomic.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Puzzles"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Atomic Entertainment"\
- icon32x32="/usr/share/pixmaps/katomic.xpm"\
- icon16x16="/usr/share/pixmaps/katomic-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kbackgammon.man kdegames/debian/kbackgammon.man
---- kdegames.orig/debian/kbackgammon.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kbackgammon.man Thu Jan 1 01:00:00 1970
-@@ -1,17 +0,0 @@
--.TH KBACKGAMMON 6
--.SH NAME
--kbackgammon \- Graphical backgammon program for KDE
--.SH SYNOPSIS
--.B kbackgammon
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kbackgammon
--is a graphical backgammon program for KDE. It supports backgammon
--games with other players, games against computer engines like GNU bg
--and even on-line games on the First Internet Backgammon Server.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kbackgammon
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kbackgammon').
-diff -urN -x CVS kdegames.orig/debian/kbackgammon.manpages kdegames/debian/kbackgammon.manpages
---- kdegames.orig/debian/kbackgammon.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kbackgammon.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kbackgammon.6
-+debian/man/kbackgammon.6
-diff -urN -x CVS kdegames.orig/debian/kbackgammon.menu kdegames/debian/kbackgammon.menu
---- kdegames.orig/debian/kbackgammon.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kbackgammon.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Backgammon"\
- icon32x32="/usr/share/pixmaps/kbackgammon.xpm"\
- icon16x16="/usr/share/pixmaps/kbackgammon-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kbattleship.man kdegames/debian/kbattleship.man
---- kdegames.orig/debian/kbattleship.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kbattleship.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KBATTLESHIP 6
--.SH NAME
--kbattleship \- The KDE Battleship clone
--.SH SYNOPSIS
--.B kbattleship
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kbattleship
--is a network-enabled implementation of the famous `Battle Ship' game
--for KDE.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kbattleship
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kbattleship).
-diff -urN -x CVS kdegames.orig/debian/kbattleship.manpages kdegames/debian/kbattleship.manpages
---- kdegames.orig/debian/kbattleship.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kbattleship.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kbattleship.6
-+debian/man/kbattleship.6
-diff -urN -x CVS kdegames.orig/debian/kbattleship.menu kdegames/debian/kbattleship.menu
---- kdegames.orig/debian/kbattleship.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kbattleship.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KBattleship"\
- icon32x32="/usr/share/pixmaps/kbattleship.xpm"\
- icon16x16="/usr/share/pixmaps/kbattleship-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kblackbox.man kdegames/debian/kblackbox.man
---- kdegames.orig/debian/kblackbox.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kblackbox.man Thu Jan 1 01:00:00 1970
-@@ -1,17 +0,0 @@
--.TH KBLACKBOX 6
--.SH NAME
--kblackbox \- KDE Blackbox Game
--.SH SYNOPSIS
--.B kblackbox
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kblackbox
--is a superb graphical logical game, inspired by the
--.B emacs
--blackbox.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kblackbox
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kblackbox').
-diff -urN -x CVS kdegames.orig/debian/kblackbox.manpages kdegames/debian/kblackbox.manpages
---- kdegames.orig/debian/kblackbox.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kblackbox.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kblackbox.6
-+debian/man/kblackbox.6
-diff -urN -x CVS kdegames.orig/debian/kblackbox.menu kdegames/debian/kblackbox.menu
---- kdegames.orig/debian/kblackbox.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kblackbox.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Puzzles"\
- hints="KDE,BlackBox"\
-- kderemove="y"\
- title="KBlackBox"\
- icon32x32="/usr/share/pixmaps/kblackbox.xpm"\
- icon16x16="/usr/share/pixmaps/kblackbox-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kbounce.man kdegames/debian/kbounce.man
---- kdegames.orig/debian/kbounce.man Mon Mar 25 08:48:27 2002
-+++ kdegames/debian/kbounce.man Thu Jan 1 01:00:00 1970
-@@ -1,27 +0,0 @@
--.TH KBOUNCE 6
--.SH NAME
--kbounce \- KDE Jezz Ball game
--.SH SYNOPSIS
--.B kbounce
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--This is a clone of the popular Jezzball game originally created by
--Microsoft. Jezzball is one of the rare and simple games requiring
--skill, timing, and patience in order to be successful. A ball begins
--to bounce off of an area enclosed by four borders (like a square). You
--must move your pointer to certain areas within the square. Upon
--clicking, a new border is constructed at a relatively quick pace. You
--can change the direction of the borders by 90 degrees as
--well. Ultimately, you must force the ball to bounce around in a
--smaller, and smaller area as time goes by without the ball ever
--touching the borders as they are being constructed. If a ball touches
--a certian part of the border as it is being built, the game is over.
--After 75% of the original space has been blocked off from the moving
--ball, you advance one level, and one more ball is added to the mix in
--the following level.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kbounce
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kbounce').
-diff -urN -x CVS kdegames.orig/debian/kbounce.manpages kdegames/debian/kbounce.manpages
---- kdegames.orig/debian/kbounce.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kbounce.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kbounce.6
-+debian/man/kbounce.6
-diff -urN -x CVS kdegames.orig/debian/kbounce.menu kdegames/debian/kbounce.menu
---- kdegames.orig/debian/kbounce.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kbounce.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Bounce Ball Game"\
- icon32x32="/usr/share/pixmaps/kbounce.xpm"\
- icon16x16="/usr/share/pixmaps/kbounce-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kdeopt.man kdegames/debian/kdeopt.man
---- kdegames.orig/debian/kdeopt.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kdeopt.man Thu Jan 1 01:00:00 1970
-@@ -1,110 +0,0 @@
--.\" This portion of the manual page is from kdeopt.man, from the
--.\" kdegames Debian package.
--.SH GENERIC OPTIONS
--.TP
--.B \-\-help
--Show help about options.
--.TP
--.B \-\-help-qt
--Show Qt specific options.
--.TP
--.B \-\-help-kde
--Show KDE specific options.
--.TP
--.B \-\-help-all
--Show all options.
--.TP
--.B \-\-author
--Show author information.
--.TP
--.B \-v, \-\-version
--Show version information.
--.TP
--.B \-\-license
--Show license information.
--.TP
--.B \-\-
--End of options.
--.SH QT OPTIONS
--.TP
--.B \-\-display \fI<displayname>\fB
--Use the X-server display `displayname'.
--.TP
--.B \-\-session \fI<sessionId>\fB
--Restore the application for the given `sessionId'.
--.TP
--.B \-\-cmap
--Causes the application to install a private color map on an 8\-bit
--display.
--.TP
--.B \-\-ncols \fI<count>\fB
--Limits the number of colors allocated in the color cube on an 8\-bit
--display, if the application is using the QApplication::ManyColor color
--specification.
--.TP
--.B \-\-nograb
--Tells Qt to never grab the mouse or the keyboard.
--.TP
--.B \-\-dograb
--Running under a debugger can cause an implicit \-nograb, use \-dograb
--to override.
--.TP
--.B \-\-sync
--Switches to synchronous mode for debugging.
--.TP
--.B \-\-fn, \-\-font \fI<fontname>\fB
--Defines the application font.
--.TP
--.B \-\-bg, \-\-background \fI<color>\fB
--Sets the default background color and an application palette (light
--and dark shades are calculated).
--.TP
--.B \-\-fg, \-\-foreground \fI<color>\fB
--Sets the default foreground color.
--.TP
--.B \-\-btn, \-\-button \fI<color>\fB
--Sets the default button color.
--.TP
--.B \-\-name \fI<name>\fB
--Sets the application name.
--.TP
--.B \-\-title \fI<title>\fB
--Sets the application title (caption).
--.TP
--.B \-\-visual TrueColor
--Forces the application to use a TrueColor visual on an 8-bit display.
--.TP
--.B \-\-inputstyle \fI<inputstyle>\fB
--Sets XIM (X Input Method) input style. Possible values are
--\fIonthespot\fP, \fIoverthespot\fP, \fIoffthespot\fP and \fIroot\fP.
--.TP
--.B \-\-im \fI<XIM server>\fB
--Set XIM server.
--.TP
--.B \-\-noxim
--Disable XIM.
--.SH KDE OPTIONS
--.TP
--.B \-\-caption \fI<caption>\fB
--Use `caption' as name in the titlebar.
--.TP
--.B \-\-icon \fI<icon>\fB
--Use `icon' as the application icon.
--.TP
--.B \-\-miniicon \fI<icon>\fB
--Use `icon' as the icon in the titlebar.
--.TP
--.B \-\-dcopserver \fI<server>\fB
--Use the DCOP Server specified by `server'.
--.TP
--.B \-\-nocrashhandler
--Disable crash handler, to get core dumps.
--.TP
--.B \-\-waitforwm
--Waits for a WM_NET compatible windowmanager.
--.TP
--.B \-\-style \fI<style>\fB
--Sets the application GUI style.
--.TP
--.B \-\-geometry \fI<geometry>\fB
--Sets the client geometry of the main widget.
-diff -urN -x CVS kdegames.orig/debian/kenolaba.man kdegames/debian/kenolaba.man
---- kdegames.orig/debian/kenolaba.man Mon Mar 25 08:48:27 2002
-+++ kdegames/debian/kenolaba.man Thu Jan 1 01:00:00 1970
-@@ -1,27 +0,0 @@
--.TH KENOLABA 6
--.SH NAME
--kenolaba \- Abalone board game for KDE
--.SH SYNOPSIS
--.B kabalone
--.I [Qt-options] [KDE-options] [options]
--.SH DESCRIPTION
--KEnolaba is a simple board strategy game that is played by two players.
--There are red and yellow pieces for each player. Beginning from a
--start position where each player has 14 pieces, moves are drawn until
--one player has pushed 6 of his opponent's pieces out of the board.
--
--The original program was developed in 1993 for DOS and pure Xlib. For
--KDE there was a major rewrite.
--.so kdeopt.man
--.SH PROGRAM OPTIONS
--.TP
--.B \-h, \-\-host \fI<host>\fB
--Use `host' for network game.
--.TP
--.B \-p, \-\-port \fI<port>\fB
--Use `port' for network game.
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kenolaba
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kenolaba).
-diff -urN -x CVS kdegames.orig/debian/kenolaba.manpages kdegames/debian/kenolaba.manpages
---- kdegames.orig/debian/kenolaba.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kenolaba.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kenolaba.6
-+debian/man/kenolaba.6
-diff -urN -x CVS kdegames.orig/debian/kenolaba.menu kdegames/debian/kenolaba.menu
---- kdegames.orig/debian/kenolaba.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kenolaba.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KEnolaba"\
- icon32x32="/usr/share/pixmaps/kenolaba.xpm"\
- icon16x16="/usr/share/pixmaps/kenolaba-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kfouleggs.man kdegames/debian/kfouleggs.man
---- kdegames.orig/debian/kfouleggs.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kfouleggs.man Thu Jan 1 01:00:00 1970
-@@ -1,19 +0,0 @@
--.TH KFOULEGGS 6
--.SH NAME
--kfouleggs \- PuyoPuyo game for KDE
--.SH SYNOPSIS
--.B kfouleggs
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kfouleggs
--is a clone of the Japanese PuyoPuyo game, with advanced features such
--as multiplayer games againts human or AI, and network play. If you
--have played Tetris, or one of its many clones, you will find
--.B kfouleggs
--easy to learn.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kfouleggs
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kfouleggs').
-diff -urN -x CVS kdegames.orig/debian/kfouleggs.manpages kdegames/debian/kfouleggs.manpages
---- kdegames.orig/debian/kfouleggs.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kfouleggs.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kfouleggs.6
-+debian/man/kfouleggs.6
-diff -urN -x CVS kdegames.orig/debian/kfouleggs.menu kdegames/debian/kfouleggs.menu
---- kdegames.orig/debian/kfouleggs.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kfouleggs.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Tetris-like"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Foul Eggs"\
- icon32x32="/usr/share/pixmaps/kfouleggs.xpm"\
- icon16x16="/usr/share/pixmaps/kfouleggs-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kgoldrunner.man kdegames/debian/kgoldrunner.man
---- kdegames.orig/debian/kgoldrunner.man Sat Sep 6 01:32:37 2003
-+++ kdegames/debian/kgoldrunner.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KGOLDRUNNER 6
--.SH NAME
--kgoldrunner \- KDE version of the Loderunner arcade game
--.SH SYNOPSIS
--.B kgoldrunner
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--\fBKGoldrunner\fP is a game of action and puzzle solving. Run through
--the maze, dodge your enemies, collect all the gold and climb up to the
--next level.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kgoldrunner
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/konqueror').
-diff -urN -x CVS kdegames.orig/debian/kgoldrunner.manpages kdegames/debian/kgoldrunner.manpages
---- kdegames.orig/debian/kgoldrunner.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kgoldrunner.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kgoldrunner.6
-+debian/man/kgoldrunner.6
-diff -urN -x CVS kdegames.orig/debian/kgoldrunner.menu kdegames/debian/kgoldrunner.menu
---- kdegames.orig/debian/kgoldrunner.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kgoldrunner.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KGoldrunner"\
- icon32x32="/usr/share/pixmaps/kgoldrunner.xpm"\
- icon16x16="/usr/share/pixmaps/kgoldrunner-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kjumpingcube.man kdegames/debian/kjumpingcube.man
---- kdegames.orig/debian/kjumpingcube.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kjumpingcube.man Thu Jan 1 01:00:00 1970
-@@ -1,20 +0,0 @@
--.TH KJUMPINGCUBE 6
--.SH NAME
--kjumpingcube \- Tactical one- or two-player game
--.SH SYNOPSIS
--.B kjumpingcube
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kjumpingcube
--is a simple tactical game. You can play it against the computer or
--against a friend. The playing field consists of squares that contain
--points. By clicking on the squares you can increase the points, and if
--the points reach a maximum the points will jump to the squares'
--neighbours and take them over. The winner is the one who owns all the
--squares.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kjumpingcube
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kjumpingcube').
-diff -urN -x CVS kdegames.orig/debian/kjumpingcube.manpages kdegames/debian/kjumpingcube.manpages
---- kdegames.orig/debian/kjumpingcube.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kjumpingcube.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kjumpingcube.6
-+debian/man/kjumpingcube.6
-diff -urN -x CVS kdegames.orig/debian/kjumpingcube.menu kdegames/debian/kjumpingcube.menu
---- kdegames.orig/debian/kjumpingcube.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kjumpingcube.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Strategy"\
- hints="KDE"\
-- kderemove="y"\
- title="KJumpingCube"\
- icon32x32="/usr/share/pixmaps/kjumpingcube.xpm"\
- icon16x16="/usr/share/pixmaps/kjumpingcube-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/klickety.man kdegames/debian/klickety.man
---- kdegames.orig/debian/klickety.man Sat Nov 30 19:32:11 2002
-+++ kdegames/debian/klickety.man Thu Jan 1 01:00:00 1970
-@@ -1,10 +0,0 @@
--.TH KLICKETY 6
--.SH NAME
--klickety \- A Clickomania-alike game
--.SH SYNOPSIS
--.B klickety
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--Klickety is an adaptation of the (perhaps) well-known Clickomania
--game; it is very similar to the `same' game.
--.so kdeopt.man
-diff -urN -x CVS kdegames.orig/debian/klickety.manpages kdegames/debian/klickety.manpages
---- kdegames.orig/debian/klickety.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/klickety.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/klickety.6
-+debian/man/klickety.6
-diff -urN -x CVS kdegames.orig/debian/klickety.menu kdegames/debian/klickety.menu
---- kdegames.orig/debian/klickety.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/klickety.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Puzzles"\
- hints="KDE"\
-- kderemove="y"\
- title="Klickety"\
- command="/usr/games/klickety"
-
-diff -urN -x CVS kdegames.orig/debian/klines.man kdegames/debian/klines.man
---- kdegames.orig/debian/klines.man Wed May 30 09:21:37 2001
-+++ kdegames/debian/klines.man Thu Jan 1 01:00:00 1970
-@@ -1,22 +0,0 @@
--.TH KLINES 6
--.SH NAME
--klines \- Color Lines game for KDE
--.SH SYNOPSIS
--.B klines
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--KLines is a simple game. It is played by one player, so there is only one
--winner :-). You play for fun and against the high score. It was inspired
--by a well known game - ``Color lines'', written for DOS by Olga Demina,
--Igor Demina, Igor Ivkin and Gennady Denisov back in 1992.
--
--The main rules of the game are as simple as possible: you move (using the
--mouse) marbles from cell to cell and build lines (horizontal, vertical or
--diagonal). When a line contains 5 or more marbles, they are removed and
--your score grows. After each turn the computer drops three more marbles.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/klines
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/klines').
-diff -urN -x CVS kdegames.orig/debian/klines.manpages kdegames/debian/klines.manpages
---- kdegames.orig/debian/klines.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/klines.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/klines.6
-+debian/man/klines.6
-diff -urN -x CVS kdegames.orig/debian/klines.menu kdegames/debian/klines.menu
---- kdegames.orig/debian/klines.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/klines.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KLines"\
- icon32x32="/usr/share/pixmaps/klines.xpm"\
- icon16x16="/usr/share/pixmaps/klines-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kmahjongg.man kdegames/debian/kmahjongg.man
---- kdegames.orig/debian/kmahjongg.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kmahjongg.man Thu Jan 1 01:00:00 1970
-@@ -1,12 +0,0 @@
--.TH KMAHJONGG 6
--.SH NAME
--kmahjongg \- Mahjongg game for KDE
--.SH SYNOPSIS
--.B kmahjongg
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--Your mission in this game is to remove all tiles from the game
--board. A matching pair of tiles can be removed, if they are `free',
--which means that no other tiles block them on the left or right side.
--.so kdeopt.man
--
-diff -urN -x CVS kdegames.orig/debian/kmahjongg.manpages kdegames/debian/kmahjongg.manpages
---- kdegames.orig/debian/kmahjongg.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kmahjongg.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kmahjongg.6
-+debian/man/kmahjongg.6
-diff -urN -x CVS kdegames.orig/debian/kmahjongg.menu kdegames/debian/kmahjongg.menu
---- kdegames.orig/debian/kmahjongg.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kmahjongg.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE,Mahjongg"\
-- kderemove="y"\
- title="KMahjongg"\
- icon32x32="/usr/share/pixmaps/kmahjongg.xpm"\
- icon16x16="/usr/share/pixmaps/kmahjongg-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kmines.man kdegames/debian/kmines.man
---- kdegames.orig/debian/kmines.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kmines.man Thu Jan 1 01:00:00 1970
-@@ -1,22 +0,0 @@
--.TH KMINES 6
--.SH NAME
--kmines \- KDE mine sweeper game
--.SH SYNOPSIS
--.B kmines
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kmines
--is the classic Minesweeper game. You must uncover all the empty cases
--without blowing on a mine.
--
--When you uncover a case, a number appears: it indicates how many mines
--surround this case. If there is no number the neighbour cases are
--automatically uncovered. In your process of uncovering secure cases,
--it is \fIvery\fP useful to put a flag on the cases which contain a
--mine.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kmines
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kmines').
-diff -urN -x CVS kdegames.orig/debian/kmines.manpages kdegames/debian/kmines.manpages
---- kdegames.orig/debian/kmines.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kmines.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kmines.6
-+debian/man/kmines.6
-diff -urN -x CVS kdegames.orig/debian/kmines.menu kdegames/debian/kmines.menu
---- kdegames.orig/debian/kmines.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kmines.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Puzzles"\
- hints="KDE,Mines"\
-- kderemove="y"\
- title="Kmines"\
- icon32x32="/usr/share/pixmaps/kmines.xpm"\
- icon16x16="/usr/share/pixmaps/kmines-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kolf.man kdegames/debian/kolf.man
---- kdegames.orig/debian/kolf.man Sat Nov 30 19:32:11 2002
-+++ kdegames/debian/kolf.man Thu Jan 1 01:00:00 1970
-@@ -1,25 +0,0 @@
--.TH KOLF 6
--.SH NAME
--kolf \- A miniature golf game for KDE
--.SH SYNOPSIS
--.B kolf
--.I [Qt-options] [KDE-options] [--course-info] file
--.SH DESCRIPTION
--\fBKolf\fP is a miniature golf game with block graphics and a 2d
--top-down view. Courses are dynamic, and up to 10 people can play at
--once in competition.
--
--\fBKolf\fP comes with a tutorial course. Playing this course is the
--easiest way to get started.
--.so kdeopt.man
--.SH PROGRAM OPTIONS
--.TP
--.B --course-info
--Print course information and exit.
--.B file
--Play this course.
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kolf
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kolf').
-diff -urN -x CVS kdegames.orig/debian/kolf.manpages kdegames/debian/kolf.manpages
---- kdegames.orig/debian/kolf.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kolf.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kolf.6
-+debian/man/kolf.6
-diff -urN -x CVS kdegames.orig/debian/kolf.menu kdegames/debian/kolf.menu
---- kdegames.orig/debian/kolf.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kolf.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Miniature Golf"\
- icon32x32="/usr/share/pixmaps/kolf.xpm"\
- icon16x16="/usr/share/pixmaps/kolf-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/konquest.man kdegames/debian/konquest.man
---- kdegames.orig/debian/konquest.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/konquest.man Thu Jan 1 01:00:00 1970
-@@ -1,17 +0,0 @@
--.TH KONQUEST 6
--.SH NAME
--konquest \- Gnu-Lactic Konquest
--.SH SYNOPSIS
--.B konquest
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--This is the KDE version of Gnu-Lactic Konquest, a multi-player
--strategy game. The goal of the game is to expand your interstellar
--empire across the galaxy and, of course, crush your rivals in the
--process.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/konquest
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/konquest').
-diff -urN -x CVS kdegames.orig/debian/konquest.manpages kdegames/debian/konquest.manpages
---- kdegames.orig/debian/konquest.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/konquest.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/konquest.6
-+debian/man/konquest.6
-diff -urN -x CVS kdegames.orig/debian/konquest.menu kdegames/debian/konquest.menu
---- kdegames.orig/debian/konquest.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/konquest.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Strategy"\
- hints="KDE"\
-- kderemove="y"\
- title="Konquest"\
- icon32x32="/usr/share/pixmaps/konquest.xpm"\
- icon16x16="/usr/share/pixmaps/konquest-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kpat.man kdegames/debian/kpat.man
---- kdegames.orig/debian/kpat.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kpat.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KPAT 6
--.SH NAME
--kpat \- KDE patience game
--.SH SYNOPSIS
--.B kpat
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kpat
--is a collection of 14 single-player card games.
--<Insert here>
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kpat
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kpat').
-diff -urN -x CVS kdegames.orig/debian/kpat.manpages kdegames/debian/kpat.manpages
---- kdegames.orig/debian/kpat.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kpat.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kpat.6
-+debian/man/kpat.6
-diff -urN -x CVS kdegames.orig/debian/kpat.menu kdegames/debian/kpat.menu
---- kdegames.orig/debian/kpat.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kpat.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Card"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Patience"\
- icon32x32="/usr/share/pixmaps/kpat.xpm"\
- icon16x16="/usr/share/pixmaps/kpat-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kpoker.man kdegames/debian/kpoker.man
---- kdegames.orig/debian/kpoker.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kpoker.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KPOKER 6
--.SH NAME
--kpoker \- KDE video poker game
--.SH SYNOPSIS
--.B kpoker
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kpoker
--is a KDE compliant clone of those highly addictive pocket video poker
--games which are sometimes called ``Videopoker'' as well.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kpoker
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kpoker').
-diff -urN -x CVS kdegames.orig/debian/kpoker.manpages kdegames/debian/kpoker.manpages
---- kdegames.orig/debian/kpoker.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kpoker.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kpoker.6
-+debian/man/kpoker.6
-diff -urN -x CVS kdegames.orig/debian/kpoker.menu kdegames/debian/kpoker.menu
---- kdegames.orig/debian/kpoker.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kpoker.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Card"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Poker"\
- icon32x32="/usr/share/pixmaps/kpoker.xpm"\
- icon16x16="/usr/share/pixmaps/kpoker-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kreversi.man kdegames/debian/kreversi.man
---- kdegames.orig/debian/kreversi.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kreversi.man Thu Jan 1 01:00:00 1970
-@@ -1,21 +0,0 @@
--.TH KREVERSI 6
--.SH NAME
--kreversi \- Reversi for KDE
--.SH SYNOPSIS
--.B kreversi
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kreversi
--is a simple one player strategy game played against the computer. The
--playing field is an 8 by 8 square board divided into 64 squares. The
--game piece used is a colored stone - one side of it is red, the other
--blue. If a piece is captured by an opposing player, that piece is
--turned to reveal the color of that player. A winner is declared when
--one player has more pieces of his own color on the board and if there
--are no more possible moves. <Insert here>
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kreversi
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kreversi').
-diff -urN -x CVS kdegames.orig/debian/kreversi.manpages kdegames/debian/kreversi.manpages
---- kdegames.orig/debian/kreversi.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kreversi.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kreversi.6
-+debian/man/kreversi.6
-diff -urN -x CVS kdegames.orig/debian/kreversi.menu kdegames/debian/kreversi.menu
---- kdegames.orig/debian/kreversi.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kreversi.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Reversi"\
- icon32x32="/usr/share/pixmaps/kreversi.xpm"\
- icon16x16="/usr/share/pixmaps/kreversi-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ksame.man kdegames/debian/ksame.man
---- kdegames.orig/debian/ksame.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ksame.man Thu Jan 1 01:00:00 1970
-@@ -1,17 +0,0 @@
--.TH KSAME 6
--.SH NAME
--ksame \- a little game about balls and how to get rid of them
--.SH SYNOPSIS
--.B ksame
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B ksame
--is a simple game. It is played by one player, so there is only one
--winner. You play for fun and against the high score. It has been
--inspired by SameGame, which is only really famous on the Macintosh.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/ksame
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/ksame').
-diff -urN -x CVS kdegames.orig/debian/ksame.manpages kdegames/debian/ksame.manpages
---- kdegames.orig/debian/ksame.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ksame.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ksame.6
-+debian/man/ksame.6
-diff -urN -x CVS kdegames.orig/debian/ksame.menu kdegames/debian/ksame.menu
---- kdegames.orig/debian/ksame.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ksame.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Puzzles"\
- hints="KDE,SameGame"\
-- kderemove="y"\
- title="KDE SameGame"\
- icon32x32="/usr/share/pixmaps/ksame.xpm"\
- icon16x16="/usr/share/pixmaps/ksame-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kshisen.man kdegames/debian/kshisen.man
---- kdegames.orig/debian/kshisen.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kshisen.man Thu Jan 1 01:00:00 1970
-@@ -1,17 +0,0 @@
--.TH KSHISEN 6
--.SH NAME
--kshisen \- Shisen-Sho for KDE
--.SH SYNOPSIS
--.B kshisen
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kshisen
--is a single-player game similar to Mahjongg and uses the same set of
--tiles as Mahjongg. The object of the game is to remove all tiles from
--the field.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kshisen
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kshisen').
-diff -urN -x CVS kdegames.orig/debian/kshisen.manpages kdegames/debian/kshisen.manpages
---- kdegames.orig/debian/kshisen.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kshisen.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kshisen.6
-+debian/man/kshisen.6
-diff -urN -x CVS kdegames.orig/debian/kshisen.menu kdegames/debian/kshisen.menu
---- kdegames.orig/debian/kshisen.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kshisen.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Shisen-Sho"\
- icon32x32="/usr/share/pixmaps/kshisen.xpm"\
- icon16x16="/usr/share/pixmaps/kshisen-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ksirtet.man kdegames/debian/ksirtet.man
---- kdegames.orig/debian/ksirtet.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ksirtet.man Thu Jan 1 01:00:00 1970
-@@ -1,15 +0,0 @@
--.TH KSIRTET 6
--.SH NAME
--ksirtet \- Tetris game for KDE
--.SH SYNOPSIS
--.B ksirtet
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--This program is a clone of the well known game Tetris. You must fit
--the falling pieces to form full lines.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/ksirtet
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/ksirtet').
-diff -urN -x CVS kdegames.orig/debian/ksirtet.manpages kdegames/debian/ksirtet.manpages
---- kdegames.orig/debian/ksirtet.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ksirtet.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ksirtet.6
-+debian/man/ksirtet.6
-diff -urN -x CVS kdegames.orig/debian/ksirtet.menu kdegames/debian/ksirtet.menu
---- kdegames.orig/debian/ksirtet.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ksirtet.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Tetris-like"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Sirtet"\
- icon32x32="/usr/share/pixmaps/ksirtet.xpm"\
- icon16x16="/usr/share/pixmaps/ksirtet-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ksmiletris.man kdegames/debian/ksmiletris.man
---- kdegames.orig/debian/ksmiletris.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ksmiletris.man Thu Jan 1 01:00:00 1970
-@@ -1,12 +0,0 @@
--.TH KSMILETRIS 6
--.SH NAME
--ksmiletris \- Tetris like game for KDE
--.SH SYNOPSIS
--.B ksmiletris
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B ksmiletris
--is a game with falling blocks composed of different symbols. The
--object is to guide the blocks so that there are two or more identical
--symbols adjacent vertically.
--.so kdeopt.man
-diff -urN -x CVS kdegames.orig/debian/ksmiletris.manpages kdegames/debian/ksmiletris.manpages
---- kdegames.orig/debian/ksmiletris.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ksmiletris.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ksmiletris.6
-+debian/man/ksmiletris.6
-diff -urN -x CVS kdegames.orig/debian/ksmiletris.menu kdegames/debian/ksmiletris.menu
---- kdegames.orig/debian/ksmiletris.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ksmiletris.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Tetris-like"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Smiletris"\
- icon32x32="/usr/share/pixmaps/ksmiletris.xpm"\
- icon16x16="/usr/share/pixmaps/ksmiletris-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ksnake.man kdegames/debian/ksnake.man
---- kdegames.orig/debian/ksnake.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ksnake.man Thu Jan 1 01:00:00 1970
-@@ -1,16 +0,0 @@
--.TH KSNAKE 6
--.SH NAME
--ksnake \- KDE Snake Race game
--.SH SYNOPSIS
--.B ksnake
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B ksnake
--is a game of speed and agility. You are a hungry snake and are trying
--to eat all the apples in the room before getting out.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/ksnake
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/ksnake').
-diff -urN -x CVS kdegames.orig/debian/ksnake.manpages kdegames/debian/ksnake.manpages
---- kdegames.orig/debian/ksnake.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ksnake.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ksnake.6
-+debian/man/ksnake.6
-diff -urN -x CVS kdegames.orig/debian/ksnake.menu kdegames/debian/ksnake.menu
---- kdegames.orig/debian/ksnake.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ksnake.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Snake Race"\
- icon32x32="/usr/share/pixmaps/ksnake.xpm"\
- icon16x16="/usr/share/pixmaps/ksnake-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ksokoban.man kdegames/debian/ksokoban.man
---- kdegames.orig/debian/ksokoban.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ksokoban.man Thu Jan 1 01:00:00 1970
-@@ -1,35 +0,0 @@
--.TH KSOKOBAN 6
--.SH NAME
--ksokoban \- The Japanese warehouse keeper game
--.SH SYNOPSIS
--.B ksokoban
--.I [Qt-options] [KDE-options] [file]
--.SH DESCRIPTION
--The first sokoban game was created in 1982 by Hiroyuki Imabayashi at
--the Japanese company Thinking Rabbit, Inc. ``Sokoban'' is Japanese for
--``warehouse keeper''. The idea is that you are a warehouse keeper
--trying to push crates to their proper locations in a warehouse.
--
--The problem is that you cannot pull the crates or step over them. If
--you are not careful, some of the crates can get stuck in wrong places
--and/or block your way.
--
--It can be rather difficult just to solve a level. But if you want to
--make it even harder, you can try to minimise the number of moves
--and/or pushes you use to solve the level.
--
--To make the game more fun for small kids (below 10 years or so), some
--collections with easier levels are also included in
--\fBksokoban\fP. These are marked \fI(easy)\fP in the level collection
--menu. Of course, these levels can be fun for adults too, for example
--if you don't want to expose yourself to too much mental strain.
--.so kdeopt.man
--.SH PROGRAM ARGUMENTS
--.TP
--.I file
--Level collection file to load
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/ksokoban
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/ksokoban').
-diff -urN -x CVS kdegames.orig/debian/ksokoban.manpages kdegames/debian/ksokoban.manpages
---- kdegames.orig/debian/ksokoban.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ksokoban.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ksokoban.6
-+debian/man/ksokoban.6
-diff -urN -x CVS kdegames.orig/debian/ksokoban.menu kdegames/debian/ksokoban.menu
---- kdegames.orig/debian/ksokoban.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ksokoban.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Puzzles"\
- hints="KDE,Sokoban"\
-- kderemove="y"\
- title="KDE Sokoban"\
- icon32x32="/usr/share/pixmaps/ksokoban.xpm"\
- icon16x16="/usr/share/pixmaps/ksokoban-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kspaceduel.man kdegames/debian/kspaceduel.man
---- kdegames.orig/debian/kspaceduel.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kspaceduel.man Thu Jan 1 01:00:00 1970
-@@ -1,20 +0,0 @@
--.TH KSPACEDUEL 6
--.SH NAME
--kspaceduel \- Arcade two-player space game for KDE
--.SH SYNOPSIS
--.B kspaceduel
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B kspaceduel
--is a space arcade game for two players. Each player controls a ship
--that flies around the sun and tries to shoot at the other ship. You
--can play
--.B kspaceduel
--with another person, against the computer, or you can have the
--computer control both ships and play each other.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kspaceduel
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kspaceduel').
-diff -urN -x CVS kdegames.orig/debian/kspaceduel.manpages kdegames/debian/kspaceduel.manpages
---- kdegames.orig/debian/kspaceduel.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kspaceduel.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/kspaceduel.6
-+debian/man/kspaceduel.6
-diff -urN -x CVS kdegames.orig/debian/kspaceduel.menu kdegames/debian/kspaceduel.menu
---- kdegames.orig/debian/kspaceduel.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kspaceduel.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE SpaceDuel"\
- icon32x32="/usr/share/pixmaps/kspaceduel.xpm"\
- icon16x16="/usr/share/pixmaps/kspaceduel-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ktron.man kdegames/debian/ktron.man
---- kdegames.orig/debian/ktron.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ktron.man Thu Jan 1 01:00:00 1970
-@@ -1,20 +0,0 @@
--.TH KTRON 6
--.SH NAME
--ktron \- Tron clone for KDE
--.SH SYNOPSIS
--.B ktron
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B ktron
--is a simple Tron-Clone for the K Desktop Environment. You can play
--.B ktron
--against the computer or a friend.
--
--The aim of the game is to live longer than your opponent. To do that,
--avoid running into a wall, your own tail and that of your opponent.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/ktron
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/ktron').
-diff -urN -x CVS kdegames.orig/debian/ktron.manpages kdegames/debian/ktron.manpages
---- kdegames.orig/debian/ktron.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ktron.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ktron.6
-+debian/man/ktron.6
-diff -urN -x CVS kdegames.orig/debian/ktron.menu kdegames/debian/ktron.menu
---- kdegames.orig/debian/ktron.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ktron.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Arcade"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Tron"\
- icon32x32="/usr/share/pixmaps/ktron.xpm"\
- icon16x16="/usr/share/pixmaps/ktron-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/ktuberling.man kdegames/debian/ktuberling.man
---- kdegames.orig/debian/ktuberling.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/ktuberling.man Thu Jan 1 01:00:00 1970
-@@ -1,28 +0,0 @@
--.TH KTUBERLING 6
--.SH NAME
--ktuberling \- Potato game for kids
--.SH SYNOPSIS
--.B ktuberling
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--.B ktuberling
--is a game intended for small children. Of course, it may be suitable
--for adults who have remained young at heart.
--
--It is a potato editor. That means you can drag and drop eyes, mouths,
--mustache, and other parts of face and goodies onto a potato-like guy.
--
--There is no winner for the game. The only purpose is to make the
--funniest faces you can.
--
--There is a museum (like a ``Madame Tusseau'' gallery) where you can
--find many funny examples of decorated potatoes. Of course, you can
--send your own creations to the programmer, Eric Bischoff
--(e.bischoff@noos.fr), who will include them in the museum if he gets
--some spare time.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/ktuberling
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/ktuberling').
-diff -urN -x CVS kdegames.orig/debian/ktuberling.manpages kdegames/debian/ktuberling.manpages
---- kdegames.orig/debian/ktuberling.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/ktuberling.manpages Fri Apr 30 12:49:38 2004
-@@ -1 +1 @@
--debian/ktuberling.6
-+debian/man/ktuberling.6
-diff -urN -x CVS kdegames.orig/debian/ktuberling.menu kdegames/debian/ktuberling.menu
---- kdegames.orig/debian/ktuberling.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/ktuberling.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Toys"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Potato Guy"\
- icon32x32="/usr/share/pixmaps/ktuberling.xpm"\
- icon16x16="/usr/share/pixmaps/ktuberling-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kwin4.man kdegames/debian/kwin4.man
---- kdegames.orig/debian/kwin4.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/kwin4.man Thu Jan 1 01:00:00 1970
-@@ -1,22 +0,0 @@
--.TH KWIN4 6
--.SH NAME
--kwin4 \- Connect Four clone for KDE
--.SH SYNOPSIS
--.B kwin4
--.I [Qt-options] [KDE-options]
--.SH DESCRIPTION
--Four wins is a game for two players. Each player is represented by a
--color (yellow and red). The goal of the game is to get four connected
--pieces of your color into a row, column or any diagonal. This is done
--by placing one of your pieces into any of the seven columns. A piece
--will begin to fill a column from the bottom, i.e. it will fall down
--until it reaches the ground level or another stone. After a move is
--done it is the turn of the other player. This is repeated until the
--game is over, i.e. one of the players has four pieces in a row, column
--or diagonal or no more moves are possible because the board is filled.
--.so kdeopt.man
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/kwin4
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/kwin4').
-diff -urN -x CVS kdegames.orig/debian/kwin4.manpages kdegames/debian/kwin4.manpages
---- kdegames.orig/debian/kwin4.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/kwin4.manpages Fri Apr 30 12:49:38 2004
-@@ -1,2 +1,2 @@
--debian/kwin4.6
--debian/kwin4proc.6
-+debian/man/kwin4.6
-+debian/man/kwin4proc.6
-diff -urN -x CVS kdegames.orig/debian/kwin4.menu kdegames/debian/kwin4.menu
---- kdegames.orig/debian/kwin4.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/kwin4.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Board"\
- hints="KDE"\
-- kderemove="y"\
- title="KWin4"\
- icon32x32="/usr/share/pixmaps/kwin4.xpm"\
- icon16x16="/usr/share/pixmaps/kwin4-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/kwin4proc.man kdegames/debian/kwin4proc.man
---- kdegames.orig/debian/kwin4proc.man Sat Nov 30 19:32:11 2002
-+++ kdegames/debian/kwin4proc.man Thu Jan 1 01:00:00 1970
-@@ -1,8 +0,0 @@
--.TH KWIN4PROC 6
--.SH NAME
--kwin4proc \- AI backend for kwin4
--.SH DESCRIPTION
--This program is used internally by kwin4. Users should not run it
--directly.
--.SH SEE ALSO
--.BR kwin4 (6).
-diff -urN -x CVS kdegames.orig/debian/lskat.man kdegames/debian/lskat.man
---- kdegames.orig/debian/lskat.man Thu May 17 01:22:22 2001
-+++ kdegames/debian/lskat.man Thu Jan 1 01:00:00 1970
-@@ -1,25 +0,0 @@
--.TH LSKAT 6
--.SH NAME
--lskat \- Lieutnant Skat card game for KDE
--.SH SYNOPSIS
--.B lskat
--.I [Qt-options] [KDE-options] [options]
--.SH DESCRIPTION
--Lieutnant skat (from German \fIOffiziersskat\fP) is a card game for
--two players. It is roughly played according to the rules of Skat but
--with only two players and simplified rules.
--
--Every player has a set of cards in front of him/her, half of them
--covered and half of them open. Both players try to win more than 60 of
--the 120 possible points. After 16 moves all cards are played and the
--game ends.
--.so kdeopt.man
--.SH PROGRAM OPTIONS
--.TP
--.B -d, --debug \fI<level>\fB
--Enter debug level.
--.SH SEE ALSO
--More detailed user documentation is available from
--.BR help:/lskat
--(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
--help:/lskat').
-diff -urN -x CVS kdegames.orig/debian/lskat.manpages kdegames/debian/lskat.manpages
---- kdegames.orig/debian/lskat.manpages Sat Feb 21 21:17:40 2004
-+++ kdegames/debian/lskat.manpages Fri Apr 30 12:49:38 2004
-@@ -1,2 +1,2 @@
--debian/lskat.6
--debian/lskatproc.6
-+debian/man/lskat.6
-+debian/man/lskatproc.6
-diff -urN -x CVS kdegames.orig/debian/lskat.menu kdegames/debian/lskat.menu
---- kdegames.orig/debian/lskat.menu Fri Mar 12 11:40:06 2004
-+++ kdegames/debian/lskat.menu Mon Apr 19 12:10:47 2004
-@@ -2,7 +2,6 @@
- needs="x11"\
- section="Games/Card"\
- hints="KDE"\
-- kderemove="y"\
- title="KDE Lieutnant Skat"\
- icon32x32="/usr/share/pixmaps/lskat.xpm"\
- icon16x16="/usr/share/pixmaps/lskat-16.xpm"\
-diff -urN -x CVS kdegames.orig/debian/lskatproc.man kdegames/debian/lskatproc.man
---- kdegames.orig/debian/lskatproc.man Sat Nov 30 19:32:11 2002
-+++ kdegames/debian/lskatproc.man Thu Jan 1 01:00:00 1970
-@@ -1,8 +0,0 @@
--.TH LSKATPROC 6
--.SH NAME
--lskatproc \- AI backend for lskat
--.SH DESCRIPTION
--This program is used internally by lskat. Users should not run it
--directly.
--.SH SEE ALSO
--.BR lskat (6).
-diff -urN -x CVS kdegames.orig/debian/man/atlantik.man kdegames/debian/man/atlantik.man
---- kdegames.orig/debian/man/atlantik.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/atlantik.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,29 @@
-+.TH ATLANTIK 6
-+.SH NAME
-+atlantik \- KDE monopd client
-+.SH SYNOPSIS
-+.B atlantik
-+.I [Qt-options] [KDE-options] [options]
-+.SH DESCRIPTION
-+\fBAtlantik\fP is a KDE client for playing Monopoly-like boardgames on
-+the monopd network.
-+
-+Purpose of the \fBatlantik\fP board game is to acquire land in major
-+cities in North America and Europe while being a transatlantic
-+traveller. All game modes are served by monopd, a dedicated game
-+server designed for \fBatlantik\fP. One of the game modes plays like
-+the popular real estate board game known as Monopoly.
-+.so kdeopt.man
-+.SH PROGRAM OPTIONS
-+.TP
-+.B -h, --host \fI<argument>\fB
-+connect to this host
-+.B -p, --port \fI<argument>\fB
-+connect to this port
-+.B -g, --game \fI<argument>\fB
-+join this game
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/atlantik
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/atlantik').
-diff -urN -x CVS kdegames.orig/debian/man/kasteroids.man kdegames/debian/man/kasteroids.man
---- kdegames.orig/debian/man/kasteroids.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kasteroids.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KASTEROIDS 6
-+.SH NAME
-+kasteroids \- Asteroids for KDE
-+.SH SYNOPSIS
-+.B kasteroids
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+The objective of \fBkasteroids\fP is to destroy all the asteroids on
-+the screen to advance to the next level. Your ship is destroyed if it
-+makes contact with an asteroid.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kasteroids
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kasteroids').
-diff -urN -x CVS kdegames.orig/debian/man/katomic.man kdegames/debian/man/katomic.man
---- kdegames.orig/debian/man/katomic.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/katomic.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KATOMIC 6
-+.SH NAME
-+katomic \- The Atomic Entertainment Handbook
-+.SH SYNOPSIS
-+.B katomic
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+Atomic Entertainment is a smal game which resembles Sokoban. The
-+object of the game is to build chemical molecules on a Sokoban-like
-+board.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/katomic
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/katomic').
-diff -urN -x CVS kdegames.orig/debian/man/kbackgammon.man kdegames/debian/man/kbackgammon.man
---- kdegames.orig/debian/man/kbackgammon.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kbackgammon.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,17 @@
-+.TH KBACKGAMMON 6
-+.SH NAME
-+kbackgammon \- Graphical backgammon program for KDE
-+.SH SYNOPSIS
-+.B kbackgammon
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kbackgammon
-+is a graphical backgammon program for KDE. It supports backgammon
-+games with other players, games against computer engines like GNU bg
-+and even on-line games on the First Internet Backgammon Server.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kbackgammon
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kbackgammon').
-diff -urN -x CVS kdegames.orig/debian/man/kbattleship.man kdegames/debian/man/kbattleship.man
---- kdegames.orig/debian/man/kbattleship.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kbattleship.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KBATTLESHIP 6
-+.SH NAME
-+kbattleship \- The KDE Battleship clone
-+.SH SYNOPSIS
-+.B kbattleship
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kbattleship
-+is a network-enabled implementation of the famous `Battle Ship' game
-+for KDE.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kbattleship
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kbattleship).
-diff -urN -x CVS kdegames.orig/debian/man/kblackbox.man kdegames/debian/man/kblackbox.man
---- kdegames.orig/debian/man/kblackbox.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kblackbox.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,17 @@
-+.TH KBLACKBOX 6
-+.SH NAME
-+kblackbox \- KDE Blackbox Game
-+.SH SYNOPSIS
-+.B kblackbox
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kblackbox
-+is a superb graphical logical game, inspired by the
-+.B emacs
-+blackbox.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kblackbox
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kblackbox').
-diff -urN -x CVS kdegames.orig/debian/man/kbounce.man kdegames/debian/man/kbounce.man
---- kdegames.orig/debian/man/kbounce.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kbounce.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,27 @@
-+.TH KBOUNCE 6
-+.SH NAME
-+kbounce \- KDE Jezz Ball game
-+.SH SYNOPSIS
-+.B kbounce
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+This is a clone of the popular Jezzball game originally created by
-+Microsoft. Jezzball is one of the rare and simple games requiring
-+skill, timing, and patience in order to be successful. A ball begins
-+to bounce off of an area enclosed by four borders (like a square). You
-+must move your pointer to certain areas within the square. Upon
-+clicking, a new border is constructed at a relatively quick pace. You
-+can change the direction of the borders by 90 degrees as
-+well. Ultimately, you must force the ball to bounce around in a
-+smaller, and smaller area as time goes by without the ball ever
-+touching the borders as they are being constructed. If a ball touches
-+a certian part of the border as it is being built, the game is over.
-+After 75% of the original space has been blocked off from the moving
-+ball, you advance one level, and one more ball is added to the mix in
-+the following level.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kbounce
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kbounce').
-diff -urN -x CVS kdegames.orig/debian/man/kdeopt.man kdegames/debian/man/kdeopt.man
---- kdegames.orig/debian/man/kdeopt.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kdeopt.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,110 @@
-+.\" This portion of the manual page is from kdeopt.man, from the
-+.\" kdegames Debian package.
-+.SH GENERIC OPTIONS
-+.TP
-+.B \-\-help
-+Show help about options.
-+.TP
-+.B \-\-help-qt
-+Show Qt specific options.
-+.TP
-+.B \-\-help-kde
-+Show KDE specific options.
-+.TP
-+.B \-\-help-all
-+Show all options.
-+.TP
-+.B \-\-author
-+Show author information.
-+.TP
-+.B \-v, \-\-version
-+Show version information.
-+.TP
-+.B \-\-license
-+Show license information.
-+.TP
-+.B \-\-
-+End of options.
-+.SH QT OPTIONS
-+.TP
-+.B \-\-display \fI<displayname>\fB
-+Use the X-server display `displayname'.
-+.TP
-+.B \-\-session \fI<sessionId>\fB
-+Restore the application for the given `sessionId'.
-+.TP
-+.B \-\-cmap
-+Causes the application to install a private color map on an 8\-bit
-+display.
-+.TP
-+.B \-\-ncols \fI<count>\fB
-+Limits the number of colors allocated in the color cube on an 8\-bit
-+display, if the application is using the QApplication::ManyColor color
-+specification.
-+.TP
-+.B \-\-nograb
-+Tells Qt to never grab the mouse or the keyboard.
-+.TP
-+.B \-\-dograb
-+Running under a debugger can cause an implicit \-nograb, use \-dograb
-+to override.
-+.TP
-+.B \-\-sync
-+Switches to synchronous mode for debugging.
-+.TP
-+.B \-\-fn, \-\-font \fI<fontname>\fB
-+Defines the application font.
-+.TP
-+.B \-\-bg, \-\-background \fI<color>\fB
-+Sets the default background color and an application palette (light
-+and dark shades are calculated).
-+.TP
-+.B \-\-fg, \-\-foreground \fI<color>\fB
-+Sets the default foreground color.
-+.TP
-+.B \-\-btn, \-\-button \fI<color>\fB
-+Sets the default button color.
-+.TP
-+.B \-\-name \fI<name>\fB
-+Sets the application name.
-+.TP
-+.B \-\-title \fI<title>\fB
-+Sets the application title (caption).
-+.TP
-+.B \-\-visual TrueColor
-+Forces the application to use a TrueColor visual on an 8-bit display.
-+.TP
-+.B \-\-inputstyle \fI<inputstyle>\fB
-+Sets XIM (X Input Method) input style. Possible values are
-+\fIonthespot\fP, \fIoverthespot\fP, \fIoffthespot\fP and \fIroot\fP.
-+.TP
-+.B \-\-im \fI<XIM server>\fB
-+Set XIM server.
-+.TP
-+.B \-\-noxim
-+Disable XIM.
-+.SH KDE OPTIONS
-+.TP
-+.B \-\-caption \fI<caption>\fB
-+Use `caption' as name in the titlebar.
-+.TP
-+.B \-\-icon \fI<icon>\fB
-+Use `icon' as the application icon.
-+.TP
-+.B \-\-miniicon \fI<icon>\fB
-+Use `icon' as the icon in the titlebar.
-+.TP
-+.B \-\-dcopserver \fI<server>\fB
-+Use the DCOP Server specified by `server'.
-+.TP
-+.B \-\-nocrashhandler
-+Disable crash handler, to get core dumps.
-+.TP
-+.B \-\-waitforwm
-+Waits for a WM_NET compatible windowmanager.
-+.TP
-+.B \-\-style \fI<style>\fB
-+Sets the application GUI style.
-+.TP
-+.B \-\-geometry \fI<geometry>\fB
-+Sets the client geometry of the main widget.
-diff -urN -x CVS kdegames.orig/debian/man/kenolaba.man kdegames/debian/man/kenolaba.man
---- kdegames.orig/debian/man/kenolaba.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kenolaba.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,27 @@
-+.TH KENOLABA 6
-+.SH NAME
-+kenolaba \- Abalone board game for KDE
-+.SH SYNOPSIS
-+.B kabalone
-+.I [Qt-options] [KDE-options] [options]
-+.SH DESCRIPTION
-+KEnolaba is a simple board strategy game that is played by two players.
-+There are red and yellow pieces for each player. Beginning from a
-+start position where each player has 14 pieces, moves are drawn until
-+one player has pushed 6 of his opponent's pieces out of the board.
-+
-+The original program was developed in 1993 for DOS and pure Xlib. For
-+KDE there was a major rewrite.
-+.so kdeopt.man
-+.SH PROGRAM OPTIONS
-+.TP
-+.B \-h, \-\-host \fI<host>\fB
-+Use `host' for network game.
-+.TP
-+.B \-p, \-\-port \fI<port>\fB
-+Use `port' for network game.
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kenolaba
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kenolaba).
-diff -urN -x CVS kdegames.orig/debian/man/kfouleggs.man kdegames/debian/man/kfouleggs.man
---- kdegames.orig/debian/man/kfouleggs.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kfouleggs.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,19 @@
-+.TH KFOULEGGS 6
-+.SH NAME
-+kfouleggs \- PuyoPuyo game for KDE
-+.SH SYNOPSIS
-+.B kfouleggs
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kfouleggs
-+is a clone of the Japanese PuyoPuyo game, with advanced features such
-+as multiplayer games againts human or AI, and network play. If you
-+have played Tetris, or one of its many clones, you will find
-+.B kfouleggs
-+easy to learn.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kfouleggs
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kfouleggs').
-diff -urN -x CVS kdegames.orig/debian/man/kgoldrunner.man kdegames/debian/man/kgoldrunner.man
---- kdegames.orig/debian/man/kgoldrunner.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kgoldrunner.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KGOLDRUNNER 6
-+.SH NAME
-+kgoldrunner \- KDE version of the Loderunner arcade game
-+.SH SYNOPSIS
-+.B kgoldrunner
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+\fBKGoldrunner\fP is a game of action and puzzle solving. Run through
-+the maze, dodge your enemies, collect all the gold and climb up to the
-+next level.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kgoldrunner
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/konqueror').
-diff -urN -x CVS kdegames.orig/debian/man/kjumpingcube.man kdegames/debian/man/kjumpingcube.man
---- kdegames.orig/debian/man/kjumpingcube.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kjumpingcube.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,20 @@
-+.TH KJUMPINGCUBE 6
-+.SH NAME
-+kjumpingcube \- Tactical one- or two-player game
-+.SH SYNOPSIS
-+.B kjumpingcube
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kjumpingcube
-+is a simple tactical game. You can play it against the computer or
-+against a friend. The playing field consists of squares that contain
-+points. By clicking on the squares you can increase the points, and if
-+the points reach a maximum the points will jump to the squares'
-+neighbours and take them over. The winner is the one who owns all the
-+squares.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kjumpingcube
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kjumpingcube').
-diff -urN -x CVS kdegames.orig/debian/man/klickety.man kdegames/debian/man/klickety.man
---- kdegames.orig/debian/man/klickety.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/klickety.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,10 @@
-+.TH KLICKETY 6
-+.SH NAME
-+klickety \- A Clickomania-alike game
-+.SH SYNOPSIS
-+.B klickety
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+Klickety is an adaptation of the (perhaps) well-known Clickomania
-+game; it is very similar to the `same' game.
-+.so kdeopt.man
-diff -urN -x CVS kdegames.orig/debian/man/klines.man kdegames/debian/man/klines.man
---- kdegames.orig/debian/man/klines.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/klines.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,22 @@
-+.TH KLINES 6
-+.SH NAME
-+klines \- Color Lines game for KDE
-+.SH SYNOPSIS
-+.B klines
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+KLines is a simple game. It is played by one player, so there is only one
-+winner :-). You play for fun and against the high score. It was inspired
-+by a well known game - ``Color lines'', written for DOS by Olga Demina,
-+Igor Demina, Igor Ivkin and Gennady Denisov back in 1992.
-+
-+The main rules of the game are as simple as possible: you move (using the
-+mouse) marbles from cell to cell and build lines (horizontal, vertical or
-+diagonal). When a line contains 5 or more marbles, they are removed and
-+your score grows. After each turn the computer drops three more marbles.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/klines
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/klines').
-diff -urN -x CVS kdegames.orig/debian/man/kmahjongg.man kdegames/debian/man/kmahjongg.man
---- kdegames.orig/debian/man/kmahjongg.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kmahjongg.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,12 @@
-+.TH KMAHJONGG 6
-+.SH NAME
-+kmahjongg \- Mahjongg game for KDE
-+.SH SYNOPSIS
-+.B kmahjongg
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+Your mission in this game is to remove all tiles from the game
-+board. A matching pair of tiles can be removed, if they are `free',
-+which means that no other tiles block them on the left or right side.
-+.so kdeopt.man
-+
-diff -urN -x CVS kdegames.orig/debian/man/kmines.man kdegames/debian/man/kmines.man
---- kdegames.orig/debian/man/kmines.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kmines.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,22 @@
-+.TH KMINES 6
-+.SH NAME
-+kmines \- KDE mine sweeper game
-+.SH SYNOPSIS
-+.B kmines
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kmines
-+is the classic Minesweeper game. You must uncover all the empty cases
-+without blowing on a mine.
-+
-+When you uncover a case, a number appears: it indicates how many mines
-+surround this case. If there is no number the neighbour cases are
-+automatically uncovered. In your process of uncovering secure cases,
-+it is \fIvery\fP useful to put a flag on the cases which contain a
-+mine.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kmines
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kmines').
-diff -urN -x CVS kdegames.orig/debian/man/kolf.man kdegames/debian/man/kolf.man
---- kdegames.orig/debian/man/kolf.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kolf.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,25 @@
-+.TH KOLF 6
-+.SH NAME
-+kolf \- A miniature golf game for KDE
-+.SH SYNOPSIS
-+.B kolf
-+.I [Qt-options] [KDE-options] [--course-info] file
-+.SH DESCRIPTION
-+\fBKolf\fP is a miniature golf game with block graphics and a 2d
-+top-down view. Courses are dynamic, and up to 10 people can play at
-+once in competition.
-+
-+\fBKolf\fP comes with a tutorial course. Playing this course is the
-+easiest way to get started.
-+.so kdeopt.man
-+.SH PROGRAM OPTIONS
-+.TP
-+.B --course-info
-+Print course information and exit.
-+.B file
-+Play this course.
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kolf
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kolf').
-diff -urN -x CVS kdegames.orig/debian/man/konquest.man kdegames/debian/man/konquest.man
---- kdegames.orig/debian/man/konquest.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/konquest.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,17 @@
-+.TH KONQUEST 6
-+.SH NAME
-+konquest \- Gnu-Lactic Konquest
-+.SH SYNOPSIS
-+.B konquest
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+This is the KDE version of Gnu-Lactic Konquest, a multi-player
-+strategy game. The goal of the game is to expand your interstellar
-+empire across the galaxy and, of course, crush your rivals in the
-+process.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/konquest
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/konquest').
-diff -urN -x CVS kdegames.orig/debian/man/kpat.man kdegames/debian/man/kpat.man
---- kdegames.orig/debian/man/kpat.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kpat.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KPAT 6
-+.SH NAME
-+kpat \- KDE patience game
-+.SH SYNOPSIS
-+.B kpat
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kpat
-+is a collection of 14 single-player card games.
-+<Insert here>
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kpat
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kpat').
-diff -urN -x CVS kdegames.orig/debian/man/kpoker.man kdegames/debian/man/kpoker.man
---- kdegames.orig/debian/man/kpoker.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kpoker.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KPOKER 6
-+.SH NAME
-+kpoker \- KDE video poker game
-+.SH SYNOPSIS
-+.B kpoker
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kpoker
-+is a KDE compliant clone of those highly addictive pocket video poker
-+games which are sometimes called ``Videopoker'' as well.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kpoker
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kpoker').
-diff -urN -x CVS kdegames.orig/debian/man/kreversi.man kdegames/debian/man/kreversi.man
---- kdegames.orig/debian/man/kreversi.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kreversi.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,21 @@
-+.TH KREVERSI 6
-+.SH NAME
-+kreversi \- Reversi for KDE
-+.SH SYNOPSIS
-+.B kreversi
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kreversi
-+is a simple one player strategy game played against the computer. The
-+playing field is an 8 by 8 square board divided into 64 squares. The
-+game piece used is a colored stone - one side of it is red, the other
-+blue. If a piece is captured by an opposing player, that piece is
-+turned to reveal the color of that player. A winner is declared when
-+one player has more pieces of his own color on the board and if there
-+are no more possible moves. <Insert here>
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kreversi
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kreversi').
-diff -urN -x CVS kdegames.orig/debian/man/ksame.man kdegames/debian/man/ksame.man
---- kdegames.orig/debian/man/ksame.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ksame.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,17 @@
-+.TH KSAME 6
-+.SH NAME
-+ksame \- a little game about balls and how to get rid of them
-+.SH SYNOPSIS
-+.B ksame
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B ksame
-+is a simple game. It is played by one player, so there is only one
-+winner. You play for fun and against the high score. It has been
-+inspired by SameGame, which is only really famous on the Macintosh.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/ksame
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/ksame').
-diff -urN -x CVS kdegames.orig/debian/man/kshisen.man kdegames/debian/man/kshisen.man
---- kdegames.orig/debian/man/kshisen.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kshisen.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,17 @@
-+.TH KSHISEN 6
-+.SH NAME
-+kshisen \- Shisen-Sho for KDE
-+.SH SYNOPSIS
-+.B kshisen
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kshisen
-+is a single-player game similar to Mahjongg and uses the same set of
-+tiles as Mahjongg. The object of the game is to remove all tiles from
-+the field.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kshisen
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kshisen').
-diff -urN -x CVS kdegames.orig/debian/man/ksirtet.man kdegames/debian/man/ksirtet.man
---- kdegames.orig/debian/man/ksirtet.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ksirtet.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,15 @@
-+.TH KSIRTET 6
-+.SH NAME
-+ksirtet \- Tetris game for KDE
-+.SH SYNOPSIS
-+.B ksirtet
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+This program is a clone of the well known game Tetris. You must fit
-+the falling pieces to form full lines.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/ksirtet
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/ksirtet').
-diff -urN -x CVS kdegames.orig/debian/man/ksmiletris.man kdegames/debian/man/ksmiletris.man
---- kdegames.orig/debian/man/ksmiletris.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ksmiletris.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,12 @@
-+.TH KSMILETRIS 6
-+.SH NAME
-+ksmiletris \- Tetris like game for KDE
-+.SH SYNOPSIS
-+.B ksmiletris
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B ksmiletris
-+is a game with falling blocks composed of different symbols. The
-+object is to guide the blocks so that there are two or more identical
-+symbols adjacent vertically.
-+.so kdeopt.man
-diff -urN -x CVS kdegames.orig/debian/man/ksnake.man kdegames/debian/man/ksnake.man
---- kdegames.orig/debian/man/ksnake.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ksnake.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,16 @@
-+.TH KSNAKE 6
-+.SH NAME
-+ksnake \- KDE Snake Race game
-+.SH SYNOPSIS
-+.B ksnake
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B ksnake
-+is a game of speed and agility. You are a hungry snake and are trying
-+to eat all the apples in the room before getting out.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/ksnake
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/ksnake').
-diff -urN -x CVS kdegames.orig/debian/man/ksokoban.man kdegames/debian/man/ksokoban.man
---- kdegames.orig/debian/man/ksokoban.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ksokoban.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,35 @@
-+.TH KSOKOBAN 6
-+.SH NAME
-+ksokoban \- The Japanese warehouse keeper game
-+.SH SYNOPSIS
-+.B ksokoban
-+.I [Qt-options] [KDE-options] [file]
-+.SH DESCRIPTION
-+The first sokoban game was created in 1982 by Hiroyuki Imabayashi at
-+the Japanese company Thinking Rabbit, Inc. ``Sokoban'' is Japanese for
-+``warehouse keeper''. The idea is that you are a warehouse keeper
-+trying to push crates to their proper locations in a warehouse.
-+
-+The problem is that you cannot pull the crates or step over them. If
-+you are not careful, some of the crates can get stuck in wrong places
-+and/or block your way.
-+
-+It can be rather difficult just to solve a level. But if you want to
-+make it even harder, you can try to minimise the number of moves
-+and/or pushes you use to solve the level.
-+
-+To make the game more fun for small kids (below 10 years or so), some
-+collections with easier levels are also included in
-+\fBksokoban\fP. These are marked \fI(easy)\fP in the level collection
-+menu. Of course, these levels can be fun for adults too, for example
-+if you don't want to expose yourself to too much mental strain.
-+.so kdeopt.man
-+.SH PROGRAM ARGUMENTS
-+.TP
-+.I file
-+Level collection file to load
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/ksokoban
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/ksokoban').
-diff -urN -x CVS kdegames.orig/debian/man/kspaceduel.man kdegames/debian/man/kspaceduel.man
---- kdegames.orig/debian/man/kspaceduel.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kspaceduel.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,20 @@
-+.TH KSPACEDUEL 6
-+.SH NAME
-+kspaceduel \- Arcade two-player space game for KDE
-+.SH SYNOPSIS
-+.B kspaceduel
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B kspaceduel
-+is a space arcade game for two players. Each player controls a ship
-+that flies around the sun and tries to shoot at the other ship. You
-+can play
-+.B kspaceduel
-+with another person, against the computer, or you can have the
-+computer control both ships and play each other.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kspaceduel
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kspaceduel').
-diff -urN -x CVS kdegames.orig/debian/man/ktron.man kdegames/debian/man/ktron.man
---- kdegames.orig/debian/man/ktron.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ktron.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,20 @@
-+.TH KTRON 6
-+.SH NAME
-+ktron \- Tron clone for KDE
-+.SH SYNOPSIS
-+.B ktron
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B ktron
-+is a simple Tron-Clone for the K Desktop Environment. You can play
-+.B ktron
-+against the computer or a friend.
-+
-+The aim of the game is to live longer than your opponent. To do that,
-+avoid running into a wall, your own tail and that of your opponent.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/ktron
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/ktron').
-diff -urN -x CVS kdegames.orig/debian/man/ktuberling.man kdegames/debian/man/ktuberling.man
---- kdegames.orig/debian/man/ktuberling.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/ktuberling.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,28 @@
-+.TH KTUBERLING 6
-+.SH NAME
-+ktuberling \- Potato game for kids
-+.SH SYNOPSIS
-+.B ktuberling
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+.B ktuberling
-+is a game intended for small children. Of course, it may be suitable
-+for adults who have remained young at heart.
-+
-+It is a potato editor. That means you can drag and drop eyes, mouths,
-+mustache, and other parts of face and goodies onto a potato-like guy.
-+
-+There is no winner for the game. The only purpose is to make the
-+funniest faces you can.
-+
-+There is a museum (like a ``Madame Tusseau'' gallery) where you can
-+find many funny examples of decorated potatoes. Of course, you can
-+send your own creations to the programmer, Eric Bischoff
-+(e.bischoff@noos.fr), who will include them in the museum if he gets
-+some spare time.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/ktuberling
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/ktuberling').
-diff -urN -x CVS kdegames.orig/debian/man/kwin4.man kdegames/debian/man/kwin4.man
---- kdegames.orig/debian/man/kwin4.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kwin4.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,22 @@
-+.TH KWIN4 6
-+.SH NAME
-+kwin4 \- Connect Four clone for KDE
-+.SH SYNOPSIS
-+.B kwin4
-+.I [Qt-options] [KDE-options]
-+.SH DESCRIPTION
-+Four wins is a game for two players. Each player is represented by a
-+color (yellow and red). The goal of the game is to get four connected
-+pieces of your color into a row, column or any diagonal. This is done
-+by placing one of your pieces into any of the seven columns. A piece
-+will begin to fill a column from the bottom, i.e. it will fall down
-+until it reaches the ground level or another stone. After a move is
-+done it is the turn of the other player. This is repeated until the
-+game is over, i.e. one of the players has four pieces in a row, column
-+or diagonal or no more moves are possible because the board is filled.
-+.so kdeopt.man
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/kwin4
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/kwin4').
-diff -urN -x CVS kdegames.orig/debian/man/kwin4proc.man kdegames/debian/man/kwin4proc.man
---- kdegames.orig/debian/man/kwin4proc.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/kwin4proc.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,8 @@
-+.TH KWIN4PROC 6
-+.SH NAME
-+kwin4proc \- AI backend for kwin4
-+.SH DESCRIPTION
-+This program is used internally by kwin4. Users should not run it
-+directly.
-+.SH SEE ALSO
-+.BR kwin4 (6).
-diff -urN -x CVS kdegames.orig/debian/man/lskat.man kdegames/debian/man/lskat.man
---- kdegames.orig/debian/man/lskat.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/lskat.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,25 @@
-+.TH LSKAT 6
-+.SH NAME
-+lskat \- Lieutnant Skat card game for KDE
-+.SH SYNOPSIS
-+.B lskat
-+.I [Qt-options] [KDE-options] [options]
-+.SH DESCRIPTION
-+Lieutnant skat (from German \fIOffiziersskat\fP) is a card game for
-+two players. It is roughly played according to the rules of Skat but
-+with only two players and simplified rules.
-+
-+Every player has a set of cards in front of him/her, half of them
-+covered and half of them open. Both players try to win more than 60 of
-+the 120 possible points. After 16 moves all cards are played and the
-+game ends.
-+.so kdeopt.man
-+.SH PROGRAM OPTIONS
-+.TP
-+.B -d, --debug \fI<level>\fB
-+Enter debug level.
-+.SH SEE ALSO
-+More detailed user documentation is available from
-+.BR help:/lskat
-+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
-+help:/lskat').
-diff -urN -x CVS kdegames.orig/debian/man/lskatproc.man kdegames/debian/man/lskatproc.man
---- kdegames.orig/debian/man/lskatproc.man Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/man/lskatproc.man Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,8 @@
-+.TH LSKATPROC 6
-+.SH NAME
-+lskatproc \- AI backend for lskat
-+.SH DESCRIPTION
-+This program is used internally by lskat. Users should not run it
-+directly.
-+.SH SEE ALSO
-+.BR lskat (6).
-diff -urN -x CVS kdegames.orig/debian/patches/02_kfouleggs_icon_automake.diff kdegames/debian/patches/02_kfouleggs_icon_automake.diff
---- kdegames.orig/debian/patches/02_kfouleggs_icon_automake.diff Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/patches/02_kfouleggs_icon_automake.diff Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,25 @@
-+--- kdegames-3.2.1/kfouleggs/Makefile.am 2003-12-16 16:38:29.000000000 -0800
-++++ kdegames-head/kfouleggs/Makefile.am 2004-03-02 17:17:25.000000000 -0800
-+@@ -1,5 +1,7 @@
-+ INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes)
-+
-++SUBDIRS = pics
-++
-+ bin_PROGRAMS = kfouleggs
-+ kfouleggs_LDADD = $(top_builddir)/libksirtet/common/libksirtetcommon.la
-+ kfouleggs_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-+@@ -9,8 +11,6 @@
-+ rcdir = $(kde_datadir)/kfouleggs
-+ rc_DATA = kfouleggsui.rc
-+
-+-KDE_ICON = kfouleggs
-+-
-+ xdg_apps_DATA = kfouleggs.desktop
-+ kde_kcfg_DATA = kfouleggs.kcfg
-+
-+--- kdegames-3.2.1/kfouleggs/pics/Makefile.am 1969-12-31 16:00:00.000000000 -0800
-++++ kdegames-head/kfouleggs/pics/Makefile.am 2004-03-01 15:00:41.000000000 -0800
-+@@ -0,0 +1,3 @@
-++
-++KDE_ICON= AUTO
-++
-diff -urN -x CVS kdegames.orig/debian/patches/03_lib_link.diff kdegames/debian/patches/03_lib_link.diff
---- kdegames.orig/debian/patches/03_lib_link.diff Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/patches/03_lib_link.diff Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,94 @@
-+Index: atlantik/kio_atlantik/Makefile.am
-+===================================================================
-+RCS file: /home/kde/kdegames/atlantik/kio_atlantik/Makefile.am,v
-+retrieving revision 1.2
-+diff -u -r1.2 Makefile.am
-+--- atlantik/kio_atlantik/Makefile.am 1 Jul 2003 00:57:41 -0000 1.2
-++++ atlantik/kio_atlantik/Makefile.am 18 Apr 2004 04:36:19 -0000
-+@@ -4,7 +4,7 @@
-+ kde_module_LTLIBRARIES = kio_atlantik.la
-+
-+ kio_atlantik_la_SOURCES = kio_atlantik.cpp
-+-kio_atlantik_la_LIBADD = $(LIB_KIO)
-++kio_atlantik_la_LIBADD = $(LIB_KIO) -lqt-mt $(LIB_KDECORE)
-+ kio_atlantik_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-+ noinst_HEADERS = kio_atlantik.h
-+
-+Index: atlantik/libatlantikclient/Makefile.am
-+===================================================================
-+RCS file: /home/kde/kdegames/atlantik/libatlantikclient/Makefile.am,v
-+retrieving revision 1.10
-+diff -u -r1.10 Makefile.am
-+--- atlantik/libatlantikclient/Makefile.am 24 Jul 2003 19:20:30 -0000 1.10
-++++ atlantik/libatlantikclient/Makefile.am 18 Apr 2004 04:36:19 -0000
-+@@ -1,7 +1,8 @@
-+ INCLUDES = -I$(top_srcdir)/atlantik/libatlantic $(all_includes)
-+ lib_LTLIBRARIES = libatlantikclient.la
-+ libatlantikclient_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 3:0:2
-+-libatlantikclient_la_LIBADD = ../libatlantic/libatlantic.la $(LIB_KIO)
-++libatlantikclient_la_LIBADD = ../libatlantic/libatlantic.la $(LIB_KIO) \
-++ -lqt-mt $(LIB_KDECORE)
-+
-+ libatlantikclient_la_SOURCES = atlantik_network.cpp klatencytimer.cpp monopdprotocol.cpp
-+
-+Index: atlantik/libatlantikui/Makefile.am
-+===================================================================
-+RCS file: /home/kde/kdegames/atlantik/libatlantikui/Makefile.am,v
-+retrieving revision 1.7
-+diff -u -r1.7 Makefile.am
-+--- atlantik/libatlantikui/Makefile.am 31 Dec 2002 11:50:10 -0000 1.7
-++++ atlantik/libatlantikui/Makefile.am 18 Apr 2004 04:36:19 -0000
-+@@ -1,7 +1,8 @@
-+ INCLUDES = -I$(top_srcdir)/atlantik/libatlantic $(all_includes)
-+ lib_LTLIBRARIES = libatlantikui.la
-+ libatlantikui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 3:0:2
-+-libatlantikui_la_LIBADD = ../libatlantic/libatlantic.la $(LIB_KIO)
-++libatlantikui_la_LIBADD = ../libatlantic/libatlantic.la $(LIB_KIO) \
-++ -lqt-mt $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx
-+
-+ libatlantikui_la_SOURCES = auction_widget.cpp board.cpp \
-+ estatedetails.cpp estateview.cpp portfolioestate.cpp portfolioview.cpp token.cpp \
-+
-+Index: kolf/Makefile.am
-+===================================================================
-+RCS file: /home/kde/kdegames/kolf/Makefile.am,v
-+retrieving revision 1.27
-+diff -u -r1.27 Makefile.am
-+--- kolf/Makefile.am 4 Jul 2003 16:05:45 -0000 1.27
-++++ kolf/Makefile.am 18 Apr 2004 04:36:20 -0000
-+@@ -12,7 +12,9 @@
-+ floater.cpp slope.cpp
-+
-+ libkolf_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
-+-libkolf_la_LIBADD = $(LIB_KDEGAMES) $(LIB_KDEPRINT) $(LIB_KIO) -lartskde
-++libkolf_la_LIBADD = $(LIB_KDEGAMES) $(LIB_KDEPRINT) $(LIB_KIO) -lartskde \
-++ -lqt-mt $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -lartsflow_idl -lmcop \
-++ -lsoundserver_idl
-+
-+ # the installed header files
-+ kolfinclude_HEADERS = \
-+@@ -25,7 +27,7 @@
-+ # kdeinited lib
-+ kolf_la_SOURCES = main.cpp
-+ kolf_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-version
-+-kolf_la_LIBADD = libkolf.la
-++kolf_la_LIBADD = libkolf.la -lqt-mt $(LIB_KDECORE)
-+
-+
-+ EXTRA_DIST = kolf.desktop
-+Index: libkdegames/Makefile.am
-+===================================================================
-+RCS file: /home/kde/kdegames/libkdegames/Makefile.am,v
-+retrieving revision 1.26
-+diff -u -r1.26 Makefile.am
-+--- libkdegames/Makefile.am 12 Oct 2003 13:32:56 -0000 1.26
-++++ libkdegames/Makefile.am 18 Apr 2004 04:36:20 -0000
-+@@ -2,7 +2,7 @@
-+ lib_LTLIBRARIES = libkdegames.la
-+ libkdegames_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 3:0:2
-+ libkdegames_la_LIBADD = highscore/libkhighscore.la kgame/libkgame.la kgame/dialogs/libkgamedialogs.la \
-+- $(LIB_KSYCOCA)
-++ $(LIB_KSYCOCA) -lqt-mt $(LIB_KDECORE) $(LIB_KDEUI)
-+
-+ libkdegames_la_SOURCES = kcarddialog.cpp kstdgameaction.cpp \
-+ kgamemisc.cpp kchatbase.cpp kchat.cpp \
-diff -urN -x CVS kdegames.orig/debian/patches/kdegames_branch.tar.gz.uu kdegames/debian/patches/kdegames_branch.tar.gz.uu
---- kdegames.orig/debian/patches/kdegames_branch.tar.gz.uu Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/patches/kdegames_branch.tar.gz.uu Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,595 @@
-+begin 664 kdegames_branch.tar.gz
-+M'XL(`';5D4`"`^W]`Y!LW9ONBY;MJE6V;=NV;=NV;=NVL<I>9=NVK?LU]HG3
-+MIW>?_8\;?7OWCOL]D3/'S#DK,N;(C.?]O6-FC7=8N5G8,M.9.1J86KC3&9N8
-+M&KA8.],9.#K:N='3VMN:`?QGB/XOL;(R_U/+P,9"_W]O_TF,3&QL``ST],S,
-+M3"R,3`RL`'^=969E`,"G!_@OD(N3LX$C/CZ`L8&MA8GU?_QW_ZOS_]J9_ZO]
-+M/T01\K)BL%"84'_MPDJ("RO^U>+_TP8!]M>SDZ?GXU\-N+.$C`CX(A`V`@RE
-+MK+:E\U^'(.W%-9P``*!N_VD#%*QF3O_K((B9@(P``$!#'/2G`>A?+V,EA`64
-+MW=>O4G_DL%S01W=6K&YD^WPQXF-A,:RV[-ZC]%"=(WX"Y_`^^ZF)O+56^0LU
-+MCID9-+*IH4F!H`^D#$)3#!O32<Z_0RR,M5*I,SK;QS?)(:.!%->+5JSJ3A[>
-+M^*FBEW&+>]-?/Q<_-K<>?'VV9QX\:OO\"&BUV\VNC[NOK_4B>\R:$L=,F1!A
-+MMM<1AU*HVJ9\/I"&G;0D5%5-^RYD-$/1\7IMKK>J!%*92@!OW9W9L3'@^EV?
-+M[69DI3<9K2R9Q15#N=20`+[Q28PDUJ97X:`CF,2?M4-9[31O)Y#\R3,1E#B+
-+MW5$B<85*I#:.09#=N%S&QM$/>U/QSR6LL)HN^1DCA-#H"@UM46F]8'#-&$^&
-+M#@]E%@XD!R@2W0E#T<+`#.32T/&))EZ;2D#!287BEPWM.0S+UXOVWI_PIM;7
-+M0;(=@1AK/L1$;T]?'=(3E3D!LO0)A2"?*BD_Y]8@?VX1T)PH(;GU<@G=QMZ/
-+M1%XM3A;(9/&/[OKB#Y&`Y('7G7$*2P$#_<^2<+`%(VO[$N0)Z$1WH4',OXA[
-+M9W)95&J<`4A=FA%4]O#0=\<)_*/>PL8B0D"QC?=Q<*)1!#ECA+Z^$)"'P^)-
-+M_)W70YN+=QV<F.!B8P7IHUW(QJZ!^_%]N=S@1#4P5M<>YK[$;!:![VDE9U?<
-+MV&[&8X:OQ+F,3U-2TDMQ;Q6*&""*?F/#R^:%ZJ@0U-8H:(2R>?;!"GG4YI^:
-+MYF#WG9[B+)PH/<AQ:C982+"GIA',TF9LP01&--I75_?QL8=G%(FMU*D9(9@0
-+MU+%GH?GV1O+OQG:`\N?+NG4HEM>I(4+9Y+Q=\U"LVH"UJ<4*OUXW\>1S^_SQ
-+M\H\HHZ+$G_]]&P.#AF*6-&\[<UAJ#)=?<\5B8%H:_5-;*WN_E]AMA@Z$(Y0)
-+M7%/COG>N(GX(`@VF@`:U)V%$I&C+IE?5ZYWAF5^3SVZ5]^8!>G55![7AN;O:
-+M,(@MJ`"CK'*&O3^6$#YNVD6Q]H;MOKHT3.`.+W_`P^X")5'GU@VH`8^`D@5,
-+MO>IUZ9,Z>K'4[DY,6-3Q]J3M<X\:.;>\5&.CU597>U\T@A5[:68(,X`8<[_0
-+M7\LQR51@0=CF;2`@:G2P1Y/I$6>P#"FCU=O=7D[T[@X)WG,9PHA\7+AQ#(`G
-+MR#KVL(B<E[=#G&M`QEKG+@#.RE5`[O#X^`GEHS)L)I/B_M#E,.F["CEXM.GX
-+MZ$YYW^ZJ#\&V;3OP899[B[U2VPVJ4C-&I8OB/[RZ.F/*_EO\ZY:+6&@4[6K)
-+M_)4W_"SWVD\2.6H0-<[([X?D\]$6>EHW<W"P/C8A`>P]N:NB'POJ'`5T3+!8
-+MJ>KTZQS7QYW9V<U][E8(82^NTYU#&%/XXP/,E=H6`Q^:@:LK6/Z6]V<Y;\<_
-+MW<I"<&KEH/UNNFF?%LFOR-QW`B!KX@XV9;!!(5:M!V=TZD73P=4<-Y1\[T!.
-+MM['Y00?P,!LB"1GY90^?C->\2NAFE5IZ+H`IK^<WT9T.H#$!#)'D@C5EFVG+
-+M,0F@>E@Z8?@ON(:DS#08?Q%\>I/4-"MQXD.=B#1BJ*^P5[[JD1WZ4KEN_6&)
-+M?P[-$B*RPK6"^H$`__\NJ_^0_PS_9?QG8&'Z=_QG8?R;__\-^<]%?"D9^@_R
-+M'_C]7_A_E#HAAZR`,D+WJ\`?"D*R4!`45#@R9!=:K0>BKAP=-L)\/S($+"AN
-+M2'BM70'9[1.<=K'8'THP(O-4,F861/X.,K+9-2`07UV3GWW:+5$+&I4S>6[(
-+M/6G\<'K3JV?'8Y.):*B7'A,KBCS>!U6J8,>'DR44";EK>"+MX@3D[OV)DQ'=
-+M\[-6";3>?J_=OT&M;EY9@)^;H)_TT;.-%4!8P!H&@;Y6E)O86%JE6!D0!/P'
-+M(2F),]3_+@._V-W]-7SVC+0%N`\=.QH)&'ANX&HYZM6]Z_14/`]HCR8VP$5`
-+MX)NI%!/`HKR\W#!\;DZ>5EH#^6:;1,G:&J^N8>-@.(%H)7CBUXB3S,C'BP0S
-+M<W,ZK[=X,3"XY=F!&#!'SIXP\>O[-T_@":L6-PZW^N#-7765E0S_Z`I9WZDY
-+M1(>V9QS$-1(_+QT%@Y*<'%!,=/#<4+`LE__Q\11VP$Q>6D-\VVH?/\H.@YT=
-+M6\-+=_<$!R'`"@S`?AC<5GZ97)N\VXNE'#%^9'-SBTGB5D_D3DJJ;EE/#_H5
-+M$4#<\U55T6A<6X/#).`>#6\=IONM?MD,+()CEQ#'"GV/FQT/CT?B8&"ZWWOS
-+M/%&L<SZM:57`QXN3G]_V?&/$X.?E&M@]*#T[^CBAHO//MY8W)<)YFYT2.VPC
-+M*0"]$NQO=X-B.CU#2(7AS07PV1LBPFREZ3;LTV`C(X+]S8Z)@3WU<=C2RDK!
-+M;!ZOD).3&3VDE!2TCH\"`QQ>[RTS//ZFP*]Z^K3T=/5;+_-Z@,.Q-C8006[N
-+MW^$\E+0]4VZ'VKFA)S-,G\M]66P5UE@SB"$8%_R"^@2\_2$AJ'`/K^ZWR;P`
-+M#&O@"*XWF'V<B_Z##8'/EQV#^/415I[0+\"(LCL]-`9!`($00\3!DQYF)YIR
-+M3HDL_M`A5"]$@99\)[@0`'WQ@PW"$:*!CB!6R43I!TWP[FCX/=A(AN[LR7LG
-+MQ->P!DW#L]=;8A1,3=F8F*WSM3HRCZ=SK*'Q/@#[8UR47>7EL9F9C11$18*(
-+MO_/[1N-[_<(UQ+2R$C0U59/FU&7'Q\W*:VG#')VP4GZ3SJW4S7ES?WRD(452
-+M\_W`:5!C4=!<$6=(CWKH654Y?&\A("PM99'S?(&4%&<;PD-#G:>0HZ,#Y1FY
-+MTPXW-<8F+&66AYN9+T26"28K69[3A3\_PR:GK?"[W9@R80]E924UWWF_TV=%
-+MH1-R?:03NF9>;TT47VW07'+D`YBU8'Y'MV.WM(1<$G"S8,K-3F61HHKU@R8^
-+M^']GG%\\D-/6*B6G_"+O-?<L4:)5[2%12W'M$3<V<3%_Q"LE1#)],(T[*4_@
-+MOYR,6K9D43`V[K7G+/K./5D8'0SC^M;N_T([()M`JOQE=+M%]S=K_X_E/^-_
-+M&?_I&?X]_YE9_^;_?S_^PZ*ZDY,U_J/\S_P?X_\).Q45E!$_FA;0=45^_J"2
-+M6<HZ0EA#3;P(8"SD(-A\\^S=O@(009AH9IC,]+YRN.B('W]BA"J4BAP+['(&
-+M="EE^5P:&N;0,)%@H)9]5Q^JRZ2-"9J734<AP7W)=9<77J^K&ZT9IUW?>-OU
-+M`>-+3_6DE5KF*9&G1Z?@D4#QSY%&^5'];:<*".X^=&CV03KNW,C@:<C?V;U1
-+M0OG)?ADC+J@.G'01@]40G&PY5K9J*$!L&?N=D57,LZ-UU#,2@@9H[6.2DF-X
-+M]<H@I>@A"I2?;=Q:8_Y!)D&CV7JEI%,M9Y!C24[<0Z*N63^PK90"^@E##JA<
-+M[>*Z^K1:;_@L`<J.D:'VL1Y[Q'&A*Z_$,/)HHNFX,#QO"^_,T%]O^-#><JXB
-+M1/8Y%7N8"X)X3Y"05Y#BFA<0M4_H)L,DMV0L!7DBWV3QXOM(3(.0N%)]+;PS
-+MF_8AE<H@BDO^PF\^83HP=^$K?1_61EPXJ6^<O,>PVR9E+CX<?`M#W-,?-X41
-+MW&]1EB^G)L\=O$(U7I^<7H-RS![,/2<5];FT<A,JE-VF4$#OB<OTB`$*?WC:
-+M&#XE0P9X)JE7-.UVE>B$$=LESH)!>O;?-E[@YR\[DMC69IS?3$REU8$;WDT^
-+MP)N^JIUK,>4OSC-N1Y;\CWU(B+[WQW.=,2L:P*85)_B225CH]8TD.@>_9TS3
-+MJ92;0N!M3%4]:HR#K'3-ZX^2BZAE/#F=YF$9^"K.72[A=^XF;1+D98Q;3T&/
-+MHZ4$?FN]2#/_T6$$CXI65D;SH#]S"]$*(4<BO.6"]XH2M4](KK'D'UJY[T".
-+M",G@&7A(E'^J`FA1O4YV\GB%RN/`N,(QDG!/D25#&?_S#/;+EHYF1BG`[)C*
-+M:1&7819VV3'S@S!A+1`(K8)7:H*-VTK7#7/U<XBUY:1#'"93;!97M8'$62NO
-+M;>O\`3WBKR^B+345[940F_X+)&O+=NR2#!3W*-[''YMY!C.FCW';%8E.@T`4
-+M":KAT6'B(0J;_K9L$*DU9,GZGBE,T5?DB*1AY=TU)$%]\CDXF%.`@\\$M'UD
-+MF8?;`_JS9C_`+'%52,J\<996CG#NEZ?&D>;N.MHKO&AY6_JN&^&<9-O9,<BG
-+M6)0DP2Z)!;QI(KLIGNG-G*'=;R@O<-\IN-RF'`7/-_$9C:F]Q1=4:?Q$]":#
-+MC8&L<=W\;OW;KL15'$N67YO&3KYJUEX:&)176.[!&"_3#];C;[8_>E#Q/P!>
-+MV]'L7Z,&*7_S^6_^_WO^&SG:.O^GT?\?X#\3\_^3_W\=^YO___WXCT1TT'\%
-+M_X_RO^I?^%^CUF6+K("0L[7JL>H11@Y"C(!_[ES@#T3!'P3!3"$O*"72C]='
-+M)S\[)Q`<SW\H@$B07R8=`T`@`!2)M+\:BS/Z;!)KQMJE<<-D4$Q4YW:3XW2]
-+MV='4A%K":L2]XOSJ&9?0-.\NQ>X>T_UR>Y-_\ZWJSU54SB`[_!Z'46\[A$@]
-+M:DZ?BJ$BNH`&J![JD#)7]O/0($@(8EW_`@=[`50D>T4`SUAD*T=/RS""03*B
-+MCJ\6#A"&?;Y#'TFL-3N<;NH<%F_TB514'2B&H48H`@(!X*%+]MM$.?F3EZ0)
-+M)Z>I.+`QFF+$GQ>/9^@,&<`QR[@.[0E7=5,J$5BBII;0%>-&')5Y_-0.>0_1
-+M/SCH#\L(&1*!F[,B*VC'RC,+(72GO\16+!!'A$57$!=&+SI5Y?<QP[C$R<`H
-+M32)15R$V#SB1M=M3_<SAM<=U^J$NHH<.?N(#L%%6<2LVQ-CYH$QB$[?,M>\7
-+M_$257#B_8:"6K*(HF'IMZO(N".1*?X2E>VY)_Z#+0FSZ;%6"B,X985GL;;4.
-+M4<K5+XGG:?J1PO$NC\]9O6<UQ'T=5.W#<[6K6,2&:?>:A'2++U-A&9&4M7?Z
-+M(6O:WASL@8>=\-R=`Y$48B`2W:VM-&&^Z<8L6L1?YAPQK*_RF]/^#$L34JIP
-+M]U%ZX:$<36)LX=,^9)EY*3\)IBTZ&\DC]8S!O77D[N_^I^-"M5K:K>!M1QK-
-+MP(EIZ53$.?ZI]D15+YJEM/L`UDKE'GD1X=*6@"S3"4N0A1$JA6)Q1[H&_/?Y
-+MRQD#<PJ@UK#(4]-2N(\W8^=M'0H97@2"TO/9@H*8$.07L.5B5R.\R^2/S,JO
-+MU'[=?4LN&K(@K2!48?6K1NH/]@*GN4FP6:+3Y'^(*1>Q)02@(K,+Q*%C`'0E
-+MRUG<A73-LHVCU7,ETY5VHU.535A!!9(]]&;4U>DX4N0/0NI?O%2[R_<L2PLA
-+M(2.0B@0LW$$NO4#998@\VPE4M)<A26&U`#QT0`&(B'D`K^,^/@"3#2\G3'X%
-+MD!;R7TV9*UJ=;P:*HG0</89]@!=Y8[UOB$M=$1-?LG:\)3PN!@)HG3ZFU%N%
-+M-XL2UI,X7<8E>+]6$%9*PA'(%LTC\G:WN.#KSG>LR=_3PU,"100^GW7+#IT_
-+M4!)7[ZNDM!<B]KUB12\$'"("?1+R5CI%)?;R$#A2)F;O=Q>H.:M:*0\Q.?8B
-+MQLR`(MEH%JDL.Z0S^2;+->$33-^V*QE0.'R.GB'"T&@'S<'P,SQY?($//>+0
-+M:N')Y/V=$/S-?SH3&WMGC_^\!.!_P7\&5C;&?S?^I__[_O__3OZ30P#]]8P@
-+M93?]?^<_"B@%8"ZYUC_*?XE_'?^G3<@J*:"$_CBM`PGV8^D6GO8)*XAA@NL*
-+M1H<&((L@(N'VF3]2/+)X`R*+$!IBIX<+(8N=]YG_CG/&CP0J*>%IINW)B:$I
-+M,Z=Q'IF>GC[K^?Q9MZKI7K;$WY(GTEJ5?V0)9`E4L1BW3`+<2IV/MID'.$A,
-+M3;F6Q*`PG)0B>>>#@.$D:)&\*.;EK?Y5.9Z0-!UH/FLTW\P,KG%&!Q*:F\A9
-+MO,"/=4U'[$/@$R?1IL%);).262Q@+KJJUX^H'`IU<)$H*WG!07].EZO?DIVO
-+MC<574J78Q4RUI3O0((Z`WQBQ0&3SN+]:HW7J$UU)K+XXR8V*6?UG#P*(S@O^
-+MG8+0"Y5)6V.$2W)W>OZF:8WX-,Q(%#/4J-\1<M'FE(N?;>HS'M<PPFH^X6AK
-+MQD.32?`RK;.D;1[+`KIUC:H[+!_]W4>,("\>UZCY&U.;^Y9V!>Y41'>I_3'D
-+M#=`9-[2OA2A\_!MB2R>1=8E?7C;I\/F$XULY$V@6(I'@^4RH[*#]V7AJUN''
-+M5@ACI]AL=3<P`E=P>R@V/.["!;'=%.1$?AT$:0,V<Q,VFQ+8<!!*"_,HO`I=
-+M3,H_;PVY=Q@VM-B&ZOA5,IJQKMN:@3*X\K1(9B%R;A@6:+(CG_FDM&H#%1#M
-+MLP3Q+5]P7Q3!F3F3_S7.R]_O7J#>TSC)),&;`-7D]=QXL@9,()?A#->_N\YG
-+M2!!:#.\47/6X6HDX,=S>@LZ#^3`%E!?R)/PXQ'.."$EHQ"PJT<O<PW1A*#J<
-+M.*4N33_U("$..30)/F+>B!J/2&=RR2L"*'"Z(%K7V;9^;99I8\#U#&2D(XSR
-+M)ZJH+P$<Y(II7G:HS3F'C2B/$-6'<*:E_CGC<V78NQ#L9<J?=^1;EU%.6+/U
-+M[4TD$`*-4_Q^0\C59[Q]8Z$=0!X7[)Y78"M!-^"BT3,"0TU]##%\#0A[2WTC
-+M^@[1Z'?JMD27^I3*L\60]W2;"N<HS[O];^N$M.F290+VRV4Y>KGQ-+VCJ:_L
-+M$V4R%B$Q;)V&/W^=@N5.2E83A_MB35-Q(B&MH6>?O+!XP<2*\!*3O](SA6IG
-+M5A'\(S<BHW,/H7&2H,VFV5AA^::;GP5H:_C`;&)@1<UB(A[C-,8+[,P0^X1%
-+M90G,29E5#OZ?3^?_./[_E]W_I6=C^9_\_Q?;W_'_?VO\_Z?Q7Q[%:\:_C?^<
-+M(?@6(?]@_`?T_=?XG[XC.T"/,K)149[O;K`/&E%WG$?%,N=VBR-*K)MPZT\:
-+MSI\>ZMESZ9PZ9V/>BD/W3D*F<[I\L]+"?")-]62=G$\H\0"````$T*RW6<)A
-+M/P'9QA-II<-[&#R=PM&B1VF###78P`3`_4S>B3**`O^KM+8VVTMOW$7T*C*@
-+ME8`;P/W;OU#N[A7:*._Z]8V`0ZX;(9?'/P/>DMXMY*_Q3D_6("?`:1^FGN+F
-+MHKDN'.)7>M&!H(I=8R<^(X`5K_GJ9LBI&0*,O;C#1F#'4I+LCP$B`*>SPWJN
-+M6VFM#W2#OB!25ODCO;4V#K6`',*N^"P7.?DIG@6U.XJ</4H="!G?J$(V!!`Q
-+M@'M15$(?([Z1[GJR-0']1X8/\*QB2Q8:OLSHMI86P.'%S>9<:$<-(NN\XR>]
-+M#;IA%[\#@/0@PO<YN1J&!@3UJ%0,`D.67Z6W16E4;V(!KW!G[)_7[SB*C[%B
-+M+.^"R\R3$K<?:;=I>I6GP70W=KAV>%9=M.TOV$=T(P`EOM-?_Z]!XW_J?S,#
-+M&Q,].U<3Q_^<$/#_[G\F%C9ZEG_K?T9Z1@;FO_W_O\?_@-1_[;/]L_];L=S^
-+MC?\1$/$5CFY<_T'_<RG_B_\OM2RB=8X\?*=[-GTRIIIF=N]"KQIBT.IIL+'F
-+MZYO9*2`K%EGE22(E-X03XBE)SI[I+`?COB.2F2N342FVBN/YE5"PQ0&$@%9W
-+MMW#IF'!G'%^>-KVN-7I[7F2!*./'3*SC:*:9.)VN-YE>M/)N//)>LF^``(%`
-+M(!#P^?T!_K&=S>I=CQ`'P<`:9RZ@34T$4([=21HXVQ*L6X%XX90S21`#GM!X
-+MU*"Q.X379X)\_4,#<7A!9=7!%VOZ7M`=F_D+3NXNB#(7I-LL^QR13M5NB@^T
-+MW7>!9.?22@9S1_0Y>R2DF0`S&*!1E]<%TN"#3GL?^)Z;@0?MY'.-YDM2Z3+$
-+MVR/241DF@<;BAFMAOL[YH'AF6`.:X'K,0,)Q8GTD$;$&(DT[%"H$I#PPNJ$]
-+M#CCL!>*$1DZS%<;==;C-5`$_LS//T"%KB2'O.DF0FBWF+UC[F/YQZV(_GL[.
-+M,`)Q(&<1`7&%`B2W0]:P<#[LU41]#U[J*A%"DR*+5GUF+/I)3MJ3"+I-T?UI
-+ME,OE.W\J-@)5;T5W6?T$<TS''?K%:T#S0B"1^/XN5OT$I<JTW<4H_58)Q%G!
-+M85L!Z!#$.$3()_IB<R!N$472\GH=7-<D7B%B9TU8]2?&=+(!5FIF*;2*5@B1
-+MQ<W(%XZ^%F`R8?5B,X!<S9#5%L`*<4Q*,L%'[C[KOHKCT[&@2S8<.)"`H,+$
-+M\!#GX"ZOO7`'9AS$-4O05A-!)9=F2PYU%:R6`5"$.Z">36$$M<;[AFL6:_<+
-+M7^'198)]X$X#`.%:T6?%$W.,PUAK1ZD>V"CJ3SJ9,J%<=*J&&$A\R9HX2NQ$
-+M'<+Y(L13(9[RLZ"Q-89%F9@AB@`JL=*[9;\\0"6?=)HD"&A1#*".FA2T"P`\
-+MW$`XUE:EH=EE=D4O,H4:XG@?U?X<8OZ8X8?RZ5R!HD:`#8+O>/6[6WXE.<,1
-+M`:M;""PDSTML3S`C=QI*@+V6^F"(ULVC`(D+^;IT=793?"?+W"F]6Z#:36+U
-+MA`@(*L16"V]P4=YOC=/#^($.ZG9'P)8UI?+)'(&:7*$MV_SK5GT&>%RM3K4_
-+M"W/%:5';75?7\$%/H_X1OOHOM(!)'\R/TG#[)]`7]H]3F+I^[R[&93*+%[AK
-+M?KT/&'^(]SH#]+<JQ6/O+Y^[&=_=I/$=9F[DZY'I/[Q1,_#8T:F/$G2XPZR)
-+MXK`YG)/:B1:DV2S.E8JEC.MGI4X`H5QM,+RF2NY#B58[G%A^I\?$O-2*3BTH
-+MV)R5+[EK^S[0F^KR1)TI!2QT8M03PEG-;,_H7^Z-%B0XEJ>5ZAN;)G39HX1<
-+MBJ!DF:!<DE8:[]@<MX%&0COIVU18-+Y$3?X&C(7[S0O_VWG:"%Z6Y?:H]W<X
-+M39$#-E^"?[E8GX/LJ*K$U;8B9.T":M]NP%Q-^"']3"L>?D.G&5GA"X[PD'U^
-+M3I[0W2ES-+2(-C.L]!+C&%?-BT/)-6T.'6>O[V@8]>UD^[SO;-+P5QZYX4][
-+M&%.+@_985'P*^^,7?(`9M_<'<9?W-JRP58C#(.A%ZY76ZCO=-XZ&(_+]I<8B
-+MJJE"-F^(]#,C8PQFB9.I6#7V<:\07)!.#E9F3>#'LA.,YJ21W[LQCJ1[\F:&
-+MM"%)'Y'4T0>W>VR_68#Z5B3$,$>K3UYP@8X5@M\NTZPU?Y8&_],E]W%<GE`3
-+M4'(U9R4>OFHO!C9W6<@9!ER8;O/M[%=:@XN@P*!*?$U$_"&]J!L.?Y6F4!'G
-+M(!0''T+-+Q`_(JJ-I[.-]/>(4<04%_.'!WHT,X7,+G]#DKCH)<&1!H7GS1\B
-+M53PPN>^N49T.?@Z\LKZ&MUAYC^CPL[8\A+F.+S%_+:@]]E6=%PGTK<VPPZ\X
-+M?.*R@BG4N6Q:?"];N)!ASHA?H%RCKWY3-5<>V3+93)DLTB?,W@=:0*5R9O6M
-+M=''!IOQ[5>(OI?2N)X`PM7(UC_3>APZ#(%:.>F@7'P-%Z-I=.'\&"+,-`4LF
-+M38RA-28QP.ZOQ":O?!@NUU>OHQ8>I>3%B\7KR[.0CH(*R0-/[,I%P=M%T?7(
-+M#,W9@U^W\,*VVS`<:R%2[?*9]01=:V,UAT/W,/$JK6?*R$LAZA]1[GE>]C_"
-+MP.P?4T0>26'+N2-25P579C6+156+JM2@+]^@]D-KMGWTWM%_/^*$_ZH\W!AO
-+M59,L7[8B;]8DWZ!9K:91Y176-25L^\09!Z6"(149UXG(2:[?4A%`X"S\M;LL
-+MR#W>L&1%0CPBEB]W&6"M@7#O@FZ"_)08HQC0WYJ&=ED<#J>[IU#.A'ZVQ6YU
-+M/5S5:Z]0MQ[/#AY9F&\VY5JMV619$G9`%(-%J,YU@V=PMY4G2+30AVH#4&I1
-+ML&U>8-A1GMCDB$'4Z)$\T'+#T*(37W_)F;,*0M@8[<RX+`&)866'1=SF@FP:
-+MA(TF?+4#)H0^\!!FV'YJZX]Y';!(O\LFKOZ'U](DU'&:,*WY]P:$[0)0784R
-+M:0>+4@#7.X(CD=ZHT\Q%.J>)8KY3/+IFC/@-O>+9J9AMCSO'GZ$Q?.0B(6FI
-+M&B^]'U`/"VD0&UCDQ985&V_;\*W5EU7<WRWY!T-Q<7N?CQ/QD@^[$R:K2X31
-+MFI"Q9@//-IKMV#A`VC.:KCEA/]]AX1.X`Z5AGACT-GG8J+W-D!>4_9"#,-K!
-+MTQ1],X`-**\J>2`GZ/HU,)\#4H\](E$G`V&:U(6\T_L7/T#3GQKIPVCI)RI[
-+M'AJV%=<$(Q('CY4@/6[(K[5>_9=(Z0RP?#]`Z1S@Q\D[:G:?SP;+Z56S+2#I
-+M6F2CE`*I@_;4E!LV`PYI=T])L_3(B1L5-P^G/3:(6UA@?0(A9@_FII;I7-Y`
-+MM23];E0KS)3"K'C^/<^`O[6M"US,X3Y$>59E`&LRXPQ+0S*BH"=J!ZV:V765
-+MU2?,\]/K"!)K"KPF<-2?;MD<7G=ZPKQ]<:W:Y/"3+P'IQF^\8],4HQ'!T]N<
-+M;Z*MS"`2X598^\9Y$))]Z7=*+F1/HJ=)^QC9EU]5(%&J+5#>7H]=#4ZYX<OZ
-+MIB"A[BPQLUT@]^;8A24$S@X_P6.IZ,3"RX"\RY:N(8=NB1>'>#6E*)>.YC]D
-+M7ET1<U7\%[@E5"9UECYO#6(B(H@_+9%S-<*TZAP"6R,[#'XE!-A,/E5<J>8L
-+MYIZ7=(+:$$''^>`"X0'>8%9G?"&>9PBM)$.OZ-1WJIU=GOTTX&]MQ>EDX?JO
-+M3A5XGS$[HND*UMPQ9EZBTQ`B]\+%_V6:"ZV)ZT,GNVX_`\^KK1DU)O(]&NGH
-+M&^)O\AP;A$#\N7T^:(]/P#$A^$$6R_I()OL#K;Y*LKV5LG0[M%W5G<^8J]0D
-+M-R;9_.8@N)T_`N+EZ)TW>0F)(-J?=VRSU)S"](YIAO#(S0JWP%WBYH:[.13D
-+MR"\"N-[Q?^SZ)K4#<39@5#V!;<]<CI=CG<^5DS@7P-_GK&'UW7_4$&_6188`
-+M+T>`,CN<RK4]<%K>T"JBV=!'J:YN='6?T)WV$$EC?P`7G^+P%]E"[0FCW^5^
-+M0+IY*$57'O=3\'*%GAJ#^W%^)*.(I)^ZART?Y/JML]6?N2F#D*4CBQ$Q.W"`
-+M\[+ZCH3L#GIS/:"XV,[8[Q]`LSU<`K#?0+Y.[HY40XY3L)L3")C/23&74+TS
-+MX3NX`@/"OK$?ZGK\YYGH"JE2B=G(C`XZKZ3CF8=&<45&,HK]9XUKUF&L#[BK
-+MUR&9J7J%'0?Y!)6?6GV*0&WBZY4`%#S0G68*4_RZE,B*)@E[?+'JK^WVTFWF
-+M"OIDCJ`3B(<@0#,K[(2<\H:#_)K!=WP^QU]@9/$.7"05**SBCU"(-<0F.,,6
-+M5X%/,3G%'V[Z76"17B@G+7/;Y0M*K4,T,@U-,P)S]3S-?%\/69?7SHC.X_<A
-+M+1\\+)U`[Y8L.%D4.$T)NZ\NJE^V^80X<T-U:7?+=GJ@D2"I*'YA+PF\[ZK-
-+M+3DA.+("9[C9GXO)T7G);D==T*J_90>Y;'R#?1EA^3<U^YO+&Y>`:YIC-S+#
-+MJM2X*0K$;0)H90HHIIX_V2Z#PX>RCA5:X89EJX-&!`>?^$#)D[*,EP',!Z[N
-+M0-LPPVI("SV.RF?E"K])LZU[R?-$/GM;8S55B6T3",S<^HX\^8(VY@9B2BKN
-+MHG#.9<1=E$?1&2[U44(<:9K-@*U\(QK)=[H)7F(&Y5?*-T-$:&$X<@H<DP*)
-+ME(Z9/!4ZN]+\*1/_++?A7OE^5@!N-<3GN2.Q7OOT(.^1!/E6(3)G<,HB,V?X
-+MI&4LJ]U=77`35&)+:/()T8DQC[CH[3ODPA5RGU(M1H)BCD/5NV,V3.J-:^+[
-+M@)O^.62)WOH.4_\:0S/0-%!G#1,UH'(D^U#(>,.M2LW32S5OT6G#EA&ZDN(G
-+M`D;:8H_0Y`W\>7U&AFA82LZM$?"]!E\)!UQ4=H1-M1BT;*_'\9]$0F&D'*_Y
-+MF,O$'-Z8X0;<P!0@KHZ_@"38RN&W^\$7%O`/V2)7V&VP`71"RQ.V'`Q"X'!\
-+M-LT%VD3)%@6+U1$RJ;R5C;'I=)HD'1U(4#T]'!/="]ID`+7_XUMP_?J7[8'=
-+MW_-ZGFVI4FQ)B5D5!CL+++;"R]B(&!MQ$KX5TJ/"R/VG"4N,)5#DW)95"GW\
-+M;']C+2W35Q[14KJE8W_10S'MF/ETV=VP=\IVH*27F--A;I[TO0HXJMH5.AY"
-+M(JT)1/M%!E[$;B4;VXLO;X1*"E6[);*OAR$LV3E#(HR^QY,"'F@Y8!(%!7-Y
-+MU:0>=WG_/B;I`:_8LSG5ZX6+W-HN%=-<W+:1I@T2+7;2JW#JK>2QR-[4:,_5
-+MZ]V6>><G5O/+&`9_F3=6'")L6YS,"5#)N"Y6:1P@*$;+'VD+(/F:[J;7*8)I
-+MB"O$3VB>32>[R`T9[1#N5#AF+>.*8OYU1/_F]3)@(FSK4/%#@QGF;8`:L]8$
-+M4;>O#^U(IH)05`0!B^N/>14@_O1F&DOZ#>50(1Y5"JE[!8,A6/'L6TQ<$NPE
-+MWRHISV8CYGR!RZSW!L=:ZXM"T!09+QV&"80'-2C\,<?S%0GHZ8R0P02NT.L8
-+MLMX+&'H7M2,;V^\C_7.IEZ0.A[]6#.J]3]\XFD?HYH9.F1<F"Z2H5U]_DRL2
-+M;<,5V1;91:^EJ/]4G!\"[YH=8D17;WJP&(9:,Y89(T^HK$L)4M)=2WW^9Y;=
-+MDXT;K"2=O_0]*795#SI=[9C#Q3R<(U6H\*C(A-&QEAF.^=GV8X-KL$B^RPU?
-+MLU*!WRL(.R;XSYR=H/=!'7V#`?@S+G<XQK41.RM6*.:WT6)T&V*":H']IYY\
-+M!JF:R:0\Z1S0RAIS'8V*I*%*#J=TQ3I90>E".K<]O.C-!U2L[FF8QSTS5-D/
-+MLG:$L+GMN`"4)]L"&)SS.W9$3)'5K:VPVQ7A=B@"+2`T6A;[5Y,??Q3[T)L*
-+M!&''F3H:JPV&P$QH"SMC+VH::F%XV'C`!6EE%"M2D!0%RRA=S6B`#(-CL]#0
-+M&0$ZUWN?7%3XHW60Z$I1\E>%HA8SA7O(^-NWG=<.AO&X2\Z+R\M%VL-O-@Z[
-+M:0!71%0)8G%Y?8!A:LG&/R1IQ%*N&I0J&G".KT85?[X+*%4JDJTEA36(91:0
-+M1!0!!(#B^8-A-W6L,V&;DAZ@'QQ/-WU\;%^L!Z9I4;'X)5C`E]+[=UUV?%]R
-+M/W)NNEXVO9B\$'&^*(B]X>[M>OQOB^0&B?-23^<W'EY^YVV[]?V!NRP(IQ6T
-+ME`\[0@I9EWP<OR8)Y^TTO@ELLQZ127V'7"7S>YY05Q`=%]`5/=MD"^^72PJV
-+M[@QZM/&<<=;L-_7#G.L!KR^^$9A(WL2(>BR%T6P:E,\ZL(\F#)C`?UK0>,GP
-+M]8-8K^`KUO6!_!8'&EQ\\\3UA%.*$:"64=V\H7[[7"1H/-WYH08Z--;<8U]G
-+M(J,(3`D/T#P]K]6GGX,F^B)VI&S@J,3E<\F?[.$5W](3-;2"$K`!@R[1(!?S
-+MC2LLCD47^0K8VIA=Z@5W^2&57OF<93='O#A?^S9H=O0#'(]5*KLP+<W0\],>
-+M6IGPSGLG$89[).*P*_(XA%V,]?YU?D^U.*I:1VT#-8[$Y75)CNM)'B3'S>R/
-+MIXLM4BLZ:>P$8GFFD1XC@:"_Y=#U:ISK@"M,3]TOMQ.`@O*JG2_.2_0F2,M5
-+MYK?%Q(?P5@MWK:ED^.4-2>`B*_YYHQ:5`-$/A\,5$5X7/<KF<(SEKY@7JL(;
-+M(^?7#!SQZHL-[[HWN^.79.L#4'DN%M%7IT&E_5#(\K+3/XT"[0K/#U&ZZ\SM
-+M?_:*IE#QTE]K28[C`[JTH!>P_#B2_9D@FXKY52XU41AA8/R>)WA_($?(B<3O
-+M##:6QQO;,:A7,D,G;X_<W4V1C9KI`GXR(['Z6V(HS.TC7T,KGBH4$<\;794(
-+MKNHK[59,!KX>PCPZ@^B6KEN6]T:(_(43S.V35)E/P:,R"$"'^U6SF+\P!QZ_
-+MZTTIO(R+8(/ROB3I]"%GL-`./(+XG&OZ8R*BB\:O?07>NVV\`%]0&8K!"!=;
-+MYYGBOM_NY0=JF^_Z<G=K!F:[XNG1UBP2(40U4\S@\J,\E91@->K:GMP-[KMV
-+MJC7X=5CB<_+!2#P8S,&5`+9KJA>/(<T9_O&H'KIO<AG2WS.]Y"@XPXFND/FM
-+M\.(44&/H]-;.8.-Y5'["C2`7NR26.TS>':5([MN)V5178&^4CM].!N'`LG/:
-+M%$(@7/F55CK?RAE2D2)&<`H\[)R)5?PH4;H1C1;_9_ZF@/,.4U7-#R3([5(4
-+MK7*/K,&J*G!O#\+C'G\DK1]MAB!U6PA?FP1R0<JD&@_[L\`FVL8/(B`L3[!:
-+MNMK>&S7&R4Z`*K%:0;7.27"I.80)V>ER=H^0M]?L%Y$/<8J+W66[43O\4@5.
-+M>/)S_3-.K)D$;P)`E!QV.+%+1='LSJL]F1D<(1Y?@/,,>JH6;MK5HO[U.000
-+MM>[*8K7WW.\+<*""#`M%_?ND(<4_`Q$D83P/^*`HD<1*223%X&@-=E)\JAM!
-+M[;,-:0!?!.BR2/>$X%=&;,FCGQCL"36?T`)PQ@0NL$HA2MVTAW/:[,Z@U>U/
-+MMF_U&WZ?PA^-.EP)GQ5!X;@P^-QPAA:_)O/>`1W?A*X'OH]"^]XC&CRB9HF;
-+M?X&/RF*XOW>0OG?]2CX72*Q5(6;S@7EKZXU1/T`W=$!<'G(SN'=)'2<_#,OK
-+MER<-&V7-"47:CG8*H;U5L<D-=*:O_VH2+X6\3=T6]KJF$>]PN(SP@>U\W"BG
-+M5;ZVP.NV?L&I#S3@*X?O+Y`RLNWB3P2ET^PH/PI`70:00N!]'9+U"\8<.!>V
-+M.?O5G,7AN,BJ\^GSN@R71@9@K<W),$A*&KGZS``N81AM,GR1_FW_"F5TN'AP
-+MGP[@HEW@8#*01-ZT/#I]!CQ+;EG6I*60X0&KX'A\/ZDU-M,=@=F`N-'AJ@$I
-+M]P;1\!;"Z@E$.BY@B*5<JL.4CW9<H,T=?+^&II!!FL\(LR?8?VN;9;.?E#C9
-+M>KT5&+L%"T0!-(GD$H@:H&V<O"WGLJ/R;**O<-*U3*P7'-+XH>]WZ!&<Q4J\
-+M(&QD$$KH$-&GKM7V38JJ%NPM8(9&%K$50Q\<WGP'>EQ0+HW4EL6IC@=1?UUN
-+MX[Z=C7W;P4@L_ET(A>M^"Z*?P!_5].`U46^\`NY!6W'E7ATH3F\]EW3HO<"W
-+M>ZZYN.29E39-K230H3RP+PT8D8`9ZN69('X;P8=7<6>SZ-HE3T>28:/'%X1Y
-+MN7/^'D4>1O#0,.&>FAV:=(\\JR:G^Z;]DTJFGL[,@+<@5>P9C[L6M!I6"*&4
-+M1&\Y,/^((AEB].B[;9PD&C"$^!G-1,K+9*L$/GF$'3WSAG!V3X1P)V"ABA@Q
-+M3""2._3GK@Z:"_?*B,<+U[D7(\]>41DK:8*RU:[4%0>"2+S'C.5M"!W>$J[3
-+M$RC]??M&4.]3RO(&$ZJ$]7@DUO!E,,Q!-V:SB;5C&N]Z0JF.04@G=.B5-DZM
-+M+12!PE+RNYS+Y>*/`%HUK=@'/*]<I?9O$)OSN@HVY5.>B\6^TJ[J,(:#SAF*
-+MMT9ZAXH_\W+KWH9#6$4N9+@VZ$_0LV>-%)9W.O(K3%G<VX<+,\IX:[ED]!_3
-+M;09BO?[[\^SKF!Y!?5AO[UX;E932>56-WY0-;<2;DQQ:=T(9:@V>W\295$[T
-+M3\^P)MW.CX7U)W.<T&BG#1IV(]EJ#$3X<*-N12EY`Y[0?5\H1U]9KOV1D?%J
-+M:A$<Q7O-O^B5PHQ2[33#GDH#UT0<]VV(J8!PRQ%"B9*Q\2LV_$9M!AORI!`T
-+MB-?Y76I2*-4_^Z7*8[YP.KN^0R8:03:Y7*^/+^:&20J&V4KN1O8*5"C5O^9V
-+MXC_]HC#UT2L9?8<59J9^-7@58SU)0G:4$':FWI]>WHAQJP]('G$+%@"'OUP*
-+M.*06YVIV*::BR##V0`6U19$K^8U9A\;]64JK,I?M%;%V/9;$L#"\`^I.X.MS
-+M4YS"[W2*3^=9@AX.6*^,<2T"T^GF[2X2M$F,KHM)4=ABT8([5A,>ZBK<U5)?
-+M/3R9-"-8;5C[&IM$[_[9S*1S0&]M!VG&=\L>#,,C!-U[:?U5M?!B-9E+\N,%
-+M:'3R0_>;=X*\7)S=H3!X:SYN5O.ZP\S&L6;+K6]]LPWG),[WEQ:8[WB45+:T
-+M0R;-*$3[*WKPI>S)P]E62V;G3IUS4,NYQU[*STM=/.2#[SBR#(_FT&I,E#G:
-+MC'11%4DA[=V(DWS7*Z,J_`_B7`4ED&`DL;`_?QW(0@=#VJ3!=FX:]J&QH_QQ
-+M.@@KB'T/[[D[RZL[<;,=2(CH@F"#Y"7YWO6!R!&F/%290IX7AFK5Y;3F^<@\
-+M[$N,CB:_F`)_^P91/7=5$!T0?#"8/`M<1_ZG+;18Z!X>1JCXG)KQ4%]U*U44
-+M3I@<ZR9WF`U%GI"<E&@6=F>)U_=T1@1?ZCWF)]Q4PZE!*I3+-S>EF%RA2Z%_
-+M_^/#ZN.KF/TQ3>2UM\@@SR.&KA@0.!4M)"1%E90)M<_)A_TT32'=`[4GKC><
-+MG>_+W<4U!UL:FBO<$WW+%G^)^M"?1<)6YZ<",B(CQ^=":/6&:YM%7W`(Y=K8
-+M$\A^\FK/<1OLAJ!TU1,(D,KK/ZOHR4=JM=ZT23B&,8ELM.M,MP"!!<0#0@X@
-+MF=DVR.FM-FZJ<T9^*]YHLBB7$[U<P7RLD3*()#51JWY!GPE`-@]`G^.Z$(ZA
-+M)8*$H5VM[C>BL.G3T85NIQ;4(6JWRQ%VB=R?H.F4;T:R_3"@$^,-:`TM9#'&
-+MQ-XEDYK=`;WORRORE37;?QEZ^9I+_PK=`T@J@)LV]Q7*\\-O+29]2%$"5?3T
-+M)7^B_K5ZPP1C^"%Y>R+X%)4T.&QS1\,(6UJ+L)&US[M@CF6D];BO$*3;-7EU
-+M%M_;V4$4O%LZQWM@P7$7*M8NI[J3+1GE^JU-O`(!6/K!Q?`W1M#M\8L!M@\L
-+M9"LPL$]O0*,L9X\'9FE"F,G$Q?9U8,Q1A>@VPT"#0B[R00`+'E67A"+5C[46
-+MT1H_7\H:@[+>#RK0$WTG(U]<JW,LY]5EIW^+MKJ(TE-'$K`W;1!PB5#(Q+<M
-+MD`H09\?%2.=3&*)XTI#-T7B$#5`V7'H"'+MGKK,<L*)^_/C>E"T9\O*RR7W_
-+M.A.:+('(S4Y6F26AQ$*G.,YDMDCT(:NW&RV\)O)!>A8WM,4WP+/?91OBZRPN
-+M0D*`[+WK1(]?5%OODT7EC!=;TR40*FCJ\2/&I/<'=T-"#3HL7\1COUZPY%&J
-+M9=*8:=[H_">>CMN.8D/PMC78DB-BQQN)LZUNWZD^6%WO%]C;RTSG$_KU:J@G
-+M0W]V2Q.8N\X&-WUP$H*@!<20;<L;MJK>#T[Z5!5,K09=WRSF]<V3)>[<]M=I
-+MG`>R!K?:(MKS(-Z48.PU/WV\06Q-WW*4_2>//+8=:J:6/Y`81P^LH(2_O!4_
-+MC3R6B0<O^M;&'0)0N[\P]5D+Q=.H/OYE:+D8WIN+M*;=_F5#G0'^QTSY#VR\
-+MLNR=!,7>_CPX5Y7?#N"$:I7[>]_,0<J?G_Y-D+G7[;CVN5RRQ0@0S6C*!"9J
-+M,QE1"<5+GKR,U3?B9DZ1SP$#X4Z^"/MS#D_I=5!BWMK^@#\%TX=Q9/G)/5(K
-+M$C!7/SJ%\[S:[QL[@?MV'8UQ6&9*(.H7J43O;(BAX<(([^*24P*8'JBIS;`M
-+M=I\48"F`SG8?=O18J)4/9F<>RRF`[UD9`I/B*]+JI3N@M?+N(#$A:>5[*I&N
-+MFQ7+<M8D\&&,+NCKJVP%,J(,\6^$V?[1*?,OM0`WG2YR!*ILZ.7B0"P]\.C@
-+MTL"%Z*X[*\<<*BOJ].D&@O'9>HM;-!4XI?FN[S.SWB=^0H3'BQU/+PC1?.(N
-+MV*%T_#G1<002WJ82_G*9@^-)=`GSZ`&]V/Q/`UGE=#WBCD>C\IF8UZNICJL-
-+M'QB7.U]60\S/^BXR3_9XD<2B#,U?.T;[KW:;)6FZ+<<=;IMWT,L,@6&X'\B/
-+MU]XPK*.ZA#VIU_Q6J+>TA`?K)4=0B1$H,$#4/<CC]XM`G:Y7!!KM,"%`Q?XP
-+M2-U>\IE;0#H<>]M&*4[7<GJB(%$E%`"^OV+8>L"JF'VWFMRLMV.FI7O9@L[D
-+M#AXST!!R./Q[:L-T(I;_)`E;+<VUO`G1!\7-[H2?R7SQ'JX6H4@;7AO0Q*X%
-+MDMZ%9XOJET!ULT.3L,'6M$`T.2>0"4%7=_UTIH_[O1PRW(X5Y0FYO-<Y?.?T
-+M\JN=GYQF\&6L?7[`J<MZ_2HLW8T(ZO7O?5M>4:BB)L`^)Z./X"\=$S0PD<F\
-+MA=BGF2(`*(KL>A-4[;@W>H3Q!:S0T2/TW!2YK!B,D>V\)J.D&Y2;AW0``IE_
-+M9;C0,WH^_!'L^CZ!",TK^,.F(^JD$=CHYN(>22T=+UXY\D[NZ"(`5WI&QJ,G
-+MN6!6AJCE0K_^E2?^XM;9800'CM5S&0C@WZ#%5BA;W@\8=?**DN8;;+D7%G])
-+MDG[U<(T$?D+Z<O%@A#"R/3)+]`.V/NN*KI)$:&9PY<7.!DJSP)QO00D4C!8Z
-+M30?4L\QL.7PC""16=V'1)2)[A<[TV.^0*$)SFN0G@F.+]0[_;29LI!6AXY*4
-+M#-N)L=0?#](C**(]01E_Q/MN6\3^F//CW[PFHVB"63(/6;VL]@K)XE:]]LX%
-+MA@@[U*\I$EXJ2$UPF3HZ4;+"S]V%ES$]0]1[?^)V557`GQBBCMVP2._IYAV;
-+M/DE+[FV>(.<LCW,NTT.VC(3YA/6P\B>F5;Z<69US6I[ZD""'(Z;Q'@I,T87Z
-+M\!NFIC4N/5\BWTGEGFE+:I-%S2S=XWKC].R-T/(8E_E*:86'"T.FW69R@48Q
-+M`M?;^D3,P>)>!:C$(MJX-_KQV#8XD?'M6==<%:1J@H^X5YR`,K:CN:<443^@
-+M;AU"(-MGBL>[R/4,O6$QZG%?;6/$B02^`?V7ZUH+N[V#2KW=SXF"WBOG,>TW
-+M(`^K^\J3#YGK#N#%*-\WKZOW)7+X2-%JTP>1^]N'7^C<5:^T_I(8<^IAJ`B.
-+M4%8!%$%'_RAG=B57C?5.8"7[FT?ZTD]$XNTOD$^"XGFAU\4T7["6Q31ZM9MC
-+M'40D`P()Q],.L$(1/-*X;]#[2[\^1#!Q315]^>#ZK08,NG>Q0@Q6QD=\45>^
-+M6'-F((4:)6::(E5-88LC!%1*;BNV0)X\;@BJ4R)7P_:FK-9AC,P&,-S)#P_D
-+M7)-3S/$,#^D\GU\*PWUB%;Q_'IK2+3?*65/S-6V4F[%&ZQ7O%*)A?'$)$EML
-+M@,2R^%=`=7M$8[3O3/DYV-R@,M=%XWL,:Q)'-]_L!+0(ZN/`$"Y6HRRM('\]
-+M6;+>FXOW;3?'&O\.;I+Y-35T<'K^28TY<5">ZPM(4"'"F`@4&&?LC0^PP3,U
-+M5@.*?AW)CO45@[G=(9RX="(DU/W!G:WM@9LQB6`-Q(LW?E4O?#4ZRO.FS_W4
-+MCR]!XV?_FOM:F8?NQRR=P[<(3)89C!L>STQ$?TQE5<Z;O(Z$8DDV:EOG]3,`
-+M!)HG#2XK0ZN_`71[T\H=H_<U0';W?L8K71.LH$"<S4*=S?X-NXRL3W[FK1A6
-+MD#)F.!&[$Z#,VJ#^#05*^]3I>3"@A<]#%QXK-;`P#NC]O:`WM%'G@Y6R3]A]
-+M`S`N"CMA]Z-VO\1&CX1X>W8-./2:$RKZ;9@O45Q0V`SYFWF2!;/<@=AW91?O
-+M16^A<<N_CRXK3DO75(/[)T;7;:-6CY_K992\=?0NJ?ZO6-*B"#=]3KV/`WQZ
-+M>3HR".X'6Q;G!XNS)C9G^?FK^IE*'+1H".Q3N?NW1:-W%D+RNA2;CVG'$NII
-+MYWO8+T->B:RO8[_+H89S,H8N3&`U]1H3V#<GLG@B>03OKGQ+)ZM[.EE%B_MS
-+M&&GN"=_S#CV1X[X%<21H*+0T!=W.\!0I,7TU57P%X[AX:7-.EJ&D+7-PZF;-
-+M4*[E_OX_H-1M#E<3W)Y;+[Q^SUWUK'3[1EI\P*GBA&W\1PBW[6OQ:4)KG*X<
-+M2T%WG_B^N;AEKR#:<`^,%':I<DL+'9"C<=\4GE]H"IQNB%Y-7`B2/E!*1G:%
-+M1]([?9.*C<%AB8@P)DCZL'BQ2X/$=,S-:B>0YEH(F'3S;E-="^O>.80[>#HH
-+MM+U%+TI[0S&!`H._V8CVL*,W:*#H72C;N@/SZ2#S^.\E'CD=B:60R!H@$\9X
-+MEVWS.JH8W]9EW#A5H@?&X01/./2]%>M,A*R2(>I1)001S2L.+E*;*C4&ZHQ%
-+M4J->'>PG\#V5^094(;L;\%/?TN-/Q?A`A_<7$8NS39S!@:_G7$XZV1!_(O+I
-+M'QC?3H>Q\*1M8"5<P0E`+>TB/F5(?WAO=T]NG_B^Z<2)<0<^$_@`J28+%K(%
-+MLCI'L$+.JM;0N.F;6@3<+>^YMZKJF)3V2OC<>?O+PJPG7#4*A-@Z#_*L5G9/
-+MZPSNQVJ]YG[?;/R5@.9T.BN:4^OJXQ!I)4"^$&[,A10D`)=3XPV'Y;V+3(8H
-+MC<GAAJYK!A@V;V(>DXV!^AB4:ORQX=KM.,/>YEX6'"T:JGZ5AD8,<\V9B28N
-+M+PB,+V[G<GVXUAB39A[/_<G0$[AGZ@T^E03\WF24&.L=/!QBH(Y/2I7^=67U
-+M7#RG!8MZ5AB^!--)/>&`I>R7MJB-Y]Y33Q%4EON-<GZ%DIIZ2G*V%EWGW.LX
-+M4R/:]_M7&#:&=KTC1NKU%,P6R.G^G*QYB]1JWAM$8YP?8!4T[&&JX_:YYVA[
-+M`3<O+<%\4U"LH+5D6?AT?M>;VA"&34__/@!*C>CPEF_79DT-ZX1@GJ:1)0UX
-+M$'A/@2QQQ!OS^C:,6;.0:+437:`45WE1;D=5HS>(.E!`"OI%4+L%%0P058,A
-+M<E<E?P5UOBI[D.C5$$W>W;(CL)S+_$?-LGPFK;ZQ4S:Z#<2X/H0-2[`Z88CR
-+M"BDSJN,I8>JOZ!%\Y'B-&,;SMX/%7+;:F^I%R5-QEXZ^?B5U<4E!5IE@?*.-
-+MU#)ZAT\L=OI'<M1UTFE:Z6V'C54XN<@GL%-VNV5R]ZJA(65#$X/!+'K'Y7U+
-+M[@:\JW7PF4;>>.HI(;M/A*<W9)3^M(1'IDF9;X`9:[]$=#4T3J\V0H3H]JJ>
-+M-XIN[L!;*MK>E]V/%M7:-'J]6X,UJ'R!+P4E#]%F$(*^LNZO%>^EEMA>4[EK
-+M=P2>O%=JI%!96;ZHHZA1AB[ZD([40"01])R(>-"=E-P:UDQBO.YIVP3L9NH4
-+M_PEG\)LW_N\4AQ*7ZD$YQ5!B3'%;QA90T]M^Q*TM()`V]"B@6K,;[&)V<<=6
-+MEROWS:X8L0EPK_>&7K/T7G85*!VP';C@LD(MMN31T5EAH$9\/;XS)HIW+MMN
-+M4,/N<.-6H63.4[L7,H);556[7PV96@)&)JB^/E`.%M,Y=2<'CK\U#KI]($;Q
-+M]B+JW7[#*]&OCC,7P<ZE!2ZVP59W02]7`C=IDX9R".D[PL7\05__4X.L?Q+A
-+MX82Y8!D/HE6!E$6)3X4VAZ$;8MPVE@;C#,<GSLD4`/#&A3</\7Y03I<;,J_I
-+M-QJA625!/.%O<GYM7;"F&:)4UU4EAEKF%YZW?8=(;*0QI.0#H9#?N\"Y6T$%
-+M!EC@IC$KT5A)3,+2(D&]PG.<0"5][_'N^V3DICFILP8.I%Z'XPM-A2:+KZ\=
-+M..OY*PN)N$$=R[<K8KH?YQ3#!R%`/ENM]45PT>$U,"J9SV,C94>14E#&P/S<
-+MVSY+#&H4ZV*/>@SGX0YLN'LBBI`G`6*CRXY/,8,8"'K!_/A$@1)MKM[:[D4)
-+MZ#>"!,@=9CWY,1DBG$6\R79&QH=WSTSR:"-MT)*,;I;<$D9P\:'[=G]N:%?R
-+M:$I*&WJS&=NG,>U$8QU]U]/-!%I9?5U3%F'C^92?EM71/<:\"\!%3BDIO0K)
-+MF9J`6+T$SGAP7*#$;S<RG;C9&Y_;B4&\X`EM,Q%#CV&@\9-A#/)A"4/U!W'0
-+M>UM6GKCW\6_BQ*`X(O0>IXR!%WVF"IWB,83;OH/K0)&*U5!=#5$JOEC3,^S,
-+M&(;*!ZT\W)[\]$#;].M@L9KYD7-K2-<B\2>)2QR5,5GHG*V@TYT/"O1)L1MI
-+MI#1T(Y\S]H"AP/KO+HWK+HRA6N<6T6HW4->00XLW<E$ETL0"@/F<K\6TYT*F
-+M=;=1ESY@;#/U[6&W'/H"I<,5=O,["?`I)QVX;,"[YU;+SI7G`.M=-8OEX)ON
-+M1Y[4:VG\(ZO]#@/P3!4'"EO"]/[9Z3+RUY.$K%HB_8^"3!NV]0^)%S)O1-7>
-+M*9D39ZB.S%KYP??NR)+P\31I=^`#[IS\_49\,QNQ\`1WE(II<N,>O<5S*,TK
-+M4FH]!.G'#OUANC`I>B`(GQJ?\Q3"IR=60%01?)5'@`3B5+9;7ZO0(Q(#C.MA
-+M<;CU1]OE(Z\<K1G&1C<&H323#A--*PI$-LVB5N%&HEW`E!:P^-0>L,3ESDEI
-+MHIE#,^'2]T)QT77Y*^**6?+Y_K"Y,3U!DQYA&V633@^S+-3MB!98'7*5!VL/
-+M7T2,1*VB+I'',-#[*@!-2_"A?/]K'7C]O>SH>&R3\P_N<$)<B,3CE2T71^L-
-+M7_$OX/CC\A[**O,3,GD]#I'+<^J&F+,-S^V"QM`R18%D2YMJ:M6$3&BB+:JD
-+MNH]PFHQP*$J)87!Y%FB(A2ZJJ*C'SX@LWKIUZB*^E`#Q:&D;M?*ZZGCN7.%!
-+M#VAP<,7Z<?@:<W0>(OA\.U.ZR!J24LWS#UL\WN<QC12WZP"`!/X5>N<786N=
-+M$MY\R,<=UN1C%(E-9LGTMWSMW4@??>@7N!Q>JM_/7WCX;'>DO+RS??;Z2`(V
-+M&(Y>N'?U>,!=N:*1AP74X+LG&256BJ-RN_T"%]VY>'"EVKJE:\7=;[AWHE$`
-+MDDX!<4&_9ESFHS$$V-!`G6QXTN*^]2!80"R=ZIL[N_ZP#%FX_$XBKLS;'@2/
-+MX*>2=E1!$B8%_TC_Y0YW0(8%$4:'9SOZVV_9_]P4>+?VKFAD#)#:4"-TNDUW
-+M+[^D=NIY:QI].86P[NWI^`7TC="),JD#H`)9E\+60_M/8Q9]$]XO+7EHD^)L
-+M2L\#DN#/:S`6"*1VMQM/N+U)HEMP-T)\.]\9U@1!BM3HEZVD*T?H*:C4-%1Z
-+M)MZ8->B#L7>Z?#;G`&,7'%*&"WU"_TE[3"W/YUXZ#90H8G5V%"%2[*#-7V'M
-+M/PYC'%@]VHA_[D&;4^6*=,@X5GG['^9MH4%B69T%"F)UU&`.H6BH99-W3YXR
-+MS./EUN(S0L-5A$N+L"A/=)R,;`EOIJIKL`1+-%SZA90JS9?ORR=S`*EZ0LW>
-+M;8B_#@==<>[$$8@^<H=3:WD6G]DXT/I7AH/'!$B%X1D9OF&2!KKJO&/!1>BX
-+MM@E4Q:PG=AOEB9#X?<+\I<O*;1`_%-?%YK88'.DRGWPVP#T)!^%W.`.[A^E]
-+M:;=&ILTW<&9S;.$50.H(?L48+`#/"#Y_**1S@0HDY6M52H5])497)QO3&!)5
-+M=G]G."7(HUHVIXF[!:ZJ3!GA/%)S3+=5'#7%ZXX0-)"V!5"/J+5E0K2F(;0&
-+MYJN#<Z"7BI)9PF+01%I6JSB:F5-'6H^+H^R/I<5OO6,T9^!IQDJ)N'U]KVN*
-+MTU%N65HH9/QIQY<7HGK<BMC6`L$LY#NTO23;W-?-_5T);9"[+V=?W@Y\D\CG
-+M/<79^70P?2R,#>:!KT=9E-AT@5W/GG\_[,%=9Y8C,H@,"ULUX2+L1?-HZH1B
-+M@\:@`]M)S;+&%MT/K#>R?P8A+RG$#)9A(>V8(1Q7I>>13ARF0<TC[4@2A-#]
-+MD:YI!/M`VVH*9J912M_#/?K)V__5XU`9VU\<DUJMK^L#\G0O8KU]QSS@4SF!
-+M7P9E9CO.*"QAZHA_28HU6D[;]1XFO_&,+J@"U$L:L+2/CNDD-EN;*]#D$W`X
-+M_Y%EGJXF`P."_@<69S@%-912YK%84QQ5I9JU:-$2]5`<)NHD3OYV_T+-SJ?1
-+M.06`BQRR%INJAC8HAF8_@X<U5"B*'`R#DL4P)#7FKW<TC_-&'8#T#%N"5%VP
-+M#"3^$VUG=%A#NH?,<T(>GC0C(3'DU0.1][I0S?[UX0TN<<ZVF9?>5D&J]W'^
-+M.MML?`[&:\Y]JN`G7R-U>H%=T(?0243JQO8<`*0JHQ`\:/;+E9W2:$<75`C1
-+M$<;J5Y0F'G9'E+$8S'XL&8*L<V?^4KYX85(UD_@?=64%0(XA.M-[%G<KI#_-
-+M%07#Z$U"\((8:W(UQ8-J%0.6Q[L(]@V[JJN*6)&>FN&2G_7@=/G-UK@T,,%9
-+M$^CYCE0%,)F68(%ZHB]CO&PF^BYGU(`Y@>KL,"F%:@'^E0S/X&./5\',M]P\
-+M%/RRHVQI&V`48OA6U>[0&CX:/2"ANC?WO#N(K11)`C3;0>@J';EU[:LHD<01
-+M#;-NFKAA<?"1R&.BAQ!,=&0MM4M9AW$%J5MP>0*QLOBTX$7Z%0;!\UKYBV20
-+MRE+*IFQ=,.Z3M%TX^DKDX8Q$<!E6B%+FG7*/8OOAIF+X=#KY9A:W'T!JUTS4
-+M,NJLV'MCVDDV$0CR-UK]XJ,@F8\LD2/D/$W`X]L&4`"]X?N'J,Q0)_KEX!"3
-+MFW"CZ!P=NGX)V1W06J&M!EX_$*6DL@G9K-MY19M#ZZ4DV3KI1MQR,\PPUAMK
-+M(_*=(KMV!I9O+)>%]Y_.#,_<WD:^AU%)T7493!6Z-*.A0VT_@)M_98G/(X#G
-+M0QGFV#Z#6@AX:X'F,B+D,VW)NL(^Y[#,5&7R=CK!MJ@[;F7<:ZP)]Q'>/SC*
-+MDIA0#S+1O/."I*7M_B9*^+H97;N!<7OH-V^?2ZV$M\6FWUX5,HI-M?M..!CF
-+M;Q@P8)GJ`DG[^G3$%;&\4-0!NS-$OF?T?X8MEDEW&%_9:T^B;4>\_3]_$[_.
-+M-5T4S4*7R6N>&I2N1C42=FJ=WAZ>!=-!$8C[$8TL*Y.,P0)5O5,4#S!Z<KX8
-+MC/X)L[=XMUEFM?7KNNIJ@?^<I,I->Z;;^;-79F9IO3'&R-FH1(ZA@<(`I7(=
-+M0"$J'H?,A(GO@0XS4(YT&V_KEK:-)(Z!<J921'(+1SE&`10-DR1HL1K!3$GV
-+MC4HYI^9B`2-JDMG\15FF/"0A3'NE/M'#BXE=2S$`G%:Z=C!(D_PH*ZWR7A"!
-+M8S\$X!QQ?3Y).'14O#WP.8QGU/)-23C.J][U@2B_$[QJ?O=0H/\A?CX.JP[T
-+MA6+"+CPCDD!<5!<$.<0[4$"?[8YIU(]BJO?M-28)C31#&><\WX6H%46:?[>T
-+MJ$RK%V*._!'Y"DQ//G!W,(-9@9(Z`D^T/H^_G$80JAAL"%DO/TB#=>H_U.:X
-+M:V0^PMY`;B=M)3BGD),9))T#.D7*H%+XN@?(7(&0XS]1Z@91>^6<?Z&6=O:[
-+M?A,5EP46U3*G/U<',U"5K?J<_GR`/CV;5#X5\9P44AI&M4:"GL6WL?74UGW,
-+M6Z#8R[,/B2&[W1G[8`C?>?2W&=Q4QG)"!61K4<[H<(>$]88GU-WCA'B5B'(D
-+M^'A8JOX;$`2"_LC7X7:)QZGF@LEY=L-$8]L9WDXK*4H1@$2.+@%?$\48QC`W
-+MZL@/U^,](8Q)B'<%/_5!=[\QCQ8#SEY.ZOAZ;,`5"K;9*#KN!;*#Q-V>]9IP
-+M4[*8[SWS?<V]#5_3ZCV0OK@U@Q[6ZS4%>!*LH2TP4SGRA0;I#TT38'H/\ULA
-+M3$8?UT#;2,T)096+6VD"))SWH98!D&7&9^/O6Z#D,[6$6.9RW3_F&1N0FV>X
-+MB;65"\+BE82,SY2%*"C!]XR@8X-#*,CJ%6\(EU@"8DZ@!:81#L<E7)PH);YZ
-+M_1=DGL=+V^%Q5^(3I^>$G9B110.,YO74E^9XZOAG4ZJW.9#BO50U4,=6T,4'
-+MOV`N]4&P"0$SU>Z\)_1YCX4+0&HRI!`H14YEL#2C$A;Z=:345MR#GUNA&+*K
-+M=C[6MB$^+L,2[<<LXJ:*Y1F8%G<ET-R9"_=:CJ30Z::1DQXXM]!\N^,R<.`'
-+MM,<(9K/%RIO@-:T!8ERC".\I74`0G<+*\E598&QF"A.\42HJXXBEL_F3%$9G
-+MYD08E:V1A<X#$3=@A*"4G*T[-3R&4RR2'1?<W9TA1JV!^"0&3J]10L/$">FF
-+MD/1K\'-@^\5M`W#%^8^:V*_`/I71E.QRQ8A6\GL5]%?2Z^O<XDU$X=L]E/]\
-+MHG<B@9C?$:3?R8"\LZXKUS7*C5CZIO[)(2[K]:U_WW6MA^<A5`@#H!1%J#)%
-+M5>&"II*&482:'^Y?<W3SMR<I'6OC;*BW'QD!<)DO&9:H5HX@V0$+:D?^F,2M
-+M[[$%/*2L#P*:UOZ3S]6(3-,`#L=@ZON';4>@0(-F@)'9[3*>;O5Y?#$#6$#X
-+M@%N*5_BR)/JLQ*%^G3L4F1)31G2W#^-DZRF.AR#C"O*-XG5,W#FDX0,YA[T[
-+M?>2-`5@&BC0-E4Q^:=L/G`]AGR,7R%74F%@)4-P!CU$##S39'\N]2I5LTIZM
-+M16Y5AMWE]8RU-"UR$+H)0IA.-56?DF1HE1%WY_"*8>:E,H@Z'_5<A&I6:'([
-+M3I_X3P.TJ0$HZ5.0\M#`V1JZIZ`78NQ+1]^IO-9'.6\<WC=68BG5RR\EW\*R
-+MR%P;Y&$[+?=VZT:R!;A0(DJ@`B1I%G`N_I3KJ+X[,GK<NX/R`S'J)Y%(=+2[
-+MLQGR\`=G_'OR)LT@A<Q0U4HABA:$HA,6%-$9_6M#O6MW[&+*]??IEW-)K57/
-+M:/\FI2';JL#094&AM+EYG.Q:%/IE<AVWG=@:!N83.@067>)9AUD#U?Y%#O8&
-+M]J%MB.)O7F\SDK"UT-A^7_WJV1$B4H;?2]R`YJ"<<TZ\0F30K(2F6+SGLZW9
-+MQ!283FBC.O&#Y9!(I,K`/:>ZY4<,Q5)E](=JIUQGM4HDX0&@&\1>.)4@B56"
-+MG!`9QND-2,/#@61?[3P\S:,ZY=H9//NUR-%+-,%+T/I#^-A^F7^B!8E3/<.Y
-+MWCD/],5&"*QE5JDMHL9,F6&&.+PH$#Y@A-#"OQQ=*<`V<_"I(Z%,BV*2F&!!
-+M1FW2;%J54_K.OW%`WG(8(+X>HGE:(FX(1Q!H*=P-[7%1&P)+YP"'Y?KI4$*2
-+M-D4GZ79-')3D$=X.(0!MBAJCT>A^QTHF90_N,0U"'7OH,UW+X-.EL\*)BKAM
-+MY*/SJ/T^Y.=CB.$]W_73HRHR'7-[W$0.[@(7C%XB3R\[APOT1/"4X2>T+F!J
-+MEOSL!)71"@F@I^:0?4)TW`@/6NZX1X)3\$>"21RN]C?+146$]=)+^U!E)$*J
-+MBBW,M1JP:-%7,$DO)IYL/<ZEFE5]!8L!PY6)>2@AKA^BM_;%%:I&OCEU\^/>
-+M\5KC*U<2Z2*NM]40M/,OY!0AX>W6)'2]5<P)3NJ-NQD%'*S>/?C00I'`<4-L
-+MF"`M1X)VJ;V26)>O)W,$/O(1'1TM9-Q`2S:`V)8VBEC=*DB%"M'9V</%1D7/
-+MVW<9K5Q.+6O'T]^&`^*.RK>64*?E&!L1J4;!L8:"N`;@`9]N:2FY9H2P\S+O
-+MR1E?#YWSIL_!]4PX<;EO.GN]AQA%ZB34QRFHHB&MU1E8;V)OVH-.N(@-+V$L
-+MXC2\SKWX*%0P7>_D\CU(.4DY^[KN9L.#MR3P+QS.W]IW;R$3[7M^<9+^I9UQ
-+MM8^E5]G:B@QB@'R.@CU-RTF^/-9P<T2JTF8AY!MP!2V%#B%QC?KGFG7T\U8[
-+M<H+UB94M*:L07<]VOAC*,\C8<:$55`$?PLC-#>%BRMIO=<93(A,.84'3@F*W
-+MUDF=8;P.9"6O;L?@^4LK+>X=!E`&GJ%(UW<>V4TPC=(C:_;A*D'&%PF!8!G2
-+MT&4A4W1'K?#F@L;S>CSPR;1;;=<7)3J>KYI=MW.;Q<NRT\@O<&44Q#$I>N:!
-+MJ)7U;B@GX$-^KI/OR7WM6P!PN48::5D6,&CC#-1PM3K_\\#CQ\^RE09V9`7Y
-+M?DSFRC_S&;Z.9AX%H&D^Y<CY^IAGL:S>/DWQ!B\H!B$^PHI?J=6#_J/L)X?-
-+M>I#U_XO'9??5#S!QBE/01@1GT']2*8C_Z?QO"UMG1SL#0SN7_YPJ@/^+^@],
-+M;/_/]7\8_]K_N_[/_Z[Z#PQ_;73_//];DI_PY:^&TEE$W5G(T<3`V<+.%E_9
-+MPL8$0,8.GPU?TL`6GY&>GA&?@8.3A9V3B1Z?BOZO[Q'SC>7HW\X:AXMAVN_X
-+M!V>-@ZO_RZSQ+<TI*RPQ%#\:VLEG)Q$C2@5,A"'07YKQX\.E9#B"]9#!Q669
-+MN=ZGO7-^!&&X0'=S/$LD*/M:(N/]'.SBN_YHF?,AZ8T;G"9M,DI3_2)?W6Q,
-+M'P82"9?J+4F0!W/7L:;;-SZ?VUDJX;J!SW]V:[1\"CVBLTYYG&^B8UP>55!Y
-+MDKZ6!!"X.T)[]$>;\-NQT,;)VS=-P01N#RNO&#P]10'<48/Y\.\@I'ZKVT"$
-+M;UM,."/AZ_YV#<3_CFM'WS8][="*0_EF/2/PD?:;U5HL(]._!G^DW2KJ0`9C
-+M9$'`#6<OOFB6D4J&P+?-4@9LF]H=%YOI'4Y_WL1':58.N=8"D`?'88*(V1:T
-+M.U!B=X$@0T'&Q8'PJAK@<=D<CIT+5=\_]2`,N*A_?BKX>!^CPJG+$<_5-^@%
-+MCH=XU@_;;XAAZ.M6,BPK)%'>R]40KL`]"XQDR<4HR*H7AVKP0N<!H->7C<@!
-+M0U2K0E2AA.$']D="4##F??"&#1`*GR%DZN8M=0,P'J$D0`ONO?F0!1X!/'@=
-+M"^6K))&W?>.Q;.%L;D12A!6A`39OX]'4LU-`5Q5!=2V<6"R@R_<RZX*M1B:R
-+M"E;D?*F'0Z]J2:D9M#$;+<IB0RO?^#(7M)*&*=RD_"4S,4%`0S,,Q$]QS7MU
-+M'9I,C,"G.H8,Z0,&`!M^1>Z*,>0%_T(4[3VEVNY,`1;/W$0>!]\91P&!I"V'
-+MQ#>XH1YY%(,)^[(6W9(YW0QY@F1;&:&DL*SAO,.+]N&9>7P<+77'>:GZ.];O
-+M&K)VPM9-62H:L&`<M`UW.`TUH]#L"&RF=L\D$IWW9(A:0=@ZD!T"!F*E"&(2
-+M60$L]@'$['CQ/.<H>CRD-K%Z>[#1RZL=K\HZAQB0(%C78*="GMI.V/E$%N=8
-+M+$:9Z?$/X-J5*H5,C"9'=F\*0"PQ4_VMF[GJO?"(2'A`E]L%,]<&%:@K@G)-
-+M2IDJ`"$`@7D7CQSX%4]F!=[8UJY:7N&.5494`ZCOT-H+V^HA]A<%"I;!F7AL
-+MNRA_S/B5JQ!ZS)EFWV"F@3HB6Y8GA6[<BX+RS8)U98TJ_"YOBS0_2<#49?*8
-+MZ\D9WGKB[X2!FLT)L'IUFL(W.5PI>B>C"U$%$R3$W+41?WD$X2+"K=)?S][F
-+M27+P>`""DG:$4FQ#.U3MFH$/VL@(IK)+II?*JKO^L:?[PWD63Q-YP2GNLFY2
-+M$5*VMLND2:["6!.RU64FUN,FKBK,N?.$(Z6_01E\+27O<KD?H)W.0Y#B=4[/
-+MEWQF72Q/ET:SAY,SIX*]698:!XMK!Q_/>#]FN?E82MIQTP?O%!JK')_4?&^N
-+MV)JWCH4?A!$;"*1I?NZ/I^UD+XO[!*^U-CGZI%R7<FO:[G\_K"P,BARCQ);I
-+MJ[_Z#ENNJY=&.4![NN*O-;RR5QI3T>"SE:"X`3GFRCM_/%,O740`[*9#<(5'
-+MT1)2YC!R,?@X`CP0+%(/F[#FY9C5D'!#7`F=D@*M)>__UE&;1F.!M/Q&!;_]
-+M^D`[O<#R'9'-/N7,Z8P/:M5_B$RK85E;,R6,E)G^0.G)TP,WD+D'U_`U`Q1D
-+M5/8H4(Y$\X'T("B7OSW5TT[OZ)*;4:AT<MM/O_MR7)O1X)$91PT?!0D(3,',
-+M"RU1S&:ZBL&BD00^T+^T'%;<-+E$YVE9#V%O+L>;C]Q.F.Q_:+7WBT'57^/L
-+M>!A)H=H8,$R);`!*^[*RHADG*SIO:P@C5(NDHQU9'BI%L6.-*FGG58[$`K<@
-+M$A`%:B![G"T,R]<5&BS$]UX7R(6W@9WTTNGYA#CRS&9(GSR[G'M1"!+-61_M
-+MD3=U8L5<SR62IDO=-RTB(PSU.B@@%KN%!P9_[F@0&>PQ=\KAN!(R=EMA]VOO
-+M;O1RB?&T:@_,`S2LM\BIXZQ.?JZNEY4+*SN=7_C,Q;S/V=<%IE09M'"EAG#-
-+MHR^^M,Y)VZ=\F!-.%X^0NJ4IU::=*IK4XIDSP`?)AI[>\1"NTY+7;4V#//2N
-+M^_I*9`5;7^T[#FE'48,J._+T'8$#V@$@4HM<D<RT(BK/"'6:8E*9,5"EH\+A
-+M2N^6N8%D:*JRC[:Q7JR9./:R<3NY9`OM6MBU<[7LEGO/9+EE.^U:4YB/&!P0
-+M2]#C!%>.H24Q;[%'-!G.V]AL$]-`8ZOX33*N=S'6H`*H>'6;]6M'\9+RJ!?E
-+MJ'<-5C.0H^4P+3=]!=M?U&Q1'41I7[2C+NVD1/$F=GI(.W7HU3![OL`,-V.=
-+MH,VJ`78DN#+.OOJN),#5[*S`)9;MCK/H!0>N<+.2[W$\[IU_BVQI<)7/*.=(
-+M$,W$[7UP2V(0RA*M&W8E:]0%VO=P8<W\,Q7.\0QN1,LGH05$4.`#R6:RQ(J8
-+M;T@-07B<\"CDR2)PCS&`H\V&$_IC'12F]Y&"9EE9!>!."^#`2/M*R:6-;I><
-+M;>.LQ>5"$B%S+:GR%';,76J3UXU,HB#/R-KP-QR;8:%I+:0L%J`#Z7ZU(&9N
-+M`>IL[\#3#O&/2.%0,?:8KV$G"#SX_`A&O6!#@S:/$*<@=ZSW7YC#@_*#PQ%/
-+M)OSS;S+'_VG^9V]A8F3R7[?^(R,CT]_U'__/J/\,(>>#(O</9G(@A/]:_TMM
-+MPA99"H&'QW?*7=IPE&!:Q!"1`HDP$+0.EDIX*++M%=P7^`Z#^A68GYL8%1]7
-+M*]A=7+P^`%:<P%5W<\AUY'E5)L=V:@B0JZ'CN+&@>&XH([=22<6L4Q98:/V\
-+MLJQ%=*9*^_FI_CLQB-KSP53SPQ?ZS!FY9METQT62Y?;M`1<G5`+P?/_UKLZ2
-+M;8>+UOW+4Q,-RL6XR848R<9:\C*+S4WV?IU%WV(<4(`Y"X.:[L059/ZE/XF,
-+MR=.U-1K??'<8.B;EE]9)\:+T2W_?#]5PUT";':9:':?]%C$JZCV[<WDA&-CM
-+MZUTTKWT^-0F\_4>K:(LE\(EC7P@T/^D"EWL3Y&8OO+4UP!7K[@>46BU`KAC"
-+M07J6EFH7D/NCN>C,5$J")&B[5YM1=NE"W]L#JO_%@/^9"8QFW<;%-D]Z:D?M
-+M0(E4/*LF`CB\+7C#U6B7FY*G=34E!EBB!'@.W.0$C#1"Q6+L59P6,F"%JHT(
-+M>BE>^&N<6MTWXD`-5BJ?WS;#M'K/G0,$(.!H?Q\JH$4+OC;`]6;#[W;OM<#7
-+MQXKP(C$T&6NSBQ)6S)C01[VL1F2&(*8+@\"LZN3N5UM>>.W?XO28;;8-C`2O
-+M)B+'PFL?OK_H]%R+[=;CJY77NP^#T-_V/U+;6S)'8K#6O9?M=F0OT/D+$-)E
-+M3&VF&G.D\4)$4O`=SI*X,],!2DL%`9<V*_D9,?XL&1#!:)KR41+YET.M7:+R
-+MF9JIT0!<[WV\V.WN"7T8*Z_]0`P\M'KK]=K>6%G5QI[]"EVG-L[P!0=0#:@Y
-+M;?7F[8O_Q.W^`IUM0?P2`-BD[;CYP2OU1?<;EQQFDQQQV6@$M<KXZ26C!T=I
-+M<P<B3TD.3PU6Y@$N4ZZLP+\UWM0TS]9M63</:NK.CGV<*G!^K@8R8FRU$$`G
-+M-=XE;XIGRC9R7EQ;H!.PI]LM%1X790(0/ON3DK!79*C"5$DIO*:4'TS09D3B
-+MCR3:/`)`CCDZ@IW-F4(//08,M,O]4Z<''L3H17KL`?7PH.GKU2`?PS=84I(-
-+M(G<PB6%"*3!T<;'<7Q>H#_38'SE_\OF;\=W>9#ANQ?J#?+MWAZHSG_07Q.UE
-+M!JJN>1$HQ["[`D9&FJO*QS+EK]U^8"`%=A]-R#.DU_L2_\$PJDHR@/4P^"3/
-+MG1Z_AO;5D86R3^H62%D5H7MGX+-66_FC1MA)5=0HJ-%8"H(\*INI[^)HK^-Y
-+MV$"D&MV5.^FX8)$Z2GK\B:G<I+>D)"@R.4H%H=S76U_%(1]`YZ#\T*+HPM:F
-+ML-AOFO#<!1HF/@=!2'73:W@W^HCJ#_-C=IMQ\5%#PD;#N>V.E":1DVF*"G^B
-+M:CFI8PH";5E_:A@_Y@M67%FGCE+Z#A)]5ECTDN8YM^[+@U'(M<EY=D=C!_Y.
-+M.`/NW+""^1S9&Z+W^N\>8/2R=]^9^U[:O\M._W>J__S/_/\O6_^1@965]=_Q
-+MGX'E;_[_]^,_(@=+K%CK/UK_6>1?^#^LQI.$)(!P=?0ZHE2[B"1=#2T-`PLK
-+M'5T=Q$7C%Q#0.["Z8Y1CGVQREJ)KZ&J:*$%*G/KJ8.^]];X]"PQ].:#8MZ:\
-+M`M?4_:7[\GCY&$E-P4=RUDG8HSG:;?+%81`M2W)B>K09K32?;.R/0[.>R&*D
-+MN94V(OCC!$M-+^#$^0+E.65T4(D\ZA_Y>_$M=+XZ:):;,(!M>QSGI?;3/ZL5
-+M>SS$&?`H3>]&6_A'Z<#^"\$3FH@Z9C.IE"[UYE!MO!/C3`)\]P9P>T`;)3/@
-+M.L,D';3L,=_D%*/9[A*'PY_T.-[^LV\!ZGM.F!>$V%YS5(M700EL`!-!J+WZ
-+M@!D?:M8=`)(,XA-DUUD[6#>`E`7:H/B&P-&8'QMD5\Z06;__:DQ/>)-Q-_H2
-+MP/,7)C0DMPX6\3V69[D\*S*+G('H);#'HCWX[FCF\P#4+FMC^7M^'1PYCN!,
-+M@D%7B1@(.D\=&;VY1:<2E;^7Q*R8:)W?;F\P0$<-32D!ORC'H(WY6."&+N(F
-+M%7%]74]'#M'K&G5TZF[7,E/,@A7(2Z*XA>JKZ!I+'0W"[D<6185^(ALTX_;)
-+M17([#)-4Q>G(40?2E`4E)^<X<\B6[83X)'(ZC0#M(`358D4S(,:2/Y-+MS/0
-+MCQ1MBO^.Q;F4?KV`O1II1'1DO%UOZRJR]?V05AA]>:[H),V:_&)XD<N+-JR'
-+MIPMK/""8:J`N/Q[6&/%TGI.9(20V"[=2ZP52;B2-RA\;:D$9+S&AW2A7;PD,
-+M-Y8MEH`N3&6-B'J5*J`*6BXCH&=KVOWCUD1U-53K1VU55E8Z_HJ(TSP)ET8\
-+M?53;W6.EA<&(WPD&3`U0D+P?4J$NPRNWO+N9N:<43#0:<-[@[LW%6<.L!1/8
-+M,R#7EJ@8$&XH707H@EPB9SR)Z]92QR0)HT4^G^*%1`=)U-W^8\ST/V32A['C
-+MMK\J\C:2-=_`D"#;(P*'K+C%PUJ;*$Y7;_I;2[MJ=HD_0%+9]@Z84E\#9L`E
-+M=]>$D!3:+?JWR-CUC1&O,`:\`1S%?OWZ1+\*8[LJ@)!?;3MJ<;((D`:J2VBS
-+M7X7&3U@L60_<N+!4`'S5!7`W-]"A)WKBT!M9>!=P%?*AH)N:U*D'FD[D_0'$
-+M`&?N5S)'<?G_#2+_I_'_GT(B_7]9_7]Z-OI_O_X/&_W?\?]_4_QG_*?MG^,_
-+M+E]XP[^)_PC,BL10DO]H_6>E_U'_'Q!N`!]&9,Z]:-N"*REW/->B-DC0;)'Z
-+M;N%L'B^'/OKB("V0(D2P0)X<!<IFF9_9@_MD\P/P4&`/<%]D'F](`B[V51W)
-+MZG#E$$"0EN257N5B_B)L&)02NW&[+H(T=X/M>$'/7QG@`&1)"@R3JX]?R0K4
-+M`"MY9RD'S@H,:MZP#>!^3E\10Q0-0-V2)F#-F3&@"JLZ:/(6$\!)N(F"9^K[
-+MG0N6.D!GK?GT,<"8]H)=0H]F5BX3I^%ZL?3*Z=JNQK'^G*`^J!9>HD2-'@@_
-+M`#7^+K1*=_:>JC\A8\_,[-7FQ*M_>2P1B$8O->,DDW0*T@5X,L!-F';14\(3
-+M53QLEHO;&2]A=W4H"VLDQ;%J=!J.K_!4&KXBI\4QLV;T1_;EPX5SA"'71_8>
-+MSJ\:7;?`%>A.`VU+8'40#A[A<[D-;<P!FP,B/(G@GS^<$&'X(,+P.>XWL-3_
-+MK&CP'_J?X;_._ZQ,K/_>_W_G?_\=_8\O_KW-]H_ZG^9_U'^W@0NDAPDMNQ/M
-+M7N!>8$?F0:XUBHX9$DYJ1?3.$Z;Y].=Y-!I"^.?+Z;.($(X:];E>9L.'AX9'
-+MI$/V0B1#_ICOE!6E)7),F$>"CT/\K.^T3QQ>R(Q3][78PY:;;%,*'UM(&X:7
-+MR84GMT]`*B@+B.X43XJO8T%?%PXV3)V;CK:,2[9V1E(F$3>,[(H6^*F*G&7@
-+MS34/?`?>K7JT?>JEB^\LD]+Y-?=1,8'='C4:OU%A)R77(JNDIKGH6>RVZS+\
-+MQM1P#:)$0\,[,ABA$YA"`K)401*5=">YQ!\IGOG;Q)!^0<3G\P]N`F<&+_+&
-+M'L5S@@QI*"?Z^7F45/W&VE3&2;/[;ZNU7N;UEI"Z<.;?8AQ[,V%R!L\5-(]C
-+M=7NSE__<;[\):.!>3U.\'Y#_XB63_T/_,_X7^I^!_M_YG_7O]7__._H?*DD$
-+M;>\?]3_:_^#_%FP0/4SP5B661YES*;T2-_+P&^"]?(M@*]ZL3Z0DN?C=L)D8
-+M`N"_7%#TV*35$*?<RR]V0='@>'P@1J0D)#<"@>G`EF]"B]'UZA0@SI4)*7]-
-+MR8F@"Y\/N>!3FOM;]05N(A60%TP[/AW$E:B5#D/:XK!M8#N*O612!ES5IKJ$
-+M+27NEFT"R]^&4R2]L3@V#O?>RJ>U>/!FPF&/'=FTC&`T:%9COV\=+5D:WRI,
-+M#)`:S(LY:<$_83]J24:%RU2B'[G'SAH8C@6;NTWGG[D$MTV7^'1"A%BU@Q'F
-+M>CXH1=5+H]USB&K-E<A)ZA#)NKA(RKR\U2/47,2@(PCYQ:4E/T,VAS4%./^E
-+M?Z]3X-H`!JCSQP@V_QUN>OV'_F?ZK_,_"^N_6_^%Z>_??_X[^A^>"LD5DN`?
-+M]3_8_UC_>P-Q`!]!Y$X!U,9:KAAVPS^ST45=U!@MXK7J,M;T.D-A0&ZW/@X!
-+MZ%\OZ7=2.&N<R_0R='Q82%AX6D10>!RDXL5*NV:W>F>*:%&IJFR+DP,$],.X
-+M)4]2>+EP2_ZB8M2Y\#'E(QUAUY"MX!4'2<H?T9U?2>&/R87;#8<<\A?ZHDL_
-+M#M//=*RP?EYE."2BZ27*SMZPFV4%W@I""U%R($GLXI0QC(1WGS0FOG-R<C0<
-+M2ZZS(FP\DJ=S#Y>_L-"BTD80[#B78T;1+[ZE?K57A9E`LPIQ+G8>TUAUOFT&
-+M3JD[\8ZPY-9$#F@-C0\>S+O'A]\Z$/YK;](G@!4HM*NV^^.K_UO>X_X/_<_\
-+M7^E_AK_S__\S_(_,Z=S0^X_Z'^#_\O\_\5]D:Q1%8Y"KQ*K9*#[C%CM:X(H8
-+MI4*QMUR'I?,DZ#8>(LP*//Q?+TI?GO28Q3#WH4[D1RS8`R4!`=XO`1]>+\$Z
-+MIK;DU]RM6AV67(::5!%I8H3IGDKP*:GC??K-/F$!I#UC@+0$L@;YTH/$B[-7
-+MFHF'MY=LFO"Y8`G6-=4R:^25%C4<=B3'R[K=S/AB&&F#WJH"Y!FA#<+Z[S_]
-+MB4X5*QQMI&8T-6Z0%/OS9+15JCX33P52?-<2JZ<,!!PDAHNA;7\:E97+NW!H
-+M"^3:?<2JO?]4??N0"*:7<8_LU+'3M.T1*H`0,X9#_&LGO'<AP6-T>+K[#RG^
-+A_G7K;_VMO_6W_M;?^EM_ZV_]K;_UWT#_'XN/(,<`H```
-+`
-+end
-diff -urN -x CVS kdegames.orig/debian/patches/kfouleggs-icon-automake.diff kdegames/debian/patches/kfouleggs-icon-automake.diff
---- kdegames.orig/debian/patches/kfouleggs-icon-automake.diff Fri Mar 12 11:40:07 2004
-+++ kdegames/debian/patches/kfouleggs-icon-automake.diff Thu Jan 1 01:00:00 1970
-@@ -1,25 +0,0 @@
----- kdegames-3.2.1/kfouleggs/Makefile.am 2003-12-16 16:38:29.000000000 -0800
--+++ kdegames-head/kfouleggs/Makefile.am 2004-03-02 17:17:25.000000000 -0800
--@@ -1,5 +1,7 @@
-- INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes)
--
--+SUBDIRS = pics
--+
-- bin_PROGRAMS = kfouleggs
-- kfouleggs_LDADD = $(top_builddir)/libksirtet/common/libksirtetcommon.la
-- kfouleggs_LDFLAGS = $(all_libraries) $(KDE_RPATH)
--@@ -9,8 +11,6 @@
-- rcdir = $(kde_datadir)/kfouleggs
-- rc_DATA = kfouleggsui.rc
--
---KDE_ICON = kfouleggs
---
-- xdg_apps_DATA = kfouleggs.desktop
-- kde_kcfg_DATA = kfouleggs.kcfg
--
----- kdegames-3.2.1/kfouleggs/pics/Makefile.am 1969-12-31 16:00:00.000000000 -0800
--+++ kdegames-head/kfouleggs/pics/Makefile.am 2004-03-01 15:00:41.000000000 -0800
--@@ -0,0 +1,3 @@
--+
--+KDE_ICON= AUTO
--+
-diff -urN -x CVS kdegames.orig/debian/patches/kfouleggs-icon.tar.gz.uu kdegames/debian/patches/kfouleggs-icon.tar.gz.uu
---- kdegames.orig/debian/patches/kfouleggs-icon.tar.gz.uu Fri Mar 12 11:40:07 2004
-+++ kdegames/debian/patches/kfouleggs-icon.tar.gz.uu Thu Jan 1 01:00:00 1970
-@@ -1,305 +0,0 @@
--begin 664 kfouleggs-icon.tar.gz
--M'XL(`(]$44`"`^V[!7"<7;(E6.(2,TL6VV)FRV*6+&9F9F:RT+)8LI@LBYF9
--M&4M88F9FIG7W]NY.O-Z)F9[9Z1>S\9^(K,RJ^T5\!7'./7DSRMK,WM7&U-S<
--MF<G!TMB9R=B)A96;P=#!@<'Z_UI@=+`S!_Q/@?D/.#G9_Y99N#B8_\O\MY*-
--MC849P,+,S,K,Q<[,RL8"^%-Q_GF)E!GP;X"KLXNA$RDIP,30SM+4YK]^W7]K
--M_?_\,,S_=_[?!!$*<A+("`0(?TID*4E1I3\YX&\!A/WSV,MO./HG03L+2ZD`
--M_\`':!+^YSFZBYB&B[*]F8N[H9,I0-G>Q-+A3R1NXTX"`#A&4J)"*AX9IYF6
--M/X@&70,ZC\Z:[_<N%G:5MLB^_Z*/J*%,YZ4?=?Q-+8W5%YU+?1^2(>@'#=R"
--M%B+:$8;<`3B1AAJ33ACN*VQ)ACOAAT*(.1G1?4>1:9"4PI**FW5JOI\XF9#5
--M5TTB^;(ZX\R@CE6?%W`+T:ZKNZJ[JGP^5ZI>6>K=;<",AP3[[7\X752((#W!
--MINT$O'9Q=`EM"%I:6%`FCVJ>'ZC6B^O3RTMHIP_/!"")Z%;.'W=9;MS.UK@]
--MVKU<L5C`+$#Y^)BXW'PZ:W]_6UEK]TY-RS*[OV%?=C\1#'??NZL#4^<K*/U*
--M%*;%MG7?D:)).+TAG_'\,J)1JI::G6[L9Q>-6%O;]O!RS4X0-1BX#IWE*^$W
--M2\5*#;.`_/*T,SN+ZG^R&98)]\$GUH>_DPH7G`EY3M6'DCLZP4?#I!6*U&N2
--MO>_)]WY2RW<]5ZFDJ?OJOI$<B-NX`Z<?+$3=Q7XQF^F^WGZN[K_--612F\XK
--M9>T[?+A@4@A3D"1LN:I\D.G)FU3Y&6:]E]>B7#%335S:9WW_4H)D=R<"T[JK
--M$2"OKX2L)]Z@!?$Q\),]G]/.QOG;)DG\*5J'[3*WL&`;.YVB=290=E#&65LJ
--M(A3L>,DCG1NAY4,?VQ@//K2V=R"1+C[@_SS-BA0G#;'QR"^$1BE]<4`1X^!G
--M5@"Y,AK0&ERN%E`I*_=U]=+<_Q(W,30T?NR'[;8):P0%=F,-IR'7-69W8;`X
--M+1..8'K5-.19W'H^T#)W8)<+M%CTHK=[\$!$IJ&O/WCO2Q`%&^-SYERF6AHI
--M.G'>1=3G#AZUVU?;B/[SM55]?5B4#=5A'+R81.O-Q^CM)_]I6I]J7(Q5LOCK
--M=^(41OJ\"N_A^N<K3.7LD?E#_L^G)ZY[7)7+K)<$V&Z)ZYOL;GHRM"%(D`,2
--M$M4A78Y$%:UO7@&L%\;:U-\8,QC:P)F`QG57]?@X1R+Z46'K*`;HEM2&8(O;
--M.1KE=,[>]C%W(_@M=L7Y2;I,C80_]Y'^34YQO1#8&_O!;.S#ISQGDZ%8='Q(
--M!L?\2#I"E2"$ZS68H!\2!EP*0W<5M*;P1[>\RR.F9F9F"\YSJB_G,_)01*O"
--M^"[520A5C3J,SAMIU@%%Y]7TB%14.'7PS*M.26!%ZU/VUF*7]$H'FE<O-EN9
--M]#B'C-?4UQ.BM>&'(6H1$:HROEB(S8!P+UH7/(81F,8M-H'&L>9FS>CYCNYX
--MUT#2Y0/O<N'JH8,#ZA"C./'V#F=$T\E^-=H`#E[^M24+!'U+8IJ`1,':=_ET
--M1:^ZR<1OA6L%M85U`_"V'V_9YY,J3%OXQ/SH(SD0$@/H+61$@+-YWK@(HC@*
--M&XG0BY?T%.JG1OK&N(T@XLV=8S:?TY[(#+3U+M#<4C`)+,2B#4XQQZ-/UI^;
--M)JTZX&H7`VP7?B9!JU"ZI(YYZ#.A/M=X7&OEY9NU+DUXA]IM=.W,F8R@8+%[
--M:>0AY,PP.@%G28]DTB)A$V%751#@KEJAN4Y6>G-#OA!Y;\)VM#V83NS*D3*@
--M`HJQ-`<C?'!6L<-6G&`+`"V61_5*U&1+P3_/()]27Z-\`I%?@\R6?@:]@OWL
--MUIT3-XLQD"PI"3ARNZ/M,6)%@_3M[0:#8F9HDSYJ:2-DH#<='NC=D:3OK<OS
--M=SN#E1_&[0(+KCH)\5(@`5)TL<)U6J(V$$;*Z_)%-^X7C'LGBR-[7Q;O'9;G
--M&F,SQ]"X$?`;!US)88`0)$`+7!<2JO"S+Z[T&]PX(NK+/NQM,7$S%#XT+[@J
--M>@V/]-_,''``\9LI`6J1!;MPOXG;&E@>E@\@ZZ:)7.XNWZ`:MTZ<+`[0J")@
--M^S@W(#^L!LG9V_]&*JZ;Q>@$AK3UMBM+:`JH;O.<2ZG($2#FI+^VJ2'0H32[
--M(3URGF[<$D+<*`3I&GUJE.\DL0[[.G=/T4\+\"2'\*K#VC"2[H)=+C9^#3)I
--M^KD;:'M?5=/6%W$*^D2V+<2F0$+*^6SHO(+*T+]0A-@T.UF>#S,?HROA*!&1
--MY`5%HVSF'25Y$>\6>*\4U!A?&`A;QHW\$0'F;-K=H<21[[']FUF57,Z/IUYF
--MI%1M#4'VD"//M<\8+<13>2?$S=^M#K9:A&0$7;T0,3%RCV[<:`4TO78MR?-+
--MQ`Y52[L#3]A;2[P]-?T8/"4Y)&%+`-4&Q*-&1B[L)=KY&N5JFI5SC$?C]T1D
--MOU_#HZ>$>5JCA`N&>HYH6WA\(G%72W<[YJC4HNLX-"@/E7RPE9R<3G078Y!4
--M[TT2(9@O&`4/#X2DR)L22;F(6U9-O'H^%*I=.XJAK8J:E\I%'2]KN9$$'C^L
--M^`VJI<M(DUDUR09OAT\VUS``V"4@M#`'A$A^Q3J@04?X5RD>-#0FKZ_S[KA$
--M#[3$E+Z`C:OT>DZ3.Q>WL10@"$X]M:R/`N59QD0F:8UBD5SP\.YG#/%8V3X_
--M@\,\+"'<GR"_3)>^T;:JA#?NY2&*HE(^P3OEM4WX#J-.*Y[D".N;3U^+_.S!
--M]M%A0Y`$92V>0*7K.0:.AT;LMWG:=14HWE)4"LB;P/,&ER39V19><:D$Q1;U
--MM[JX,Q3;]90@XO23![HQ^>?K07Z[A>!M>XX2;JPV7Q_M;M6PX.9W5P--.=`V
--M6>N-PKNDR?"^+,M,%OORSOVZ#`]F;(TY-A4Z*>F5P011'!^-W$'$XS?:;/'X
--M:A793%S*@#Y\9Y"D*G-@Y1[F]$8UIXN<BOH-\V$^5+)\VTX8`YY/+\PEW3,\
--M>*F0</&C!#=ZAA&_.V?J"*?%'QKZH5'*;6@?0G)N/[B>RML*J/MGV1.GBV8E
--M>!A.,A3I'>YIE9ZU168FU/G8LIRA7L\G9)O75R?V"<*.=V&1`B&#2`4UP*&Y
--MR\B9[1,&\C%JZ_C,6BC)GCV/&"0=3WX=3SW%:Z^^5N7/._<J:.5/9P(CMWRL
--M+^YCJ)D%7KD8-.^FI>,RYCG\73U;Y)C;V^'<*!<X?,\5%62^'^J"A`^=PELB
--MG,]XLD9\([11U_J=F3+ZD5_VOG+8,Q+GSWV9;K]2LLR4-J]JYO`.'QQXC]ON
--M?9?9?:&M]_J2!G"FT@90467MLW0V#?4MX$$R>H)MM]CZ#A.KE@M^Y/N$S+<G
--ME$6K-.\WV&_UL6%/,(Z[HXX]VWR*\6-R.E$Q(YR//MLC&<G>C=H:S<C.)`.*
--ML#;KL$.V$&$_<N*'0_[6_P7TR4[URO3A!RD4!]LNIV<?3&'Q/4W[A"!NTL>8
--M?]AN0=4!P8$^[.WBFGL86U9HIV3:5.G3I8Q]O5B[_$:T_(CAK_5$.%'1,?%"
--MB`@MU+6P@.=FU3"3L^@$(UD0R%'H/@BII:V=IU5,2H^XW%#-0)?*DH&C0T0F
--MB]A8[BV)C)N@MNYH8Y[L*)YI6/?`SK7J&ORL5EGH1+YS;"Y?JU!J\^3^U42B
--MR=!%(&^;IT//)W`=_CV>"U=^QJ,69]S!2H\K%>PGIA6@(7@H'3[X5*V0=CY;
--M#PW]&'=J(N%N:(H`W`Q($`N)-V@7WJC`;.)X68+TL\7'AF4P+!PY3(YN_7'M
--M]=/XB'!GB*7^F=9NV9U0(DAD1RT46(I#._G@%TX":Q(L,C%";N-0$Z15,4*8
--ML9,=!+I(XQM8.E(RRHS?)ZB&_)VX\;T6D&:'.*E,W6,V&)A.0\(O;6B4AH8(
--M0E'@@>$)S,34P`GNZ+%^>(@"V.=///60CQ;JY]T]R4`G74OBVVA!;-VT:.UC
--MOYOJC6:1I6<;O'3QC[2BLK"V9$:\<'[,R(P-:5GM0M8YFH/9V],WO7MQE"-Y
--M)XC2JJ<;FBL`%.,JP#*]"6D$W"RS$B/$TD2S^.ZD+SI>J-5XPKG/]M*&[-3$
--ME\W90X;`\,+1H@JEAOJG-',)](UQR56]K*A;9'R.=BG%5064<VAQARNE7L5]
--M;CYJ/S=_.K(4;X@R7ARWB+7S?*!BP!/?."#D)O*);0N:O/?8#7G?I--_X!O,
--M?@6!SV4T?[O,W]L9&.`(YM,'-!`UZ+ISM4;[A)_<(0DMBNUCB0@SFRTB1=+#
--MT%M1RTGC)B$,#W3CE[-K2;+BIZQI&UF!&.C]-X"#V5X_'YE>";NW+.N0O!JD
--M\V'N'K#@/KS8W:T[T6%N4R#Q,*=5XSO;_`;K%(6506,0/]L-?WGX*L-(O5=+
--MU/+<N^(':B^K++]LEG_C?'^M]%\N`%S:=[(6AAR#CQ<<9:I8Q3Z>>X1/6=\I
--MMR&XY`I!=/-_'I2CF^%CTI+*C[L4S>+>PP`M2/4?N+)1LZEAK;B=/W.['6A-
--M?'GR+`$)!,;;I4,:\,BNW2NNW<?%L*C0,]L@5A`/*T_PVO9V<*A78_6A4-O&
--M=5N4:RI#J$*NS08-&T5D/_>=.X/<WX#^-XCKH)$7V5$$]J2-[S<0T[H!0S'5
--MUU"H;(X>7"&K$%H6-LCGKM(FZ%+6I33#J:0&-$@0@0<>0QB(HK^S.L2D?U6S
--MGZQSR)[FGHOA?J<7N.76`N<=XTJOW#EW3G1;5XH!/A.E4V!.$9)5A^C="NMI
--M7A9YL+8PDK?(21^*6I6S4^?SM"J95QPY;6RXOKP4=@P5\K]]R?A\J91.PNQQ
--MB=H#V2>7TT!-\@J<.<\,A4=%%P^CAAG\QBO2TZ.:9E4$3&/(;P])$#W!L(Y5
--M"]T+`N_4&5`:H_-?H$.NF^\.#PZ=I>RE^[W-IU"?"TI5<919#UN/(M<T]*<Q
--M%7M\U\K1BG%.GS\X\<.@$SUNP=F`^9[,5+:YT/LR=BXP4.AW2:8&ZLQJ4_3Y
--MP]^JQ?O'W?0%YVW^F_"87:O)($-#%DH;R'(>DF"&W((QW\*<!!>?P`714A-,
--M"1%%;7IHB+SU%Q:"VOVF:SB_H,M+X@.%38MNAX%?)MH9E:$/ES:;-QP'.!['
--M:932R6H*84,$;7S:IH.2$6$";U)O1YBHVW.TYVF*7>".E`4BF":C\),;_C+'
--M"`>JD1F=<N(*=,V1I1YGJFEU:GFR+R%6!:IH^?GK8]?8(\E%@K_X(FY,K?6O
--M-59E/W<(/^<D]F^2/,&,++OE0(XS!VD/.*_P91G3G@L6308*AR#@LX_"_^++
--M7"KL`;MYE0M'R#%0BTT%[<NI`!$25IY[.^-=OJG_AHE5JE%;$>O($&I!#IZU
--M@+D.!'GN*B;S>OY>6YS./3P=?,ZQ%39?N=IZ'>=FT1)Q_6+"'4PU;^2]*`2;
--MEO'3@HI;_[(8YOM<J(UN3#1C8?G8G>_AZ8T"2X..M36$,?XX6V6Y(R@.E87?
--M->"1K;*-CK[KYS,@MT&#Z932^ED!,0%!!UQC:C6#G>JE4ZJ,O3;#[DXMIC/Q
--M_=,E`88,O-,T^2?H!J8XZ1JP2O3-Y0TM&WJ376N8WB&X.:V?(^)<V@:YZ8/S
--M'`:7WP%9QT.J?BLK@V`.L?#H0'F+2;[57"`D,9SVDXI#>A#E?MWY,=\$,E;M
--M7`Z-3F0;RD4[4O/DN=7A(:OKR)C+JOQ1FQM=8HT<`4'6WDL;*NT5JO3/C7'-
--MF/:P\Q8G"0BR5(LMFW[3V886HG+&Z_2)XY2X&;.TS]%B0OT)]+,]E`Z4[!I:
--MU34[2D.''W8/SIQXQWUJ3QI.)^P@-303=(J"B0,IOO8ZTYQ\&)S8\>3RX7,9
--M90A`\2U3J-9P=71"B:Z*S[0M)U[*;KU7B+T#SR]5UIGE?BQ^+"FOQ.']/L0`
--M%AD8("(J=6_^PB#2N<V;2)&8AE@:KR5"=9_=@*#D9<$BZN?QX^BJ9[EH?+3W
--MIS:`>+9:6$PCH4T3<?%G_;"6FK7`3<6-'@-;/?$SG*M^]71L<+'!5W)JLDEI
--M3.IT-KUOIU3I/@-'Z[N34^ON>@)):@A@W7XE50S:5=?3AQ5ASC`4'7#R_IJ?
--MKQYL`QB2';OK;GXJJPN1SXQ]AUYHJGI(L]B^QD7S&]BM<*-=0?D:&UF?BM]8
--M"\"@3T?;64!D<^IL1WR%WZT`)L^N1[.$.2&[`)];E!-VF+7G%K66,!"M@J^4
--M[]GX3A0TN</B-Y>+AD<'P6%!2;^K;FAYG@'6UE/!B/(BJM_0@H(8AC0@98#T
--M71CCJ8OC"$C8P=(421\3XQ(*>>G:["-A08S3:"@PZQ+67Q5BO(P"<U*P38@#
--M&:!_`F3"3=2:E$CSR1/C4E%_%VQ:FD@H%/EJ%+5>N<N;>5Q&QG10W'K3(%%B
--MR>XB]7Z^KSVQ)/";_$B9;)?;CX"&F+:#UWYX1C91B3/JX98EKFM46G7*;=_>
--M.J<%6?=KM<9%CTZJ43MVPCI9_#L2,DW'VZQ`YVZ)=^&"-(P%/1,#^@,_4,CP
--MS1^/L#-UJ1@1FI:#*#@R[=5OSS-O&X*@&9ZVMK+&;Z\3;=Z?A")J$4SU6<NF
--MYDC1K?(T*A&ERQ$Z+(9HH_G]@3WJ=LY"_:9O^+RDF,&$#GLC^+@EP^O5]>YL
--M/0:(>['?.=9P]9SB:9Q%ZJ??(:'?^LBW>M_$_'DLS8[Y?<=^NS)+!*M2R/ZS
--M[)JVU6<[$3&;/=<U<_T0F[=J>FZ7&7YPLMY6L80`?*P/+CKW(&!Q)$9,'M+\
--MK.GY;.P5E2\`3##OFJH)4DSI2,9DRAI`-GD?.4VM?-YI)&$*<]\\0HC4?_MJ
--M)5,X)4V6`6G<^(:!N6Q/NIRRKL(S;(9*=9A\SAV4?MX6>B4WG.V_Y5VLF@P!
--MY(MA!@(Z,#TR(*KG]!'?$W3XWVL%WF8$QA?ZH+5H=.9-JS>9_0X^>^Q:V[,*
--MM$I3IZ\C'A4](,-,5>M#D2?T+O)\-=[LU/38K/5(TN0UWT0B?I,2O_<A3#TB
--MK`M"+-YZTLG+=OK=&$D5]MQQ_.I1C_FR:_]*V4'H:Z5"%Z)="?6">]'](=\&
--M7[L<P'GA3I&7A_JZ$?-&+=+;._P"$%`P*;3[.$2T=0QJ&WD9PPA4&>[[P?FD
--MD@R>ZL2O<J*Z^NQF9)ZLX?N(KC;1$7!#>%HX^)V4O@8SC(;X!9^U!GC,YFO?
--M87_002&04-UT-R1T]CPTSO>XD'T1TOFXO6-2SJ'7'@U^\MSH%=7'Q,/[]A!#
--MAK]1?1D18?\.AB,Q<;(JX9!0H"F3#8QHYXIC6!\JGE?S.%W@,9/3[2IMS>37
--M"C+]O#/8R*+RP=3(*3C>-\OA#;]MMU:R$LR)3/<*WW+C#;\TT;O`$-S_N;@2
--ME4Q]313NN-VUG$U9-"^D9PB/Z\.7(>\U=VRV2KYN7(%G[S)&/4D49:6M5D:M
--M8^.N+Z+Z:`34WYZRA3@O5KL&"^]/FA\;\B06V\WEY]]7:7Z<&7CL\U]M*\_.
--M<8*MTFXYLI=:(M$XW7!LR*I/>#>/I-J2G)N2>-J.?)ZAQSX(VVLK>9I\-Y%.
--M6-C-DWRV\JD4S"/(\4'%#J8^)`LF31B/9S#!2Z5F;>\<V\DR;#N"U_-]RO:\
--M7?P$?`'#D:I<(U-3[2)=P'451G00<SK`ONKW`L[@_$K:C`<9MC$Q9_(H*.Z&
--M%O#RE8I]8>V/QC^,#HN1Z59&)QH>&RL3U]J[%N9\'K%.Q\D:B1RM/B%*W61M
--MGL9S,PRW\?OQ<B$WR<];EIL?HUY9P^K]??>Z,/X@RRZI,$D)MTYI,*`3[BT-
--M`O69UY.+6I"`L(F`6_"F^NZ]\D'TG>L":XI+]'_B>'83XT'@,M^?UU)'Y>_G
--MUU)B<J(5P@9!@+_P/P3K?YK_</Y_/?[Y;\Q__JQQ</['^0\'&\=?\Y__I/D/
--MVM_B[_,?DNMWPW]Q_@,A^8_YSV2G#*0CWN!EXRH-?,%NC-,D1C%P/Z<\WY^T
--ML$?@=W^Y?U=_.]E0?CG9+RI$\B(J!Z`.]&%%MOO6;3O)JN<\FI#I'>ILK>^'
--MA[8-SPU_X74GDUJE8EGSVFL21)(+7Q*1^7[-VL4#%]Y,$,RC\T*)6LS\Z*ZJ
--M5'P5,=P,>T03ZZ5"QIE(LBAKLV[E7'S`)46L="'BI@.>[@Q:P3`6_$]GN@>S
--M+J6B/NO9A.-9)0J(04<%U23<7D%@MX;^WE7;5X-.]0P]YIMO3`%4H@[71>B9
--MH[DT".KS$CO>B)1VSBL26"CG[GYP*\4FE+4-H?O"7F;H8K3,FO1&FE"_.&5/
--M5KMW^RT$U5T;F]<_.G370'F)DY3O!N*2!L>8#P`RX@2/;RPH6)Y7/+":?Y@+
--M-'TKQ,PSW1^TE6;A^:TE_&4!9C;W\]M#&X1H5IS)\C"6[O]:E?LG_K.R_KOY
--MS\+"SO%/_&=E_XO__TG\Q_E;_)W_?74VG_]5_K__@_\)7^03%/%"*W_B+`E#
--M5)-R_*+$2PUF5Z2`CPAW<6!IP?O46P+O>&6>\H#J8#P7/-X'0?:1FQM-"_&2
--M,$V#WGZ=:8+G?#EKFY0QO[OBH\[V*Z5ZUK/4!^[-8#/R\IY%'S\_-[LS1=:D
--M(Y:!G'IQZRB64&:D.&$%9Z);0U_?P]6E)6=2&[>^M&_6RLKW'YCHZ<W"PBY]
--M2?*QE*1_HTGFXVU@L1`7WI2*GMO(3]24Y<:$],SX?Y<0%[<S9<5/5.*NB$2#
--MI*(2N10ZV[&+E:3L"FSC&!QY5E4+6YM0H":R]!5%VO#\H"1-M"PN%:'RO;C;
--MDC8;A;F[.WN+_T=K`J5*25Y27OY"#;W/O-B'+"$I*4=SPM<\W)M-,2K*7N#G
--MB4;QY:U5)_QE-ZGHJ&W+]/9I'+'.(8M=C-0K:O0I*:JWU/FV'MP*2VVB'U%L
--M++XPJ\1BEB)N`J"12*JG[!5*[S?R9X@,QGWN>]:!^W[S<BS1]&]5AK]\U9DP
--M^\BI09-%^#ZI!C=W?(<W>-X"R$+]I#UZTPGW4C>9$8WUCN,E2]JE^E*WYA;!
--MI$GBM"+U1YMWOR,X28%=U^Q3+3EJB_7:$=I?))_.OH7E3R#.+'K9H)%A39S!
--MSHV;&IF;'Q"DD*Y-?=5-++9C\M;G7-.!XUQ&?Z>"=R%FJX1:8[G&?%/W@XI!
--M>L"4W7YQ_\N<_>_I_]C^_?K/R<;US_Z/[2_]_T_2?]*_Q=_UW]G+Z^9?U'\H
--MGG_H?]*XO(XJ7EBVLSDL[`&214[HKT2_R2T)3-IN`EKZ%](6BW!"W1;E/&NN
--M5U2=6Z;)J"A+"]F6Z1`I3,SMB;KZW%0E$40:2QKF&4/^LR\DYSR,>\);D"55
--M#ILO\0GW:]=9&?>>_EQ<3'5S:MJVKX-*H*%[_93T9YNME>88Q!#A^SLSH.$G
--MKW,6+>,?0H67PTM+3^6$7!VZ3;[/WCG5^@%Y^KIM&E[N;ISZ]#@0%^1XUHX3
--MFQF]!-^DDL%>^[K67_-US-Y&DL(B\Z<=N\[4*%NUMQX#`QO7TU*'49%1C,KS
--MP18;9?T:D1QF^\WSV/B$>(63NI0UWZV4C`WS^TBBTC.RL_P<JU5X8>A?K`.R
--M?#ID:$+J?U)*2::-JUUB=>'U'IXI?M0CEG"ECE7+]FT9FMI"HQAF3FZ"CEWN
--MW5V%R#'US-/[-)5F1M2(H!W)`FL*95RHE\N(4A(`H4.`C+0OSGVJMW;\9`X5
--M#I1O;&#62J"$YV1@!`=%%M%S5<?!9>.X"R(+XX<+]4]U`URL;MWV&:.6LS=!
--MK9&BNWI!T$%?(:93IGIN!P5(D$A?\\,3A16:8L7FZ2PR#7YLIJ7NVUPC(\1$
--MQ\["5`?*)>7BE#NJZIO57VX8`*2(E$?O+GINL+Z)A"T.!5"F78W0NN_YYWCY
--M1^SV<DSX/:+WOU'@)?>JT)6]='2_GO]$*[U')15LW^>1&VN7VE3XE"8HSD=[
--M]/M]QU'.YXF';MY_]P7N?*:85<6(S%IHUXOG<0+8',CB]_(4"<5-"CD8C4ZY
--M=5C0CP@-X4C*B&:_ZV%I]/,WAL7"J0\`(@_J>`K8FX"KT:&^1!)PGS58RG'4
--M$L:(1<Y0($Z>:!S#@28,FQR&DN^`DH',5^X]PA&F@9:\V`DU9^7Z)='.J?(8
--M2>Z76EC'KC":9,;V<&^K#5('[!9\5F?FX1`^CG\K0E4];I=>;<[S[?"P_D#A
--M6GK1SD01]Z$@H0.Y1ZN4\R'!^`AMA_WWERXD?"?1NE`LPX3ZS^L/$C*-C-YQ
--M\G>(5>4=4U-3J'DV#5RBBT-]R/:9O=J1MQ^R43XE"22>#N$Z:UN/1CCO!8:_
--M0%.^;[PU+%D=^U=T`MJG``W<>F"^?^O.^4_ZS\[][]9_MC\=P#_[?\Z_]/\_
--M2?__]MZ9_Z[_ZI"/8?^B_L/D_4/_DU<C=<R)!P7VQS)6O[#5LBT.[V3B6=?T
--MF26$ED@YU@M7X['W"SK33'^VM'\AE(Y4HEV+,$!G2IM4"DXDQT)`$/NN)B5<
--MD@)./G!S=^-:S*QE^\QD/G%]UI^:*CL;J7NX$;*/B`KR]#1[\/,#W7M.\,32
--M*!?(IK*:CB32S+Q+K]G!XD;V(R8SZK]U]QS.?+H#6^6>/S=M?MV'73U`0*D:
--MR$D4MLZ\DXZ:R%>RX2"P\O3TW'V]7_-N7CY]PV+&A*!.D@:U7TS+"/AY&`8J
--M58<[HU@S@/'J6#2,F0<,ROJ1)NK!U.4LTKEUXG0A^%#3`P:)PI)_=AD">YWV
--M)ZO"&4\S+D!S9A"_YV9/95:+BZ77^0I1;3^Y(U'AQU#8L+DD#!HJ8>"?3H1&
--M46D+,28^*W_OW%P+1(HA]`NS3E'#F@8GLF[YM+;T]LFZ"RP'<?692)V'7T"`
--M,)1,RSJC7I)L&@&%MKA^`.^;FI7+*IY(%$$A*OW%9(3QCC")/`!6AX3@6/OE
--M[L[5;]Z'A.F<VV4'V`5Y,2]/`%B_G]+Z5G]03!.<6+P9J,@1'C;E-2N7A*/!
--M=XV7R`?LNB,&"@:R,:MG;A>#_*,>UT'.'%ZW@;?7$5`;1.+6]*1P+"R]/U"7
--M/'9CH,-X_/?X'-<$L]FQTEPBCN!B8DX%1OI;DYOR[611NH1:-)+(]Y_#*1\;
--M'WZ`A@KI!L/3'*UF4<90QM.KK1$6`AY7X"'1Y5``@G1B\91`LFD@<A1JJ0#T
--M),'RI06CZXSO1#3^!P&Y+C'+LN^K^$Y&A=XC_O`YB>1GMTIY`P:#Y@95%,C&
--M-S%[Q%;E@&/-BQG\OOB)`,JHI#943%<N#:Y;>$ANB95SBOP^JRB"RA?_`_L;
--M^RMLQ?SF'>,H8KZY,RXN-SYSD35:W=P92WF4+HA7;C-7VRAAO"W/->K[=P1F
--M'X/V\O4=G4?'E\_>15SD9:Z'),A:5.J42`P"Z9XA`K9K/19?>```,JKEY651
--M1='+`ZD].<8-^=U+GP-[CL62RBK'U_EPO<]1"4HKTXT7?-D2J/1.0P)28K-5
--M@7G=M/,->ON]![!:UD'%-%?-\!40>1SD4@9G0-0OEY02)/RB'&-3+J'1;$1U
--M&S<\:>L/M%S^ERBEYSHB=,,W':\9[2^V'4T/5%="63&?,<QS;$".U;?0,6MO
--M4/9O!V)+4:XZ:+(H@M9?E8HN%^WYY38%A^CY;0T/\"(Y/H"Y,QP31TP_-+^P
--M,\!TK\8\7KEWC'8+AY_[<&H1?.HF8`8;7=>>\-0/->HU]8`ZW^D57^T38*A]
--MSHC80FAHB6-4J:J^V4X15/7V6W8E_QQYC,RH@#ZAD.\L7TBDR2&D-[">7FM4
--MB)&AY[_^4O'E_68'8*,@O&-^L(;I<M+5MMU!AJ@1QAF=U$`NZ=.6`6IW(\#G
--MXG2;)7(QECG.HD2RPKH[,2Z=2D$*P/%52VXHWOL""2+!DZ3[+D-'0"<S.R,)
--M,['[X%T+ZICL'>Q%:9C:M*\+50.AU2.#N9W8()1#1BK&SA$$;[0HK=']S[RA
--M/:"SPN#PH):X@YTL$S.@$%]UX.M,9_ID]WV<])X4U`@2G8"'`V8]BBN(UNYO
--MW"P!ITF[NV>%8']EJP.)<"W:J&!"GT!-\7UNYD?\(Q+=[G3^H<W>F$W\+RW[
--M1`:K4-LRN_@_[3I"%!$V>E<!)Q[;4011.WV7QK@EC\#4TFDKR;1CAA;%9+M:
--MB4KL!$J<7>CQSC:YMAM&IVNH)>((AS!)K>6^9=TMMYBFU;SU0S(,J>J3!/:U
--MO6_N^B(RCZ'.9Y]:(1;FN!QS==Z>%MG,];)*U6*2[S\@R83)3^%@>T7T?F\-
--M'X\YL%D1HN%Y@I73;T:VNT-<V&#CKI1&XT8(X2_QS$Q:[DP<2&E1/`H#+ZE+
--MKO_\NR[^72!?!0ZR3]D^F376GHC]U:/_U?__1__'R?[O]G_L;)S_?/[+SO*7
--M__M/\G^"?XN_^[\22\>U?]'_`6/^X?]2=7\0SF$/^K,9>Y_H^I=)U4@-P2W:
--M"`.AI]4"E'81%4H`#*@A)9`1#;^L2+1R^4E5V^J85$EHDTK:ZN15(%6ML.$5
--M+\F6($LL$#?ST"V5L0316L@637KMP'K>MJ"Q]OL5_K&%X]70$BV)5;@])MU5
--MMFU\Z[=WY[/F_3'![U@T2K\EX\C%_I]"'C=C](:$,/!4\)'U9?V34(!S%YS@
--MJ]/K(2GD#D)(CSOJNN<^*BHQOT__P'@Z39+T^_6XUK$']5QZ$KCHK'FGZ5D;
--M#5HG(W6S5[F0^^[I6`*4+?#.?#$"`*'2ZP?8-"MY/A7&\'L--I16#K@2M<G"
--MEO5K18:3@HW$C)93'A:T^O#JP.&2LA-XLNLV/R+"P!;H/Y0LT"G1/P$A?U%O
--M/9IG59]G\7D*7*0+03LD>ZXW=MQ/BKC_L%^7(\LNU"I6N/`%E$G*MH&\I6E4
--ML-!AA&($\:!%#<._D]<IX>6C&5>M&C)$UW,/B[14R`RXTNQ<(V$CK'@=Q+(I
--ME?-#J,"BD]:6I;.F]GK?GW]*'M_B16G605D^9S!&,V8F3^'7QC@_VLG`FVGM
--M^"U3!M*3LBP2I=$?`#VQ+U_KV,REE.ANJ.SKUF%*A&/G:M!66U[OR;:KM<)X
--M/+W3"E9KZ.SN7W,'2/,5UHO3W)+\QEV4.G#OU1'5,%5W7!VJMR%N_7[2@O0@
--MB'D`@)TTP!Z3^[`3Y1Y]O?=2"BV78,,IPY@,5<28_%(#`^A:RN)J@?]J21P9
--M%ZM]=,EX6$&][+1-M-",VGA$1J4`[B&:E!ZZC[HJ(6]<K\L^CC[=J+Z.R6T'
--MV(Z1KL!A`7#060=N?G7?>`M(F<7OP"3LA#OZTSV[GU/=,(!G+EAR,'KBD6;<
--M,Q;R"-6NZU/M+X[OME.2L+H@E_!4L*8L.+>#P;HHR1<>7%I&Y]IN,:M=.D55
--MQ(28L[ZBIM6VSZ!&0UW/1&O0R1Z-L\DN=(`'$V[YL!EKNVQG8EVX`::B+`8\
--MA<I0"9D56R9,S;OI#;1"EZ=%:>QI-V??D.#.)BM](//WHOEC:$.\_0#*L2A@
--M`^@,A`S#!#HQB2S`[<NEI!_3[?$=!#HJE6%&DL9&7857?^/C9RX":&&*HV?*
--M%3:>M2ZGA]/3AW0$6XAR$_OU5<BE>^4A\W3)2-YC-@X#PX?A;OH<H,UZV:@Q
--MD44_P&*1?O^UUJ(OZC*,P2PC"O^UJ\X[M%F*)#/XDES_X[(^$Y.&H`T?(=X<
--M=O1//=U%2N!D1O9Y7"-\,^.A7XS^B-]4QU#W$2[W=0S`U`6TW7#\^#9%96^8
--MJ;R;?\1&9-_14`,9#BQ_]"2(@NW?--29CVK/+'N668S?^5;Q*KS'8T>P+G-S
--MAX:I3&)<1A\<1"G.FK1"!DZF)=)]A=-+\6SXM).CT0"@A7\7SQ,J5^MU)"+J
--MTHA,IS%@@ZG#^:465;0J*DL?>F;M(6J]EGP_7`ZJK?2*W5JL+PH58:Z$3RI(
--MN1[>$=R'>E/SBACLZ9SF_1(SG>947.<$"42C$<,3<V2CZ!GZ2:CAOPW1MDFO
--MY)"3TGU)%.059F"7=5B[G_*P?>U2()\;=>;JXRA@X%ES!9G>X45GS667RUL3
--M@5XIN=P`W^NI=1N9X74$Z?Q>=D\KDX]%3M>$3)L?_@N(H%K1\:HWLFU:46:F
--M>6J"1O])%@[0R2>J&:I1ZYQX^67>^667Z_%B"+.H6?,'BTF)]</)ZKWC]INO
--M33D2VTX+4:6K!4UW`CH"9._6Q3AH5=;<*U3_=<>0_^%YJNE\TLL`XN<\2F2?
--M6`Q77W3K>>%+*BN%:7+-;1'^N+=A`"$/=R#4Z5E`V7;-<]<',/\%Z<@X:XTK
--MH?O+@_G)DGLL<3ZYH@D/"^:D#?S'JH/H?A=Z0XD4)4;GI/J5^V_Z-8]/H$$9
--MRWSR+L@XSK*6748$;<2R:")1^D^N=!,['R?V&BJ+XG8R/BFL5"6YHOIDIU?B
--MF[/K&[E^[*TNYBQH!1$*$ND@JM%7!``-&!*$?KZN^P4+O&\)$=AW-K-"`NI.
--MT4+J>T79T/?I)6M4I92&-#31<EO;-0,5X.U$JNVVY7RX1`J+4YD)*'#H2#G/
--MD)]@3G"DP,)Y%3P"ZAMIRQT3Q9B5E;$`,*LZ47^IZ]"1Q_$1^AG")-=@KQ&2
--M[`1='>35ARVM)=U-D^';U\&(<+:O(K8?R3^AO`W]3)()PHDEW5@Y_*AN0J2#
--M`WW`9/:T[T8YUK#](X9;-&M/.#;OQ!MQ38^<8!A#@8!QEL.9809S8!S70=?>
--M%!HP-/X2J>;VJ5Y.<LWU<E4#"`='CU=M41V\-!T!;8PC(6GL@<V>CL7*V,N#
--MN^[L0`SWJ5G=,CQQ\@"8V44^C!'1[P0,<@XO4R#.^24I=CWS\/AU+`.Q*.*4
--MSO#4"%7/B#,+=+,#W\:A?9`2'BDC;:`9S^7EIH2#.\J/:?]EV3<C\*['%!XM
--M=-.:Y*OL"J]*B3+-F>E6.Z^622"USR];9QB"\L;FBV2)HM.VL/+6LVXV](;T
--M%PWZ`26(2"H25?](=SU/C`BZ;B[8C<Z3<\AM[8&!:-_=-6^)O6_A9F^P!8P/
--M&:\.O'*RON6ZR4T)XW'E.)9?V_M./H,,759&?C;ZIG(8N\=Q*(+&<7"@)6U`
--MUTU7)0B<O,/9?L]Y3=CG+GYP*^TZ5\P+R;FKZE%1Q,V6H"SBO+P\#2X9NVV(
--M";GN&Y7(Q4@&AR\ON4A^<FP9KRD65Z8JDT?M0F>^^#4?SI:8R!9/-;:#,,I0
--M+FLT$<2RX^A\$!9CN.^>LV>L9B>E(Q!Z!P//`5#M6$U$Z["HY>M5FY']FYNZ
--M/.N5!-;5`P9E,)'&=373I\"$>6-RX7?7=F?!"29//U/7`@6"\:*[.KNY`M=2
--M?MNR^H$>2^LQ%G0>R(P.)%#6?[G=_[VX/.SMA*A'>D?&W"TL^JO7^>_S_\[&
--M_\'_.[N9>_VO]?_,'/_Q__\L?_"7__]W@"02")SZ+2((@/I__^D!IUK:,<L#
--MV'[WE0:IR=BD*/M^<>Z8.36$6$7+I(MU!Q1T\?%HFEH*/]SG.SO,/8B5ZGC+
--MN%@@/6"@9C=U)AXGW!G9KD[=Y<]1N\/*N,_E!UMC28E@%QV=I>\'3W4?KE_U
--MR8EA]UEY"H8W7<;.>K9I7LZ6U1O]O:YC;E\[_3T(,P1LOI'XO5VOO[6@]%!'
--MO_>#'5_VWKY>S`ATHAK4<_L]WU^H-M&-AJD2"?#S_Y((E>OG['AG*<!+>!AL
--M/`8.B-\A<J8L#[/02S-+C[+7:8LI5C'6_!Z;WG#4/PO*%FR%>\!=:3K.(J19
--MRE@;W"0/)T]!1&Q'"`+8\&6=?ZP+T*U>93@1+\]">=YF4C:.8/E8L::6!Y>B
--M.G/>\[39[.NQ4KA[QJB206'#/5\7?U;SZJ;>PT=/;12/H1MQ?Z@+3`,:=AV0
--M-GVM?;'9O25\_BJIU!Z4G"/V$VL=5ZH%%&WZI>P#MP]%A$5!UV]G3R^+,-B-
--MV7VHAQF$O/%#!UJU]0WH0FY?W0@YU&$S??Y*9E:ET7E#@<O$_?TR&]L3]X89
--MRCA#M.?SAVR?/$ZK)HH->'_ES_'#Q*J-V[9\=7Z<&AZP&IYV\7PDW_HW0"3T
--MK(AEE-T/3A+2P5=PD1UX&AXHM;_[-/8[_+*@$4'&:@@3S8!1PD\O1K\QQ,?)
--ML=M)Y_@R@J=J'4:NQW\0%W9A#+01:9C(M8Q(54R#H"+?_'YCA+;CR5FA%'-G
--M#JFLH15[^DC'J_A^S)X=O92:Z(;GC>6[911/,!CV-!CFP\5_I:_:00SJ-PM4
--M+7[4-+A,33UB?=@+HGH3J,H"I@3\R!F[.>:?%[;$4HFTHZP7'D":JR&!%PYE
--M_H8*(B?0NQ82*+7B4&\E'SWOL6?T7,5W^FHJ5)UHG,03UJ#P0R44O"QX?%BR
--M\F-G_D;5[ZGD0^XUU,W586O92J8!#Y[O$*>I?51F'-$`V":+UIIVPI7.-NM3
--M<'\P?79:IOQX`PX*!QI!9U6(^BN'2F$^7@)1S`M5^*^,'R]B3.7XN!H"UDB7
--M,^I67YOQCQ&_5.50^!;W"!_'=8@N@%1]7Q],?;8WN0;4C4[S*FVS?&^(:7DG
--MJR9\*AAFB5GSTRZ5D%&$]!1H<X'F%-1SD[E1QY<.E$"*P*:J[.-#!8RSPEJ2
--M#$G$C_TPNLVL.^3?K.6:"%JS+:@JC&1?5LY+*_M^./L*J3\<Q'5LQV&+4%=G
--MOT.P^"[^Z$H%[Y'WG%1[$!FN(/3'XF`YCM#DS;N"$Q_%-3_;+`^=1>YX3,CW
--M>Q\`.8?)6B%V3[)U."'Z<;-46#-B69+8V:&6?AS*&U(3*\-KP>=6+AU\]=4G
--M5+6FL+9MBSIM5[JM*U>G>6Z>VR:CJ4T/EQ2U/=+!@)!?21&KM9PIV"TTQL^\
--M)ZG%SAVR'"K3U/YJZFVK*DAF4V_+.,@-ENS^+K=EPS34Q*SFN.NB!*/B1!,;
--M:A:"7L@.6$X2X7V@!9(+^JV@6KFNDJ`H7AZ3:9N2U&S3?-5';3-0G9V-`,%G
--MIFYA_U+F50YYN$B:TV0V80][4T1U`2-7B,SE"R.QPG]4+JGT8T#APJ7<B)Q/
--M=LL<W;J1X>2`&*JWT)-(^DIG%#LY8INOS4QI.-\=NZ=LH"!,KUUG:,Q<M(/!
--M.P&!%ZJ7:'ZL!J4HUI1Z8^Q.7?3#_:R/N;'!!P%CWFR@T*;@=6KGCHS&_13@
--M\<Z(A@$'Z2R:2M[=\D:+I316)"A89%`L2^KXM0N@96$R*LZD"4=$9Y&Y49W`
--M,ISC862>KS=M/S?<%*`UVG2@7H-ZQ]J\7IE0YEW.FZK:HFUB,#FXH=OE<AH)
--M*%HY71T)SHD*E:4P5`]A+&\(LHI.66U-*(,:R0'5$KC5_+Q[E<[L6ZQ,=E0L
--M72SO<_1U7#N?EP*WJV66-1;H'DYWQ`3:5W6CVSI2U6V(LB,P1)E@[Y2S?YUH
--M?4IL(5`$L7ZE_K12TVOX[C"QHHR65^\-5T@*TQ8;/"V4@A\:OMJ$VR.92P=Y
--M*_QILU-^Q.C=Q7@43UF#B0)("34[)7,0QEUW[F-)%P$]S4@1;M!7%*C8!^0V
--M5VI/P<R=1)&5.(`F?4&%"*^X4-AS!_05RVG?G^),:_J'L/64B$?.\)9D+,<A
--M,*GMPAR%1R)HL]/+<YC)@5BBDJ%)BZH\6&@--2.3-Q:`'@%0]3]_<N+]PB?(
--MH]K$8#'NZ]&<A6)VB+@;NAQG&6XG/PJ8_;:NWT&J)PM(#>]'+,G9^ZG61]U#
--MN\'M@+*D/+2"0%<=;(<AI$JI#V"\'\P[30G(/B!**B&%\.<JGR`G4E3SRS]!
--M(BFJ3,R$2L[*.3%!+R8L-417Q%B"X:`E1XZ!$X/6POZ2PH^/%&RLS=7OHIMR
--M=$R3=73,1!?$J2Y#&?(Q+4K&9.8BJJP4#J6<S0_,\26IW-]US'L9/G.S[3JR
--MSVS6I+CENSR'BO@+RQ.<!0$6D5LR^DRGY3LI2]8!R4??I:RA`A\M4_O)%^N[
--M.SD)C)G*16\4G9-(\W-8%H6$I80CC-[".4\IZHS3%&2]-:*Q=N6L@C&Z>IFQ
--M2CCK?26%&&8=&N`&YK=FK1X(?4RA2Z5`1'AG&OTP)E<_$O=SMY9E8JWU"?P3
--MUI)G$IN3K9&"4'Q:Q%FBCRG/=&4,HK^'?YY!7P#**X3"71_HHUF&XN<3LKP+
--MV8`=C^"K(]91BWU>)P,&9[^U%BN&[88F-*$A/NMBUZK&>GU^MPQC@'VXT3/)
--M%R8EGW32U<?&FGOP6^.$O?XK;D[.U?T&[5\^^2_\A;_P%_[_AO\#R"+:>P!0
--"````
--`
--end
-diff -urN -x CVS kdegames.orig/debian/patches/kfouleggs_icon.tar.gz.uu kdegames/debian/patches/kfouleggs_icon.tar.gz.uu
---- kdegames.orig/debian/patches/kfouleggs_icon.tar.gz.uu Thu Jan 1 01:00:00 1970
-+++ kdegames/debian/patches/kfouleggs_icon.tar.gz.uu Fri Apr 30 12:49:39 2004
-@@ -0,0 +1,305 @@
-+begin 664 kfouleggs-icon.tar.gz
-+M'XL(`(]$44`"`^V[!7"<7;(E6.(2,TL6VV)FRV*6+&9F9F:RT+)8LI@LBYF9
-+M&4M88F9FIG7W]NY.O-Z)F9[9Z1>S\9^(K,RJ^T5\!7'./7DSRMK,WM7&U-S<
-+MF<G!TMB9R=B)A96;P=#!@<'Z_UI@=+`S!_Q/@?D/.#G9_Y99N#B8_\O\MY*-
-+MC849P,+,S,K,Q<[,RL8"^%-Q_GF)E!GP;X"KLXNA$RDIP,30SM+4YK]^W7]K
-+M_?_\,,S_=_[?!!$*<A+("`0(?TID*4E1I3\YX&\!A/WSV,MO./HG03L+2ZD`
-+M_\`':!+^YSFZBYB&B[*]F8N[H9,I0-G>Q-+A3R1NXTX"`#A&4J)"*AX9IYF6
-+M/X@&70,ZC\Z:[_<N%G:5MLB^_Z*/J*%,YZ4?=?Q-+8W5%YU+?1^2(>@'#=R"
-+M%B+:$8;<`3B1AAJ33ACN*VQ)ACOAAT*(.1G1?4>1:9"4PI**FW5JOI\XF9#5
-+M5TTB^;(ZX\R@CE6?%W`+T:ZKNZJ[JGP^5ZI>6>K=;<",AP3[[7\X752((#W!
-+MINT$O'9Q=`EM"%I:6%`FCVJ>'ZC6B^O3RTMHIP_/!"")Z%;.'W=9;MS.UK@]
-+MVKU<L5C`+$#Y^)BXW'PZ:W]_6UEK]TY-RS*[OV%?=C\1#'??NZL#4^<K*/U*
-+M%*;%MG7?D:)).+TAG_'\,J)1JI::G6[L9Q>-6%O;]O!RS4X0-1BX#IWE*^$W
-+M2\5*#;.`_/*T,SN+ZG^R&98)]\$GUH>_DPH7G`EY3M6'DCLZP4?#I!6*U&N2
-+MO>_)]WY2RW<]5ZFDJ?OJOI$<B-NX`Z<?+$3=Q7XQF^F^WGZN[K_--612F\XK
-+M9>T[?+A@4@A3D"1LN:I\D.G)FU3Y&6:]E]>B7#%335S:9WW_4H)D=R<"T[JK
-+M$2"OKX2L)]Z@!?$Q\),]G]/.QOG;)DG\*5J'[3*WL&`;.YVB=290=E#&65LJ
-+M(A3L>,DCG1NAY4,?VQ@//K2V=R"1+C[@_SS-BA0G#;'QR"^$1BE]<4`1X^!G
-+M5@"Y,AK0&ERN%E`I*_=U]=+<_Q(W,30T?NR'[;8):P0%=F,-IR'7-69W8;`X
-+M+1..8'K5-.19W'H^T#)W8)<+M%CTHK=[\$!$IJ&O/WCO2Q`%&^-SYERF6AHI
-+M.G'>1=3G#AZUVU?;B/[SM55]?5B4#=5A'+R81.O-Q^CM)_]I6I]J7(Q5LOCK
-+M=^(41OJ\"N_A^N<K3.7LD?E#_L^G)ZY[7)7+K)<$V&Z)ZYOL;GHRM"%(D`,2
-+M$M4A78Y$%:UO7@&L%\;:U-\8,QC:P)F`QG57]?@X1R+Z46'K*`;HEM2&8(O;
-+M.1KE=,[>]C%W(_@M=L7Y2;I,C80_]Y'^34YQO1#8&_O!;.S#ISQGDZ%8='Q(
-+M!L?\2#I"E2"$ZS68H!\2!EP*0W<5M*;P1[>\RR.F9F9F"\YSJB_G,_)01*O"
-+M^"[520A5C3J,SAMIU@%%Y]7TB%14.'7PS*M.26!%ZU/VUF*7]$H'FE<O-EN9
-+M]#B'C-?4UQ.BM>&'(6H1$:HROEB(S8!P+UH7/(81F,8M-H'&L>9FS>CYCNYX
-+MUT#2Y0/O<N'JH8,#ZA"C./'V#F=$T\E^-=H`#E[^M24+!'U+8IJ`1,':=_ET
-+M1:^ZR<1OA6L%M85U`_"V'V_9YY,J3%OXQ/SH(SD0$@/H+61$@+-YWK@(HC@*
-+M&XG0BY?T%.JG1OK&N(T@XLV=8S:?TY[(#+3U+M#<4C`)+,2B#4XQQZ-/UI^;
-+M)JTZX&H7`VP7?B9!JU"ZI(YYZ#.A/M=X7&OEY9NU+DUXA]IM=.W,F8R@8+%[
-+M:>0AY,PP.@%G28]DTB)A$V%751#@KEJAN4Y6>G-#OA!Y;\)VM#V83NS*D3*@
-+M`HJQ-`<C?'!6L<-6G&`+`"V61_5*U&1+P3_/()]27Z-\`I%?@\R6?@:]@OWL
-+MUIT3-XLQD"PI"3ARNZ/M,6)%@_3M[0:#8F9HDSYJ:2-DH#<='NC=D:3OK<OS
-+M=SN#E1_&[0(+KCH)\5(@`5)TL<)U6J(V$$;*Z_)%-^X7C'LGBR-[7Q;O'9;G
-+M&F,SQ]"X$?`;!US)88`0)$`+7!<2JO"S+Z[T&]PX(NK+/NQM,7$S%#XT+[@J
-+M>@V/]-_,''``\9LI`6J1!;MPOXG;&E@>E@\@ZZ:)7.XNWZ`:MTZ<+`[0J")@
-+M^S@W(#^L!LG9V_]&*JZ;Q>@$AK3UMBM+:`JH;O.<2ZG($2#FI+^VJ2'0H32[
-+M(3URGF[<$D+<*`3I&GUJE.\DL0[[.G=/T4\+\"2'\*K#VC"2[H)=+C9^#3)I
-+M^KD;:'M?5=/6%W$*^D2V+<2F0$+*^6SHO(+*T+]0A-@T.UF>#S,?HROA*!&1
-+MY`5%HVSF'25Y$>\6>*\4U!A?&`A;QHW\$0'F;-K=H<21[[']FUF57,Z/IUYF
-+MI%1M#4'VD"//M<\8+<13>2?$S=^M#K9:A&0$7;T0,3%RCV[<:`4TO78MR?-+
-+MQ`Y52[L#3]A;2[P]-?T8/"4Y)&%+`-4&Q*-&1B[L)=KY&N5JFI5SC$?C]T1D
-+MOU_#HZ>$>5JCA`N&>HYH6WA\(G%72W<[YJC4HNLX-"@/E7RPE9R<3G078Y!4
-+M[TT2(9@O&`4/#X2DR)L22;F(6U9-O'H^%*I=.XJAK8J:E\I%'2]KN9$$'C^L
-+M^`VJI<M(DUDUR09OAT\VUS``V"4@M#`'A$A^Q3J@04?X5RD>-#0FKZ_S[KA$
-+M#[3$E+Z`C:OT>DZ3.Q>WL10@"$X]M:R/`N59QD0F:8UBD5SP\.YG#/%8V3X_
-+M@\,\+"'<GR"_3)>^T;:JA#?NY2&*HE(^P3OEM4WX#J-.*Y[D".N;3U^+_.S!
-+M]M%A0Y`$92V>0*7K.0:.AT;LMWG:=14HWE)4"LB;P/,&ER39V19><:D$Q1;U
-+MM[JX,Q3;]90@XO23![HQ^>?K07Z[A>!M>XX2;JPV7Q_M;M6PX.9W5P--.=`V
-+M6>N-PKNDR?"^+,M,%OORSOVZ#`]F;(TY-A4Z*>F5P011'!^-W$'$XS?:;/'X
-+M:A793%S*@#Y\9Y"D*G-@Y1[F]$8UIXN<BOH-\V$^5+)\VTX8`YY/+\PEW3,\
-+M>*F0</&C!#=ZAA&_.V?J"*?%'QKZH5'*;6@?0G)N/[B>RML*J/MGV1.GBV8E
-+M>!A.,A3I'>YIE9ZU168FU/G8LIRA7L\G9)O75R?V"<*.=V&1`B&#2`4UP*&Y
-+MR\B9[1,&\C%JZ_C,6BC)GCV/&"0=3WX=3SW%:Z^^5N7/._<J:.5/9P(CMWRL
-+M+^YCJ)D%7KD8-.^FI>,RYCG\73U;Y)C;V^'<*!<X?,\5%62^'^J"A`^=PELB
-+MG,]XLD9\([11U_J=F3+ZD5_VOG+8,Q+GSWV9;K]2LLR4-J]JYO`.'QQXC]ON
-+M?9?9?:&M]_J2!G"FT@90467MLW0V#?4MX$$R>H)MM]CZ#A.KE@M^Y/N$S+<G
-+ME$6K-.\WV&_UL6%/,(Z[HXX]VWR*\6-R.E$Q(YR//MLC&<G>C=H:S<C.)`.*
-+ML#;KL$.V$&$_<N*'0_[6_P7TR4[URO3A!RD4!]LNIV<?3&'Q/4W[A"!NTL>8
-+M?]AN0=4!P8$^[.WBFGL86U9HIV3:5.G3I8Q]O5B[_$:T_(CAK_5$.%'1,?%"
-+MB`@MU+6P@.=FU3"3L^@$(UD0R%'H/@BII:V=IU5,2H^XW%#-0)?*DH&C0T0F
-+MB]A8[BV)C)N@MNYH8Y[L*)YI6/?`SK7J&ORL5EGH1+YS;"Y?JU!J\^3^U42B
-+MR=!%(&^;IT//)W`=_CV>"U=^QJ,69]S!2H\K%>PGIA6@(7@H'3[X5*V0=CY;
-+M#PW]&'=J(N%N:(H`W`Q($`N)-V@7WJC`;.)X68+TL\7'AF4P+!PY3(YN_7'M
-+M]=/XB'!GB*7^F=9NV9U0(DAD1RT46(I#._G@%TX":Q(L,C%";N-0$Z15,4*8
-+ML9,=!+I(XQM8.E(RRHS?)ZB&_)VX\;T6D&:'.*E,W6,V&)A.0\(O;6B4AH8(
-+M0E'@@>$)S,34P`GNZ+%^>(@"V.=///60CQ;JY]T]R4`G74OBVVA!;-VT:.UC
-+MOYOJC6:1I6<;O'3QC[2BLK"V9$:\<'[,R(P-:5GM0M8YFH/9V],WO7MQE"-Y
-+M)XC2JJ<;FBL`%.,JP#*]"6D$W"RS$B/$TD2S^.ZD+SI>J-5XPKG/]M*&[-3$
-+ME\W90X;`\,+1H@JEAOJG-',)](UQR56]K*A;9'R.=BG%5064<VAQARNE7L5]
-+M;CYJ/S=_.K(4;X@R7ARWB+7S?*!BP!/?."#D)O*);0N:O/?8#7G?I--_X!O,
-+M?@6!SV4T?[O,W]L9&.`(YM,'-!`UZ+ISM4;[A)_<(0DMBNUCB0@SFRTB1=+#
-+MT%M1RTGC)B$,#W3CE[-K2;+BIZQI&UF!&.C]-X"#V5X_'YE>";NW+.N0O!JD
-+M\V'N'K#@/KS8W:T[T6%N4R#Q,*=5XSO;_`;K%(6506,0/]L-?WGX*L-(O5=+
-+MU/+<N^(':B^K++]LEG_C?'^M]%\N`%S:=[(6AAR#CQ<<9:I8Q3Z>>X1/6=\I
-+MMR&XY`I!=/-_'I2CF^%CTI+*C[L4S>+>PP`M2/4?N+)1LZEAK;B=/W.['6A-
-+M?'GR+`$)!,;;I4,:\,BNW2NNW<?%L*C0,]L@5A`/*T_PVO9V<*A78_6A4-O&
-+M=5N4:RI#J$*NS08-&T5D/_>=.X/<WX#^-XCKH)$7V5$$]J2-[S<0T[H!0S'5
-+MUU"H;(X>7"&K$%H6-LCGKM(FZ%+6I33#J:0&-$@0@0<>0QB(HK^S.L2D?U6S
-+MGZQSR)[FGHOA?J<7N.76`N<=XTJOW#EW3G1;5XH!/A.E4V!.$9)5A^C="NMI
-+M7A9YL+8PDK?(21^*6I6S4^?SM"J95QPY;6RXOKP4=@P5\K]]R?A\J91.PNQQ
-+MB=H#V2>7TT!-\@J<.<\,A4=%%P^CAAG\QBO2TZ.:9E4$3&/(;P])$#W!L(Y5
-+M"]T+`N_4&5`:H_-?H$.NF^\.#PZ=I>RE^[W-IU"?"TI5<919#UN/(M<T]*<Q
-+M%7M\U\K1BG%.GS\X\<.@$SUNP=F`^9[,5+:YT/LR=BXP4.AW2:8&ZLQJ4_3Y
-+MP]^JQ?O'W?0%YVW^F_"87:O)($-#%DH;R'(>DF"&W((QW\*<!!>?P`714A-,
-+M"1%%;7IHB+SU%Q:"VOVF:SB_H,M+X@.%38MNAX%?)MH9E:$/ES:;-QP'.!['
-+M:932R6H*84,$;7S:IH.2$6$";U)O1YBHVW.TYVF*7>".E`4BF":C\),;_C+'
-+M"`>JD1F=<N(*=,V1I1YGJFEU:GFR+R%6!:IH^?GK8]?8(\E%@K_X(FY,K?6O
-+M-59E/W<(/^<D]F^2/,&,++OE0(XS!VD/.*_P91G3G@L6308*AR#@LX_"_^++
-+M7"KL`;MYE0M'R#%0BTT%[<NI`!$25IY[.^-=OJG_AHE5JE%;$>O($&I!#IZU
-+M@+D.!'GN*B;S>OY>6YS./3P=?,ZQ%39?N=IZ'>=FT1)Q_6+"'4PU;^2]*`2;
-+MEO'3@HI;_[(8YOM<J(UN3#1C8?G8G>_AZ8T"2X..M36$,?XX6V6Y(R@.E87?
-+M->"1K;*-CK[KYS,@MT&#Z932^ED!,0%!!UQC:C6#G>JE4ZJ,O3;#[DXMIC/Q
-+M_=,E`88,O-,T^2?H!J8XZ1JP2O3-Y0TM&WJ376N8WB&X.:V?(^)<V@:YZ8/S
-+M'`:7WP%9QT.J?BLK@V`.L?#H0'F+2;[57"`D,9SVDXI#>A#E?MWY,=\$,E;M
-+M7`Z-3F0;RD4[4O/DN=7A(:OKR)C+JOQ1FQM=8HT<`4'6WDL;*NT5JO3/C7'-
-+MF/:P\Q8G"0BR5(LMFW[3V886HG+&Z_2)XY2X&;.TS]%B0OT)]+,]E`Z4[!I:
-+MU34[2D.''W8/SIQXQWUJ3QI.)^P@-303=(J"B0,IOO8ZTYQ\&)S8\>3RX7,9
-+M90A`\2U3J-9P=71"B:Z*S[0M)U[*;KU7B+T#SR]5UIGE?BQ^+"FOQ.']/L0`
-+M%AD8("(J=6_^PB#2N<V;2)&8AE@:KR5"=9_=@*#D9<$BZN?QX^BJ9[EH?+3W
-+MIS:`>+9:6$PCH4T3<?%G_;"6FK7`3<6-'@-;/?$SG*M^]71L<+'!5W)JLDEI
-+M3.IT-KUOIU3I/@-'Z[N34^ON>@)):@A@W7XE50S:5=?3AQ5ASC`4'7#R_IJ?
-+MKQYL`QB2';OK;GXJJPN1SXQ]AUYHJGI(L]B^QD7S&]BM<*-=0?D:&UF?BM]8
-+M"\"@3T?;64!D<^IL1WR%WZT`)L^N1[.$.2&[`)];E!-VF+7G%K66,!"M@J^4
-+M[]GX3A0TN</B-Y>+AD<'P6%!2;^K;FAYG@'6UE/!B/(BJM_0@H(8AC0@98#T
-+M71CCJ8OC"$C8P=(421\3XQ(*>>G:["-A08S3:"@PZQ+67Q5BO(P"<U*P38@#
-+M&:!_`F3"3=2:E$CSR1/C4E%_%VQ:FD@H%/EJ%+5>N<N;>5Q&QG10W'K3(%%B
-+MR>XB]7Z^KSVQ)/";_$B9;)?;CX"&F+:#UWYX1C91B3/JX98EKFM46G7*;=_>
-+M.J<%6?=KM<9%CTZJ43MVPCI9_#L2,DW'VZQ`YVZ)=^&"-(P%/1,#^@,_4,CP
-+MS1^/L#-UJ1@1FI:#*#@R[=5OSS-O&X*@&9ZVMK+&;Z\3;=Z?A")J$4SU6<NF
-+MYDC1K?(T*A&ERQ$Z+(9HH_G]@3WJ=LY"_:9O^+RDF,&$#GLC^+@EP^O5]>YL
-+M/0:(>['?.=9P]9SB:9Q%ZJ??(:'?^LBW>M_$_'DLS8[Y?<=^NS)+!*M2R/ZS
-+M[)JVU6<[$3&;/=<U<_T0F[=J>FZ7&7YPLMY6L80`?*P/+CKW(&!Q)$9,'M+\
-+MK.GY;.P5E2\`3##OFJH)4DSI2,9DRAI`-GD?.4VM?-YI)&$*<]\\0HC4?_MJ
-+M)5,X)4V6`6G<^(:!N6Q/NIRRKL(S;(9*=9A\SAV4?MX6>B4WG.V_Y5VLF@P!
-+MY(MA!@(Z,#TR(*KG]!'?$W3XWVL%WF8$QA?ZH+5H=.9-JS>9_0X^>^Q:V[,*
-+MM$I3IZ\C'A4](,-,5>M#D2?T+O)\-=[LU/38K/5(TN0UWT0B?I,2O_<A3#TB
-+MK`M"+-YZTLG+=OK=&$D5]MQQ_.I1C_FR:_]*V4'H:Z5"%Z)="?6">]'](=\&
-+M7[L<P'GA3I&7A_JZ$?-&+=+;._P"$%`P*;3[.$2T=0QJ&WD9PPA4&>[[P?FD
-+MD@R>ZL2O<J*Z^NQF9)ZLX?N(KC;1$7!#>%HX^)V4O@8SC(;X!9^U!GC,YFO?
-+M87_002&04-UT-R1T]CPTSO>XD'T1TOFXO6-2SJ'7'@U^\MSH%=7'Q,/[]A!#
-+MAK]1?1D18?\.AB,Q<;(JX9!0H"F3#8QHYXIC6!\JGE?S.%W@,9/3[2IMS>37
-+M"C+]O#/8R*+RP=3(*3C>-\OA#;]MMU:R$LR)3/<*WW+C#;\TT;O`$-S_N;@2
-+ME4Q]313NN-VUG$U9-"^D9PB/Z\.7(>\U=VRV2KYN7(%G[S)&/4D49:6M5D:M
-+M8^.N+Z+Z:`34WYZRA3@O5KL&"^]/FA\;\B06V\WEY]]7:7Z<&7CL\U]M*\_.
-+M<8*MTFXYLI=:(M$XW7!LR*I/>#>/I-J2G)N2>-J.?)ZAQSX(VVLK>9I\-Y%.
-+M6-C-DWRV\JD4S"/(\4'%#J8^)`LF31B/9S#!2Z5F;>\<V\DR;#N"U_-]RO:\
-+M7?P$?`'#D:I<(U-3[2)=P'451G00<SK`ONKW`L[@_$K:C`<9MC$Q9_(H*.Z&
-+M%O#RE8I]8>V/QC^,#HN1Z59&)QH>&RL3U]J[%N9\'K%.Q\D:B1RM/B%*W61M
-+MGL9S,PRW\?OQ<B$WR<];EIL?HUY9P^K]??>Z,/X@RRZI,$D)MTYI,*`3[BT-
-+M`O69UY.+6I"`L(F`6_"F^NZ]\D'TG>L":XI+]'_B>'83XT'@,M^?UU)'Y>_G
-+MUU)B<J(5P@9!@+_P/P3K?YK_</Y_/?[Y;\Q__JQQ</['^0\'&\=?\Y__I/D/
-+MVM_B[_,?DNMWPW]Q_@,A^8_YSV2G#*0CWN!EXRH-?,%NC-,D1C%P/Z<\WY^T
-+ML$?@=W^Y?U=_.]E0?CG9+RI$\B(J!Z`.]&%%MOO6;3O)JN<\FI#I'>ILK>^'
-+MA[8-SPU_X74GDUJE8EGSVFL21)(+7Q*1^7[-VL4#%]Y,$,RC\T*)6LS\Z*ZJ
-+M5'P5,=P,>T03ZZ5"QIE(LBAKLV[E7'S`)46L="'BI@.>[@Q:P3`6_$]GN@>S
-+M+J6B/NO9A.-9)0J(04<%U23<7D%@MX;^WE7;5X-.]0P]YIMO3`%4H@[71>B9
-+MH[DT".KS$CO>B)1VSBL26"CG[GYP*\4FE+4-H?O"7F;H8K3,FO1&FE"_.&5/
-+M5KMW^RT$U5T;F]<_.G370'F)DY3O!N*2!L>8#P`RX@2/;RPH6)Y7/+":?Y@+
-+M-'TKQ,PSW1^TE6;A^:TE_&4!9C;W\]M#&X1H5IS)\C"6[O]:E?LG_K.R_KOY
-+MS\+"SO%/_&=E_XO__TG\Q_E;_)W_?74VG_]5_K__@_\)7^03%/%"*W_B+`E#
-+M5)-R_*+$2PUF5Z2`CPAW<6!IP?O46P+O>&6>\H#J8#P7/-X'0?:1FQM-"_&2
-+M,$V#WGZ=:8+G?#EKFY0QO[OBH\[V*Z5ZUK/4!^[-8#/R\IY%'S\_-[LS1=:D
-+M(Y:!G'IQZRB64&:D.&$%9Z);0U_?P]6E)6=2&[>^M&_6RLKW'YCHZ<W"PBY]
-+M2?*QE*1_HTGFXVU@L1`7WI2*GMO(3]24Y<:$],SX?Y<0%[<S9<5/5.*NB$2#
-+MI*(2N10ZV[&+E:3L"FSC&!QY5E4+6YM0H":R]!5%VO#\H"1-M"PN%:'RO;C;
-+MDC8;A;F[.WN+_T=K`J5*25Y27OY"#;W/O-B'+"$I*4=SPM<\W)M-,2K*7N#G
-+MB4;QY:U5)_QE-ZGHJ&W+]/9I'+'.(8M=C-0K:O0I*:JWU/FV'MP*2VVB'U%L
-+M++XPJ\1BEB)N`J"12*JG[!5*[S?R9X@,QGWN>]:!^W[S<BS1]&]5AK]\U9DP
-+M^\BI09-%^#ZI!C=W?(<W>-X"R$+]I#UZTPGW4C>9$8WUCN,E2]JE^E*WYA;!
-+MI$GBM"+U1YMWOR,X28%=U^Q3+3EJB_7:$=I?))_.OH7E3R#.+'K9H)%A39S!
-+MSHV;&IF;'Q"DD*Y-?=5-++9C\M;G7-.!XUQ&?Z>"=R%FJX1:8[G&?%/W@XI!
-+M>L"4W7YQ_\N<_>_I_]C^_?K/R<;US_Z/[2_]_T_2?]*_Q=_UW]G+Z^9?U'\H
-+MGG_H?]*XO(XJ7EBVLSDL[`&214[HKT2_R2T)3-IN`EKZ%](6BW!"W1;E/&NN
-+M5U2=6Z;)J"A+"]F6Z1`I3,SMB;KZW%0E$40:2QKF&4/^LR\DYSR,>\);D"55
-+M#ILO\0GW:]=9&?>>_EQ<3'5S:MJVKX-*H*%[_93T9YNME>88Q!#A^SLSH.$G
-+MKW,6+>,?0H67PTM+3^6$7!VZ3;[/WCG5^@%Y^KIM&E[N;ISZ]#@0%^1XUHX3
-+MFQF]!-^DDL%>^[K67_-US-Y&DL(B\Z<=N\[4*%NUMQX#`QO7TU*'49%1C,KS
-+MP18;9?T:D1QF^\WSV/B$>(63NI0UWZV4C`WS^TBBTC.RL_P<JU5X8>A?K`.R
-+M?#ID:$+J?U)*2::-JUUB=>'U'IXI?M0CEG"ECE7+]FT9FMI"HQAF3FZ"CEWN
-+MW5V%R#'US-/[-)5F1M2(H!W)`FL*95RHE\N(4A(`H4.`C+0OSGVJMW;\9`X5
-+M#I1O;&#62J"$YV1@!`=%%M%S5<?!9>.X"R(+XX<+]4]U`URL;MWV&:.6LS=!
-+MK9&BNWI!T$%?(:93IGIN!P5(D$A?\\,3A16:8L7FZ2PR#7YLIJ7NVUPC(\1$
-+MQ\["5`?*)>7BE#NJZIO57VX8`*2(E$?O+GINL+Z)A"T.!5"F78W0NN_YYWCY
-+M1^SV<DSX/:+WOU'@)?>JT)6]='2_GO]$*[U')15LW^>1&VN7VE3XE"8HSD=[
-+M]/M]QU'.YXF';MY_]P7N?*:85<6(S%IHUXOG<0+8',CB]_(4"<5-"CD8C4ZY
-+M=5C0CP@-X4C*B&:_ZV%I]/,WAL7"J0\`(@_J>`K8FX"KT:&^1!)PGS58RG'4
-+M$L:(1<Y0($Z>:!S#@28,FQR&DN^`DH',5^X]PA&F@9:\V`DU9^7Z)='.J?(8
-+M2>Z76EC'KC":9,;V<&^K#5('[!9\5F?FX1`^CG\K0E4];I=>;<[S[?"P_D#A
-+M6GK1SD01]Z$@H0.Y1ZN4\R'!^`AMA_WWERXD?"?1NE`LPX3ZS^L/$C*-C-YQ
-+M\G>(5>4=4U-3J'DV#5RBBT-]R/:9O=J1MQ^R43XE"22>#N$Z:UN/1CCO!8:_
-+M0%.^;[PU+%D=^U=T`MJG``W<>F"^?^O.^4_ZS\[][]9_MC\=P#_[?\Z_]/\_
-+M2?__]MZ9_Z[_ZI"/8?^B_L/D_4/_DU<C=<R)!P7VQS)6O[#5LBT.[V3B6=?T
-+MF26$ED@YU@M7X['W"SK33'^VM'\AE(Y4HEV+,$!G2IM4"DXDQT)`$/NN)B5<
-+MD@)./G!S=^-:S*QE^\QD/G%]UI^:*CL;J7NX$;*/B`KR]#1[\/,#W7M.\,32
-+M*!?(IK*:CB32S+Q+K]G!XD;V(R8SZK]U]QS.?+H#6^6>/S=M?MV'73U`0*D:
-+MR$D4MLZ\DXZ:R%>RX2"P\O3TW'V]7_-N7CY]PV+&A*!.D@:U7TS+"/AY&`8J
-+M58<[HU@S@/'J6#2,F0<,ROJ1)NK!U.4LTKEUXG0A^%#3`P:)PI)_=AD">YWV
-+M)ZO"&4\S+D!S9A"_YV9/95:+BZ77^0I1;3^Y(U'AQU#8L+DD#!HJ8>"?3H1&
-+M46D+,28^*W_OW%P+1(HA]`NS3E'#F@8GLF[YM+;T]LFZ"RP'<?692)V'7T"`
-+M,)1,RSJC7I)L&@&%MKA^`.^;FI7+*IY(%$$A*OW%9(3QCC")/`!6AX3@6/OE
-+M[L[5;]Z'A.F<VV4'V`5Y,2]/`%B_G]+Z5G]03!.<6+P9J,@1'C;E-2N7A*/!
-+M=XV7R`?LNB,&"@:R,:MG;A>#_*,>UT'.'%ZW@;?7$5`;1.+6]*1P+"R]/U"7
-+M/'9CH,-X_/?X'-<$L]FQTEPBCN!B8DX%1OI;DYOR[611NH1:-)+(]Y_#*1\;
-+M'WZ`A@KI!L/3'*UF4<90QM.KK1$6`AY7X"'1Y5``@G1B\91`LFD@<A1JJ0#T
-+M),'RI06CZXSO1#3^!P&Y+C'+LN^K^$Y&A=XC_O`YB>1GMTIY`P:#Y@95%,C&
-+M-S%[Q%;E@&/-BQG\OOB)`,JHI#943%<N#:Y;>$ANB95SBOP^JRB"RA?_`_L;
-+M^RMLQ?SF'>,H8KZY,RXN-SYSD35:W=P92WF4+HA7;C-7VRAAO"W/->K[=P1F
-+M'X/V\O4=G4?'E\_>15SD9:Z'),A:5.J42`P"Z9XA`K9K/19?>```,JKEY651
-+M1='+`ZD].<8-^=U+GP-[CL62RBK'U_EPO<]1"4HKTXT7?-D2J/1.0P)28K-5
-+M@7G=M/,->ON]![!:UD'%-%?-\!40>1SD4@9G0-0OEY02)/RB'&-3+J'1;$1U
-+M&S<\:>L/M%S^ERBEYSHB=,,W':\9[2^V'4T/5%="63&?,<QS;$".U;?0,6MO
-+M4/9O!V)+4:XZ:+(H@M9?E8HN%^WYY38%A^CY;0T/\"(Y/H"Y,QP31TP_-+^P
-+M,\!TK\8\7KEWC'8+AY_[<&H1?.HF8`8;7=>>\-0/->HU]8`ZW^D57^T38*A]
-+MSHC80FAHB6-4J:J^V4X15/7V6W8E_QQYC,RH@#ZAD.\L7TBDR2&D-[">7FM4
-+MB)&AY[_^4O'E_68'8*,@O&-^L(;I<M+5MMU!AJ@1QAF=U$`NZ=.6`6IW(\#G
-+MXG2;)7(QECG.HD2RPKH[,2Z=2D$*P/%52VXHWOL""2+!DZ3[+D-'0"<S.R,)
-+M,['[X%T+ZICL'>Q%:9C:M*\+50.AU2.#N9W8()1#1BK&SA$$;[0HK=']S[RA
-+M/:"SPN#PH):X@YTL$S.@$%]UX.M,9_ID]WV<])X4U`@2G8"'`V8]BBN(UNYO
-+MW"P!ITF[NV>%8']EJP.)<"W:J&!"GT!-\7UNYD?\(Q+=[G3^H<W>F$W\+RW[
-+M1`:K4-LRN_@_[3I"%!$V>E<!)Q[;4011.WV7QK@EC\#4TFDKR;1CAA;%9+M:
-+MB4KL!$J<7>CQSC:YMAM&IVNH)>((AS!)K>6^9=TMMYBFU;SU0S(,J>J3!/:U
-+MO6_N^B(RCZ'.9Y]:(1;FN!QS==Z>%MG,];)*U6*2[S\@R83)3^%@>T7T?F\-
-+M'X\YL%D1HN%Y@I73;T:VNT-<V&#CKI1&XT8(X2_QS$Q:[DP<2&E1/`H#+ZE+
-+MKO_\NR[^72!?!0ZR3]D^F376GHC]U:/_U?__1__'R?[O]G_L;)S_?/[+SO*7
-+M__M/\G^"?XN_^[\22\>U?]'_`6/^X?]2=7\0SF$/^K,9>Y_H^I=)U4@-P2W:
-+M"`.AI]4"E'81%4H`#*@A)9`1#;^L2+1R^4E5V^J85$EHDTK:ZN15(%6ML.$5
-+M+\F6($LL$#?ST"V5L0316L@637KMP'K>MJ"Q]OL5_K&%X]70$BV)5;@])MU5
-+MMFU\Z[=WY[/F_3'![U@T2K\EX\C%_I]"'C=C](:$,/!4\)'U9?V34(!S%YS@
-+MJ]/K(2GD#D)(CSOJNN<^*BHQOT__P'@Z39+T^_6XUK$']5QZ$KCHK'FGZ5D;
-+M#5HG(W6S5[F0^^[I6`*4+?#.?#$"`*'2ZP?8-"MY/A7&\'L--I16#K@2M<G"
-+MEO5K18:3@HW$C)93'A:T^O#JP.&2LA-XLNLV/R+"P!;H/Y0LT"G1/P$A?U%O
-+M/9IG59]G\7D*7*0+03LD>ZXW=MQ/BKC_L%^7(\LNU"I6N/`%E$G*MH&\I6E4
-+ML-!AA&($\:!%#<._D]<IX>6C&5>M&C)$UW,/B[14R`RXTNQ<(V$CK'@=Q+(I
-+ME?-#J,"BD]:6I;.F]GK?GW]*'M_B16G605D^9S!&,V8F3^'7QC@_VLG`FVGM
-+M^"U3!M*3LBP2I=$?`#VQ+U_KV,REE.ANJ.SKUF%*A&/G:M!66U[OR;:KM<)X
-+M/+W3"E9KZ.SN7W,'2/,5UHO3W)+\QEV4.G#OU1'5,%5W7!VJMR%N_7[2@O0@
-+MB'D`@)TTP!Z3^[`3Y1Y]O?=2"BV78,,IPY@,5<28_%(#`^A:RN)J@?]J21P9
-+M%ZM]=,EX6$&][+1-M-",VGA$1J4`[B&:E!ZZC[HJ(6]<K\L^CC[=J+Z.R6T'
-+MV(Z1KL!A`7#060=N?G7?>`M(F<7OP"3LA#OZTSV[GU/=,(!G+EAR,'KBD6;<
-+M,Q;R"-6NZU/M+X[OME.2L+H@E_!4L*8L.+>#P;HHR1<>7%I&Y]IN,:M=.D55
-+MQ(28L[ZBIM6VSZ!&0UW/1&O0R1Z-L\DN=(`'$V[YL!EKNVQG8EVX`::B+`8\
-+MA<I0"9D56R9,S;OI#;1"EZ=%:>QI-V??D.#.)BM](//WHOEC:$.\_0#*L2A@
-+M`^@,A`S#!#HQB2S`[<NEI!_3[?$=!#HJE6%&DL9&7857?^/C9RX":&&*HV?*
-+M%3:>M2ZGA]/3AW0$6XAR$_OU5<BE>^4A\W3)2-YC-@X#PX?A;OH<H,UZV:@Q
-+MD44_P&*1?O^UUJ(OZC*,P2PC"O^UJ\X[M%F*)#/XDES_X[(^$Y.&H`T?(=X<
-+M=O1//=U%2N!D1O9Y7"-\,^.A7XS^B-]4QU#W$2[W=0S`U`6TW7#\^#9%96^8
-+MJ;R;?\1&9-_14`,9#BQ_]"2(@NW?--29CVK/+'N668S?^5;Q*KS'8T>P+G-S
-+MAX:I3&)<1A\<1"G.FK1"!DZF)=)]A=-+\6SXM).CT0"@A7\7SQ,J5^MU)"+J
-+MTHA,IS%@@ZG#^:465;0J*DL?>F;M(6J]EGP_7`ZJK?2*W5JL+PH58:Z$3RI(
-+MN1[>$=R'>E/SBACLZ9SF_1(SG>947.<$"42C$<,3<V2CZ!GZ2:CAOPW1MDFO
-+MY)"3TGU)%.059F"7=5B[G_*P?>U2()\;=>;JXRA@X%ES!9G>X45GS667RUL3
-+M@5XIN=P`W^NI=1N9X74$Z?Q>=D\KDX]%3M>$3)L?_@N(H%K1\:HWLFU:46:F
-+M>6J"1O])%@[0R2>J&:I1ZYQX^67>^667Z_%B"+.H6?,'BTF)]</)ZKWC]INO
-+M33D2VTX+4:6K!4UW`CH"9._6Q3AH5=;<*U3_=<>0_^%YJNE\TLL`XN<\2F2?
-+M6`Q77W3K>>%+*BN%:7+-;1'^N+=A`"$/=R#4Z5E`V7;-<]<',/\%Z<@X:XTK
-+MH?O+@_G)DGLL<3ZYH@D/"^:D#?S'JH/H?A=Z0XD4)4;GI/J5^V_Z-8]/H$$9
-+MRWSR+L@XSK*6748$;<2R:")1^D^N=!,['R?V&BJ+XG8R/BFL5"6YHOIDIU?B
-+MF[/K&[E^[*TNYBQH!1$*$ND@JM%7!``-&!*$?KZN^P4+O&\)$=AW-K-"`NI.
-+MT4+J>T79T/?I)6M4I92&-#31<EO;-0,5X.U$JNVVY7RX1`J+4YD)*'#H2#G/
-+MD)]@3G"DP,)Y%3P"ZAMIRQT3Q9B5E;$`,*LZ47^IZ]"1Q_$1^AG")-=@KQ&2
-+M[`1='>35ARVM)=U-D^';U\&(<+:O(K8?R3^AO`W]3)()PHDEW5@Y_*AN0J2#
-+M`WW`9/:T[T8YUK#](X9;-&M/.#;OQ!MQ38^<8!A#@8!QEL.9809S8!S70=?>
-+M%!HP-/X2J>;VJ5Y.<LWU<E4#"`='CU=M41V\-!T!;8PC(6GL@<V>CL7*V,N#
-+MN^[L0`SWJ5G=,CQQ\@"8V44^C!'1[P0,<@XO4R#.^24I=CWS\/AU+`.Q*.*4
-+MSO#4"%7/B#,+=+,#W\:A?9`2'BDC;:`9S^7EIH2#.\J/:?]EV3<C\*['%!XM
-+M=-.:Y*OL"J]*B3+-F>E6.Z^622"USR];9QB"\L;FBV2)HM.VL/+6LVXV](;T
-+M%PWZ`26(2"H25?](=SU/C`BZ;B[8C<Z3<\AM[8&!:-_=-6^)O6_A9F^P!8P/
-+M&:\.O'*RON6ZR4T)XW'E.)9?V_M./H,,759&?C;ZIG(8N\=Q*(+&<7"@)6U`
-+MUTU7)0B<O,/9?L]Y3=CG+GYP*^TZ5\P+R;FKZE%1Q,V6H"SBO+P\#2X9NVV(
-+M";GN&Y7(Q4@&AR\ON4A^<FP9KRD65Z8JDT?M0F>^^#4?SI:8R!9/-;:#,,I0
-+M+FLT$<2RX^A\$!9CN.^>LV>L9B>E(Q!Z!P//`5#M6$U$Z["HY>M5FY']FYNZ
-+M/.N5!-;5`P9E,)'&=373I\"$>6-RX7?7=F?!"29//U/7`@6"\:*[.KNY`M=2
-+M?MNR^H$>2^LQ%G0>R(P.)%#6?[G=_[VX/.SMA*A'>D?&W"TL^JO7^>_S_\[&
-+M_\'_.[N9>_VO]?_,'/_Q__\L?_"7__]W@"02")SZ+2((@/I__^D!IUK:,<L#
-+MV'[WE0:IR=BD*/M^<>Z8.36$6$7+I(MU!Q1T\?%HFEH*/]SG.SO,/8B5ZGC+
-+MN%@@/6"@9C=U)AXGW!G9KD[=Y<]1N\/*N,_E!UMC28E@%QV=I>\'3W4?KE_U
-+MR8EA]UEY"H8W7<;.>K9I7LZ6U1O]O:YC;E\[_3T(,P1LOI'XO5VOO[6@]%!'
-+MO_>#'5_VWKY>S`ATHAK4<_L]WU^H-M&-AJD2"?#S_Y((E>OG['AG*<!+>!AL
-+M/`8.B-\A<J8L#[/02S-+C[+7:8LI5C'6_!Z;WG#4/PO*%FR%>\!=:3K.(J19
-+MRE@;W"0/)T]!1&Q'"`+8\&6=?ZP+T*U>93@1+\]">=YF4C:.8/E8L::6!Y>B
-+M.G/>\[39[.NQ4KA[QJB206'#/5\7?U;SZJ;>PT=/;12/H1MQ?Z@+3`,:=AV0
-+M-GVM?;'9O25\_BJIU!Z4G"/V$VL=5ZH%%&WZI>P#MP]%A$5!UV]G3R^+,-B-
-+MV7VHAQF$O/%#!UJU]0WH0FY?W0@YU&$S??Y*9E:ET7E#@<O$_?TR&]L3]X89
-+MRCA#M.?SAVR?/$ZK)HH->'_ES_'#Q*J-V[9\=7Z<&AZP&IYV\7PDW_HW0"3T
-+MK(AEE-T/3A+2P5=PD1UX&AXHM;_[-/8[_+*@$4'&:@@3S8!1PD\O1K\QQ,?)
-+ML=M)Y_@R@J=J'4:NQW\0%W9A#+01:9C(M8Q(54R#H"+?_'YCA+;CR5FA%'-G
-+M#JFLH15[^DC'J_A^S)X=O92:Z(;GC>6[911/,!CV-!CFP\5_I:_:00SJ-PM4
-+M+7[4-+A,33UB?=@+HGH3J,H"I@3\R!F[.>:?%[;$4HFTHZP7'D":JR&!%PYE
-+M_H8*(B?0NQ82*+7B4&\E'SWOL6?T7,5W^FHJ5)UHG,03UJ#P0R44O"QX?%BR
-+M\F-G_D;5[ZGD0^XUU,W586O92J8!#Y[O$*>I?51F'-$`V":+UIIVPI7.-NM3
-+M<'\P?79:IOQX`PX*!QI!9U6(^BN'2F$^7@)1S`M5^*^,'R]B3.7XN!H"UDB7
-+M,^I67YOQCQ&_5.50^!;W"!_'=8@N@%1]7Q],?;8WN0;4C4[S*FVS?&^(:7DG
-+MJR9\*AAFB5GSTRZ5D%&$]!1H<X'F%-1SD[E1QY<.E$"*P*:J[.-#!8RSPEJ2
-+M#$G$C_TPNLVL.^3?K.6:"%JS+:@JC&1?5LY+*_M^./L*J3\<Q'5LQV&+4%=G
-+MOT.P^"[^Z$H%[Y'WG%1[$!FN(/3'XF`YCM#DS;N"$Q_%-3_;+`^=1>YX3,CW
-+M>Q\`.8?)6B%V3[)U."'Z<;-46#-B69+8V:&6?AS*&U(3*\-KP>=6+AU\]=4G
-+M5+6FL+9MBSIM5[JM*U>G>6Z>VR:CJ4T/EQ2U/=+!@)!?21&KM9PIV"TTQL^\
-+M)ZG%SAVR'"K3U/YJZFVK*DAF4V_+.,@-ENS^+K=EPS34Q*SFN.NB!*/B1!,;
-+M:A:"7L@.6$X2X7V@!9(+^JV@6KFNDJ`H7AZ3:9N2U&S3?-5';3-0G9V-`,%G
-+MIFYA_U+F50YYN$B:TV0V80][4T1U`2-7B,SE"R.QPG]4+JGT8T#APJ7<B)Q/
-+M=LL<W;J1X>2`&*JWT)-(^DIG%#LY8INOS4QI.-\=NZ=LH"!,KUUG:,Q<M(/!
-+M.P&!%ZJ7:'ZL!J4HUI1Z8^Q.7?3#_:R/N;'!!P%CWFR@T*;@=6KGCHS&_13@
-+M\<Z(A@$'Z2R:2M[=\D:+I316)"A89%`L2^KXM0N@96$R*LZD"4=$9Y&Y49W`
-+M,ISC862>KS=M/S?<%*`UVG2@7H-ZQ]J\7IE0YEW.FZK:HFUB,#FXH=OE<AH)
-+M*%HY71T)SHD*E:4P5`]A+&\(LHI.66U-*(,:R0'5$KC5_+Q[E<[L6ZQ,=E0L
-+M72SO<_1U7#N?EP*WJV66-1;H'DYWQ`3:5W6CVSI2U6V(LB,P1)E@[Y2S?YUH
-+M?4IL(5`$L7ZE_K12TVOX[C"QHHR65^\-5T@*TQ8;/"V4@A\:OMJ$VR.92P=Y
-+M*_QILU-^Q.C=Q7@43UF#B0)("34[)7,0QEUW[F-)%P$]S4@1;M!7%*C8!^0V
-+M5VI/P<R=1)&5.(`F?4&%"*^X4-AS!_05RVG?G^),:_J'L/64B$?.\)9D+,<A
-+M,*GMPAR%1R)HL]/+<YC)@5BBDJ%)BZH\6&@--2.3-Q:`'@%0]3]_<N+]PB?(
-+MH]K$8#'NZ]&<A6)VB+@;NAQG&6XG/PJ8_;:NWT&J)PM(#>]'+,G9^ZG61]U#
-+MN\'M@+*D/+2"0%<=;(<AI$JI#V"\'\P[30G(/B!**B&%\.<JGR`G4E3SRS]!
-+M(BFJ3,R$2L[*.3%!+R8L-417Q%B"X:`E1XZ!$X/6POZ2PH^/%&RLS=7OHIMR
-+M=$R3=73,1!?$J2Y#&?(Q+4K&9.8BJJP4#J6<S0_,\26IW-]US'L9/G.S[3JR
-+MSVS6I+CENSR'BO@+RQ.<!0$6D5LR^DRGY3LI2]8!R4??I:RA`A\M4_O)%^N[
-+M.SD)C)G*16\4G9-(\W-8%H6$I80CC-[".4\IZHS3%&2]-:*Q=N6L@C&Z>IFQ
-+M2CCK?26%&&8=&N`&YK=FK1X(?4RA2Z5`1'AG&OTP)E<_$O=SMY9E8JWU"?P3
-+MUI)G$IN3K9&"4'Q:Q%FBCRG/=&4,HK^'?YY!7P#**X3"71_HHUF&XN<3LKP+
-+MV8`=C^"K(]91BWU>)P,&9[^U%BN&[88F-*$A/NMBUZK&>GU^MPQC@'VXT3/)
-+M%R8EGW32U<?&FGOP6^.$O?XK;D[.U?T&[5\^^2_\A;_P%_[_AO\#R"+:>P!0
-+"````
-+`
-+end
-diff -urN -x CVS kdegames.orig/debian/rules kdegames/debian/rules
---- kdegames.orig/debian/rules Sat Mar 13 05:18:21 2004
-+++ kdegames/debian/rules Fri Apr 30 12:49:38 2004
-@@ -13,17 +13,30 @@
-
- DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static
-
--post-patches:: debian/stamp-kfouleggs-icon
--debian/stamp-kfouleggs-icon::
-- uudecode -o - debian/patches/kfouleggs-icon.tar.gz.uu | tar xfz -
-- touch debian/stamp-kfouleggs-icon
-+post-patches:: debian/stamp-kfouleggs-icon-uu debian/stamp-kdegames-branch-uu \
-+ debian/stamp-libtool-update
-
--common-build-arch::
-+debian/stamp-kfouleggs-icon-uu:
-+ uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar xfz -
-+ touch debian/stamp-kfouleggs-icon-uu
-+
-+debian/stamp-kdegames-branch-uu:
-+ uudecode -o - debian/patches/kdegames_branch.tar.gz.uu | tar xfz -
-+ touch debian/stamp-kdegames-branch-uu
-+
-+debian/stamp-libtool-update:
-+ cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
-+ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-+ touch debian/stamp-libtool-update
-+
-+common-build-arch:: debian/stamp-man-pages
-+debian/stamp-man-pages:
- # Generate man pages for the games
-- for f in debian/*.man; do \
-- soelim -Idebian $$f \
-- >debian/`basename $$f .man`.6; \
-+ for f in debian/man/*.man; do \
-+ soelim -Idebian/man $$f \
-+ >debian/man/`basename $$f .man`.6; \
- done
-+ touch debian/stamp-man-pages
-
- binary-post-install/%::
- # Put full paths to games into desktop files
-@@ -40,37 +53,26 @@
- debian/libkdegames-dev/usr/share/doc/libkdegames-dev/TODO.kgame
-
- clean::
-- rm -f debian/*.6
-- rm -f debian/kdegames-doc-html.doc-base.megami
-- rm -f debian/patches/kmines_complete_vs_solver.diff
-- rm -f `uudecode -o - debian/patches/kfouleggs-icon.tar.gz.uu | tar tfz -`
-- rm -f debian/stamp-kfouleggs-icon
-+ rm -f debian/man/*.6
-+ rm -f `uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar tfz -`
-+ rm -f `uudecode -o - debian/patches/kdegames_branch.tar.gz.uu | tar tfz -`
-+ rm -f debian/stamp-kfouleggs-icon-uu debian/stamp-kdegames-branch-uu \
-+ debian/stamp-libtool-update debian/stamp-man-pages
-+ rm -f debian/patches/kfouleggs-icon-automake.diff \
-+ debian/patches/lib-link.diff \
-+ debian/patches/kfouleggs-icon.tar.gz.uu
-+ rm -f debian/*.man
-+ rm -f admin/libtool.m4.in admin/ltmain.sh
-
- DEB_INSTALL_DOCS_ALL :=
-
--DEB_INSTALL_CHANGELOGS_ALL :=
-+$(patsubst %,test-changes/%,$(DEB_ALL_PACKAGES)) :: test-changes/%:
-+ echo $(cdbs_curpkg)
-+ echo $(DEB_INSTALL_CHANGELOGS_ALL)
-+
-+DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(cdbs_curpkg)/$$f; then echo $(cdbs_curpkg)/$$f; break; fi; done)
-+
- DEB_INSTALL_CHANGELOGS_kdegames := ChangeLog
--DEB_INSTALL_CHANGELOGS_atlantik := atlantik/ChangeLog
--DEB_INSTALL_CHANGELOGS_kasteroids := kasteroids/ChangeLog
--DEB_INSTALL_CHANGELOGS_kbattleship := kbattleship/ChangeLog
--DEB_INSTALL_CHANGELOGS_kblackbox := kblackbox/CHANGES
--DEB_INSTALL_CHANGELOGS_kenolaba := kenolaba/ChangeLog
--DEB_INSTALL_CHANGELOGS_kfouleggs := kfouleggs/CHANGELOG
--DEB_INSTALL_CHANGELOGS_kgoldrunner := kgoldrunner/ChangeLog
--DEB_INSTALL_CHANGELOGS_kjumpingcube := kjumpingcube/ChangeLog
--DEB_INSTALL_CHANGELOGS_klickety := klickety/CHANGELOG
--DEB_INSTALL_CHANGELOGS_kmahjongg := kmahjongg/ChangeLog
--DEB_INSTALL_CHANGELOGS_kmines := kmines/CHANGELOG
--DEB_INSTALL_CHANGELOGS_konquest := konquest/ChangeLog
--DEB_INSTALL_CHANGELOGS_kpat := kpat/CHANGES
--DEB_INSTALL_CHANGELOGS_kpoker := kpoker/ChangeLog
--DEB_INSTALL_CHANGELOGS_kreversi := kreversi/ChangeLog
--DEB_INSTALL_CHANGELOGS_ksame := ksame/ChangeLog
--DEB_INSTALL_CHANGELOGS_kshisen := kshisen/ChangeLog
--DEB_INSTALL_CHANGELOGS_ksirtet := ksirtet/CHANGELOG
--DEB_INSTALL_CHANGELOGS_ksnake := ksnake/ChangeLog
--DEB_INSTALL_CHANGELOGS_kspaceduel := kspaceduel/ChangeLog
--DEB_INSTALL_CHANGELOGS_ktron := ktron/ChangeLog
-
- DEB_DH_MAKESHLIBS_ARGS_libkdegames1 := -V'libkdegames1 (>= 4:3.2.0)'
- DEB_DH_MAKESHLIBS_ARGS_atlantik := -V
-diff -urN -x CVS kdegames.orig/katomic/katomic.desktop kdegames/katomic/katomic.desktop
---- kdegames.orig/katomic/katomic.desktop Thu Apr 1 14:32:01 2004
-+++ kdegames/katomic/katomic.desktop Sun Apr 25 01:22:17 2004
-@@ -42,6 +42,7 @@
- GenericName[he]=משחק לוגיקה
- GenericName[hi]=तर्क का खेल
- GenericName[hr]=Logička igra
-+GenericName[hsb]=Logiska hra
- GenericName[hu]=Logikai
- GenericName[is]=KĂŚnskuleikur
- GenericName[it]=Gioco di logica
-diff -urN -x CVS kdegames.orig/kbackgammon/engines/fibs/kbginvite.cpp kdegames/kbackgammon/engines/fibs/kbginvite.cpp
---- kdegames.orig/kbackgammon/engines/fibs/kbginvite.cpp Fri Mar 7 23:09:20 2003
-+++ kdegames/kbackgammon/engines/fibs/kbginvite.cpp Wed Apr 14 18:24:50 2004
-@@ -17,7 +17,7 @@
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-- $Id$
-+ $Id$
-
- */
-
-@@ -28,11 +28,12 @@
- #include <qlayout.h>
- #include <qframe.h>
- #include <qspinbox.h>
--#include <qpushbutton.h>
- #include <qstring.h>
-
- #include <klocale.h>
- #include <klineedit.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- class KBgInvitePrivate {
-
-@@ -64,8 +65,8 @@
- d->mResume = new QPushButton(i18n("&Resume"), this);
- d->mUnlimited = new QPushButton(i18n("&Unlimited"), this);
-
-- d->mClose = new QPushButton(i18n("Close"), this);
-- d->mCancel = new QPushButton(i18n("Clear"), this);
-+ d->mClose = new KPushButton(KStdGuiItem::close(), this);
-+ d->mCancel = new KPushButton(KStdGuiItem::clear(), this);
-
- info->setText(i18n("Type the name of the player you want to invite in the first entry\n"
- "field and select the desired match length in the spin box."));
-diff -urN -x CVS kdegames.orig/kbackgammon/eventsrc kdegames/kbackgammon/eventsrc
---- kdegames.orig/kbackgammon/eventsrc Thu Apr 1 14:32:03 2004
-+++ kdegames/kbackgammon/eventsrc Thu Apr 15 15:37:48 2004
-@@ -50,7 +50,7 @@
- Name[mk]=Играта заврши, ти победи
- Name[mt]=Logħba spiċċat - int irbaħt
- Name[nb]=Spillet er slutt, du vant
--Name[nl]=Spel is afgelopen, u heeft gewonnen.
-+Name[nl]=Spel is afgelopen, u hebt gewonnen.
- Name[nn]=Spelet er slutt, du vann
- Name[nso]=Papadi e fedile, o fentse
- Name[pl]=Koniec gry, wygrałeś
-@@ -108,7 +108,7 @@
- Comment[mk]=Победи во тековната игра на backgammon
- Comment[mt]=Int irbaħt il-logħba preşenti tal-backgammon
- Comment[nb]=Du vant det gjeldende backgammon-spillet
--Comment[nl]=U heeft het huidige Backgammon-spel gewonnen.
-+Comment[nl]=U hebt het huidige Backgammon-spel gewonnen.
- Comment[nn]=Du har vunne denne backgammon-runden
- Comment[nso]=O fentse papadi ya bjale ya backgammon
- Comment[pl]=Wygrałeś bieżącą grę backgammon
-@@ -167,7 +167,7 @@
- Name[mk]=Играта заврши, ти изгуби
- Name[mt]=Logħba spiċċat - int tlift
- Name[nb]=Spillet er slutt, du tapte
--Name[nl]=Spel is afgelopen, u heeft verloren.
-+Name[nl]=Spel is afgelopen, u hebt verloren.
- Name[nn]=Spelet er slutt, du tapte
- Name[nso]=Papadi e fedile, o paletswe
- Name[pl]=Koniec gry, przegrałeś
-@@ -225,7 +225,7 @@
- Comment[mk]=Изгуби во тековната backgammon игра
- Comment[mt]=Int tlift il-logħba preşenti tal-backgammon
- Comment[nb]=Du tapte det gjeldende backgammon-spillet
--Comment[nl]=U heeft het huidige Backgammon-spel verloren.
-+Comment[nl]=U hebt het huidige Backgammon-spel verloren.
- Comment[nn]=Du har tapt denne backgammon-runden
- Comment[nso]=O paletswe ke papadi ya bjale ya backgammon
- Comment[pl]=Przegrałeś bieżącą grę backgammon
-@@ -668,7 +668,7 @@
- Comment[mk]=Некој те покани на меч
- Comment[mt]=Xi ħadd stiednek għal logħba
- Comment[nb]=Noen har invitert deg til et spill
--Comment[nl]=Iemand heeft u voor een spel uitgenodigd.
-+Comment[nl]=Iemand hebt u voor een spel uitgenodigd.
- Comment[nn]=Nokon har invitert deg til ein runde
- Comment[nso]=Motho o mongwe ogo laleditse papading
- Comment[pl]=Ktoś zaproponował pojedynek
-diff -urN -x CVS kdegames.orig/kbackgammon/kbackgammon.desktop kdegames/kbackgammon/kbackgammon.desktop
---- kdegames.orig/kbackgammon/kbackgammon.desktop Thu Apr 1 14:32:06 2004
-+++ kdegames/kbackgammon/kbackgammon.desktop Sun Apr 25 01:22:19 2004
-@@ -44,6 +44,7 @@
- GenericName[he]=משחק לוח
- GenericName[hi]=पट्ट का खेल
- GenericName[hr]=Igra na ploči
-+GenericName[hsb]=Deskowa hra
- GenericName[hu]=TĂĄblajĂĄtĂŠk
- GenericName[is]=BorĂ°leikur
- GenericName[it]=Gioco da tavolo
-diff -urN -x CVS kdegames.orig/kbackgammon/kbgboard.cpp kdegames/kbackgammon/kbgboard.cpp
---- kdegames.orig/kbackgammon/kbgboard.cpp Sat Dec 27 13:00:46 2003
-+++ kdegames/kbackgammon/kbgboard.cpp Wed Apr 14 18:24:50 2004
-@@ -47,6 +47,8 @@
- #include <qvbox.h>
- #include <kiconloader.h>
- #include <ktabctl.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include "version.h"
-
-@@ -386,8 +388,8 @@
-
- cb[0] = new QComboBox(this, "first sb");
- cb[1] = new QComboBox(this, "second sb");
-- ok = new QPushButton(i18n("OK"), this);
-- cancel = new QPushButton(i18n("Cancel"), this);
-+ ok = new KPushButton(KStdGuiItem::ok(), this);
-+ cancel = new KPushButton(KStdGuiItem::cancel(), this);
-
- info->setText(i18n("Set the face value of the cube and select who should be able to\n"
- "double. Note that a face value of 1 automatically allows both\n"
-@@ -536,8 +538,8 @@
-
- sb[0] = new QSpinBox(this, "first sb");
- sb[1] = new QSpinBox(this, "second sb");
-- ok = new QPushButton(i18n("OK"), this);
-- cancel = new QPushButton(i18n("Cancel"), this);
-+ ok = new KPushButton(KStdGuiItem::ok(), this);
-+ cancel = new KPushButton(KStdGuiItem::cancel(), this);
-
- info->setText(i18n("Set the face values of the selected dice. The other player's\n"
- "dice will be cleared and it will be the dice's owner's turn."));
-@@ -725,7 +727,7 @@
- checkerDiam = (int)((width()/15-2)<(height()/10.0-2) ?
- (width()/15-2) : (height()/10.0-2));
-
-- if (checkerDiam < MINIMUM_CHECKER_SIZE)
-+ if (checkerDiam < MINIMUM_CHECKER_SIZE)
- checkerDiam = MINIMUM_CHECKER_SIZE;
-
- for (int i = 0; i < 14; ++i) {
-diff -urN -x CVS kdegames.orig/kbattleship/kbattleship/kbattleship.desktop kdegames/kbattleship/kbattleship/kbattleship.desktop
---- kdegames.orig/kbattleship/kbattleship/kbattleship.desktop Thu Apr 1 14:32:11 2004
-+++ kdegames/kbattleship/kbattleship/kbattleship.desktop Wed Apr 28 14:39:05 2004
-@@ -48,6 +48,7 @@
- GenericName[he]=משחק אסטרטגיה
- GenericName[hi]=कौशल का खेल
- GenericName[hr]=Igra strategije
-+GenericName[hsb]=Strategiska hra
- GenericName[hu]=StratĂŠgiai
- GenericName[is]=HerkĂŚnskuleikur
- GenericName[it]=Gioco di strategia
-diff -urN -x CVS kdegames.orig/kblackbox/kblackbox.desktop kdegames/kblackbox/kblackbox.desktop
---- kdegames.orig/kblackbox/kblackbox.desktop Thu Apr 1 14:32:13 2004
-+++ kdegames/kblackbox/kblackbox.desktop Sun Apr 25 01:22:21 2004
-@@ -23,6 +23,7 @@
- GenericName[he]=משחק לוגיקה
- GenericName[hi]=तर्क का खेल
- GenericName[hr]=Logička igra
-+GenericName[hsb]=Logiska hra
- GenericName[hu]=Logikai
- GenericName[is]=KĂŚnskuleikur
- GenericName[it]=Gioco di logica
-diff -urN -x CVS kdegames.orig/kenolaba/kenolaba.desktop kdegames/kenolaba/kenolaba.desktop
---- kdegames.orig/kenolaba/kenolaba.desktop Thu Apr 1 14:32:17 2004
-+++ kdegames/kenolaba/kenolaba.desktop Sun Apr 25 01:22:23 2004
-@@ -36,6 +36,7 @@
- GenericName[he]=משחק לוח
- GenericName[hi]=पट्ट का खेल
- GenericName[hr]=Igra na ploči
-+GenericName[hsb]=Deskowa hra
- GenericName[hu]=TĂĄblajĂĄtĂŠk
- GenericName[is]=BorĂ°leikur
- GenericName[it]=Gioco da tavolo
-diff -urN -x CVS kdegames.orig/kfouleggs/eventsrc kdegames/kfouleggs/eventsrc
---- kdegames.orig/kfouleggs/eventsrc Thu Apr 1 14:32:19 2004
-+++ kdegames/kfouleggs/eventsrc Sun Apr 4 14:54:25 2004
-@@ -29,6 +29,7 @@
- Name[is]=Kubbar fjarlĂŚgĂ°ir
- Name[it]=Blocchi rimossi
- Name[ja]=ブロックを消した
-+Name[nb]=Blokker fjernet
- Name[nl]=Blokken verwijderd
- Name[nn]=Blokker fjerna
- Name[pl]=Usunięcie bloków
-@@ -63,6 +64,7 @@
- Comment[is]=Kubbar fjarlĂ°ir
- Comment[it]=Blocchi rimossi
- Comment[ja]=ブロック消した
-+Comment[nb]=Blokker fjernet
- Comment[nl]=Blokken verwijderd
- Comment[nn]=Blokker fjerna
- Comment[pl]=Usunięcie bloków
-@@ -200,6 +202,7 @@
- Name[is]=Hlutur lĂ­mdur
- Name[it]=Pezzo incollato
- Name[ja]=ピースをくっつけた
-+Name[nb]=Brikke festet
- Name[nl]=Samengevoegde stukken
- Name[nn]=Brikke festa
- Name[pl]=Sklejenie elementĂłw
-@@ -233,6 +236,7 @@
- Comment[is]=Hlutur lĂ­mdur
- Comment[it]=Pezzo incollato
- Comment[ja]=ピースをくっつけた
-+Comment[nb]=Brikke festet
- Comment[nl]=Samengevoegde stukken
- Comment[nn]=Brikke festa
- Comment[pl]=Sklejenie elementu
-diff -urN -x CVS kdegames.orig/kgoldrunner/src/kgrdialog.cpp kdegames/kgoldrunner/src/kgrdialog.cpp
---- kdegames.orig/kgoldrunner/src/kgrdialog.cpp Sat Dec 13 11:38:14 2003
-+++ kdegames/kgoldrunner/src/kgrdialog.cpp Wed Apr 14 18:24:50 2004
-@@ -125,9 +125,9 @@
- QHBox * buttons = new QHBox (this);
- mainLayout->addWidget (buttons);
- buttons->setSpacing (spacing);
-- HELP = new QPushButton (i18n("Help"), buttons);
-- OK = new QPushButton (i18n("&OK"), buttons);
-- CANCEL = new QPushButton (i18n("&Cancel"), buttons);
-+ HELP = new KPushButton (KStdGuiItem::help(), buttons);
-+ OK = new KPushButton (KStdGuiItem::ok(), buttons);
-+ CANCEL = new KPushButton (KStdGuiItem::cancel(), buttons);
-
- QPoint p = parent->mapToGlobal (QPoint (0,0));
-
-@@ -533,8 +533,8 @@
- QHBox * buttons = new QHBox (dad);
- mainLayout->addWidget (buttons);
- buttons->setSpacing (spacing);
-- QPushButton * OK = new QPushButton (i18n("&OK"), buttons);
-- QPushButton * CANCEL = new QPushButton (i18n("&Cancel"), buttons);
-+ QPushButton * OK = new KPushButton (KStdGuiItem::ok(), buttons);
-+ QPushButton * CANCEL = new KPushButton (KStdGuiItem::cancel(), buttons);
-
- dad-> setCaption (i18n("Edit Name & Hint"));
- #endif
-@@ -638,8 +638,8 @@
- QHBox * buttons = new QHBox (dad);
- mainLayout->addWidget (buttons);
- buttons->setSpacing (spacing);
-- OK = new QPushButton (i18n("&OK"), buttons);
-- CANCEL = new QPushButton (i18n("&Cancel"), buttons);
-+ OK = new KPushButton (KStdGuiItem::ok(), buttons);
-+ CANCEL = new QPushButton (KStdGuiItem::cancel(), buttons);
-
- QPoint p = parent->mapToGlobal (QPoint (0,0));
-
-@@ -796,8 +796,8 @@
- #ifdef KGR_PORTABLE
- QHBox * buttons = new QHBox (dad);
- buttons-> setSpacing (spacing);
-- QPushButton * OK = new QPushButton (i18n("&OK"), buttons);
-- QPushButton * CANCEL = new QPushButton (i18n("&Cancel"), buttons);
-+ QPushButton * OK = new KPushButton (KStdGuiItem::ok(), buttons);
-+ QPushButton * CANCEL = new KPushButton (KStdGuiItem::cancel(), buttons);
- mainLayout-> addWidget (buttons);
-
- dad-> setCaption (i18n("Select Saved Game"));
-@@ -936,7 +936,7 @@
- #endif
- mainLayout->addWidget (mle);
-
-- QPushButton * OK = new QPushButton (i18n("&OK"), mm);
-+ QPushButton * OK = new KPushButton (KStdGuiItem::ok(), mm);
- mainLayout->addWidget (OK, Qt::AlignHCenter);
-
- mm-> setCaption (title);
-diff -urN -x CVS kdegames.orig/kgoldrunner/src/kgrgame.cpp kdegames/kgoldrunner/src/kgrgame.cpp
---- kdegames.orig/kgoldrunner/src/kgrgame.cpp Sat Dec 13 11:38:14 2003
-+++ kdegames/kgoldrunner/src/kgrgame.cpp Wed Apr 14 18:24:50 2004
-@@ -26,6 +26,9 @@
- #include <stdlib.h>
- #include <ctype.h>
-
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-+
- #ifndef KGR_PORTABLE
- #include <kglobalsettings.h>
- #endif
-@@ -996,7 +999,7 @@
- "it may be enshrined in the KGoldrunner Hall of Fame."),
- hsn);
- QLineEdit * hsnUser = new QLineEdit (hsn);
-- QPushButton * OK = new QPushButton (i18n("OK"), hsn);
-+ QPushButton * OK = new KPushButton (KStdGuiItem::ok(), hsn);
-
- mainLayout-> addWidget (hsnMessage);
- mainLayout-> addWidget (hsnUser);
-@@ -1162,7 +1165,7 @@
-
- QHBox * buttons = new QHBox (hs);
- buttons-> setSpacing (spacing);
-- QPushButton * OK = new QPushButton (i18n("&Close"), buttons);
-+ QPushButton * OK = new KPushButton (KStdGuiItem::close(), buttons);
-
- mainLayout-> addWidget (hsHeader);
- mainLayout-> addWidget (hsColHeader);
-diff -urN -x CVS kdegames.orig/kjumpingcube/kjumpingcube.desktop kdegames/kjumpingcube/kjumpingcube.desktop
---- kdegames.orig/kjumpingcube/kjumpingcube.desktop Thu Apr 1 14:32:25 2004
-+++ kdegames/kjumpingcube/kjumpingcube.desktop Sun Apr 25 01:22:25 2004
-@@ -55,6 +55,7 @@
- GenericName[he]=משחק טקטי
- GenericName[hi]=रणनीतिक खेल
- GenericName[hr]=Taktička igra
-+GenericName[hsb]=Taktiska hra
- GenericName[hu]=Logikai
- GenericName[id]=Permainan Taktik
- GenericName[is]=HerkĂŚnskuleikur
-diff -urN -x CVS kdegames.orig/klickety/eventsrc kdegames/klickety/eventsrc
---- kdegames.orig/klickety/eventsrc Thu Apr 1 14:32:27 2004
-+++ kdegames/klickety/eventsrc Sun Apr 4 14:54:27 2004
-@@ -25,6 +25,7 @@
- Name[is]=LĂ­na fjarlĂŚgĂ°
- Name[it]=Riga rimossa
- Name[ja]=線を消しました
-+Name[nb]=Linje fjernet
- Name[nl]=Regel verwijderd
- Name[nn]=Linje fjerna
- Name[pl]=Linia usunięta
-diff -urN -x CVS kdegames.orig/klickety/klickety.desktop kdegames/klickety/klickety.desktop
---- kdegames.orig/klickety/klickety.desktop Thu Apr 1 14:32:29 2004
-+++ kdegames/klickety/klickety.desktop Sun Apr 25 01:22:27 2004
-@@ -27,6 +27,7 @@
- GenericName[he]=משחק לוח
- GenericName[hi]=पट्ट का खेल
- GenericName[hr]=Igra na ploči
-+GenericName[hsb]=Deskowa hra
- GenericName[hu]=TĂĄblajĂĄtĂŠk
- GenericName[is]=BorĂ°leikur
- GenericName[it]=Gioco da tavolo
-diff -urN -x CVS kdegames.orig/klines/klines.desktop kdegames/klines/klines.desktop
---- kdegames.orig/klines/klines.desktop Thu Apr 1 14:32:31 2004
-+++ kdegames/klines/klines.desktop Sun Apr 25 01:22:29 2004
-@@ -31,6 +31,7 @@
- GenericName[he]=משחק טקטי
- GenericName[hi]=रणनीतिक खेल
- GenericName[hr]=Taktička igra
-+GenericName[hsb]=Taktiska hra
- GenericName[hu]=Logikai
- GenericName[id]=Permainan Taktik
- GenericName[is]=HerkĂŚnskuleikur
-diff -urN -x CVS kdegames.orig/kmahjongg/HighScore.cpp kdegames/kmahjongg/HighScore.cpp
---- kdegames.orig/kmahjongg/HighScore.cpp Wed Dec 24 18:23:19 2003
-+++ kdegames/kmahjongg/HighScore.cpp Wed Apr 14 18:24:50 2004
-@@ -4,18 +4,19 @@
-
-
- #include <qlabel.h>
--#include <qpushbutton.h>
- #include <qfileinfo.h>
- #include <kmessagebox.h>
- #include "klocale.h"
--#include <kstandarddirs.h>
-+#include <kstandarddirs.h>
- #include <kiconloader.h>
- #include <qlineedit.h>
- #include <qcombobox.h>
- #include <kapplication.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- static const QString highScoreMagic1_0 = "kmahjongg-scores-v1.0";
--static const QString highScoreMagic1_1 = "kmahjongg-scores-v1.1";
-+static const QString highScoreMagic1_1 = "kmahjongg-scores-v1.1";
-
- static const char * highScoreFilename = "/kmahjonggHiscores";
-
-@@ -32,11 +33,11 @@
- "Phil Lamdin"
- };
-
--int defScores[numScores] =
-- {400, 350, 300, 250, 200, 150, 100, 50, 20, 10};
--
--const int ages = 59+(59*60)+(2*60*60);
--int defTimes[numScores] = {ages, ages-1, ages-2, ages-3,
-+int defScores[numScores] =
-+ {400, 350, 300, 250, 200, 150, 100, 50, 20, 10};
-+
-+const int ages = 59+(59*60)+(2*60*60);
-+int defTimes[numScores] = {ages, ages-1, ages-2, ages-3,
- ages-4, ages-5, ages-6, ages-7, ages-8, ages-9};
-
-
-@@ -99,7 +100,7 @@
- qtarch_Label_6->setGeometry( 340, 45, 70, 30 );
- qtarch_Label_6->setFrameStyle( 50 );
- qtarch_Label_6->setText( i18n("Time") );
-- qtarch_Label_6->setFont(fnt);
-+ qtarch_Label_6->setFont(fnt);
-
-
-
-@@ -107,12 +108,11 @@
- addRow(row);
-
- QPushButton* qtarch_PushButton_1;
-- qtarch_PushButton_1 = new QPushButton( this, "PushButton_1" );
-+ qtarch_PushButton_1 = new KPushButton( KStdGuiItem::ok(), this, "PushButton_1" );
- qtarch_PushButton_1->setGeometry( 110+35, 340+50, 100, 30 );
- qtarch_PushButton_1->setMinimumSize( 0, 0 );
- qtarch_PushButton_1->setMaximumSize( 32767, 32767 );
- qtarch_PushButton_1->setFocusPolicy( QWidget::TabFocus );
-- qtarch_PushButton_1->setText(i18n( "&OK" ));
- qtarch_PushButton_1->setAutoRepeat( FALSE );
- qtarch_PushButton_1->setAutoResize( FALSE );
- qtarch_PushButton_1->setDefault(true);
-@@ -129,7 +129,7 @@
-
- KIconLoader *loader = KGlobal::iconLoader();
- resetBtn->setPixmap(loader->loadIcon("editdelete", KIcon::Toolbar));
--
-+
-
-
- /* We create the ediat area for the hi score name entry and move it */
-@@ -158,13 +158,13 @@
- resize( 350+70,390+45 );
- setFixedSize(350+70,390+45);
-
-- tables = NULL;
-+ tables = NULL;
- loadTables();
- currTable = tables;
-
- setCaption(kapp->makeStdCaption(i18n("Scores")));
-
-- selectedLine = -1;
-+ selectedLine = -1;
-
- connect(lineEdit, SIGNAL( textChanged(const QString &)),
- SLOT( nameChanged(const QString &)));
-@@ -175,7 +175,7 @@
- }
-
- // free up the table structures
--
-+
- HighScore::~HighScore()
- {
- TableInstance *t, *t1;
-@@ -203,13 +203,13 @@
-
- // open the file, on error set up the default table
- FILE *fp = fopen( QFile::encodeName(highScoreFile()), "r");
-- if (fp == NULL)
-- goto error;
-+ if (fp == NULL)
-+ goto error;
-
- // check magic
- fscanf(fp, "%1023s\n", buff);
- if (highScoreMagic1_1 != buff) {
-- goto error;
-+ goto error;
- }
-
- int num;
-@@ -229,7 +229,7 @@
- combo->insertItem(t->name);
- setComboTo(t->name);
- for (int e=0; e<numScores; e++) {
-- fscanf(fp, "%ld\n", &(t->entries[e].score));
-+ fscanf(fp, "%ld\n", &(t->entries[e].score));
- fscanf(fp, "%ld\n", &(t->entries[e].elapsed));
- fscanf(fp, "%ld\n", &(t->entries[e].board));
- fgets(buff, sizeof(buff), fp);
-@@ -237,13 +237,13 @@
- buff[strlen(buff)-1] = '\0';
- t->entries[e].name=QString::fromUtf8(buff,-1);
- }
-- }
-+ }
-
-
- fclose(fp);
- return;
-
--
-+
- error:
- selectTable("default");
- saveTables();
-@@ -264,14 +264,14 @@
- FILE *fp = fopen( QFile::encodeName(highScoreFile()), "w");
- if (fp == NULL)
- return;
--
-+
- // count up the number of tables to save
- for (p=tables; p != NULL; p = p->next)
- num++;
-
- // output the file magic
- fprintf(fp,"%s\n", highScoreMagic1_1.utf8().data());
--
-+
- // output the count of tables to process
- fprintf(fp, "%d\n", num);
-
-@@ -279,19 +279,19 @@
- for (p=tables; p != NULL; p = p->next) {
- fprintf(fp, "%s\n", p->name.utf8().data());
- for (int e=0; e<numScores; e++) {
-- fprintf(fp,"%ld\n%ld\n%ld\n%s\n",
-+ fprintf(fp,"%ld\n%ld\n%ld\n%s\n",
- p->entries[e].score,
- p->entries[e].elapsed,
- p->entries[e].board,
- p->entries[e].name.utf8().data());
- }
- }
-- fclose(fp);
-+ fclose(fp);
-
- }
-
- // traverse the list of hi score tables and set the
--// current table to the specified board. Create it if it does not
-+// current table to the specified board. Create it if it does not
- // exist.
-
- void HighScore::selectTable(const QString &board) {
-@@ -303,7 +303,7 @@
- if (pos->name == board)
- break;
- pos = pos->next;
-- }
-+ }
-
-
-
-@@ -311,14 +311,14 @@
- // not found, add new board to the front of the list
- TableInstance *n = new TableInstance;
- n->next = tables;
-- n->name = board;
-+ n->name = board;
-
-
-
- for (int p =0; p < numScores; p ++) {
- n->entries[p].name = defNames[p];
- n->entries[p].score = defScores[p];
-- n->entries[p].board = 928364243l+(p *3);
-+ n->entries[p].board = 928364243l+(p *3);
- n->entries[p].elapsed = defTimes[p];
- }
- tables = n;
-@@ -350,8 +350,8 @@
- namesWidgets[num]->setGeometry( 40, 75+(num*30), 150, 30 );
- namesWidgets[num]->setFrameStyle( 50 );
- namesWidgets[num]->setAlignment( 289 );
--
-- // board
-+
-+ // board
- boardWidgets[num] = new QLabel( this);
- boardWidgets[num]->setGeometry( 190, 75+(num*30), 80, 30 );
- boardWidgets[num]->setFrameStyle( 50 );
-@@ -371,9 +371,9 @@
- elapsedWidgets[num]->setFrameStyle( 50 );
- tmp = elapsedWidgets[num]->font();
- tmp.setItalic(true);
-- elapsedWidgets[num]->setFont(tmp);
-+ elapsedWidgets[num]->setFont(tmp);
-+
-
--
- }
-
- void HighScore::copyTableToScreen(const QString &name) {
-@@ -393,14 +393,14 @@
- e = e - (e % (60*60));
- int h = (e % (60*60*60)) / (60*60);
- sprintf(buff, "%2.2d:%2.2d:%2.2d", h, m , s);
-- elapsedWidgets[p]->setText(buff);
-+ elapsedWidgets[p]->setText(buff);
-
- }
- repaint(false);
- }
-
- int HighScore::exec(QString &layout) {
-- copyTableToScreen(layout);
-+ copyTableToScreen(layout);
- return(QDialog::exec());
- }
-
-@@ -414,7 +414,7 @@
- // creates it if it does not exist
- selectTable(board);
-
--
-+
- for (pos=0; pos <numScores; pos++) {
- if (s > currTable->entries[pos].score) {
- break;
-@@ -435,7 +435,7 @@
- currTable->entries[pos].elapsed = e;
-
- lineEdit->setEnabled(true);
-- lineEdit->setGeometry( 40, 75+(pos*30), 150, 30 );
-+ lineEdit->setGeometry( 40, 75+(pos*30), 150, 30 );
- lineEdit->setFocus();
- lineEdit->setText("");
- selectedLine = pos;
-@@ -449,19 +449,19 @@
- selectedLine = -1;
- lineEdit->setGeometry( 40, 75+(20*30), 150, 30);
- lineEdit->setEnabled(false);
--
-+
- // sync the hiscore table to disk now
- saveTables();
--
-+
- }
-
- void HighScore::nameChanged(const QString &s) {
-
- if (selectedLine == -1)
- return;
--
-+
- if (s.isEmpty())
-- currTable->entries[selectedLine].name =
-+ currTable->entries[selectedLine].name =
- i18n("Anonymous");
- else
- currTable->entries[selectedLine].name = s;
-@@ -501,12 +501,12 @@
- "you wish to proceed?"),
- i18n("Reset high scores" ));
- if (res != 1)
-- return ;
-+ return ;
-
- // delete the file
- res = unlink( QFile::encodeName(highScoreFile()));
--
-- // wipe ou the in memory list of tables
-+
-+ // wipe ou the in memory list of tables
- TableInstance *t, *d;
-
- if (tables != NULL) {
-@@ -519,14 +519,14 @@
- }
-
- }
--
-+
- // set the list empty
- tables = NULL;
-- currTable=NULL;
-+ currTable=NULL;
-
- // clear out the combobox
- combo->clear();
--
-+
- // stick in a default
- selectTable("default");
-
-@@ -538,4 +538,4 @@
- QString &HighScore::highScoreFile(void) {
- return filename;
-
--}
-+}
-diff -urN -x CVS kdegames.orig/kmahjongg/Preview.cpp kdegames/kmahjongg/Preview.cpp
---- kdegames.orig/kmahjongg/Preview.cpp Wed Dec 24 18:23:19 2003
-+++ kdegames/kmahjongg/Preview.cpp Wed Apr 14 18:24:50 2004
-@@ -7,9 +7,10 @@
- #include <kmessagebox.h>
- #include <kstandarddirs.h>
- #include <klocale.h>
--#include <qpushbutton.h>
- #include <qcombobox.h>
- #include <qbuttongroup.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include "prefs.h"
- #include "Preview.h"
-@@ -70,37 +71,34 @@
- int bw = ((310+dx) - ((90+(dx/3))*3))/4 ;
- int pos = bw +10;
-
-- okButton = new QPushButton( this, "okButton" );
-+ okButton = new KPushButton( KStdGuiItem::ok(), this, "okButton" );
- okButton->setGeometry( pos, 240+dy, 90+(dx/3), 26 ); // was 20
- okButton->setMinimumSize( 0, 0 );
- okButton->setMaximumSize( 32767, 32767 );
- connect( okButton, SIGNAL(clicked()), SLOT(ok()) );
- okButton->setFocusPolicy( QWidget::TabFocus );
- okButton->setBackgroundMode( QWidget::PaletteBackground );
-- okButton->setText( i18n("&OK") );
- okButton->setAutoRepeat( FALSE );
- okButton->setDefault(true);
-
- pos += (90+(dx/3))+bw;
-- applyButton = new QPushButton( this, "applyButton" );
-+ applyButton = new KPushButton( KStdGuiItem::apply(), this, "applyButton" );
- applyButton->setGeometry( pos, 240+dy, 90+(dx/3), 26 );
- applyButton->setMinimumSize( 0, 0 );
- applyButton->setMaximumSize( 32767, 32767 );
- connect( applyButton, SIGNAL(clicked()), SLOT(apply()) );
- applyButton->setFocusPolicy( QWidget::TabFocus );
- applyButton->setBackgroundMode( QWidget::PaletteBackground );
-- applyButton->setText( i18n("Apply") );
- applyButton->setAutoRepeat( FALSE );
-
- pos += (90+(dx/3))+bw;
-- cancelButton = new QPushButton( this, "cancelButton" );
-+ cancelButton = new KPushButton( KStdGuiItem::cancel(), this, "cancelButton" );
- cancelButton->setGeometry( pos, 240+dy, 90+(dx/3), 26 );
- cancelButton->setMinimumSize( 0, 0 );
- cancelButton->setMaximumSize( 32767, 32767 );
- connect( cancelButton, SIGNAL(clicked()), SLOT(reject()) );
- cancelButton->setFocusPolicy( QWidget::TabFocus );
- cancelButton->setBackgroundMode( QWidget::PaletteBackground );
-- cancelButton->setText( i18n("&Cancel") );
- cancelButton->setAutoRepeat( FALSE );
-
- drawFrame = new FrameImage( this, "drawFrame" );
-@@ -302,7 +300,7 @@
- tile = locate("appdata", tile);
- back = locate("appdata", back);
- layout = locate("appdata", layout);
--
-+
- switch (previewType) {
- case background:
- back = selectedFile;
-@@ -344,7 +342,7 @@
- in.readLine(tilesetRaw, MAXPATHLEN);
- in.readLine(backRaw, MAXPATHLEN);
- in.readLine(layoutRaw, MAXPATHLEN);
--
-+
- tile = QString("pics") + tilesetRaw;
- back = QString("pics") + backRaw;
- layout = QString("pics") + layoutRaw;
-@@ -355,8 +353,8 @@
- tile.replace(QRegExp("\n"), QString::null);
- back.replace(QRegExp(":"), "/");
- back.replace(QRegExp("\n"), QString::null);
--
--
-+
-+
- tile = locate("appdata", tile);
- back = locate("appdata", back);
- layout = locate("appdata", layout);
-@@ -511,7 +509,7 @@
- tile = locate("appdata", tile);
- back = locate("appdata", back);
- layout = locate("appdata", layout);
--
-+
- QString with = ":";
- // we want to replace any path in the default store
- // with a +
-diff -urN -x CVS kdegames.orig/kmines/data/kmines.desktop kdegames/kmines/data/kmines.desktop
---- kdegames.orig/kmines/data/kmines.desktop Thu Apr 1 14:32:37 2004
-+++ kdegames/kmines/data/kmines.desktop Sun Apr 25 01:22:31 2004
-@@ -44,6 +44,7 @@
- GenericName[he]=משחק לוגיקה
- GenericName[hi]=तर्क का खेल
- GenericName[hr]=Logička igra
-+GenericName[hsb]=Logiska hra
- GenericName[hu]=Logikai
- GenericName[is]=KĂŚnskuleikur
- GenericName[it]=Gioco di logica
-diff -urN -x CVS kdegames.orig/kolf/courses/Classic.kolf kdegames/kolf/courses/Classic.kolf
---- kdegames.orig/kolf/courses/Classic.kolf Thu Apr 1 14:32:39 2004
-+++ kdegames/kolf/courses/Classic.kolf Sat Apr 17 14:36:21 2004
-@@ -16,6 +16,7 @@
- Name[gl]=ClĂĄsico
- Name[he]=קלאסי
- Name[hi]=क्लासिक
-+Name[hr]=Klasično
- Name[hu]=Klasszikus
- Name[is]=KlassĂ­sk
- Name[it]=Classico
-diff -urN -x CVS kdegames.orig/kolf/courses/Easy.kolf kdegames/kolf/courses/Easy.kolf
---- kdegames.orig/kolf/courses/Easy.kolf Thu Apr 1 14:32:41 2004
-+++ kdegames/kolf/courses/Easy.kolf Sat Apr 17 14:36:23 2004
-@@ -16,6 +16,7 @@
- Name[gl]=Campo sinxelo
- Name[he]=מסלול קל
- Name[hi]=आसान कोर्स
-+Name[hr]=Lagani teren
- Name[hu]=KĂśnnyĹą pĂĄlya
- Name[is]=AuĂ°veld leiĂ°
- Name[it]=Percorso facile
-@@ -629,6 +630,7 @@
- Comment[gl]=Golpear a modo
- Comment[he]=חבוט לאט...
- Comment[hi]=धीरे से मारें...
-+Comment[hr]=Udarite polako...
- Comment[hu]=Lassan megĂźtni...
- Comment[is]=SlĂĄĂ°u varlega...
- Comment[it]=Colpisci piano...
-diff -urN -x CVS kdegames.orig/kolf/courses/Impossible kdegames/kolf/courses/Impossible
---- kdegames.orig/kolf/courses/Impossible Thu Apr 1 14:32:45 2004
-+++ kdegames/kolf/courses/Impossible Sat Apr 17 14:36:26 2004
-@@ -14,6 +14,7 @@
- Name[gl]=Campo imposible
- Name[he]=מסלול בלתי אפשרי
- Name[hi]=असंभव कोर्स
-+Name[hr]=Nemogući smjer
- Name[hu]=KĂźlĂśnlegesen nehĂŠz pĂĄlya
- Name[is]=Ómöguleg leið
- Name[it]=Percorso impossibile
-@@ -836,6 +837,7 @@
- Comment[gl]=Respiro
- Comment[he]=הקלה
- Comment[hi]=ािरञऎ
-+Comment[hr]=Odgodi
- Comment[hu]=MĂĄzli
- Comment[is]=Milda
- Comment[it]=Pausa
-@@ -1589,6 +1591,7 @@
- Comment[gl]=Sorte
- Comment[he]=מזל
- Comment[hi]=भाग्य
-+Comment[hr]=Sreća
- Comment[hu]=Szerencse
- Comment[is]=Lukka
- Comment[it]=Fortunato
-@@ -3396,6 +3399,7 @@
- Comment[gl]=Caos
- Comment[he]=תוהו ובוהו
- Comment[hi]=अव्यवस्था
-+Comment[hr]=Kaos
- Comment[hu]=KĂĄosz
- Comment[is]=Kaos
- Comment[it]=Caos
-diff -urN -x CVS kdegames.orig/kolf/courses/Practice kdegames/kolf/courses/Practice
---- kdegames.orig/kolf/courses/Practice Thu Apr 1 14:32:49 2004
-+++ kdegames/kolf/courses/Practice Sat Apr 17 14:36:29 2004
-@@ -12,6 +12,7 @@
- Name[gl]=PrĂĄctica de pendente
- Name[he]=אימון מדרונים
- Name[hi]=ढाल अभ्यास
-+Name[hr]=Nagibna vjeĹžba TODO
- Name[hu]=Gyakorlás lejtőn
- Name[is]=Æfing í halla
- Name[it]=Esercizio su pendio
-diff -urN -x CVS kdegames.orig/kolf/courses/ReallyEasy kdegames/kolf/courses/ReallyEasy
---- kdegames.orig/kolf/courses/ReallyEasy Thu Apr 1 14:32:51 2004
-+++ kdegames/kolf/courses/ReallyEasy Sat Apr 17 14:36:31 2004
-@@ -16,6 +16,7 @@
- Name[gl]=Moi fĂĄcil
- Name[he]=ממש קל
- Name[hi]=सचमुच आसान
-+Name[hr]=Stvarno lagano
- Name[hu]=Nagyon kĂśnnyĹą
- Name[is]=Verulega auĂ°veld
- Name[it]=Facilissimo
-diff -urN -x CVS kdegames.orig/kolf/game.cpp kdegames/kolf/game.cpp
---- kdegames.orig/kolf/game.cpp Wed Dec 17 08:58:38 2003
-+++ kdegames/kolf/game.cpp Wed Apr 14 18:24:50 2004
-@@ -3782,7 +3782,7 @@
- // not cancel, don't save
- return false;
-
-- int result = KMessageBox::warningYesNoCancel(this, i18n("There are unsaved changes to current hole. Save them?"), i18n("Unsaved Changes"), i18n("&Save"), noMoreChances? i18n("Disca&rd") : i18n("Save &Later"), noMoreChances? "DiscardAsk" : "SaveAsk", true);
-+ int result = KMessageBox::warningYesNoCancel(this, i18n("There are unsaved changes to current hole. Save them?"), i18n("Unsaved Changes"), KStdGuiItem::save(), noMoreChances? KStdGuiItem::discard() : i18n("Save &Later"), noMoreChances? "DiscardAsk" : "SaveAsk", true);
- switch (result)
- {
- case KMessageBox::Yes:
-diff -urN -x CVS kdegames.orig/kolf/tutorial.kolf kdegames/kolf/tutorial.kolf
---- kdegames.orig/kolf/tutorial.kolf Thu Apr 1 14:32:57 2004
-+++ kdegames/kolf/tutorial.kolf Thu Apr 29 14:53:46 2004
-@@ -527,7 +527,7 @@
- Comment=Hit the ball onto the slope and let it roll into cup.
- Comment[bg]=На склона ударете топката и я оставете да се изтъркаля до дупката.
- Comment[bn]=বলে আঘাত করে ঢালের মধ্যে ঠেলে দিন এবং তা নিজে থেকেই গড়িয়ে গড়িয়ে কাপের দিকে চলে যাবে।
--Comment[ca]=Pica la pilota en la baixada i deixal¡la arrivar fins a la copa.
-+Comment[ca]=Pica la pilota en la baixada i deixal¡la arribar fins a la copa.
- Comment[da]=SlĂĽ bolden op pĂĽ skrĂĽningen og lad den rulle ned i fordybningen.
- Comment[de]=Spielen Sie den Ball aufs GrĂźn und lassen Sie ihn ins Loch rollen
- Comment[es]=Golpear la bola en la pendiente y dejarla rodar hasta la copa.
-diff -urN -x CVS kdegames.orig/kolf/x-kourse.desktop kdegames/kolf/x-kourse.desktop
---- kdegames.orig/kolf/x-kourse.desktop Thu Apr 1 14:33:01 2004
-+++ kdegames/kolf/x-kourse.desktop Sat Apr 17 14:36:33 2004
-@@ -19,6 +19,7 @@
- Comment[gl]=Campo de Kolf
- Comment[he]=מסלול Kolf
- Comment[hi]=कोल्फ कोर्स
-+Comment[hr]=Kolf teren
- Comment[hu]=Kolf pĂĄlya
- Comment[is]=Kolf Braut
- Comment[it]=Percorso di Kolf
-diff -urN -x CVS kdegames.orig/konquest/fleetdlg.cc kdegames/konquest/fleetdlg.cc
---- kdegames.orig/konquest/fleetdlg.cc Fri Oct 24 22:16:54 2003
-+++ kdegames/konquest/fleetdlg.cc Wed Apr 14 18:24:50 2004
-@@ -1,10 +1,11 @@
- #include <klistview.h>
- #include <qlayout.h>
--#include <qpushbutton.h>
- #include <kapplication.h>
- #include <klocale.h>
- #include <math.h>
- #include <kglobal.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include "fleetdlg.h"
- #include "fleetdlg.moc"
-@@ -21,7 +22,7 @@
- fleetTable->addColumn(i18n("Kill Percentage"), 100 );
- fleetTable->addColumn(i18n("Arrival Turn"), 90 );
-
-- QPushButton *okButton = new QPushButton( i18n("&OK"), this );
-+ QPushButton *okButton = new KPushButton( KStdGuiItem::ok(), this );
- okButton->setMinimumSize( okButton->sizeHint() );
- okButton->setDefault(true);
-
-@@ -48,7 +49,7 @@
- AttackFleet *curFleet;
- AttackFleetListIterator nextFleet( *fleetList );
- int fleetNumber = 0;
--
-+
- while( (curFleet = nextFleet())) {
- fleetNumber++;
- (void) new QListViewItem(fleetTable,
-diff -urN -x CVS kdegames.orig/konquest/gameboard.cc kdegames/konquest/gameboard.cc
---- kdegames.orig/konquest/gameboard.cc Mon Oct 27 11:08:23 2003
-+++ kdegames/konquest/gameboard.cc Wed Apr 14 18:24:50 2004
-@@ -184,7 +184,7 @@
- PlanetListIterator planetAi( planets );
- PlanetListIterator planetAttack( planets );
- Planet *target = 0;
--
-+
- switch( gameState ) {
- case NONE :
- // stuff for none
-@@ -322,13 +322,13 @@
-
- int ships;
- planetAi.toFirst();
--
-+
- while ((home = planetAi())) {
- if (home->getPlayer() == currentPlayer->current()) {
-
- bool hasAttack = false;
- ships = (int)floor(home->getFleet().getShipCount() * 0.7 );
--
-+
- if (ships >= 20) {
-
- Planet *attack;
-@@ -336,7 +336,7 @@
- planetAttack.toFirst();
- while ((attack = planetAttack())) {
- bool skip = false;
--
-+
- CoreLogic cl;
- double dist = cl.distance( home, attack );
-
-@@ -357,7 +357,7 @@
- minDistance = dist;
- }
- }
--
-+
- if (hasAttack) {
- sendAttackFleet( home, target, ships );
- }
-@@ -366,13 +366,13 @@
- minDistance = 100;
- int shipsToSend = 0;
- bool hasDestination = false;
--
-+
- while ((attack = planetAttack())) {
- bool skip = false;
- CoreLogic cl;
- double dist = cl.distance( home, attack );
- int homeships = (int)floor(home->getFleet().getShipCount() * 0.5 );
--
-+
- if ((dist < minDistance) && (attack->getPlayer() == currentPlayer->current()) &&
- (attack->getFleet().getShipCount() < homeships )) {
- AttackFleetListIterator FleetsinFlight( currentPlayer->current()->getAttackList() );
-@@ -386,7 +386,7 @@
- if (skip) continue;
-
- shipsToSend = (int)floor((home->getFleet().getShipCount() - attack->getFleet().getShipCount()) / 2) ;
--
-+
- target = attack;
- hasDestination = true;
- minDistance = dist;
-@@ -400,12 +400,12 @@
- }
- }
- }
--
-+
- endTurn->setEnabled( true );
- nextPlayer();
--
-+
- break;
--
-+
- default:
- break;
- }
-@@ -685,7 +685,7 @@
- ( this,
- i18n("Do you wish to retire this game?"),
- i18n("End Game"),
-- i18n("&OK") );
-+ KStdGuiItem::ok() );
-
- if( choice == KMessageBox::Cancel )
- return;
-@@ -849,9 +849,9 @@
- }
- else {
- gameState = SOURCE_PLANET;
--
-+
- }
-- turn();
-+ turn();
- }
- }
-
-diff -urN -x CVS kdegames.orig/konquest/gameenddlg.cc kdegames/konquest/gameenddlg.cc
---- kdegames.orig/konquest/gameenddlg.cc Wed Oct 10 19:13:32 2001
-+++ kdegames/konquest/gameenddlg.cc Wed Apr 14 18:24:50 2004
-@@ -1,9 +1,10 @@
- #include <qlabel.h>
- #include <qlayout.h>
--#include <qpushbutton.h>
- #include <kapplication.h>
- #include <klocale.h>
- #include <qslider.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include "gameenddlg.h"
- #include "gameenddlg.moc"
-@@ -14,19 +15,19 @@
- // Create controls
- QLabel *label1 = new QLabel( i18n("This is the last turn.\nDo you wish to add more turns?"), this );
- label1->setAlignment( AlignCenter );
--
-+
- turnCount = new QSlider( 1, 40, 1, 5, Qt::Horizontal, this );
- turnCountLbl = new QLabel( this );
-
-- QPushButton *yesBtn = new QPushButton( i18n("Yes"), this );
-+ QPushButton *yesBtn = new KPushButton( KStdGuiItem::yes(), this );
- yesBtn->setFixedSize( yesBtn->sizeHint() );
- yesBtn->setAutoDefault( true );
-
-- QPushButton *noBtn = new QPushButton( i18n("No"), this );
-+ QPushButton *noBtn = new KPushButton( KStdGuiItem::no(), this );
- noBtn->setFixedSize( noBtn->sizeHint() );
-
- turnCountChange( 5 );
--
-+
- // Layout controls
- QBoxLayout *layout1 = new QVBoxLayout( this );
- QBoxLayout *layout2 = new QHBoxLayout;
-@@ -59,7 +60,7 @@
- GameEndDlg::turnCountChange( int newTurnCount )
- {
- QString newLbl;
--
-+
- addTurns = newTurnCount;
-
- newLbl = i18n("Add %1 turns").arg( addTurns );
-diff -urN -x CVS kdegames.orig/konquest/konquest.desktop kdegames/konquest/konquest.desktop
---- kdegames.orig/konquest/konquest.desktop Thu Apr 1 14:33:03 2004
-+++ kdegames/konquest/konquest.desktop Wed Apr 28 14:39:09 2004
-@@ -44,6 +44,7 @@
- GenericName[he]=משחק אסטרטגיה
- GenericName[hi]=कौशल का खेल
- GenericName[hr]=Igra strategije
-+GenericName[hsb]=Strategiska hra
- GenericName[hu]=StratĂŠgiai
- GenericName[is]=HerkĂŚnskuleikur
- GenericName[it]=Gioco di strategia
-diff -urN -x CVS kdegames.orig/konquest/newgamedlg.cc kdegames/konquest/newgamedlg.cc
---- kdegames.orig/konquest/newgamedlg.cc Thu Nov 13 21:50:06 2003
-+++ kdegames/konquest/newgamedlg.cc Wed Apr 14 18:24:51 2004
-@@ -74,7 +74,7 @@
- okBtn->setFixedSize( okBtn->sizeHint() );
- okBtn->setEnabled(false);
-
-- cancelBtn = new QPushButton( i18n("&Cancel"), this );
-+ cancelBtn = new KPushButton( KStdGuiItem::cancel(), this );
- cancelBtn->setFixedSize( cancelBtn->sizeHint() );
-
-
-diff -urN -x CVS kdegames.orig/konquest/scoredlg.cc kdegames/konquest/scoredlg.cc
---- kdegames.orig/konquest/scoredlg.cc Wed Oct 10 19:13:32 2001
-+++ kdegames/konquest/scoredlg.cc Wed Apr 14 18:24:51 2004
-@@ -1,8 +1,9 @@
- #include <klistview.h>
- #include <qlayout.h>
--#include <qpushbutton.h>
- #include <kapplication.h>
- #include <klocale.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include "scoredlg.h"
- #include "scoredlg.moc"
-@@ -20,7 +21,7 @@
- scoreTable->addColumn(i18n("Fleets Destroyed"), 100 );
- scoreTable->addColumn(i18n("Ships Destroyed"), 100 );
-
-- QPushButton *okButton = new QPushButton( i18n("&OK"), this );
-+ QPushButton *okButton = new KPushButton( KStdGuiItem::ok(), this );
- okButton->setMinimumSize( okButton->sizeHint() );
- okButton->setDefault(true);
-
-diff -urN -x CVS kdegames.orig/kpat/pwidget.cpp kdegames/kpat/pwidget.cpp
---- kdegames.orig/kpat/pwidget.cpp Sun Nov 9 11:04:05 2003
-+++ kdegames/kpat/pwidget.cpp Wed Apr 14 18:24:51 2004
-@@ -411,7 +411,7 @@
- if (KMessageBox::questionYesNo(this, i18n("You couldn't win this game, "
- "but there is always a second try.\nStart a new game?"),
- i18n("Couldn't Win!"),
-- i18n("New Game"), i18n("Continue")) == KMessageBox::Yes)
-+ i18n("New Game"), KStdGuiItem::cont()) == KMessageBox::Yes)
- QTimer::singleShot(0, this, SLOT(newGame()));
- }
-
-diff -urN -x CVS kdegames.orig/kpoker/kpoker.desktop kdegames/kpoker/kpoker.desktop
---- kdegames.orig/kpoker/kpoker.desktop Thu Apr 1 14:33:07 2004
-+++ kdegames/kpoker/kpoker.desktop Sun Apr 25 01:22:33 2004
-@@ -45,6 +45,7 @@
- GenericName[he]=משחק קלפים
- GenericName[hi]=ताश के खेल
- GenericName[hr]=KartaĹĄka igra
-+GenericName[hsb]=Kartowa hra
- GenericName[hu]=KĂĄrtyajĂĄtĂŠk
- GenericName[is]=Spil
- GenericName[it]=Gioco di carte
-diff -urN -x CVS kdegames.orig/kreversi/kreversi.desktop kdegames/kreversi/kreversi.desktop
---- kdegames.orig/kreversi/kreversi.desktop Thu Apr 1 14:33:09 2004
-+++ kdegames/kreversi/kreversi.desktop Sun Apr 25 01:22:35 2004
-@@ -40,6 +40,7 @@
- GenericName[he]=משחק לוח
- GenericName[hi]=पट्ट का खेल
- GenericName[hr]=Igra na ploči
-+GenericName[hsb]=Deskowa hra
- GenericName[hu]=TĂĄblajĂĄtĂŠk
- GenericName[is]=BorĂ°leikur
- GenericName[it]=Gioco da tavolo
-diff -urN -x CVS kdegames.orig/ksame/ksame.desktop kdegames/ksame/ksame.desktop
---- kdegames.orig/ksame/ksame.desktop Thu Apr 1 14:33:13 2004
-+++ kdegames/ksame/ksame.desktop Sun Apr 25 01:22:37 2004
-@@ -63,6 +63,7 @@
- GenericName[he]=משחק לוח
- GenericName[hi]=पट्ट का खेल
- GenericName[hr]=Igra na ploči
-+GenericName[hsb]=Deskowa hra
- GenericName[hu]=TĂĄblajĂĄtĂŠk
- GenericName[is]=BorĂ°leikur
- GenericName[it]=Gioco da tavolo
-diff -urN -x CVS kdegames.orig/kshisen/app.cpp kdegames/kshisen/app.cpp
---- kdegames.orig/kshisen/app.cpp Mon Jan 5 15:56:43 2004
-+++ kdegames/kshisen/app.cpp Wed Apr 14 18:24:51 2004
-@@ -48,11 +48,12 @@
- #include <kpopupmenu.h>
- #include <kstatusbar.h>
- #include <klocale.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include <qlayout.h>
- #include <qtimer.h>
- #include <qlineedit.h>
--#include <qpushbutton.h>
-
- #include <cmath>
-
-@@ -499,7 +500,7 @@
- e->setText( lastPlayerName );
- e->setFocus();
-
-- QPushButton *b = new QPushButton(i18n("OK"), dlg);
-+ QPushButton *b = new KPushButton(KStdGuiItem::ok(), dlg);
- b->setDefault(TRUE);
- b->setFixedSize(b->sizeHint());
-
-@@ -850,7 +851,7 @@
- }
- }
-
-- QPushButton *b = new QPushButton(i18n("Close"), dlg);
-+ QPushButton *b = new KPushButton(KStdGuiItem::close(), dlg);
-
- b->setFixedSize(b->sizeHint());
-
-diff -urN -x CVS kdegames.orig/ksirtet/ksirtet/eventsrc kdegames/ksirtet/ksirtet/eventsrc
---- kdegames.orig/ksirtet/ksirtet/eventsrc Thu Apr 1 14:33:17 2004
-+++ kdegames/ksirtet/ksirtet/eventsrc Sun Apr 4 14:54:29 2004
-@@ -30,6 +30,7 @@
- Name[is]=LĂ­na fjarlĂŚgĂ°
- Name[it]=Riga rimossa
- Name[ja]=線を消しました
-+Name[nb]=Linje fjernet
- Name[nl]=Regel verwijderd
- Name[nn]=Linje fjerna
- Name[pl]=Linia usunięta
-@@ -203,6 +204,7 @@
- Name[is]=Hlutur lĂ­mdur
- Name[it]=Pezzo incollato
- Name[ja]=ピースをくっつけた
-+Name[nb]=Brikke festet
- Name[nl]=Samengevoegde stukken
- Name[nn]=Brikke festa
- Name[pl]=Sklejenie elementĂłw
-@@ -236,6 +238,7 @@
- Comment[is]=Hlutur lĂ­mdur
- Comment[it]=Pezzo incollato
- Comment[ja]=ピースをくっつけた
-+Comment[nb]=Brikke festet
- Comment[nl]=Samengevoegde stukken
- Comment[nn]=Brikke festa
- Comment[pl]=Sklejenie elementu
-diff -urN -x CVS kdegames.orig/ksnake/score.cpp kdegames/ksnake/score.cpp
---- kdegames.orig/ksnake/score.cpp Sat Nov 22 12:21:52 2003
-+++ kdegames/ksnake/score.cpp Wed Apr 14 18:24:51 2004
-@@ -3,18 +3,19 @@
- #include <qobject.h>
- #include <qdatastream.h>
- #include <qstring.h>
--#include <qpushbutton.h>
- #include <qframe.h>
- #include <qlabel.h>
--#include <qlayout.h>
-+#include <qlayout.h>
- #include <qgroupbox.h>
- #include <qdatetime.h>
-
- #include <kdialog.h>
- #include <klineedit.h>
- #include <kglobal.h>
--#include <kglobalsettings.h>
-+#include <kglobalsettings.h>
- #include <kstandarddirs.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include "score.h"
- #include <klocale.h>
-@@ -30,7 +31,7 @@
-
- void Score::display(int newHall, int newToday)
- {
-- KDialog *dlg = new KDialog(0, "Hall Of Fame", true);
-+ KDialog *dlg = new KDialog(0, "Hall Of Fame", true);
- dlg->setPlainCaption(i18n("Snake Race High Scores"));
- QVBoxLayout *lay = new QVBoxLayout(dlg, KDialog::marginHint(), KDialog::spacingHint());
-
-@@ -42,8 +43,7 @@
- sb2->setTitle(i18n("Today's High Scores"));
- lay->addWidget(sb2);
-
-- QPushButton *b = new QPushButton(dlg);
-- b->setText(i18n("OK"));
-+ QPushButton *b = new KPushButton(KStdGuiItem::ok(), dlg);
- b->setAutoDefault(true);
- b->setFocus();
- lay->addWidget(b, 0, Qt::AlignHCenter);
-@@ -76,12 +76,12 @@
- le->setText(playerName);
- le->selectAll();
- lay->addWidget(le);
--
-+
- QFrame *sep = new QFrame(dlg);
- sep->setFrameStyle( QFrame::HLine | QFrame::Sunken );
- lay->addWidget(sep);
-
-- QPushButton *b = new QPushButton(i18n("OK"), dlg);
-+ QPushButton *b = new KPushButton(KStdGuiItem::ok(), dlg);
- b->setDefault(true);
- b->setAutoDefault(true);
- lay->addWidget(b, 0, Qt::AlignHCenter);
-@@ -201,7 +201,7 @@
- label->setAlignment( AlignCenter );
- label->setMargin( KDialog::marginHint() );
- lay->addWidget(label, 0, Qt::AlignHCenter);
--
-+
- box = new QGroupBox(this);
- lay->addWidget(box);
- QGridLayout *lay2 = new QGridLayout(box, 5, 3, KDialog::marginHint(), KDialog::spacingHint());
-diff -urN -x CVS kdegames.orig/ksnake/startroom.cpp kdegames/ksnake/startroom.cpp
---- kdegames.orig/ksnake/startroom.cpp Fri May 16 21:59:07 2003
-+++ kdegames/ksnake/startroom.cpp Wed Apr 14 18:24:51 2004
-@@ -1,6 +1,5 @@
- #include <stdlib.h>
-
--#include <qpushbutton.h>
- #include <qlabel.h>
- #include <qframe.h>
- #include <qpixmap.h>
-@@ -13,6 +12,8 @@
- #include "levels.h"
- #include "startroom.h"
- #include <klocale.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
-
- StartRoom::StartRoom( int init, int *newRoom, QWidget *parent, const char *name)
-@@ -23,14 +24,12 @@
-
- nr = newRoom;
-
-- QPushButton *okButton = new QPushButton(this);
-- okButton->setText(i18n("OK"));
-+ QPushButton *okButton = new KPushButton(KStdGuiItem::ok(), this);
- okButton->setFixedSize(okButton->size());
- okButton->setGeometry(60,170, 100, 100);
- connect( okButton, SIGNAL(clicked()), SLOT(ok()) );
-
-- QPushButton *cancelButton = new QPushButton(this);
-- cancelButton->setText(i18n("Cancel"));
-+ QPushButton *cancelButton = new KPushButton( KStdGuiItem::cancel(), this);
- connect( cancelButton, SIGNAL(clicked()), SLOT(accept()) );
- cancelButton->setFixedSize(cancelButton->size());
- cancelButton->setGeometry(180,170, 100, 100);
-diff -urN -x CVS kdegames.orig/ksokoban/data/ksokoban.desktop kdegames/ksokoban/data/ksokoban.desktop
---- kdegames.orig/ksokoban/data/ksokoban.desktop Thu Apr 1 14:33:25 2004
-+++ kdegames/ksokoban/data/ksokoban.desktop Sun Apr 25 01:22:39 2004
-@@ -39,6 +39,7 @@
- GenericName[he]=משחק לוגיקה
- GenericName[hi]=तर्क का खेल
- GenericName[hr]=Logička igra
-+GenericName[hsb]=Logiska hra
- GenericName[hu]=Logikai
- GenericName[is]=KĂŚnskuleikur
- GenericName[it]=Gioco di logica
-diff -urN -x CVS kdegames.orig/ktuberling/pics/layout.xml kdegames/ktuberling/pics/layout.xml
---- kdegames.orig/ktuberling/pics/layout.xml Sat Nov 22 23:49:06 2003
-+++ kdegames/ktuberling/pics/layout.xml Wed Apr 7 23:47:54 2004
-@@ -753,7 +753,7 @@
- <label>&amp;Romanian</label>
- </menuitem>
-
-- <sound name="tuberling" file="ro/tuberling.wav" />
-+ <sound name="tuberling" file="ro/domnul-cartof.wav" />
- <sound name="eye" file="ro/ochi.wav" />
- <sound name="eyebrow" file="ro/sprinceana.wav" />
- <sound name="nose" file="ro/nas.wav" />
-@@ -763,17 +763,17 @@
- <sound name="moustache" file="ro/mustata.wav" />
- <sound name="cigar" file="ro/tigara.wav" />
- <sound name="bow" file="ro/papion.wav" />
-- <sound name="sunglasses" file="ro/ochelaridesoare.wav" />
-+ <sound name="sunglasses" file="ro/ochelari-de-soare.wav" />
- <sound name="spectacles" file="ro/ochelari.wav" />
- <sound name="earring" file="ro/cercel.wav" />
- <sound name="badge" file="ro/insigna.wav" />
- <sound name="watch" file="ro/ceas.wav" />
-- <sound name="penguin" file="ro/cercel.wav" />
-- <sound name="tie" file="ro/funda.wav" />
-- <sound name="hair" file="ro/palarie.wav" />
-- <sound name="horn" file="ro/papion.wav" />
-- <sound name="necklace" file="ro/ochelari.wav" />
-- <sound name="scarf" file="ro/tigara.wav" />
-+ <sound name="penguin" file="ro/pinguin.wav" />
-+ <sound name="tie" file="ro/cravata.wav" />
-+ <sound name="hair" file="ro/par.wav" />
-+ <sound name="horn" file="ro/corn.wav" />
-+ <sound name="necklace" file="ro/colier.wav" />
-+ <sound name="scarf" file="ro/fular.wav" />
-
- </language>
-
-Binary files kdegames.orig/kwin4/grafix/default/arrow0.png and kdegames/kwin4/grafix/default/arrow0.png differ
-Binary files kdegames.orig/kwin4/grafix/default/arrow1.png and kdegames/kwin4/grafix/default/arrow1.png differ
-Binary files kdegames.orig/kwin4/grafix/default/arrow2.png and kdegames/kwin4/grafix/default/arrow2.png differ
-Binary files kdegames.orig/kwin4/grafix/default/crnt.png and kdegames/kwin4/grafix/default/crnt.png differ
-Binary files kdegames.orig/kwin4/grafix/default/empty.png and kdegames/kwin4/grafix/default/empty.png differ
-Binary files kdegames.orig/kwin4/grafix/default/empty2.png and kdegames/kwin4/grafix/default/empty2.png differ
-Binary files kdegames.orig/kwin4/grafix/default/game_over.png and kdegames/kwin4/grafix/default/game_over.png differ
-diff -urN -x CVS kdegames.orig/kwin4/grafix/default/grafix.rc kdegames/kwin4/grafix/default/grafix.rc
---- kdegames.orig/kwin4/grafix/default/grafix.rc Tue Jul 16 21:45:43 2002
-+++ kdegames/kwin4/grafix/default/grafix.rc Tue Apr 20 18:38:26 2004
-@@ -7,7 +7,6 @@
-
- [arrow]
- file=arrow%d.png
--mask=arrow_mask.png
- number=3
- offset=19,5
- rtti=32
-@@ -23,14 +22,13 @@
- # more then max(z piece)
- [empty]
- file=empty2.png
--mask=empty2_mask.png
- offset=19,12
- rtti=32
- z=60.0
-
- # Less then z piece
- [empty2]
--file=empty2.png
-+file=empty.png
- offset=19,12
- rtti=32
- z=5.0
-@@ -44,7 +42,6 @@
- [gameover]
- desty=140
- file=game_over.png
--mask=game_over_mask.png
- offset=0,0
- rtti=32
- speed=2.0
-@@ -53,8 +50,7 @@
- z=150.0
-
- [hint]
--file=hint.png
--mask=piece_mask.png
-+file=crnt.png
- offset=19,20
- rtti=32
- z=100.0
-@@ -93,7 +89,6 @@
- # z = z..z+21
- [piece]
- file=piece%d.png
--mask=piece_mask.png
- number=2
- offset=19,20
- rtti=32
-@@ -103,7 +98,6 @@
- [star]
- anim0=0,4,2,8
- file=star%d.png
--mask=star%d_mask.png
- number=5
- offset=19,20
- rtti=32
-@@ -147,7 +141,6 @@
-
- [win4about]
- file=introabout.png
--mask=introabout_mask.png
- rtti=32
- x=170.0
- x2=340.0
-Binary files kdegames.orig/kwin4/grafix/default/introabout.png and kdegames/kwin4/grafix/default/introabout.png differ
-Binary files kdegames.orig/kwin4/grafix/default/piece0.png and kdegames/kwin4/grafix/default/piece0.png differ
-Binary files kdegames.orig/kwin4/grafix/default/piece1.png and kdegames/kwin4/grafix/default/piece1.png differ
-Binary files kdegames.orig/kwin4/grafix/default/star0.png and kdegames/kwin4/grafix/default/star0.png differ
-Binary files kdegames.orig/kwin4/grafix/default/star1.png and kdegames/kwin4/grafix/default/star1.png differ
-Binary files kdegames.orig/kwin4/grafix/default/star2.png and kdegames/kwin4/grafix/default/star2.png differ
-Binary files kdegames.orig/kwin4/grafix/default/star3.png and kdegames/kwin4/grafix/default/star3.png differ
-Binary files kdegames.orig/kwin4/grafix/default/star4.png and kdegames/kwin4/grafix/default/star4.png differ
-diff -urN -x CVS kdegames.orig/kwin4/kwin4/msgdlg.cpp kdegames/kwin4/kwin4/msgdlg.cpp
---- kdegames.orig/kwin4/kwin4/msgdlg.cpp Tue Jul 9 10:43:42 2002
-+++ kdegames/kwin4/kwin4/msgdlg.cpp Wed Apr 14 18:24:51 2004
-@@ -1,5 +1,5 @@
- /***************************************************************************
-- Msgdlg - Send message to remote
-+ Msgdlg - Send message to remote
- -------------------
- begin : Thu Mar 30 2000
- copyright : (C) |1995-2000 by Martin Heni
-@@ -17,20 +17,21 @@
- /*
- Msgdlg.cpp
-
-- $Id$
--
-+ $Id$
-+
- Msg dialog for player names
--
-+
- (c) Martin Heni, martin@heni-online.de
- June 1999
--
-+
- License: GPL
-
- */
-
- #include <qgroupbox.h>
--#include <qpushbutton.h>
- #include <klocale.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
- #include "msgdlg.h"
-
-
-@@ -41,7 +42,7 @@
- {
- setCaption(i18n("Send Message to Remote Player"));
- setMinimumSize(400,160);
-- setMaximumSize(600,360);
-+ setMaximumSize(600,360);
- resize( 400, 160 );
-
- QGroupBox* grp;
-@@ -51,19 +52,16 @@
-
- MultiLine = new QMultiLineEdit( grp, "MLineEdit" );
- MultiLine->setGeometry( 10, 20, 360, 70 );
-- MultiLine->setText( QCString("") );
-
- QPushButton *PushButton;
-- PushButton = new QPushButton( this, "PushButton_1" );
-+ PushButton = new QPushButton( i18n("Send" ), this, "PushButton_1" );
- PushButton->setGeometry( 20, 120, 65, 30 );
- connect( PushButton, SIGNAL(clicked()), SLOT(accept()) );
-- PushButton->setText( i18n("Send" ));
- PushButton->setAutoRepeat( FALSE );
-
-- PushButton = new QPushButton( this, "PushButton_2" );
-+ PushButton = new KPushButton( KStdGuiItem::cancel(), this, "PushButton_2" );
- PushButton->setGeometry( 305, 120, 65, 30 );
- connect( PushButton, SIGNAL(clicked()), SLOT(reject()) );
-- PushButton->setText( i18n("Cancel" ));
- PushButton->setAutoRepeat( FALSE );
- }
-
-diff -urN -x CVS kdegames.orig/kwin4/kwin4/statdlg.cpp kdegames/kwin4/kwin4/statdlg.cpp
---- kdegames.orig/kwin4/kwin4/statdlg.cpp Sun Oct 26 10:57:01 2003
-+++ kdegames/kwin4/kwin4/statdlg.cpp Wed Apr 14 18:24:51 2004
-@@ -10,16 +10,17 @@
- #include <qframe.h>
- #include <qgroupbox.h>
- #include <qlabel.h>
--#include <qpushbutton.h>
- #include <qlayout.h>
- #include <qpixmap.h>
- #include <klocale.h>
- #include <kmessagebox.h>
- #include <kseparator.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
--/*
-- * Constructs a StatDlg which is a child of 'parent', with the
-- * name 'name' and widget flags set to 'f'
-+/*
-+ * Constructs a StatDlg which is a child of 'parent', with the
-+ * name 'name' and widget flags set to 'f'
- *
- * The dialog will by default be modeless, unless you set 'modal' to
- * TRUE to construct a modal dialog.
-@@ -28,19 +29,19 @@
- : QDialog( parent, name, modal, fl )
- {
- if ( !name ) setName( "StatDlg" );
-- resize( 596, 512 );
-+ resize( 596, 512 );
- setCaption(i18n("Statistics"));
-
- Frame3 = new QFrame( this, "Frame3" );
-- Frame3->setGeometry( QRect( 30, 10, 511, 461 ) );
-+ Frame3->setGeometry( QRect( 30, 10, 511, 461 ) );
- Frame3->setFrameShadow( QFrame::Sunken );
- Frame3->setFrameShape( QFrame::StyledPanel );
-
-
-
- QWidget* Layout17 = new QWidget( Frame3, "Layout17" );
-- Layout17->setGeometry( QRect( 15, 12, 452, 406 ) );
-- vbox = new QVBoxLayout( Layout17 );
-+ Layout17->setGeometry( QRect( 15, 12, 452, 406 ) );
-+ vbox = new QVBoxLayout( Layout17 );
- vbox->setSpacing( 6 );
- vbox->setMargin( 0 );
-
-@@ -48,12 +49,12 @@
- GroupBox1->setTitle( i18n( "All Time Game Statistics" ) );
-
- QWidget* Layout10 = new QWidget( GroupBox1, "Layout10" );
-- Layout10->setGeometry( QRect( 10, 30, 399, 113 ) );
-- hbox = new QHBoxLayout( Layout10 );
-+ Layout10->setGeometry( QRect( 10, 30, 399, 113 ) );
-+ hbox = new QHBoxLayout( Layout10 );
- hbox->setSpacing( 6 );
- hbox->setMargin( 0 );
-
-- vbox_2 = new QVBoxLayout;
-+ vbox_2 = new QVBoxLayout;
- vbox_2->setSpacing( 6 );
- vbox_2->setMargin( 0 );
-
-@@ -76,7 +77,7 @@
- QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox->addItem( spacer_3 );
-
-- vbox_3 = new QVBoxLayout;
-+ vbox_3 = new QVBoxLayout;
- vbox_3->setSpacing( 6 );
- vbox_3->setMargin( 0 );
-
-@@ -99,7 +100,7 @@
- QSpacerItem* spacer_6 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox->addItem( spacer_6 );
-
-- vbox_4 = new QVBoxLayout;
-+ vbox_4 = new QVBoxLayout;
- vbox_4->setSpacing( 6 );
- vbox_4->setMargin( 0 );
-
-@@ -122,7 +123,7 @@
- QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox->addItem( spacer_9 );
-
-- vbox_5 = new QVBoxLayout;
-+ vbox_5 = new QVBoxLayout;
- vbox_5->setSpacing( 6 );
- vbox_5->setMargin( 0 );
-
-@@ -145,7 +146,7 @@
- QSpacerItem* spacer_12 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox->addItem( spacer_12 );
-
-- vbox_6 = new QVBoxLayout;
-+ vbox_6 = new QVBoxLayout;
- vbox_6->setSpacing( 6 );
- vbox_6->setMargin( 0 );
-
-@@ -168,7 +169,7 @@
- QSpacerItem* spacer_15 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox->addItem( spacer_15 );
-
-- vbox_7 = new QVBoxLayout;
-+ vbox_7 = new QVBoxLayout;
- vbox_7->setSpacing( 6 );
- vbox_7->setMargin( 0 );
-
-@@ -194,7 +195,7 @@
- QSpacerItem* spacer_19 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- vbox->addItem( spacer_19 );
-
-- hbox_2 = new QHBoxLayout;
-+ hbox_2 = new QHBoxLayout;
- hbox_2->setSpacing( 6 );
- hbox_2->setMargin( 0 );
- QSpacerItem* spacer_20 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
-@@ -226,14 +227,13 @@
- QSpacerItem* spacer_25 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- vbox->addItem( spacer_25 );
-
-- hbox_3 = new QHBoxLayout;
-+ hbox_3 = new QHBoxLayout;
- hbox_3->setSpacing( 6 );
- hbox_3->setMargin( 0 );
- QSpacerItem* spacer_26 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox_3->addItem( spacer_26 );
-
-- PushButton2 = new QPushButton( Layout17, "PushButton2" );
-- PushButton2->setText( i18n( "OK" ) );
-+ PushButton2 = new KPushButton( KStdGuiItem::ok(), Layout17, "PushButton2" );
- hbox_3->addWidget( PushButton2 );
- QSpacerItem* spacer_27 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox_3->addItem( spacer_27 );
-@@ -244,7 +244,7 @@
- connect( PushButton1, SIGNAL(clicked()), SLOT(clearStat()) );
- }
-
--/*
-+/*
- * Destroys the object and frees any allocated resources
- */
- StatDlg::~StatDlg()
-diff -urN -x CVS kdegames.orig/kwin4/kwin4.desktop kdegames/kwin4/kwin4.desktop
---- kdegames.orig/kwin4/kwin4.desktop Thu Apr 1 14:33:35 2004
-+++ kdegames/kwin4/kwin4.desktop Wed Apr 28 14:39:11 2004
-@@ -41,6 +41,7 @@
- GenericName[he]=משחק אסטרטגיה
- GenericName[hi]=कौशल का खेल
- GenericName[hr]=Igra strategije
-+GenericName[hsb]=Strategiska hra
- GenericName[hu]=StratĂŠgiai
- GenericName[is]=HerkĂŚnskuleikur
- GenericName[it]=Gioco di strategia
-diff -urN -x CVS kdegames.orig/libkdegames/carddecks/cards-penguins/index.desktop kdegames/libkdegames/carddecks/cards-penguins/index.desktop
---- kdegames.orig/libkdegames/carddecks/cards-penguins/index.desktop Thu Apr 1 14:33:49 2004
-+++ kdegames/libkdegames/carddecks/cards-penguins/index.desktop Sat May 1 14:40:41 2004
-@@ -26,7 +26,7 @@
- Name[lv]=PingvÄŤni
- Name[mt]=Pingwini
- Name[nb]=Pingviner
--Name[nl]=Pinguins
-+Name[nl]=PinguĂŻns
- Name[nn]=Pingvinar
- Name[pl]=Pingwiny
- Name[pt]=Pinguins
-diff -urN -x CVS kdegames.orig/libkdegames/carddecks/decks/deck14.desktop kdegames/libkdegames/carddecks/decks/deck14.desktop
---- kdegames.orig/libkdegames/carddecks/decks/deck14.desktop Thu Apr 1 14:34:09 2004
-+++ kdegames/libkdegames/carddecks/decks/deck14.desktop Sat May 1 14:40:44 2004
-@@ -27,7 +27,7 @@
- Name[mk]=Пингвин
- Name[mt]=Pingwin
- Name[nb]=Pingvin
--Name[nl]=Pinguin
-+Name[nl]=PinguĂŻn
- Name[nn]=Pingvin
- Name[pl]=Pingwin
- Name[pt]=Pinguim
-diff -urN -x CVS kdegames.orig/libkdegames/kgame/dialogs/kgamedebugdialog.cpp kdegames/libkdegames/kgame/dialogs/kgamedebugdialog.cpp
---- kdegames.orig/libkdegames/kgame/dialogs/kgamedebugdialog.cpp Tue Feb 25 02:03:19 2003
-+++ kdegames/libkdegames/kgame/dialogs/kgamedebugdialog.cpp Wed Apr 14 18:24:51 2004
-@@ -29,13 +29,14 @@
- #include <klistbox.h>
- #include <klocale.h>
- #include <kdebug.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #include <qlayout.h>
- #include <qstring.h>
- #include <qintdict.h>
- #include <qlabel.h>
- #include <qdatetime.h>
--#include <qpushbutton.h>
-
- #include <typeinfo>
-
-@@ -97,7 +98,7 @@
- QListViewItem* mGameMaxPlayers;
- QListViewItem* mGameMinPlayers;
- QListViewItem* mGamePlayerCount;
--
-+
- QFrame* mPlayerPage;
- KListBox* mPlayerList;
- KListView* mPlayerProperties;
-@@ -120,7 +121,7 @@
- };
-
- KGameDebugDialog::KGameDebugDialog(KGame* g, QWidget* parent, bool modal) :
-- KDialogBase(Tabbed, i18n("KGame Debug Dialog"), Close, Close,
-+ KDialogBase(Tabbed, i18n("KGame Debug Dialog"), Close, Close,
- parent, 0, modal, true)
- {
- d = new KGameDebugDialogPrivate;
-@@ -153,7 +154,7 @@
- d->mGameProperties->addColumn(i18n("Value"));
- d->mGameProperties->addColumn(i18n("Policy"));
- layout->addWidget(d->mGameProperties);
--
-+
- QPushButton* b = new QPushButton(i18n("Update"), d->mGamePage);
- connect(b, SIGNAL(pressed()), this, SLOT(slotUpdateGameData()));
- topLayout->addWidget(b);
-@@ -191,13 +192,13 @@
- layout->addWidget(v);
- v->addColumn(i18n("Data"));
- v->addColumn(i18n("Value"));
--
-+
- d->mPlayerProperties = new KListView(d->mPlayerPage);
- d->mPlayerProperties->addColumn(i18n("Property"));
- d->mPlayerProperties->addColumn(i18n("Value"));
- d->mPlayerProperties->addColumn(i18n("Policy"));
- layout->addWidget(d->mPlayerProperties);
--
-+
- QPushButton* b = new QPushButton(i18n("Update"), d->mPlayerPage);
- connect(b, SIGNAL(pressed()), this, SLOT(slotUpdatePlayerList()));
- topLayout->addWidget(b);
-@@ -231,7 +232,7 @@
- QPushButton* hide = new QPushButton(i18n("&>>"), d->mMessagePage);
- connect(hide, SIGNAL(pressed()), this, SLOT(slotHideId()));
- layout->addWidget(hide, 4, 4);
--
-+
- QPushButton* show = new QPushButton(i18n("&<<"), d->mMessagePage);
- connect(show, SIGNAL(pressed()), this, SLOT(slotShowId()));
- layout->addWidget(show, 6, 4);
-@@ -241,7 +242,7 @@
- d->mHideIdList = new KListBox(d->mMessagePage);
- layout->addMultiCellWidget(d->mHideIdList, 1, 8, 5, 6);
-
-- QPushButton* clear = new QPushButton(i18n("Clear"), d->mMessagePage);
-+ QPushButton* clear = new KPushButton(KStdGuiItem::clear(), d->mMessagePage);
- connect(clear, SIGNAL(pressed()), this, SLOT(slotClearMessages()));
- layout->addMultiCellWidget(clear, 10, 10, 0, 6);
- //TODO: "show all but..." and "show nothing but..."
-@@ -291,7 +292,7 @@
-
- void KGameDebugDialog::slotUpdatePlayerList()
- {
-- QListBoxItem* i = d->mPlayerList->firstItem();
-+ QListBoxItem* i = d->mPlayerList->firstItem();
- for (; i; i = d->mPlayerList->firstItem()) {
- removePlayer(i);
- }
-@@ -348,7 +349,7 @@
- }
- (void) new QListViewItem(d->mGameProperties,
- handler->propertyName(it.current()->id()),
-- handler->propertyValue(it.current()),
-+ handler->propertyValue(it.current()),
- policy);
- // kdDebug(11001) << k_funcinfo << ": checking for all game properties: found property name " << name << endl;
- ++it;
-@@ -496,8 +497,8 @@
- msgidText = i18n("Unknown");
- }
- }
-- (void) new QListViewItem( d->mMessageList, QTime::currentTime().toString(),
-- QString::number(msgid), QString::number(receiver),
-+ (void) new QListViewItem( d->mMessageList, QTime::currentTime().toString(),
-+ QString::number(msgid), QString::number(receiver),
- QString::number(sender), msgidText);
- }
-
-diff -urN -x CVS kdegames.orig/libksirtet/base/factory.cpp kdegames/libksirtet/base/factory.cpp
---- kdegames.orig/libksirtet/base/factory.cpp Sun Jun 8 03:40:53 2003
-+++ kdegames/libksirtet/base/factory.cpp Mon Apr 12 21:16:13 2004
-@@ -19,7 +19,7 @@
- _aboutData =
- new KAboutData(md.name, md.trName, md.longVersion, md.description,
- KAboutData::License_GPL,
-- "(c) 1995, Eirik End\n(c) 1996-2002, Nicolas Hadacek",
-+ "(c) 1995, Eirik Eng\n(c) 1996-2002, Nicolas Hadacek",
- 0, md.homepage);
- _aboutData->addAuthor("Nicolas Hadacek", 0, "hadacek@kde.org");
- _aboutData->addCredit("Eirik Eng", I18N_NOOP("Core engine"));
-diff -urN -x CVS kdegames.orig/lskat/lskat/aboutdlg.cpp kdegames/lskat/lskat/aboutdlg.cpp
---- kdegames.orig/lskat/lskat/aboutdlg.cpp Tue Jul 9 03:08:26 2002
-+++ kdegames/lskat/lskat/aboutdlg.cpp Wed Apr 14 18:24:51 2004
-@@ -10,16 +10,17 @@
-
- #include <qframe.h>
- #include <qlabel.h>
--#include <qpushbutton.h>
- #include <qlayout.h>
- #include <klocale.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
-
- #define VERSION 0.91
-
-
--/*
-- * Constructs a aboutDlg which is a child of 'parent', with the
-- * name 'name' and widget flags set to 'f'
-+/*
-+ * Constructs a aboutDlg which is a child of 'parent', with the
-+ * name 'name' and widget flags set to 'f'
- *
- * The dialog will by default be modeless, unless you set 'modal' to
- * TRUE to construct a modal dialog.
-@@ -28,9 +29,9 @@
- : QDialog( parent, name, modal, fl )
- {
- if ( !name ) setName( "aboutDlg" );
-- resize( 315, 318 );
-+ resize( 315, 318 );
- setCaption( i18n( "About Lieutenant Skat" ) );
-- vbox = new QVBoxLayout( this );
-+ vbox = new QVBoxLayout( this );
- vbox->setSpacing( 6 );
- vbox->setMargin( 11 );
-
-@@ -40,11 +41,11 @@
- Frame5->setBackgroundColor(Qt::white);
- Frame5->setLineWidth( 3 );
- Frame5->setMidLineWidth( 2 );
-- vbox_2 = new QVBoxLayout( Frame5 );
-+ vbox_2 = new QVBoxLayout( Frame5 );
- vbox_2->setSpacing( 6 );
- vbox_2->setMargin( 11 );
-
-- hbox = new QHBoxLayout;
-+ hbox = new QHBoxLayout;
- hbox->setSpacing( 6 );
- hbox->setMargin( 0 );
-
-@@ -70,14 +71,13 @@
- vbox_2->addWidget( TextLabel4 );
- vbox->addWidget( Frame5 );
-
-- hbox_2 = new QHBoxLayout;
-+ hbox_2 = new QHBoxLayout;
- hbox_2->setSpacing( 6 );
- hbox_2->setMargin( 0 );
- QSpacerItem* spacer_2 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox_2->addItem( spacer_2 );
-
-- PushButton15 = new QPushButton( this, "PushButton15" );
-- PushButton15->setText( i18n( "OK" ) );
-+ PushButton15 = new KPushButton( KStdGuiItem::ok(), this, "PushButton15" );
- hbox_2->addWidget( PushButton15 );
- QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
- hbox_2->addItem( spacer_3 );
-@@ -87,7 +87,7 @@
- connect( PushButton15, SIGNAL( clicked() ), this, SLOT( accept() ) );
- }
-
--/*
-+/*
- * Destroys the object and frees any allocated resources
- */
- aboutDlg::~aboutDlg()
-diff -urN -x CVS kdegames.orig/lskat/lskat/msgdlg.cpp kdegames/lskat/lskat/msgdlg.cpp
---- kdegames.orig/lskat/lskat/msgdlg.cpp Tue Jul 9 10:43:42 2002
-+++ kdegames/lskat/lskat/msgdlg.cpp Wed Apr 14 18:24:51 2004
-@@ -1,5 +1,5 @@
- /***************************************************************************
-- Msgdlg - Send message to remote
-+ Msgdlg - Send message to remote
- -------------------
- begin : Thu Mar 30 2000
- copyright : (C) |1995-2000 by Martin Heni
-@@ -17,20 +17,21 @@
- /*
- Msgdlg.cpp
-
-- $Id$
--
-+ $Id$
-+
- Msg dialog for player names
--
-+
- (c) Martin Heni, martin@heni-online.de
- June 1999
--
-+
- License: GPL
-
- */
-
- #include <qgroupbox.h>
--#include <qpushbutton.h>
- #include <klocale.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
- #include "msgdlg.h"
-
-
-@@ -41,7 +42,7 @@
- {
- setCaption(i18n("Send Message to Remote Player"));
- setMinimumSize(400,160);
-- setMaximumSize(600,360);
-+ setMaximumSize(600,360);
- resize( 400, 160 );
-
- QGroupBox* grp;
-@@ -54,16 +55,14 @@
- MultiLine->setText(QCString("") );
-
- QPushButton *PushButton;
-- PushButton = new QPushButton( this, "PushButton_1" );
-+ PushButton = new QPushButton( i18n("Send" ), this, "PushButton_1" );
- PushButton->setGeometry( 20, 120, 65, 30 );
- connect( PushButton, SIGNAL(clicked()), SLOT(accept()) );
-- PushButton->setText( i18n("Send" ));
- PushButton->setAutoRepeat( FALSE );
-
-- PushButton = new QPushButton( this, "PushButton_2" );
-+ PushButton = new KPushButton( KStdGuiItem::cancel(), this, "PushButton_2" );
- PushButton->setGeometry( 305, 120, 65, 30 );
- connect( PushButton, SIGNAL(clicked()), SLOT(reject()) );
-- PushButton->setText( i18n("Cancel" ));
- PushButton->setAutoRepeat( FALSE );
- }
-
-diff -urN -x CVS kdegames.orig/lskat/lskat/networkdlg.cpp kdegames/lskat/lskat/networkdlg.cpp
---- kdegames.orig/lskat/lskat/networkdlg.cpp Tue Jul 9 10:43:42 2002
-+++ kdegames/lskat/lskat/networkdlg.cpp Wed Apr 14 18:24:51 2004
-@@ -17,26 +17,27 @@
- /*
- Networkdlg.cpp
-
-- $Id$
--
-+ $Id$
-+
- Confiugre game over IP
--
-+
- (c) Martin Heni, martin@heni-online.de
- June 1999
--
-+
- License: GPL
-
- */
-
- #include "networkdlg.h"
- #include <qgroupbox.h>
--#include <qpushbutton.h>
-+#include <kpushbutton.h>
-+#include <kstdguiitem.h>
- #include <klocale.h>
-
-
-
-
--// Create the dialog
-+// Create the dialog
- NetworkDlg::NetworkDlg( QWidget *parent, const char *name,const char * /*sufi*/ )
- : QDialog( parent, name,TRUE )
- {
-@@ -83,18 +84,16 @@
-
-
-
-- PushButton = new QPushButton( this, "PushButton_1" );
-+ PushButton = new KPushButton( KStdGuiItem::ok(), this, "PushButton_1" );
- PushButton->setGeometry( 130, 210, 65, 30 );
- connect( PushButton, SIGNAL(clicked()), SLOT(accept()) );
-- PushButton->setText( i18n("OK" ));
- PushButton->setAutoRepeat( FALSE );
- PushButton->setDefault( TRUE );
-
- /*
-- PushButton = new QPushButton( this, "PushButton_2" );
-+ PushButton = new KPushButton( KStdGuiItem::cancel(), this, "PushButton_2" );
- PushButton->setGeometry( 165, 210, 65, 30 );
- connect( PushButton, SIGNAL(clicked()), SLOT(reject()) );
-- PushButton->setText( i18n("Cancel" ));
- PushButton->setAutoRepeat( FALSE );
- */
-
-diff -urN -x CVS kdegames.orig/lskat/lskat.desktop kdegames/lskat/lskat.desktop
---- kdegames.orig/lskat/lskat.desktop Thu Apr 1 14:34:45 2004
-+++ kdegames/lskat/lskat.desktop Sun Apr 25 01:22:42 2004
-@@ -22,6 +22,7 @@
- GenericName[he]=משחק קלפים
- GenericName[hi]=ताश के खेल
- GenericName[hr]=KartaĹĄka igra
-+GenericName[hsb]=Kartowa hra
- GenericName[hu]=KĂĄrtyajĂĄtĂŠk
- GenericName[is]=Spil
- GenericName[it]=Gioco di carte
diff --git a/kdegames-desktop.patch b/kdegames-desktop.patch
deleted file mode 100644
index 53ef063..0000000
--- a/kdegames-desktop.patch
+++ /dev/null
@@ -1,247 +0,0 @@
---- kdegames-3.0.4/kbackgammon/kbackgammon.desktop~ Mon Nov 11 20:02:25 2002
-+++ kdegames-3.0.4/kbackgammon/kbackgammon.desktop Mon Nov 11 20:02:25 2002
-@@ -64,6 +64,6 @@
- GenericName[zh_TW]=棋類遊戲
- GenericName[zu]=Umdlalo webhodi
- Terminal=0
--Icon=kbackgammon
-+Icon=kbackgammon.icon
- X-KDE-StartupNotify=true
- X-DCOP-ServiceType=Multi
---- kdegames-3.0.4/katomic/katomic.desktop~ Mon Nov 11 19:52:44 2002
-+++ kdegames-3.0.4/katomic/katomic.desktop Mon Nov 11 19:52:44 2002
-@@ -9,7 +9,7 @@
- Name[ven]=Athomu ya K
- Name[xx]=xx
- Name[zh_TW]=KAtomic 原子
--Icon=katomic
-+Icon=katomic.png
- Type=Application
- Exec=katomic %i %m -caption "%c"
- DocPath=katomic/index.html
---- kdegames-3.0.4/kasteroids/kasteroids.desktop~ Mon Nov 11 19:50:06 2002
-+++ kdegames-3.0.4/kasteroids/kasteroids.desktop Mon Nov 11 19:50:06 2002
-@@ -61,7 +61,7 @@
- GenericName[zh_CN]=街机游戏
- GenericName[zh_TW]=電子遊戲
- GenericName[zu]=Arcade Umdlalo
--Icon=kasteroids
-+Icon=kasteroids.png
- TerminalOptions=
- Path=
- DocPath=kasteroids/index.html
---- kdegames-3.0.4/kbounce/kbounce.desktop~ Tue Nov 12 23:22:59 2002
-+++ kdegames-3.0.4/kbounce/kbounce.desktop Tue Nov 12 23:22:59 2002
-@@ -9,7 +9,7 @@
- Type=Application
- Exec=kbounce %i %m -caption "%c"
- DocPath=kbounce/index.html
--Icon=kbounce
-+Icon=kbounce.png
-
- GenericName=Arcade Game
- GenericName[af]=Arkade Speletjie
---- kdegames-3.0.4/kenolaba/kenolaba.desktop~ Tue Nov 12 23:28:13 2002
-+++ kdegames-3.0.4/kenolaba/kenolaba.desktop Tue Nov 12 23:28:13 2002
-@@ -4,7 +4,7 @@
- Name[ar]=كينولابا
- Name[eo]=Kenolabo
- Name[xx]=xx
--Icon=kenolaba
-+Icon=kenolaba.png
- Type=Application
- Exec=kenolaba %i %m -caption "%c"
- DocPath=kenolaba/index.html
---- kdegames-3.0.4/kjumpingcube/kjumpingcube.desktop~ Tue Nov 12 23:29:49 2002
-+++ kdegames-3.0.4/kjumpingcube/kjumpingcube.desktop Tue Nov 12 23:29:49 2002
-@@ -25,7 +25,7 @@
- Name[xx]=xx
- Name[zh_TW]=KJumpingCube 跳躍立方體
- Exec=kjumpingcube -caption "%c" %i %m
--Icon=kjumpingcube
-+Icon=kjumpingcube.png
- Type=Application
- BinaryPattern=kjumpingcube;
- DocPath=kjumpingcube/index.html
---- kdegames-3.0.4/kmahjongg/kmahjongg.desktop~ Tue Nov 12 23:37:21 2002
-+++ kdegames-3.0.4/kmahjongg/kmahjongg.desktop Tue Nov 12 23:37:21 2002
-@@ -55,6 +55,6 @@
- GenericName[zh_TW]=麻將遊戲
- GenericName[zu]=Umdlalo Wamathayizi
- Terminal=0
--Icon=kmahjongg
-+Icon=kmahjongg.png
- X-KDE-StartupNotify=true
- X-DCOP-ServiceType=Multi
---- kdegames-3.0.4/kmines/data/kmines.desktop~ Wed Nov 13 01:52:54 2002
-+++ kdegames-3.0.4/kmines/data/kmines.desktop Wed Nov 13 01:52:54 2002
-@@ -16,7 +16,7 @@
- Name[xx]=xx
- Name[zh_TW]=KMines 踩地雷
- Name[zu]=KIzimayini
--Icon=kmines
-+Icon=kmines.png
- Exec=kmines -caption "%c" %i %m
- Type=Application
- DocPath=kmines/index.html
---- kdegames-3.0.4/konquest/konquest.desktop~ Wed Nov 13 01:53:44 2002
-+++ kdegames-3.0.4/konquest/konquest.desktop Wed Nov 13 01:53:44 2002
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Encoding=UTF-8
--Icon=konquest
-+Icon=konquest.png
- Name=Konquest
- Name[ar]=حرب المجرات
- Name[bg]=Завоевание
---- kdegames-3.0.4/kpat/kpat.desktop~ Wed Nov 13 01:54:36 2002
-+++ kdegames-3.0.4/kpat/kpat.desktop Wed Nov 13 01:54:36 2002
-@@ -44,7 +44,7 @@
- Name[zu]=Ukubekezela
- Exec=kpat %i %m -caption "%c"
- Type=Application
--Icon=kpat
-+Icon=kpat.png
- DocPath=kpat/index.html
- GenericName=Card Games
- GenericName[af]=Kaart Speletjies
---- kdegames-3.0.4/kpoker/kpoker.desktop~ Wed Nov 13 01:55:13 2002
-+++ kdegames-3.0.4/kpoker/kpoker.desktop Wed Nov 13 01:55:13 2002
-@@ -16,7 +16,7 @@
- Name[xx]=xx
- Name[zh_TW]=KPoker 撲克牌
- Exec=kpoker %i %m -caption "%c"
--Icon=kpoker
-+Icon=kpoker.png
- Miniicon=kpoker.png
- DocPath=kpoker/index.html
- GenericName=Card Game
---- kdegames-3.0.4/kreversi/kreversi.desktop~ Wed Nov 13 01:55:50 2002
-+++ kdegames-3.0.4/kreversi/kreversi.desktop Wed Nov 13 01:55:50 2002
-@@ -60,6 +60,6 @@
- GenericName[zh_TW]=棋類遊戲
- GenericName[zu]=Umdlalo webhodi
- Terminal=0
--Icon=kreversi
-+Icon=kreversi.png
- X-KDE-StartupNotify=true
- X-DCOP-ServiceType=Multi
---- kdegames-3.0.4/ksame/ksame.desktop~ Wed Nov 13 01:57:36 2002
-+++ kdegames-3.0.4/ksame/ksame.desktop Wed Nov 13 01:57:36 2002
-@@ -81,6 +81,6 @@
- GenericName[zh_CN]=棋类游戏
- GenericName[zh_TW]=棋類遊戲
- GenericName[zu]=Umdlalo webhodi
--Icon=ksame
-+Icon=ksame.png
- X-KDE-StartupNotify=true
- X-DCOP-ServiceType=Multi
---- kdegames-3.0.4/kshisen/kshisen.desktop~ Wed Nov 13 02:11:09 2002
-+++ kdegames-3.0.4/kshisen/kshisen.desktop Wed Nov 13 02:11:09 2002
-@@ -60,6 +60,6 @@
- GenericName[zh_CN]=方块游戏
- GenericName[zh_TW]=麻將遊戲
- GenericName[zu]=Umdlalo Wamathayizi
--Icon=kshisen
-+Icon=kshisen.png
- X-KDE-StartupNotify=true
- X-DCOP-ServiceType=Multi
---- kdegames-3.0.4/ksirtet/ksirtet/ksirtet.desktop~ Wed Nov 13 02:13:54 2002
-+++ kdegames-3.0.4/ksirtet/ksirtet/ksirtet.desktop Wed Nov 13 02:13:54 2002
-@@ -8,7 +8,7 @@
- Name[ru]=Сиртетрис
- Name[sv]=Ksirtet
- Name[xx]=xx
--Icon=ksirtet
-+Icon=ksirtet.png
- Exec=ksirtet -caption "%c" %i %m
- Type=Application
- DocPath=ksirtet/index.html
---- kdegames-3.0.4/ksmiletris/ksmiletris.desktop~ Wed Nov 13 02:15:19 2002
-+++ kdegames-3.0.4/ksmiletris/ksmiletris.desktop Wed Nov 13 02:15:19 2002
-@@ -48,7 +48,7 @@
- GenericName[zh_TW]=電子遊戲
- GenericName[zu]=Arcade Umdlalo
- Exec=ksmiletris -caption "%c" %i %m
--Icon=ksmiletris
-+Icon=ksmiletris.png
- TerminalOptions=
- Path=
- DocPath=ksmiletris/index.html
---- kdegames-3.0.4/ksnake/ksnake.desktop~ Wed Nov 13 02:26:15 2002
-+++ kdegames-3.0.4/ksnake/ksnake.desktop Wed Nov 13 02:26:15 2002
-@@ -21,7 +21,7 @@
- Name[zh_CN]=贪吃蛇
- Name[zh_TW]=KSnakeRace 貪食蛇
- Name[zu]=UmJaho Wenyoka we K
--Icon=ksnake
-+Icon=ksnake.png
- Exec=ksnake %i %m -caption "%c"
- DocPath=ksnake/index.html
- GenericName=Arcade Game
---- kdegames-3.0.4/ksokoban/data/ksokoban.desktop~ Wed Nov 13 02:27:35 2002
-+++ kdegames-3.0.4/ksokoban/data/ksokoban.desktop Wed Nov 13 02:27:35 2002
-@@ -58,7 +58,7 @@
- GenericName[zu]=Umdlalo Onengqondo
- DocPath=ksokoban/index.html
- Exec=ksokoban %i %m -caption "%c"
--Icon=ksokoban
-+Icon=ksokoban.png
- Terminal=0
- Type=Application
- X-KDE-StartupNotify=true
---- kdegames-3.0.4/kspaceduel/kspaceduel.desktop~ Wed Nov 13 03:49:21 2002
-+++ kdegames-3.0.4/kspaceduel/kspaceduel.desktop Wed Nov 13 03:49:21 2002
-@@ -67,7 +67,7 @@
- GenericName[zh_CN]=街机游戏
- GenericName[zh_TW]=電子遊戲
- GenericName[zu]=Arcade Umdlalo
--Icon=kspaceduel
-+Icon=kspaceduel.png
- TerminalOptions=
- Path=
- DocPath=kspaceduel/index.html
---- kdegames-3.0.4/ktron/ktron.desktop~ Wed Nov 13 04:06:42 2002
-+++ kdegames-3.0.4/ktron/ktron.desktop Wed Nov 13 04:06:42 2002
-@@ -2,7 +2,7 @@
- Encoding=UTF-8
- Type=Application
- Exec=ktron -caption "%c" %i %m
--Icon=ktron
-+Icon=ktron.png
- DocPath=ktron/index.html
- GenericName=Game
- GenericName[af]=Speletjie
---- kdegames-3.0.4/ktuberling/ktuberling.desktop~ Wed Nov 13 04:10:23 2002
-+++ kdegames-3.0.4/ktuberling/ktuberling.desktop Wed Nov 13 04:10:23 2002
-@@ -94,7 +94,7 @@
- Type=Application
- DocPath=ktuberling/index.html
- Terminal=0
--Icon=ktuberling
-+Icon=ktuberling.png
- MimeType=application/x-tuberling
- X-KDE-StartupNotify=true
- X-DCOP-ServiceType=Multi
---- kdegames-3.0.4/kwin4/kwin4.desktop~ Wed Nov 13 04:33:45 2002
-+++ kdegames-3.0.4/kwin4/kwin4.desktop Wed Nov 13 04:33:45 2002
-@@ -57,7 +57,7 @@
- GenericName[zh_TW]=策略遊戲
- GenericName[zu]=Umdlalo Wendlela Yokuphumelela
- Exec=kwin4
--Icon=kwin4
-+Icon=kwin4.png
- MimeType=
- SwallowExec=
- SwallowTitle=
---- kdegames-3.0.4/lskat/lskat.desktop~ Wed Nov 13 04:34:42 2002
-+++ kdegames-3.0.4/lskat/lskat.desktop Wed Nov 13 04:34:42 2002
-@@ -44,7 +44,7 @@
- GenericName[zh_TW]=紙牌遊戲
- GenericName[zu]=Umdlalo Wekhadi
- Exec=lskat
--Icon=lskat
-+Icon=lskat.png
- Name=Lieutnant Skat
- Name[af]=Luitenant Skat
- Name[az]=LEytenant Skat
diff --git a/kdegames-disable_install-exec-hook.patch b/kdegames-disable_install-exec-hook.patch
deleted file mode 100644
index c9580ee..0000000
--- a/kdegames-disable_install-exec-hook.patch
+++ /dev/null
@@ -1,142 +0,0 @@
---- kdegames-030908/ksirtet/ksirtet/Makefile.am~ 2003-08-30 18:17:16.000000000 +0200
-+++ kdegames-030908/ksirtet/ksirtet/Makefile.am 2003-09-09 21:59:41.000000000 +0200
-@@ -23,33 +23,3 @@
- check_score_SOURCES = check_score.cpp
- check_score_LDADD = -lkdecore
- check_score_LDFLAGS = $(all_libraries) $(KDE_RPATH)
--
--# for system-wide highscore file
--DESTBIN = $(DESTDIR)$(bindir)/$(bin_PROGRAMS)
--DESTSCORES = $(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
--
--install-data-local:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && echo "********************************************************" \
-- && echo "" \
-- && echo "This game is installed sgid \"games\" to use the" \
-- && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
-- && echo "" \
-- && echo "If the system-wide highscore file does not exist, it is" \
-- && echo "created with the correct ownership and permissions. See the" \
-- && echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." \
-- && echo "" \
-- && echo "********************************************************" \
-- ) || true
--
--install-exec-hook:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((chown root:games $(DESTBIN) && chmod 2755 $(DESTBIN)) \
-- || echo "Error: Could not install the game with correct permissions !!" \
-- )) || true
--
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((touch $(DESTSCORES) && chown root.games $(DESTSCORES) \
-- && chmod 0660 $(DESTSCORES)) \
-- || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
-- )) || true
---- kdegames-040110/kmines/Makefile.am.orig 2004-01-11 14:14:40.853340880 +0100
-+++ kdegames-040110/kmines/Makefile.am 2004-01-11 14:15:10.607817512 +0100
-@@ -14,33 +14,3 @@
- messages: rc.cpp
- $(XGETTEXT) rc.cpp *.cpp solver/*.cpp -o $(podir)/kmines.pot
-
--# for system-wide highscore file
--DESTBIN = $(DESTDIR)$(bindir)/$(bin_PROGRAMS)
--DESTSCORES = $(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
--
--install-data-local:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && echo "********************************************************" \
-- && echo "" \
-- && echo "This game is installed sgid \"games\" to use the" \
-- && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
-- && echo "" \
-- && echo "If the system-wide highscore file does not exist, it is" \
-- && echo "created with the correct ownership and permissions. See the" \
-- && echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." \
-- && echo "" \
-- && echo "********************************************************" \
-- ) || true
--
--install-exec-hook:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((chown root:games $(DESTBIN) && chmod 2755 $(DESTBIN)) \
-- || echo "Error: Could not install the game with correct permissions !!" \
-- )) || true
--
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((touch $(DESTSCORES) && chown root.games $(DESTSCORES) \
-- && chmod 0660 $(DESTSCORES)) \
-- || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
-- )) || true
--
---- kdegames-040110/klickety/Makefile.am.orig 2004-01-11 14:33:45.566318056 +0100
-+++ kdegames-040110/klickety/Makefile.am 2004-01-11 14:33:54.973887888 +0100
-@@ -19,32 +19,3 @@
- messages: rc.cpp
- $(XGETTEXT) rc.cpp $(klickety_SOURCES) -o $(podir)/klickety.pot
-
--# for system-wide highscore file
--DESTBIN = $(DESTDIR)$(bindir)/$(bin_PROGRAMS)
--DESTSCORES = $(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
--
--install-data-local:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && echo "********************************************************" \
-- && echo "" \
-- && echo "This game is installed sgid \"games\" to use the" \
-- && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
-- && echo "" \
-- && echo "If the system-wide highscore file does not exist, it is" \
-- && echo "created with the correct ownership and permissions. See the" \
-- && echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." \
-- && echo "" \
-- && echo "********************************************************" \
-- ) || true
--
--install-exec-hook:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((chown root:games $(DESTBIN) && chmod 2755 $(DESTBIN)) \
-- || echo "Error: Could not install the game with correct permissions !!" \
-- )) || true
--
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((touch $(DESTSCORES) && chown root.games $(DESTSCORES) \
-- && chmod 0660 $(DESTSCORES)) \
-- || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
-- )) || true
---- kdegames-040110/kfouleggs/Makefile.am.orig 2004-01-11 14:34:09.941612448 +0100
-+++ kdegames-040110/kfouleggs/Makefile.am 2004-01-11 14:34:17.558454512 +0100
-@@ -20,32 +20,4 @@
- messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kfouleggs.pot
-
--# for system-wide highscore file
--DESTBIN = $(DESTDIR)$(bindir)/$(bin_PROGRAMS)
--DESTSCORES = $(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
-
--install-data-local:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && echo "********************************************************" \
-- && echo "" \
-- && echo "This game is installed sgid \"games\" to use the" \
-- && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
-- && echo "" \
-- && echo "If the system-wide highscore file does not exist, it is" \
-- && echo "created with the correct ownership and permissions. See the" \
-- && echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." \
-- && echo "" \
-- && echo "********************************************************" \
-- ) || true
--
--install-exec-hook:
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((chown root:games $(DESTBIN) && chmod 2755 $(DESTBIN)) \
-- || echo "Error: Could not install the game with correct permissions !!" \
-- )) || true
--
-- @(test x$(HIGHSCORE_DIRECTORY) != x \
-- && ((touch $(DESTSCORES) && chown root.games $(DESTSCORES) \
-- && chmod 0660 $(DESTSCORES)) \
-- || echo "Error: Could not create system-wide highscore file with correct permissions !!" \
-- )) || true
diff --git a/kdegames-fix-crash-in-kwin4-fix-network-connect.patch b/kdegames-fix-crash-in-kwin4-fix-network-connect.patch
deleted file mode 100644
index f9a0ca9..0000000
--- a/kdegames-fix-crash-in-kwin4-fix-network-connect.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- kdegames-3.0.3/libkdegames/kgame/dialogs/kgamedialogconfig.cpp-- 2002-08-27 10:34:46.000000000 +0200
-+++ kdegames-3.0.3/libkdegames/kgame/dialogs/kgamedialogconfig.cpp 2002-08-27 10:35:09.000000000 +0200
-@@ -164,8 +164,8 @@ void KGameDialogNetworkConfig::slotInitC
- kdDebug(11001) << k_funcinfo << endl;
- bool connected = false;
- bool master = true;
-- unsigned short int port = port = d->mConnect->port();
-- QString host = host = d->mConnect->host();
-+ unsigned short int port = d->mConnect->port();
-+ QString host = d->mConnect->host();
-
- if (host.isNull()) {
- master = true;
diff --git a/kdegames-fix-crash-in-the-king-demo.patch b/kdegames-fix-crash-in-the-king-demo.patch
deleted file mode 100644
index 1a4f1f9..0000000
--- a/kdegames-fix-crash-in-the-king-demo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- kdegames-3.0.3/kpat/kings.cpp-- 2002-08-23 09:30:00.000000000 +0200
-+++ kdegames-3.0.3/kpat/kings.cpp 2002-08-23 09:30:34.000000000 +0200
-@@ -16,6 +16,11 @@ Kings::Kings( KMainWindow* parent, const
- }
- }
-
-+void Kings::demo()
-+{
-+ Dealer::demo();
-+}
-+
- void Kings::deal() {
- CardList cards = deck->cards();
- CardList::Iterator it = cards.begin();
---- kdegames-3.0.3/kpat/kings.h-- 2002-08-23 09:30:03.000000000 +0200
-+++ kdegames-3.0.3/kpat/kings.h 2002-08-23 09:31:17.000000000 +0200
-@@ -17,6 +17,7 @@ public:
-
- public slots:
- virtual void deal();
-+ virtual void demo();
- };
-
- #endif
diff --git a/kdegames-fix-mem-leak-in-kwin4.patch b/kdegames-fix-mem-leak-in-kwin4.patch
deleted file mode 100644
index 85365cb..0000000
--- a/kdegames-fix-mem-leak-in-kwin4.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- kdegames-3.0.3/kwin4/kwin4/kspritecache.cpp-- 2002-08-26 10:42:27.000000000 +0200
-+++ kdegames-3.0.3/kwin4/kwin4/kspritecache.cpp 2002-08-26 10:43:03.000000000 +0200
-@@ -29,6 +29,7 @@ KSpriteCache::~KSpriteCache()
- kdDebug(11002) << "KSpriteCache: ItemDict=" << mItemDict.count() << endl;
- kdDebug(11002) << "KSpriteCache: CloneDict=" << mCloneDict.count() << endl;
- reset();
-+ delete mConfig;
- }
-
- void KSpriteCache::setRcFile(QString name)
diff --git a/kdegames-fix-score-ok-button.patch b/kdegames-fix-score-ok-button.patch
deleted file mode 100644
index 4e30f58..0000000
--- a/kdegames-fix-score-ok-button.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-Index: kscoredialog.cpp
-===================================================================
-RCS file: /home/kde/kdegames/libkdegames/kscoredialog.cpp,v
-retrieving revision 1.5
-retrieving revision 1.6
-diff -u -u -p -r1.5 -r1.6
---- kdegames-3.0.3/kdegames/libkdegames/kscoredialog.cpp 2002/02/09 01:26:28 1.5
-+++ kdegames-3.0.3/kdegames/libkdegames/kscoredialog.cpp 2002/09/10 04:27:22 1.6
-@@ -29,6 +29,7 @@ this software.
- #include <qlineedit.h>
- #include <qwidgetstack.h>
- #include <qtimer.h>
-+#include <qevent.h>
- #include <qptrvector.h>
-
- #include <kapplication.h>
-@@ -85,6 +86,8 @@ KScoreDialog::KScoreDialog(int fields, Q
- d->header[Score] = i18n("Score");
- d->key[Score] = "Score";
- d->page = makeMainWidget();
-+
-+ connect(this, SIGNAL(okClicked()), SLOT(slotGotName()));
- }
-
- KScoreDialog::~KScoreDialog()
-@@ -235,7 +238,6 @@ void KScoreDialog::aboutToShow()
- d->edit->setFocus();
- connect(d->edit, SIGNAL(returnPressed()),
- this, SLOT(slotGotReturn()));
-- enableButtonOK(false);
- }
- else
- {
-@@ -382,7 +384,6 @@ void KScoreDialog::slotGotName()
- delete d->edit;
- d->edit = 0;
- d->newName = -1;
-- enableButtonOK(true);
- }
-
- int KScoreDialog::highScore()
-@@ -391,6 +392,16 @@ int KScoreDialog::highScore()
- loadScores();
-
- return (*d->scores.first())[Score].toInt();
-+}
-+
-+void KScoreDialog::keyPressEvent( QKeyEvent *ev)
-+{
-+ if ((d->newName != -1) && (ev->key() == Key_Return))
-+ {
-+ ev->ignore();
-+ return;
-+ }
-+ KDialogBase::keyPressEvent(ev);
- }
-
-
-Index: kscoredialog.h
-===================================================================
-RCS file: /home/kde/kdegames/libkdegames/kscoredialog.h,v
-retrieving revision 1.5
-retrieving revision 1.6
-diff -u -u -p -r1.5 -r1.6
---- kdegames-3.0.3/kdegames/libkdegames/kscoredialog.h 2001/12/25 07:06:26 1.5
-+++ kdegames-3.0.3/kdegames/libkdegames/kscoredialog.h 2002/09/10 04:27:22 1.6
-@@ -111,6 +111,7 @@ private:
-
- void aboutToShow();
- void setupDialog();
-+ void keyPressEvent( QKeyEvent *ev);
-
- private:
- class KScoreDialogPrivate;
diff --git a/kdegames-kpatcards.patch b/kdegames-kpatcards.patch
deleted file mode 100644
index 3499c1c..0000000
--- a/kdegames-kpatcards.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- kdegames-2.1/kpat/pwidget.cpp.bug Sun Feb 18 16:29:19 2001
-+++ kdegames-2.1/kpat/pwidget.cpp Thu Feb 22 14:21:31 2001
-@@ -298,15 +298,10 @@
- if(!pm.isNull()) {
- cardMap::self()->setBackSide(pm);
- config->writeEntry("Back", deck);
-- bool ret = cardMap::self()->setCardDir(cards);
-- if (!ret) {
-- config->writeEntry("Back", "");
--
-- }
-+ } else if(!deck.isEmpty())
-+ KMessageBox::sorry(this, i18n("Could not load background image!"));
-+ if(cardMap::self()->setCardDir(cards))
- config->writeEntry("Cards", cards);
-- } else
-- KMessageBox::sorry(this,
-- i18n("Could not load background image!"));
-
- if (dill) {
- dill->canvas()->setAllChanged();
diff --git a/kdegames.ksnake-highscore.patch b/kdegames.ksnake-highscore.patch
deleted file mode 100644
index 6f32768..0000000
--- a/kdegames.ksnake-highscore.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -dur kdegames-1.0.orig/ksnake/data/Makefile.am kdegames-1.0/ksnake/data/Makefile.am
---- kdegames-1.0.orig/ksnake/data/Makefile.am Sat Jun 27 11:29:59 1998
-+++ kdegames-1.0/ksnake/data/Makefile.am Sun Oct 11 16:05:05 1998
-@@ -1,6 +1,6 @@
-
-
--highscoredir = $(kde_datadir)/ksnake
-+highscoredir = $(prefix)/../../var/lib/games/ksnake
- highscore_DATA = highScores
-
- SUBDIRS = levels pixmaps backgrounds
-diff -dur kdegames-1.0.orig/ksnake/data/Makefile.in kdegames-1.0/ksnake/data/Makefile.in
---- kdegames-1.0.orig/ksnake/data/Makefile.in Fri Jul 10 20:36:15 1998
-+++ kdegames-1.0/ksnake/data/Makefile.in Sun Oct 11 16:04:47 1998
-@@ -134,7 +134,7 @@
- x_includes = @x_includes@
- x_libraries = @x_libraries@
-
--highscoredir = $(kde_datadir)/ksnake
-+highscoredir = $(prefix)/../../var/lib/games/ksnake
- highscore_DATA = highScores
-
- SUBDIRS = levels pixmaps backgrounds
-diff -dur kdegames-1.0.orig/ksnake/score.cpp kdegames-1.0/ksnake/score.cpp
---- kdegames-1.0.orig/ksnake/score.cpp Sun Jun 14 22:19:53 1998
-+++ kdegames-1.0/ksnake/score.cpp Sun Oct 11 16:05:47 1998
-@@ -20,7 +20,7 @@
- :QObject( parent, name )
- {
- QString libDir;
-- libDir.setStr(KApplication::kde_datadir().copy());
-+ libDir.setStr("/var/lib/games");
- libDir.append("/ksnake/");
- file.setName( libDir + "highScores");
- playerName = getenv("LOGNAME");
diff --git a/kdegames.spec b/kdegames.spec
deleted file mode 100644
index f4d9cf3..0000000
--- a/kdegames.spec
+++ /dev/null
@@ -1,1724 +0,0 @@
-#
-# Conditional build:
-%bcond_without highscore # without system-wide score feature
-%bcond_without i18n # don't build i18n packages per module
-#
-%define _state stable
-%define _ver 3.2.2
-#define _snap 040110
-
-Summary: K Desktop Environment - games
-Summary(es): K Desktop Environment - Juegos
-Summary(ja): KDEĽÇĽšĽŻĽČĽĂĽ×´Äś­ - Ľ˛ĄźĽŕ
-Summary(ko): K ľĽ˝şĹŠĹž ČŻ°ć - łîŔĚ(°ÔŔÓ)
-Summary(pl): K Desktop Environment - gry
-Summary(pt_BR): K Desktop Environment - Jogos
-Summary(zh_CN): KDEÓÎϡ
-Name: kdegames
-#Version: %{_ver}.%{_snap}
-Version: %{_ver}
-Release: 1
-Epoch: 8
-License: GPL
-Vendor: The KDE Team
-Group: X11/Applications/Games
-Source0: http://download.kde.org/%{_state}/%{_ver}/src/%{name}-%{_ver}.tar.bz2
-# Source0-md5: 714f8a591964c11af5bdb228cee750e6
-%if %{with i18n}
-Source1: kde-i18n-%{name}-%{version}.tar.bz2
-# Source1-md5: ab912a34187fb9a7a39b294c06a3bd9f
-%endif
-Patch0: %{name}-3.2branch.diff
-Patch1: %{name}-disable_install-exec-hook.patch
-BuildRequires: ed
-BuildRequires: kdelibs-devel >= 9:%{version}
-BuildRequires: rpmbuild(macros) >= 1.129
-Requires: kdelibs >= 9:%{version}
-Obsoletes: kdegames-kabalone
-Obsoletes: kdegames-megami
-Obsoletes: kdegames-kjezz
-Obsoletes: kdegames-kpm
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Libraries for kdegames. Included with this package are: kasteroids,
-katomic, kbackgammon, kbattleship, kblackbox, kbounce, kenolaba,
-kfouleggs, kgoldrunner, kjumpingcube, klickety, klines, kmahjongg,
-kmines, kolf, konquest, kpat, kpoker, kreversi, ksame, kshisen,
-ksirtet, ksmiletris, ksnake, ksokoban, kspaceduel, ktron, ktuberling,
-kwin4, lskat.
-
-%description -l es
-Juegos para KDE. Incluidos en este paquete:
-
-kasteroids: arcade, katomic, kbackgammon, kbattleship, kblackbox,
-kbounce, kenolaba, kfouleggs, kgoldrunner, kjumpingcube, klickety,
-klines, kmahjongg: el popular mahjongg, kmines: desarmar las minas,
-kolf, konquest, kpat: juegos de cartas, incluso solitario, kpoker:
-vídeo póquer, kreversi: Reversi, ksame: un juego de tablero, kshisen:
-Shisen-Sho - relacionado con el mahjongg, ksirtet, ksmiletris, ksnake:
-corrida de las cobras, ksokoban, kspaceduel, ktron, kwin4, lskat.
-
-%description -l ja
-KDEĽÇĽšĽŻĽČĽĂĽ×´Äś­ÍѤμ˛ĄźĽŕ °Ę˛ź¤Î¤č¤Ś¤ĘĽŃĽĂĽąĄźĽ¸¤ŹĆţ¤Ă¤Ć¤¤¤Ţ¤šĄŁ
-
-kasteroids: Ľ˘ĄźĽąĄźĽÉĽ˛ĄźĽŕ, katomic, kbackgammon, kbattleship,
-kblackbox: a strategy game with hidden boxes and rays, kbounce,
-kenolaba, kfouleggs, kenolaba, kgoldrunner, kjumpingcube, klickety,
-klines, kmahjongg: žĺł¤ kmines: ĽŢĽ¤ĽóĽšĽ¤ĄźĽŃĄź, kolf, konquest,
-kpat: °ěżÍÍŃĽČĽéĽóĽ×Ľ˛ĄźĽŕ, kpoker: ĽÝĄźĽŤ, kreversi: ĽęĽĐĄźĽˇ, ksame:
-same game, kshisen: ťÍŔîžĘ, ksirtet, ksmiletris, ksnake:
-ĽšĽÍĄźĽŻĽěĄźĽš, ksokoban: ÁҸËČÖ, kspaceduel, ktron, kwin4, lskat
-
-%description -l pl
-Biblioteki dla gier KDE: kasteroids, katomic, kbackgammon,
-kbattleship, kblackbox, kbounce, kenolaba, kfouleggs, kgoldrunner,
-kjumpingcube, klickety, klines, kmahjongg, kmines, kolf, konquest,
-kpat, kpoker, kreversi, ksame, kshisen, ksirtet, ksmiletris, ksnake,
-ksokoban, kspaceduel, ktron, ktuberling, kwin4, lskat.
-
-%description -l pt_BR
-Jogos para o KDE. Incluídos neste pacote:
-
-kasteroids: arcade, katomic, kblackbox, kbackgammon, kbattleship,
-kbounce, kenolaba, kfouleggs, kgoldrunner, kjumpingcube, klickety,
-klines, kmahjongg: o popular mahjongg, kmines: desarmar as minas,
-kolf, konquest, kpat: jogos de cartas, inclusive pacięncia, kpoker:
-vídeo-poker, kreversi: Reversi, ksame: um jogo de tabuleiro, kshisen:
-Shisen-Sho - relacionado com o mahjongg, ksirtet, ksmiletris, ksnake:
-corrida das cobras, ksokoban, kspaceduel, ktron, kwin4, lskat.
-
-%package devel
-Summary: Development files for KDE games
-Summary(pl): Pliki przydatne twórcom gier dla KDE
-Summary(pt_BR): Arquivos de inclusăo do kdegames
-Group: X11/Development/Libraries
-Requires: kdelibs-devel >= 9:%{version}
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: %{name}-atlantik = %{epoch}:%{version}-%{release}
-Requires: %{name}-kolf = %{epoch}:%{version}-%{release}
-
-%description devel
-Development files for KDE games.
-
-%description devel -l pl
-Pliki dla programistów KDE games.
-
-%description devel -l pt_BR
-Este pacote detém os arquivos de inclusăo necessários para compilar
-aplicativos que usam bibliotecas do kdegames.
-
-%package atlantik
-Summary: KDE client for playing Monopoly-like games
-Summary(pl): Klient KDE do grania w gry typu Monopoly
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description atlantik
-Atlantik is a KDE client for Monopoly-like board games to be played on
-the monopd network.
-
-%description atlantik -l pl
-Atlantik to klient KDE dla gier planszowych typu Monopoly, którym
-można grać w sieci monopd.
-
-%package carddecks
-Summary: KDE carddecks
-Summary(pl): Karcianki dla KDE
-Summary(pt_BR): Biblioteca de baralhos para jogos do KDE que usem cartas
-Group: X11/Applications/Games
-Requires: kdelibs >= 9:%{version}
-
-%description carddecks
-KDE carddecks.
-
-%description carddecks -l pl
-Karcianki dla KDE.
-
-%description carddecks -l pt_BR
-Biblioteca de baralhos para jogos do KDE que usem cartas.
-
-%package kasteroids
-Summary: KDE Asteroids clone
-Summary(pl): Klon Asteroids dla KDE
-Summary(pt_BR): Destrua os asteróides para năo ser destruído
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kasteroids
-Asteroids clone for KDE.
-
-%description kasteroids -l pl
-Klon znanej gry "Asteroids".
-
-%description kasteroids -l pt_BR
-Destrua os asteróides para năo ser destruído.
-
-%package katomic
-Summary: KDE Sokoban clone
-Summary(pl): Klon gry Sokoban dla KDE
-Summary(pt_BR): Jogo semelhante ao Sokoban mas o objetivo é formar moléculas
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description katomic
-Atomic Entertainment is a small game which resembles Sokoban. The
-Object of the game is to build chemical molecules on a Sokoban like
-board.
-
-%description katomic -l pl
-Atomic to mała gra podobna do gry Sokoban. Celem gry jest zbudowanie
-cząsteczek chemicznych na planszy podobnej do tej z gry Sokoban.
-
-%description katomic -l pt_BR
-Jogo semelhante ao Sokoban mas o objetivo é formar moléculas.
-
-%package kbackgammon
-Summary: Backgammon program for KDE
-Summary(pl): Backgammon dla KDE
-Summary(pt_BR): Jogo de gamăo para KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kbackgammon
-KBackgammon is a graphical backgammon program for KDE. It supports
-backgammon games with other players, games against computer engines
-like GNU bg and even on-line games on the First Internet Backgammon
-Server.
-
-%description kbackgammon -l pl
-KBackgammon to graficzna wersja gry backgammon dla KDE. Można grać z
-innymi graczami, przeciwko komputerowi lub nawet rozegrać partię przez
-sieć korzystając z Pierwszego Internetowego Serwera Backgammona.
-
-%description kbackgammon -l pt_BR
-Jogo de gamăo para KDE.
-
-%package kbattleship
-Summary: Battleship for KDE
-Summary(pl): Statki dla KDE
-Summary(pt_BR): Jogo de batalha naval com servidor embutido
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kbattleship
-Battleship for KDE.
-
-%description kbattleship -l pl
-Statki dla KDE.
-
-%description kbattleship -l pt_BR
-Jogo de batalha naval com servidor embutido.
-
-%package kblackbox
-Summary: A little logical game for KDE
-Summary(pl): Prosta gra logiczna
-Summary(pt_BR): Versăo do jogo Blackbox do Emacs para KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kblackbox
-A little logical game for KDE.
-
-%description kblackbox -l pl
-Prosta gra logiczna.
-
-%description kblackbox -l pt_BR
-Versăo do jogo Blackbox do Emacs para KDE.
-
-%package kbounce
-Summary: Claim areas and don't get disturbed
-Summary(pl): Gra polegająca na pozyskiwaniu terenu wbrew przeciwnikom
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kbounce
-Claim areas and don't get disturbed.
-
-%description kbounce -l pl
-Gra polegająca na pozyskiwaniu terenu wbrew przeciwnikom.
-
-%package kenolaba
-Summary: Abalone-like board game against the computer
-Summary(pl): Gra planszowa podobna do Abalone przeciwko komputerowi
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kenolaba
-Abalone-like board game against the computer.
-
-%description kenolaba -l pl
-Gra planszowa podobna do Abalone przeciwko komputerowi.
-
-%package kfouleggs
-Summary: KDE kfouleggs
-Summary(pl): Gra kfouleggs dla KDE
-Summary(pt_BR): Mais um jogo que lembra o estilo Tetris
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kfouleggs
-KDE kfouleggs.
-
-%description kfouleggs -l pl
-Gra kfouleggs dla KDE.
-
-%description kfouleggs -l pt_BR
-Mais um jogo que lembra o estilo Tetris.
-
-%package kgoldrunner
-Summary: A KDE clone of Lode Runner (TM) Commodore game
-Summary(pl): Klon gry Lode Runner dla KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kgoldrunner
-KGoldrunner is based on the Lode Runner (TM) game written in the USA
-by Doug Smith in 1983 for the Apple II and Commodore 64 computers.
-
-%description kgoldrunner -l pl
-KGoldrunner jest oparty na grze Lode Runner (TM) napisanej w 1983 w
-USA przez Douga Smitha na komputery Apple II i Commodore 64.
-
-%package kjumpingcube
-Summary: A little tactical game for KDE
-Summary(pl): Prosta gra taktyczna dla KDE
-Summary(pt_BR): Jogo de estratégia para 2 contendores
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kjumpingcube
-KJumpingCube is a simple tactical game. You can play it against the
-computer or against the friend. The playing field consists of squares
-that contains points. By clicking on the squares you can increase the
-points, and if the points reach a maximum the points will jump to the
-squares neighbours and take them over. Winer is the one, who owns all
-squares.
-
-%description kjumpingcube -l pl
-KJumpingCube to prosta gra taktyczna. Można w nią grać przeciwko
-komputerowi lub przeciwko koledze. Plansza do gry zawiera pola, które
-zawierają punkty. Przez klikanie na pola zwiększa się liczbę punktów
-na nich. Gdy liczba punktów na określonym polu osiągnie maksymalną
-wartość, punkty przeskakują na sąsiednie pola przejmując je tym samym
-na własność. Zwycięzca jest jeden - to ten, kto przejmie wszystkie
-pola na własność.
-
-%description kjumpingcube -l pt_BR
-Jogo de estratégia para 2 contendores.
-
-%package klickety
-Summary: A Clickomania-alike game for KDE
-Summary(pl): Gra dla KDE podobna do Clickomanii
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description klickety
-Klickety is an adaptation of the (perharps) well-known Clickomania
-game; it is very similar to the "same" game.
-
-%description klickety -l pl
-Klickety to adaptacja bardziej znanej gry Clickomania. Jest podobna do
-gry "same".
-
-%package klines
-Summary: Lines for KDE
-Summary(pl): Gra Lines dla KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description klines
-Lines for KDE.
-
-%description klines -l pl
-Gra Lines dla KDE.
-
-%package kmahjongg
-Summary: KDE Mahjongg clone
-Summary(pl): Klon gry Mahjongg dla KDE
-Summary(pt_BR): Versăo do jogo Mahjongg para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kmahjongg
-This program is a clone of the well known Mahjongg game.
-
-%description kmahjongg -l pl
-Wersja KDE znanej gry Mahjongg.
-
-%description kmahjongg -l pt_BR
-Versăo do jogo Mahjongg para o KDE.
-
-%package kmines
-Summary: KDE minesweeper game
-Summary(pl): Saper dla KDE
-Summary(pt_BR): Versăo do jogo 'caça-minas' para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kmines
-This is a very classical minesweeper written from scratch.
-- 3 predefined levels (Easy: 8x8 with 10 mines, Normal: 16x16 with 40
- mines, Expert: 30x16 with 99 mines)
-- Custom levels
-- High Scores.
-
-%description kmines -l pl
-Wersja klasycznej gry "saper" dla KDE, napisana od zera. Cechy:
-- 3 predefiniowane poziomy (łatwy - 8x8 z 10 minami, normalny - 16x16
- z 40 minami, dla ekspertów - 30x16 z 99 minami)
-- definiowalne poziomy
-- lista najlepszych wyników.
-
-%description kmines -l pt_BR
-Versăo do jogo 'caça-minas' para o KDE.
-
-%package kolf
-Summary: Miniature golf for KDE
-Summary(pl): Mini golf
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kolf
-Kolf - miniature golf for KDE.
-
-%description kolf -l pl
-Kolf - mini golf dla KDE.
-
-%package konquest
-Summary: KDE version of Gnu-Lactic Konquest
-Summary(pl): Podbój galaktyki dla KDE
-Summary(pt_BR): Jogo espacial de estratégia
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description konquest
-KDE version of Gnu-Lactic Konquest.
-
-%description konquest -l pl
-Podbój galaktyki dla KDE.
-
-%description konquest -l pt_BR
-Jogo espacial de estratégia.
-
-%package kpat
-Summary: KDE solitaire patience game
-Summary(pl): Pasjanse dla KDE
-Summary(pt_BR): Versăo do jogo 'Pacięncia' para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: %{name}-carddecks = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kpat
-KDE solitaire patience games.
-
-%description kpat -l pl
-Program umożliwia układanie kilku rodzajów pasjansów.
-
-%description kpat -l pt_BR
-Versăo do jogo 'Pacięncia' para o KDE.
-
-%package kpoker
-Summary: KDE poker
-Summary(pl): Poker dla KDE
-Summary(pt_BR): Jogo de vídeo-pôquer para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: %{name}-carddecks = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kpoker
-A simple video poker clone for the KDE desktop environment.
-
-%description kpoker -l pl
-Prosty poker dla KDE.
-
-%description kpoker -l pt_BR
-Jogo de vídeo-pôquer para o KDE.
-
-%package kreversi
-Summary: KDE Reversi game
-Summary(pl): Gra Reversi dla KDE
-Summary(pt_BR): Jogo no estilo Otelo para KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kreversi
-Reversi is a simple strategy game that is played by two players. There
-is only one type of piece - one side of it is black, the other white.
-If a player captures a piece on the board, that piece is turned and
-belongs to that player. The winner is the person that has more pieces
-of his own color on the board and if there are no more moves possible.
-
-%description kreversi -l pl
-Reversi to prosta gra strategiczna dla dwóch graczy. Jest tylko jeden
-rodzaj pionu - z jednej strony czarny, z drugiej biały. Jeśli gracz
-schwyta pion na planszy, jest on obracany i należy do tego gracza.
-Zwycięzcą jest osoba, która ma na planszy więcej pionów w swoim
-kolorze w chwili, gdy nie można już wykonać żadnego ruchu.
-
-%description kreversi -l pt_BR
-Jogo no estilo Otelo para KDE.
-
-%package ksame
-Summary: KDE SameGame
-Summary(pl): "To Samo" dla KDE
-Summary(pt_BR): Jogo relaxante onde vocę deve remover o maior número possível de bolas
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description ksame
-KSame is a simple game. It's played by one player, so there is only
-one winner :-) You play for fun and against the highscore. It has been
-inspired by SameGame, that is only famous on the Macintosh platform.
-
-%description ksame -l pl
-KSame to prosta gra dla jednego gracza. Można grać dla zabawy i dla
-wyniku. Gra jest zainspirowana grą SameGame, słynną tylko na
-Macintoshach.
-
-%description ksame -l pt_BR
-Jogo relaxante onde vocę deve remover o maior número possível de
-bolinhas.
-
-%package kshisen
-Summary: KDE Shisen-Sho
-Summary(pl): Shisen-Sho dla KDE
-Summary(pt_BR): Jogo Shisen para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kshisen
-Shisen-Sho is similar to Mahjongg and uses the same set of tiles as
-Mahjongg.
-
-%description kshisen -l pl
-Shisen-Sho to gra podobna do Mahjongg i wykorzystująca ten sam zestaw
-kości.
-
-%description kshisen -l pt_BR
-Jogo Shisen para o KDE.
-
-%package ksirtet
-Summary: KDE Tetris
-Summary(pl): Tetris dla KDE
-Summary(pt_BR): Jogo no estilo Tetris
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description ksirtet
-This program is a clone of the well-known game Tetris.
-
-%description ksirtet -l pl
-Kolejny klon dobrze znanego Tetrisa.
-
-%description ksirtet -l pt_BR
-Jogo no estilo Tetris.
-
-%package ksmiletris
-Summary: KDE Tetris
-Summary(pl): Tetris dla KDE
-Summary(pt_BR): Jogo no estilo Tetris para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description ksmiletris
-This program is a clone of the well-known game Tetris.
-
-%description ksmiletris -l pl
-Kolejny klon dobrze znanego Tetrisa.
-
-%description ksmiletris -l pt_BR
-Jogo no estilo Tetris para o KDE.
-
-%package ksnake
-Summary: KDE Snake Race
-Summary(pl): Wyścig Węży dla KDE
-Summary(pt_BR): Jogo da cobra sempre crescente para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description ksnake
-Snake Race is a game of speed and agility. You are a hungry snake and
-are trying to eat all the apples in the room before getting out!
-
-%description ksnake -l pl
-Snake Race to gra szybkościowo-zręcznościowa. Gracz wciela się w
-głodnego węża próbującego zjeść wszystkie jabłka w pomieszczeniu.
-
-%description ksnake -l pt_BR
-Jogo da cobra sempre crescente para o KDE.
-
-%package ksokoban
-Summary: KDE Sokoban
-Summary(pl): Sokoban dla KDE
-Summary(pt_BR): Jogo Sokoban ou 'Fiscal de Estoque' para o KDE
-Group: X11/Applications/Games
-Requires: kdebase-core >= 9:%{version}
-
-%description ksokoban
-The Japanese warehouse keeper game.
-
-%description ksokoban -l pl
-Gra w japońskiego magazyniera.
-
-%description ksokoban -l pt_BR
-Jogo Sokoban ou 'Fiscal de Estoque' para o KDE.
-
-%package kspaceduel
-Summary: KDE space arcade game for two players
-Summary(pl): Gra zręcznościowa pod KDE dla dwóch graczy
-Summary(pt_BR): Versăo do jogo Duelo Espacial para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kspaceduel
-Each player control a ship that flies around the sun and tries to
-shoot at the other ship. You can play KSpaceduel with another person,
-against the computer, or you can have the computer control both ships
-and play each other.
-
-%description kspaceduel -l pl
-Każdy z graczy kieruje statkiem, który lata dookoła słońca i próbuje
-zestrzelić drugi statek. Można grać w KSpaceduel z inną osobą, z
-komputerem, lub pozwolić, aby komputer kierował obydwoma statkami.
-
-%description kspaceduel -l pt_BR
-Versăo do jogo Duelo Espacial para o KDE.
-
-%package ktron
-Summary: Trone clone for KDE
-Summary(pl): Klon Trone dla KDE
-Summary(pt_BR): Versăo do jogo Tron / Motos de Luz para o KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description ktron
-KTron is a simple Trone-Clone for the KDE. You can play KTron against
-the computer or a friend.
-
-The aim of the game is to live longer then your opponent. To do That,
-avoid running into a wall, your own tail and that of your opponent.
-
-%description ktron -l pl
-KTron to prosty klon Trone dla KDE. Można grać w KTron przeciwko
-komputerowi lub koledze.
-
-Celem gry jest przeżycie dłużej niż przeciwnik. Aby tego dokonać
-trzeba unikać uderzenia w ścianę, ogon własny lub przeciwnika.
-
-%description ktron -l pt_BR
-Versăo do jogo Tron / Motos de Luz para o KDE.
-
-%package ktuberling
-Summary: KDE game for small children
-Summary(pl): Gra dla małych dzieci
-Summary(pt_BR): Jogo de desenho do 'Homem-batata' para crianças
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description ktuberling
-It is a potato editor. That means that you can drag and drop eyes,
-mouths, moustache, and other parts of face and goodies onto a
-potato-like guy.
-
-There is no winer. The only purpose is to make the funniest faces you
-can.
-
-%description ktuberling -l pl
-KTuberling to edytor ziemniaków. Oznacza to, że można układać oczy,
-usta, wąsy oraz inne części twarzy na postać podobną do ziemniaka.
-
-W grze nie ma zwycięzcy. Jedynym celem gry jest stworzenie
-najzabawniejszej twarzy, jaką się da ułożyć.
-
-%description ktuberling -l pt_BR
-Jogo de desenho do 'Homem-batata' para crianças.
-
-%package kwin4
-Summary: Four wins for KDE
-Summary(pl): Gra "cztery wygrywa" dla KDE
-Summary(pt_BR): Jogo de estratégia que lembra um pouco o Otelo
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description kwin4
-Four wins is a game for two players. Each player is represented by a
-colour (yellow and red). The goal of the game is to get four connected
-pieces of your colour into a row, column or any diagonal. This is done
-by placing one of your pieces into any of the seven columns. A piece
-will begin to fill a column from the bottom, i.e. it will fall down
-until it reaches the ground level or another stone. After a move is
-done it is the turn of the other player. This is repeated until the
-game is over, i.e. one of the players has four pieces in a row, column
-or diagonal or no more moves are possible because the board is filled.
-
-%description kwin4 -l pl
-Cztery wygrywa jest grą dla dwóch graczy. Każdy gracz jest
-reprezentowany przez kolor (żółty bądź czerwony). Celem gry jest
-ustawienie czterech klocków twojego koloru w rząd, kolumnę lub po
-przekątnej. Klocki wypełniają kolumny od dołu, tj. spadają dopóki nie
-dosięgną podłoża bądź innego klocka. Gra trwa do momentu uzyskania ww.
-układu bądź do zapełnienia tablicy.
-
-%description kwin4 -l pt_BR
-Jogo de estratégia que lembra um pouco o Otelo.
-
-%package lskat
-Summary: KDE lskat
-Summary(pl): Lskat dla KDE
-Summary(pt_BR): Jogo de cartas Lieutenant Skat para KDE
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: %{name}-carddecks = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description lskat
-Lieutnant Skat.
-
-%description lskat -l pl
-Lskat dla KDE.
-
-%description lskat -l pt_BR
-Jogo de cartas Lieutenant Skat para KDE
-
-%package megami
-Summary: Popular Gambling Game
-Summary(pl): Popularna gra hazardowa
-Group: X11/Applications/Games
-Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: %{name}-carddecks = %{epoch}:%{version}-%{release}
-Requires: kdebase-core >= 9:%{version}
-
-%description megami
-Popular Gambling Game.
-
-%description megami -l pl
-Popularna gra hazardowa.
-
-%package i18n
-Summary: Common internationalization and localization files for kdegames
-Summary(pl): Współdzielone pliki umiędzynarodawiające dla kdegames
-Group: X11/Applications
-Requires: kdelibs-i18n >= 9:%{version}
-
-%description i18n
-Common internationalization and localization files for kdegames.
-
-%description i18n -l pl
-Pliki umiędzynarodawiające wspólne dla kdegames.
-
-%package kmahjongg-i18n
-Summary: Internationalization and localization files for kmahjongg
-Summary(pl): Pliki umiędzynarodawiające dla kmahjongga
-Group: X11/Applications
-Requires: %{name}-kmahjongg = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kmahjongg-i18n
-Internationalization and localization files for kmahjongg.
-
-%description kmahjongg-i18n -l pl
-Pliki umiędzynarodawiające dla kmahjongga.
-
-%package ksmiletris-i18n
-Summary: Internationalization and localization files for ksmiletris
-Summary(pl): Pliki umiędzynarodawiające dla ksmiletrisa
-Group: X11/Applications
-Requires: %{name}-ksmiletris = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ksmiletris-i18n
-Internationalization and localization files for ksmiletris.
-
-%description ksmiletris-i18n -l pl
-Pliki umiędzynarodawiające dla ksmiletrisa.
-
-%package atlantik-i18n
-Summary: Internationalization and localization files for atlantik
-Summary(pl): Pliki umiędzynarodawiające dla atlantika
-Group: X11/Applications
-Requires: %{name}-atlantik = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description atlantik-i18n
-Internationalization and localization files for atlantik.
-
-%description atlantik-i18n -l pl
-Pliki umiędzynarodawiające dla atlantika.
-
-%package kasteroids-i18n
-Summary: Internationalization and localization files for kasteroids
-Summary(pl): Pliki umiędzynarodawiające dla kasteroids
-Group: X11/Applications
-Requires: %{name}-kasteroids = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kasteroids-i18n
-Internationalization and localization files for kasteroids.
-
-%description kasteroids-i18n -l pl
-Pliki umiędzynarodawiające dla kasteroids.
-
-%package katomic-i18n
-Summary: Internationalization and localization files for katomic
-Summary(pl): Pliki umiędzynarodawiające dla katomic
-Group: X11/Applications
-Requires: %{name}-katomic = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description katomic-i18n
-Internationalization and localization files for katomic.
-
-%description katomic-i18n -l pl
-Pliki umiędzynarodawiające dla katomic.
-
-%package kbackgammon-i18n
-Summary: Internationalization and localization files for kbackgammon
-Summary(pl): Pliki umiędzynarodawiające dla kbackgammona
-Group: X11/Applications
-Requires: %{name}-kbackgammon = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kbackgammon-i18n
-Internationalization and localization files for kbackgammon.
-
-%description kbackgammon-i18n -l pl
-Pliki umiędzynarodawiające dla kbackgammona.
-
-%package kbattleship-i18n
-Summary: Internationalization and localization files for kbattleship
-Summary(pl): Pliki umiędzynarodawiające dla kbattleship
-Group: X11/Applications
-Requires: %{name}-kbattleship = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kbattleship-i18n
-Internationalization and localization files for kbattleship.
-
-%description kbattleship-i18n -l pl
-Pliki umiędzynarodawiające dla kbattleship.
-
-%package kblackbox-i18n
-Summary: Internationalization and localization files for kblackbox
-Summary(pl): Pliki umiędzynarodawiające dla kblackboksa
-Group: X11/Applications
-Requires: %{name}-kblackbox = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kblackbox-i18n
-Internationalization and localization files for kblackbox.
-
-%description kblackbox-i18n -l pl
-Pliki umiędzynarodawiające dla kblackboksa.
-
-%package kbounce-i18n
-Summary: Internationalization and localization files for kbounce
-Summary(pl): Pliki umiędzynarodawiające dla kbounce
-Group: X11/Applications
-Requires: %{name}-kbounce = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kbounce-i18n
-Internationalization and localization files for kbounce.
-
-%description kbounce-i18n -l pl
-Pliki umiędzynarodawiające dla kbounce.
-
-%package kenolaba-i18n
-Summary: Internationalization and localization files for kenolaba
-Summary(pl): Pliki umiędzynarodawiające dla kenolaby
-Group: X11/Applications
-Requires: %{name}-kenolaba = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kenolaba-i18n
-Internationalization and localization files for kenolaba.
-
-%description kenolaba-i18n -l pl
-Pliki umiędzynarodawiające dla kenolaby.
-
-%package kfouleggs-i18n
-Summary: Internationalization and localization files for kfouleggs
-Summary(pl): Pliki umiędzynarodawiające dla kfouleggs
-Group: X11/Applications
-Requires: %{name}-kfouleggs = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kfouleggs-i18n
-Internationalization and localization files for kfouleggs.
-
-%description kfouleggs-i18n -l pl
-Pliki umiędzynarodawiające dla kfouleggs.
-
-%package kgoldrunner-i18n
-Summary: Internationalization and localization files for kgoldrunner
-Summary(pl): Pliki umiędzynarodawiające dla kgoldrunnera
-Group: X11/Applications
-Requires: %{name}-kgoldrunner = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kgoldrunner-i18n
-Internationalization and localization files for kgoldrunner.
-
-%description kgoldrunner-i18n -l pl
-Pliki umiędzynarodawiające dla kgoldrunnera.
-
-%package kjumpingcube-i18n
-Summary: Internationalization and localization files for kjumpingcube
-Summary(pl): Pliki umiędzynarodawiające dla kjumpingcube
-Group: X11/Applications
-Requires: %{name}-kjumpingcube = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kjumpingcube-i18n
-Internationalization and localization files for kjumpingcube.
-
-%description kjumpingcube-i18n -l pl
-Pliki umiędzynarodawiające dla kjumpingcube.
-
-%package klickety-i18n
-Summary: Internationalization and localization files for klickety
-Summary(pl): Pliki umiędzynarodawiające dla klickety
-Group: X11/Applications
-Requires: %{name}-klickety = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description klickety-i18n
-Internationalization and localization files for klickety.
-
-%description klickety-i18n -l pl
-Pliki umiędzynarodawiające dla klickety.
-
-%package klines-i18n
-Summary: Internationalization and localization files for klines
-Summary(pl): Pliki umiędzynarodawiające dla klines
-Group: X11/Applications
-Requires: %{name}-klines = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description klines-i18n
-Internationalization and localization files for klines.
-
-%description klines-i18n -l pl
-Pliki umiędzynarodawiające dla klines.
-
-%package kmines-i18n
-Summary: Internationalization and localization files for kmines
-Summary(pl): Pliki umiędzynarodawiające dla kmines
-Group: X11/Applications
-Requires: %{name}-kmines = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kmines-i18n
-Internationalization and localization files for kmines.
-
-%description kmines-i18n -l pl
-Pliki umiędzynarodawiające dla kmines.
-
-%package kolf-i18n
-Summary: Internationalization and localization files for kolf
-Summary(pl): Pliki umiędzynarodawiające dla kolfa
-Group: X11/Applications
-Requires: %{name}-kolf = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kolf-i18n
-Internationalization and localization files for kolf.
-
-%description kolf-i18n -l pl
-Pliki umiędzynarodawiające dla kolfa.
-
-%package konquest-i18n
-Summary: Internationalization and localization files for konquest
-Summary(pl): Pliki umiędzynarodawiające dla konquesta
-Group: X11/Applications
-Requires: %{name}-konquest = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description konquest-i18n
-Internationalization and localization files for konquest.
-
-%description konquest-i18n -l pl
-Pliki umiędzynarodawiające dla konquesta.
-
-%package kpat-i18n
-Summary: Internationalization and localization files for kpat
-Summary(pl): Pliki umiędzynarodawiające dla kpata
-Group: X11/Applications
-Requires: %{name}-kpat = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kpat-i18n
-Internationalization and localization files for kpat.
-
-%description kpat-i18n -l pl
-Pliki umiędzynarodawiające dla kpata.
-
-%package kpoker-i18n
-Summary: Internationalization and localization files for kpoker
-Summary(pl): Pliki umiędzynarodawiające dla kpokera
-Group: X11/Applications
-Requires: %{name}-kpoker = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kpoker-i18n
-Internationalization and localization files for kpoker.
-
-%description kpoker-i18n -l pl
-Pliki umiędzynarodawiające dla kpokera.
-
-%package kreversi-i18n
-Summary: Internationalization and localization files for kreversi
-Summary(pl): Pliki umiędzynarodawiające dla kreversi
-Group: X11/Applications
-Requires: %{name}-kreversi = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kreversi-i18n
-Internationalization and localization files for kreversi.
-
-%description kreversi-i18n -l pl
-Pliki umiędzynarodawiające dla kreversi.
-
-%package ksame-i18n
-Summary: Internationalization and localization files for ksame
-Summary(pl): Pliki umiędzynarodawiające dla ksame
-Group: X11/Applications
-Requires: %{name}-ksame = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ksame-i18n
-Internationalization and localization files for ksame.
-
-%description ksame-i18n -l pl
-Pliki umiędzynarodawiające dla ksame.
-
-%package kshisen-i18n
-Summary: Internationalization and localization files for kshisen
-Summary(pl): Pliki umiędzynarodawiające dla kshisen
-Group: X11/Applications
-Requires: %{name}-kshisen = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kshisen-i18n
-Internationalization and localization files for kshisen.
-
-%description kshisen-i18n -l pl
-Pliki umiędzynarodawiające dla kshisen.
-
-%package ksirtet-i18n
-Summary: Internationalization and localization files for ksirtet
-Summary(pl): Pliki umiędzynarodawiające dla ksirteta
-Group: X11/Applications
-Requires: %{name}-ksirtet = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ksirtet-i18n
-Internationalization and localization files for ksirtet.
-
-%description ksirtet-i18n -l pl
-Pliki umiędzynarodawiające dla ksirteta.
-
-%package ksnake-i18n
-Summary: Internationalization and localization files for ksnake
-Summary(pl): Pliki umiędzynarodawiające dla ksnake'a
-Group: X11/Applications
-Requires: %{name}-ksnake = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ksnake-i18n
-Internationalization and localization files for ksnake.
-
-%description ksnake-i18n -l pl
-Pliki umiędzynarodawiające dla ksnake'a.
-
-%package ksokoban-i18n
-Summary: Internationalization and localization files for ksokoban
-Summary(pl): Pliki umiędzynarodawiające dla ksokobana
-Group: X11/Applications
-Requires: %{name}-ksokoban = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ksokoban-i18n
-Internationalization and localization files for ksokoban.
-
-%description ksokoban-i18n -l pl
-Pliki umiędzynarodawiające dla ksokobana.
-
-%package kspaceduel-i18n
-Summary: Internationalization and localization files for kspaceduel
-Summary(pl): Pliki umiędzynarodawiające dla kspaceduel
-Group: X11/Applications
-Requires: %{name}-kspaceduel = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kspaceduel-i18n
-Internationalization and localization files for kspaceduel.
-
-%description kspaceduel-i18n -l pl
-Pliki umiędzynarodawiające dla kspaceduel.
-
-%package ktron-i18n
-Summary: Internationalization and localization files for ktron
-Summary(pl): Pliki umiędzynarodawiające dla ktrona
-Group: X11/Applications
-Requires: %{name}-ktron = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ktron-i18n
-Internationalization and localization files for ktron.
-
-%description ktron-i18n -l pl
-Pliki umiędzynarodawiające dla ktrona.
-
-%package ktuberling-i18n
-Summary: Internationalization and localization files for ktuberling
-Summary(pl): Pliki umiędzynarodawiające dla ktuberlinga
-Group: X11/Applications
-Requires: %{name}-ktuberling = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description ktuberling-i18n
-Internationalization and localization files for ktuberling.
-
-%description ktuberling-i18n -l pl
-Pliki umiędzynarodawiające dla ktuberlinga.
-
-%package kwin4-i18n
-Summary: Internationalization and localization files for kwin4
-Summary(pl): Pliki umiędzynarodawiające dla kwin4
-Group: X11/Applications
-Requires: %{name}-kwin4 = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description kwin4-i18n
-Internationalization and localization files for kwin4.
-
-%description kwin4-i18n -l pl
-Pliki umiędzynarodawiające dla kwin4.
-
-%package lskat-i18n
-Summary: Internationalization and localization files for lskat
-Summary(pl): Pliki umiędzynarodawiające dla lskata
-Group: X11/Applications
-Requires: %{name}-lskat = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description lskat-i18n
-Internationalization and localization files for lskat.
-
-%description lskat-i18n -l pl
-Pliki umiędzynarodawiające dla lskata.
-
-%package megami-i18n
-Summary: Internationalization and localization files for megami
-Summary(pl): Pliki umiędzynarodawiające dla megami
-Group: X11/Applications
-Requires: %{name}-megami = %{epoch}:%{version}-%{release}
-Requires: %{name}-i18n = %{epoch}:%{version}-%{release}
-Requires: kdebase-core-i18n >= 9:%{version}
-
-%description megami-i18n
-Internationalization and localization files for megami.
-
-%description megami-i18n -l pl
-Pliki umiędzynarodawiające dla megami.
-
-%prep
-#%setup -q -n %{name}-%{_snap}
-%setup -q
-#%patch0 -p1
-%patch1 -p1
-
-%build
-cp %{_datadir}/automake/config.sub admin
-%{__make} -f admin/Makefile.common cvs
-
-%configure \
- --disable-rpath \
- --with-qt-libraries=%{_libdir} \
- --enable-final \
- %{?with_highscore:--enable-highscore-dir=/var/games}
-
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT \
- kde_htmldir=%{_kdedocdir}
-
-mv $RPM_BUILD_ROOT%{_iconsdir}/{lo,hi}color/16x16/apps/lskat.png
-
-cp libkdegames/highscore/INSTALL ./README.highscore
-
-%if %{with highscore}
-install -d $RPM_BUILD_ROOT/var/games
-touch $RPM_BUILD_ROOT/var/games/k{fouleggs,lickety,mines,sirtet}.scores
-%endif
-
-%if %{with i18n}
-if [ -f "%{SOURCE1}" ] ; then
- bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT
- for f in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/*.mo; do
- if [ "`file $f | sed -e 's/.*,//' -e 's/message.*//'`" -le 1 ] ; then
- rm -f $f
- fi
- done
-else
- echo "No i18n sources found and building --with i18n. FIXIT!"
- exit 1
-fi
-%endif
-
-%find_lang atlantik --with-kde
-%find_lang kasteroids --with-kde
-%find_lang katomic --with-kde
-%find_lang kbackgammon --with-kde
-%find_lang kbattleship --with-kde
-%find_lang kblackbox --with-kde
-%find_lang kbounce --with-kde
-%find_lang kenolaba --with-kde
-%find_lang kfouleggs --with-kde
-%find_lang kgoldrunner --with-kde
-%find_lang kjumpingcube --with-kde
-%find_lang klickety --with-kde
-%find_lang klines --with-kde
-%find_lang kmines --with-kde
-%find_lang kolf --with-kde
-%find_lang konquest --with-kde
-%find_lang kpat --with-kde
-%find_lang kpoker --with-kde
-%find_lang kreversi --with-kde
-%find_lang ksame --with-kde
-%find_lang kshisen --with-kde
-%find_lang ksirtet --with-kde
-%find_lang ksnake --with-kde
-%find_lang ksokoban --with-kde
-%find_lang kspaceduel --with-kde
-%find_lang ktron --with-kde
-%find_lang ktuberling --with-kde
-%find_lang kwin4 --with-kde
-%find_lang lskat --with-kde
-
-%if %{with i18n}
-%find_lang libksirtet --with-kde
-cat libksirtet.lang >> ksirtet.lang
-%find_lang kmahjongg --with-kde
-%find_lang ksmiletris --with-kde
-
-> i18n.lang
-%find_lang libkdegames --with-kde
-cat libkdegames.lang >> i18n.lang
-%find_lang libkdehighscores --with-kde
-cat libkdehighscores.lang >> i18n.lang
-
-for i in $RPM_BUILD_ROOT%{_datadir}/apps/sounds/* ;
-do
- echo $i
- if [ -d $i ] ; then
- z=`echo $i|sed -e s,${RPM_BUILD_ROOT}%{_datadir}/apps/sounds/,,`
- echo %lang\($z\) %{_datadir}/apps/sounds/$z >> ktuberling.lang
- fi
-done
-%endif
-
-files="atlantik \
-kasteroids \
-katomic \
-kbackgammon \
-kbattleship \
-kblackbox \
-kbounce \
-kenolaba \
-kfouleggs \
-kgoldrunner \
-kjumpingcube \
-klickety \
-klines \
-kmines \
-kolf \
-konquest \
-kpat \
-kpoker \
-kreversi \
-ksame \
-kshisen \
-ksirtet \
-ksnake \
-ksokoban \
-kspaceduel \
-ktron \
-ktuberling \
-kwin4 \
-lskat"
-
-for i in $files; do
- echo "%defattr(644,root,root,755)" > ${i}_en.lang
- grep en\/ ${i}.lang|grep -v apidocs >> ${i}_en.lang
- grep -v apidocs $i.lang|grep -v en\/ > ${i}.lang.1
- mv ${i}.lang.1 ${i}.lang
-done
-
-durne=`ls -1 *.lang|grep -v _en`
-
-for i in $durne;
-do
- echo $i >> control
- grep -v en\/ $i|grep -v apidocs >> ${i}.1
- if [ -f ${i}.1 ] ; then
- mv ${i}.1 ${i}
- fi
-done
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%post atlantik -p /sbin/ldconfig
-%postun atlantik -p /sbin/ldconfig
-
-%post kolf -p /sbin/ldconfig
-%postun kolf -p /sbin/ldconfig
-
-%if %{with highscore}
-%post kfouleggs
-cat << EOF
-
- *******************************************************
- * *
- * NOTE: *
- * You must set sgid "games" for kfouleggs binary *
- * to use system-wide highscore file. *
- * *
- * See the README.highscore stored in kdegames package *
- * documentation for details. *
- * *
- *******************************************************
-
-EOF
-
-%post klickety
-cat << EOF
-
- *******************************************************
- * *
- * NOTE: *
- * You must set sgid "games" for klickety binary *
- * to use system-wide highscore file. *
- * *
- * See the README.highscore stored in kdegames package *
- * documentation for details. *
- * *
- *******************************************************
-
-EOF
-
-%post kmines
-cat << EOF
-
- *******************************************************
- * *
- * NOTE: *
- * You must set sgid "games" for kmines binary *
- * to use system-wide highscore file. *
- * *
- * See the README.highscore stored in kdegames package *
- * documentation for details. *
- * *
- *******************************************************
-
-EOF
-
-%post ksirtet
-cat << EOF
-
- *******************************************************
- * *
- * NOTE: *
- * You must set sgid "games" for ksirtet binary *
- * to use system-wide highscore file. *
- * *
- * See the README.highscore stored in kdegames package *
- * documentation for details. *
- * *
- *******************************************************
-
-EOF
-%endif
-
-%if %{with i18n}
-%files ksmiletris-i18n -f ksmiletris.lang
-%files kmahjongg-i18n -f kmahjongg.lang
-%files i18n -f i18n.lang
-
-%files atlantik-i18n -f atlantik.lang
-%files kasteroids-i18n -f kasteroids.lang
-%files katomic-i18n -f katomic.lang
-%files kbackgammon-i18n -f kbackgammon.lang
-%files kbattleship-i18n -f kbattleship.lang
-%files kblackbox-i18n -f kblackbox.lang
-%files kbounce-i18n -f kbounce.lang
-%files kenolaba-i18n -f kenolaba.lang
-%files kfouleggs-i18n -f kfouleggs.lang
-%files kgoldrunner-i18n -f kgoldrunner.lang
-%files kjumpingcube-i18n -f kjumpingcube.lang
-%files klickety-i18n -f klickety.lang
-%files klines-i18n -f klines.lang
-%files kmines-i18n -f kmines.lang
-%files kolf-i18n -f kolf.lang
-%files konquest-i18n -f konquest.lang
-%files kpat-i18n -f kpat.lang
-%files kpoker-i18n -f kpoker.lang
-%files kreversi-i18n -f kreversi.lang
-%files ksame-i18n -f ksame.lang
-%files kshisen-i18n -f kshisen.lang
-%files ksirtet-i18n -f ksirtet.lang
-%files ksnake-i18n -f ksnake.lang
-%files ksokoban-i18n -f ksokoban.lang
-%files kspaceduel-i18n -f kspaceduel.lang
-%files ktron-i18n -f ktron.lang
-%files ktuberling-i18n -f ktuberling.lang
-%files kwin4-i18n -f kwin4.lang
-%files lskat-i18n -f lskat.lang
-#%files megami-i18n -f megami.lang
-%endif
-
-%files
-%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README README.highscore
-%{_libdir}/libkdegames.la
-%attr(755,root,root) %{_libdir}/libkdegames.so.*.*.*
-%{_datadir}/apps/kdegames
-%{_iconsdir}/*/*/actions/endturn.png
-%{_iconsdir}/*/*/*/highscore.png
-%{_iconsdir}/*/*/*/roll.png
-
-%files devel
-%defattr(644,root,root,755)
-##%lang(en) %{_kdedocdir}/en/%{name}-apidocs
-%attr(755,root,root) %{_libdir}/libatlantic.so
-%attr(755,root,root) %{_libdir}/libatlantikclient.so
-%attr(755,root,root) %{_libdir}/libatlantikui.so
-%attr(755,root,root) %{_libdir}/libkdegames.so
-%attr(755,root,root) %{_libdir}/libkolf.so
-%{_includedir}/*
-
-%files carddecks
-%defattr(644,root,root,755)
-%{_datadir}/apps/carddecks
-
-%files atlantik -f atlantik_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/atlantik
-%{_libdir}/libatlantic.la
-%attr(755,root,root) %{_libdir}/libatlantic.so.*.*.*
-%{_libdir}/libatlantikclient.la
-%attr(755,root,root) %{_libdir}/libatlantikclient.so.*.*.*
-%{_libdir}/libatlantikui.la
-%attr(755,root,root) %{_libdir}/libatlantikui.so.*
-%{_libdir}/kde3/kio_atlantik.la
-%attr(755,root,root) %{_libdir}/kde3/kio_atlantik.so
-%{_datadir}/apps/atlantik
-%{_datadir}/services/atlantik.protocol
-%{_desktopdir}/kde/atlantik.desktop
-%{_iconsdir}/*/*/apps/atlantik.png
-
-%files kasteroids -f kasteroids_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kasteroids
-%{_datadir}/apps/kasteroids
-%{_datadir}/config.kcfg/kasteroids.kcfg
-%{_desktopdir}/kde/kasteroids.desktop
-%{_iconsdir}/*/*/apps/kasteroids.png
-
-%files katomic -f katomic_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/katomic
-%{_datadir}/apps/katomic
-%{_desktopdir}/kde/katomic.desktop
-%{_iconsdir}/*/*/apps/katomic.png
-
-%files kbackgammon -f kbackgammon_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kbackgammon
-%{_datadir}/apps/kbackgammon
-%{_desktopdir}/kde/kbackgammon.desktop
-%{_iconsdir}/*/*/apps/kbackgammon*.png
-
-%files kbattleship -f kbattleship_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kbattleship
-%{_datadir}/apps/kbattleship
-%{_desktopdir}/kde/kbattleship.desktop
-%{_iconsdir}/*/*/apps/kbattleship.png
-
-%files kblackbox -f kblackbox_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kblackbox
-%{_datadir}/apps/kblackbox
-%{_desktopdir}/kde/kblackbox.desktop
-%{_iconsdir}/*/*/apps/kblackbox.png
-
-%files kbounce -f kbounce_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kbounce
-%{_datadir}/apps/kbounce
-%{_desktopdir}/kde/kbounce.desktop
-%{_iconsdir}/[!l]*/*/*/kbounce*
-
-%files kenolaba -f kenolaba_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kenolaba
-%{_datadir}/apps/kenolaba
-%{_desktopdir}/kde/kenolaba.desktop
-%{_iconsdir}/*/*/*/kenolaba*
-
-%files kfouleggs -f kfouleggs_en.lang
-%defattr(644,root,root,755)
-%{?with_highscore:%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/kfouleggs.scores}
-%attr(755,root,root) %{_bindir}/kfouleggs
-%{_datadir}/apps/kfouleggs
-%{_datadir}/config.kcfg/kfouleggs.kcfg
-%{_desktopdir}/kde/kfouleggs.desktop
-
-%files kgoldrunner -f kgoldrunner_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kgoldrunner
-%{_datadir}/apps/kgoldrunner
-%{_desktopdir}/kde/KGoldrunner.desktop
-%{_iconsdir}/hicolor/*/apps/kgoldrunner.png
-
-%files kjumpingcube -f kjumpingcube_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kjumpingcube
-%{_datadir}/apps/kjumpingcube
-%{_datadir}/config.kcfg/kjumpingcube.kcfg
-%{_desktopdir}/kde/kjumpingcube.desktop
-%{_iconsdir}/*/*/apps/kjumpingcube.png
-
-%files klickety -f klickety_en.lang
-%defattr(644,root,root,755)
-%{?with_highscore:%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/klickety.scores}
-%attr(755,root,root) %{_bindir}/klickety
-%{_datadir}/apps/klickety
-%{_desktopdir}/kde/klickety.desktop
-
-%files klines -f klines_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/klines
-%{_datadir}/apps/klines
-%{_datadir}/config.kcfg/klines.kcfg
-%{_desktopdir}/kde/klines.desktop
-%{_iconsdir}/*/*/apps/klines.png
-
-%files kmahjongg
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kmahjongg
-%{_datadir}/apps/kmahjongg
-%{_datadir}/config.kcfg/kmahjongg.kcfg
-%{_desktopdir}/kde/kmahjongg.desktop
-%{_iconsdir}/*/*/apps/kmahjongg.png
-
-%files kmines -f kmines_en.lang
-%defattr(644,root,root,755)
-%{?with_highscore:%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/kmines.scores}
-%attr(755,root,root) %{_bindir}/kmines
-%{_datadir}/apps/kmines
-%{_desktopdir}/kde/kmines.desktop
-%{_iconsdir}/*/*/apps/kmines.png
-
-%files kolf -f kolf_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kolf
-%{_libdir}/libkdeinit_kolf.la
-%attr(755,root,root) %{_libdir}/libkdeinit_kolf.so
-%{_libdir}/libkolf.la
-%attr(755,root,root) %{_libdir}/libkolf.so.*.*.*
-%{_libdir}/kde3/kolf.la
-%attr(755,root,root) %{_libdir}/kde3/kolf.so
-%{_datadir}/config/magic
-%{_datadir}/apps/kolf
-%{_datadir}/mimelnk/application/*
-%{_desktopdir}/kde/kolf.desktop
-%{_iconsdir}/*/*/apps/kolf.png
-
-%files konquest -f konquest_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/konquest
-%{_datadir}/apps/konquest
-%{_desktopdir}/kde/konquest.desktop
-%{_iconsdir}/*/*/apps/konquest.png
-
-%files kpat -f kpat_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kpat
-%{_datadir}/apps/kpat
-%{_desktopdir}/kde/kpat.desktop
-%{_iconsdir}/*/*/apps/kpat.png
-
-%files kpoker -f kpoker_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kpoker
-%{_datadir}/apps/kpoker
-%{_desktopdir}/kde/kpoker.desktop
-%{_iconsdir}/*/*/apps/kpoker.png
-
-%files kreversi -f kreversi_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kreversi
-%{_datadir}/apps/kreversi
-%{_datadir}/config.kcfg/kreversi.kcfg
-%{_desktopdir}/kde/kreversi.desktop
-%{_iconsdir}/*/*/apps/kreversi.png
-
-%files ksame -f ksame_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/ksame
-%{_datadir}/apps/ksame
-%{_desktopdir}/kde/ksame.desktop
-%{_iconsdir}/*/*/apps/ksame.png
-
-%files kshisen -f kshisen_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kshisen
-%{_datadir}/apps/kshisen
-%{_desktopdir}/kde/kshisen.desktop
-%{_iconsdir}/*/*/apps/kshisen.png
-
-%files ksirtet -f ksirtet_en.lang
-%defattr(644,root,root,755)
-%{?with_highscore:%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/ksirtet.scores}
-%attr(755,root,root) %{_bindir}/ksirtet
-%{_datadir}/apps/ksirtet
-%{_datadir}/config.kcfg/ksirtet.kcfg
-%{_desktopdir}/kde/ksirtet.desktop
-%{_iconsdir}/*/*/apps/ksirtet.png
-
-%files ksmiletris
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/ksmiletris
-%{_datadir}/apps/ksmiletris
-%{_desktopdir}/kde/ksmiletris.desktop
-%{_iconsdir}/*/*/apps/ksmiletris.png
-
-%files ksnake -f ksnake_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,games) %{_bindir}/ksnake
-%{_datadir}/apps/ksnake
-%{_desktopdir}/kde/ksnake.desktop
-%{_iconsdir}/*/*/apps/ksnake.png
-
-%files ksokoban -f ksokoban_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/ksokoban
-%{_desktopdir}/kde/ksokoban.desktop
-%{_iconsdir}/*/*/apps/ksokoban.png
-
-%files kspaceduel -f kspaceduel_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,games) %{_bindir}/kspaceduel
-%{_datadir}/apps/kspaceduel
-%{_datadir}/config.kcfg/kspaceduel.kcfg
-%{_desktopdir}/kde/kspaceduel.desktop
-%{_iconsdir}/[!l]*/*/apps/kspaceduel.png
-
-%files ktron -f ktron_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,games) %{_bindir}/ktron
-%{_datadir}/apps/ktron
-%{_datadir}/config.kcfg/ktron.kcfg
-%{_desktopdir}/kde/ktron.desktop
-%{_iconsdir}/*/*/apps/ktron.png
-
-%files ktuberling -f ktuberling_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,games) %{_bindir}/ktuberling
-%{_datadir}/apps/ktuberling
-%{_desktopdir}/kde/ktuberling.desktop
-%{_iconsdir}/*/*/apps/ktuberling.png
-
-%files kwin4 -f kwin4_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/kwin4*
-%{_datadir}/apps/kwin4
-%{_desktopdir}/kde/kwin4.desktop
-%{_iconsdir}/*/*/apps/kwin4.png
-
-%files lskat -f lskat_en.lang
-%defattr(644,root,root,755)
-%attr(755,root,games) %{_bindir}/lskat
-%attr(755,root,games) %{_bindir}/lskatproc
-%{_datadir}/apps/lskat
-%{_desktopdir}/kde/lskat.desktop
-%{_iconsdir}/[!l]*/*/apps/lskat.png
-
-#%files megami -f megami_en.lang
-#%defattr(644,root,root,755)
-#%attr(755,root,root) %{_bindir}/megami
-#%{_datadir}/apps/megami
-#%{_desktopdir}/kde/megami.desktop
-#%{_iconsdir}/*/*/apps/megami.png