[Pkg-kde-commits] rev 1636 - in branches/kde-3.4.0/packages/kdeartwork/debian: . patches

Luk Claes luk at costa.debian.org
Thu Sep 1 17:11:49 UTC 2005


Author: luk
Date: 2005-09-01 17:11:48 +0000 (Thu, 01 Sep 2005)
New Revision: 1636

Added:
   branches/kde-3.4.0/packages/kdeartwork/debian/patches/01_kdeartwork_branch_r455911.diff
Modified:
   branches/kde-3.4.0/packages/kdeartwork/debian/changelog
   branches/kde-3.4.0/packages/kdeartwork/debian/control
   branches/kde-3.4.0/packages/kdeartwork/debian/patches/98_buildprep.diff
Log:
Preparing upload


Modified: branches/kde-3.4.0/packages/kdeartwork/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdeartwork/debian/changelog	2005-09-01 16:18:26 UTC (rev 1635)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/changelog	2005-09-01 17:11:48 UTC (rev 1636)
@@ -1,7 +1,9 @@
-kdeartwork (4:3.4.2-1) UNRELEASED; urgency=low
+kdeartwork (4:3.4.2-1) unstable; urgency=low
 
   * New upstream release.
 
+  * Rebuild (Closes: #317202)
+
   +++ Changes by Christopher Martin:
 
   * Replace the build-dep on xlibmesa-glu-dev with libglu1-xorg-dev for the
@@ -19,8 +21,12 @@
   * The necessary files for the pinion screensaver are now installed.
     (Closes: #310866)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu,  2 Jun 2005 20:47:32 -0400
+  +++ Changes by Luk Claes:
 
+  * Added me to uploaders
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu,  1 Sep 2005 18:52:58 +0200
+
 kdeartwork (4:3.4.1-1) experimental; urgency=low
 
   * New upstream release.

Modified: branches/kde-3.4.0/packages/kdeartwork/debian/control
===================================================================
--- branches/kde-3.4.0/packages/kdeartwork/debian/control	2005-09-01 16:18:26 UTC (rev 1635)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/control	2005-09-01 17:11:48 UTC (rev 1636)
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at freeshell.org>, Adeodato Simó <asp16 at alu.ua.es>, Riku Voipio <riku.voipio at iki.fi>
+Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at freeshell.org>, Adeodato Simó <asp16 at alu.ua.es>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
 Build-Depends: cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, kdelibs4-dev (>= 4:3.4.2), gawk, gettext, sharutils, kdebase-dev (>= 4:3.4.2), kwin, xlibmesa-gl-dev, libglu1-xorg-dev, xscreensaver, xscreensaver-gl
 Build-Conflicts: autoconf2.13, nvidia-glx
 Standards-Version: 3.6.2

Added: branches/kde-3.4.0/packages/kdeartwork/debian/patches/01_kdeartwork_branch_r455911.diff
===================================================================
--- branches/kde-3.4.0/packages/kdeartwork/debian/patches/01_kdeartwork_branch_r455911.diff	2005-09-01 16:18:26 UTC (rev 1635)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/patches/01_kdeartwork_branch_r455911.diff	2005-09-01 17:11:48 UTC (rev 1636)
@@ -0,0 +1,188 @@
+#DPATCHLEVEL=0
+--- styles/phase/phase.themerc	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ styles/phase/phase.themerc	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -1,5 +1,6 @@
+ [Misc]
+ Name=Phase
++Name[br]=Prantadoù
+ Name[ca]=Fase
+ Name[el]=Φάση
+ Name[es]=Fase
+--- Makefile.cvs	(.../tags/KDE/3.4.2/kdeartwork)	(revision 0)
++++ Makefile.cvs	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -0,0 +1,15 @@
++
++all: 
++	@echo "This Makefile is only for the CVS repository"
++	@echo "This will be deleted before making the distribution"
++	@echo ""
++	@if test ! -d admin; then \
++	   echo "Please recheckout this module!" ;\
++	   echo "for cvs: use checkout once and after that update again" ;\
++	   echo "for cvsup: checkout kde-common from cvsup and" ;\
++	   echo "   link kde-common/admin to ./admin" ;\
++	   exit 1 ;\
++	fi
++	$(MAKE) -f admin/Makefile.common cvs
++
++.SILENT:
+--- kscreensaver/kdesavers/sspreviewarea.h	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kdesavers/sspreviewarea.h	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -27,7 +27,7 @@
+  * really resizes the GL scenery. */
+ class SsPreviewArea : public QWidget
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    /** @brief Constructor for SsPreviewArea
+--- kscreensaver/kdesavers/pendulum.h	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kdesavers/pendulum.h	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -81,7 +81,7 @@
+  * Class implements QGLWidget to display the KPendulum screen saver. */
+ class PendulumGLWidget : public QGLWidget
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    /** @brief Constructor of KPendulum's GL widget
+@@ -183,7 +183,7 @@
+  * This class implements KScreenSaver for the KPendulum screen saver. */
+ class KPendulumSaver : public KScreenSaver
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    /** @brief Constructor of the KPendulum screen saver object
+@@ -331,7 +331,7 @@
+  * This class handles the KPendulum screen saver setup dialog. */
+ class KPendulumSetup : public KPendulumSetupUi
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    /** @brief Constructor for the KPendulum screen saver setup dialog
+--- kscreensaver/kdesavers/rotation.h	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kdesavers/rotation.h	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -80,7 +80,7 @@
+  * Class implements QGLWidget to display the KRotation screen saver. */
+ class RotationGLWidget : public QGLWidget
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    /** @brief Constructor of KRotation's GL widget
+@@ -170,7 +170,7 @@
+  * This class implements KScreenSaver for the KRotation screen saver. */
+ class KRotationSaver : public KScreenSaver
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    /** @brief Constructor of the KRotation screen saver object
+@@ -297,7 +297,7 @@
+  * This class handles the KRotation screen saver setup dialog. */
+ class KRotationSetup : public KRotationSetupUi
+ {
+-   Q_OBJECT;
++   Q_OBJECT
+ 
+   public:
+    KRotationSetup(QWidget* parent = NULL, const char* name = NULL);
+--- kscreensaver/kxsconfig/ScreenSavers/maze.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/maze.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -7,6 +7,7 @@
+ Actions=InWindow;Root;Setup;
+ X-KDE-Category=Gadgets & Simulations
+ Name=Maze
++Name[br]=Milendall
+ Name[ca]=Laberint
+ Name[cs]=Bludiště
+ Name[cy]=Drysfa
+--- kscreensaver/kxsconfig/ScreenSavers/slidescreen.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/slidescreen.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -9,6 +9,7 @@
+ X-KDE-Type=ManipulateScreen
+ Name=SlideScreen
+ Name[af]=Skyfieskerm
++Name[br]=RuzSkramm
+ Name[ca]=Trencaclosques deslliçant
+ Name[cy]=LlithroSgrîn
+ Name[da]=Glideskærm
+--- kscreensaver/kxsconfig/ScreenSavers/fireworkx.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/fireworkx.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -20,6 +20,7 @@
+ Name[it]=Fuochi d'artificio
+ Name[nb]=Fyrverkerii
+ Name[pt]=Fogo de Artifício
++Name[ro]=Focuri de artificii
+ Name[ru]=Фейерверк X
+ Name[sl]=OgnjemetX
+ Name[sr]=Ватромети
+--- kscreensaver/kxsconfig/ScreenSavers/discrete.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/discrete.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -15,7 +15,7 @@
+ Name[el]=Διακριτό
+ Name[es]=Discreto
+ Name[et]=Diskreetne
+-Name[eu]=???
++Name[eu]=Deskretua
+ Name[fi]=Diskreetti
+ Name[fr]=Discret
+ Name[gl]=Discreto
+--- kscreensaver/kxsconfig/ScreenSavers/queens.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/queens.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -8,6 +8,7 @@
+ X-KDE-Category=OpenGL Screen Savers
+ X-KDE-Type=OpenGL
+ Name=Queens
++Name[br]=Rouanezed
+ Name[ca]=Reines
+ Name[cs]=Královny
+ Name[cy]=Brenhinesau
+--- kscreensaver/kxsconfig/ScreenSavers/pixmaps.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/pixmaps.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -8,6 +8,7 @@
+ X-KDE-Category=Banners & Pictures
+ Name=pixmaps
+ Name[af]=pix-kaarte
++Name[br]=skeudennoù
+ Name[ca]=Mapes de píxels
+ Name[cs]=pixmapy
+ Name[cy]=picsfapiau
+--- kscreensaver/kxsconfig/ScreenSavers/wormhole.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kscreensaver/kxsconfig/ScreenSavers/wormhole.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -6,6 +6,7 @@
+ TryExec=xscreensaver
+ Actions=InWindow,Root,Setup;
+ Name=Wormhole
++Name[br]=Toull buzug
+ Name[ca]=Forat de cucs
+ Name[cs]=Červí díra
+ Name[de]=Wurmloch
+--- kworldclock/rainfall/rainfall.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kworldclock/rainfall/rainfall.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -2,6 +2,7 @@
+ Name=Rainfall
+ Name[af]=Reënval
+ Name[bg]=Карта на валежите
++Name[br]=Glav
+ Name[ca]=Pluja
+ Name[cs]=Déšť
+ Name[cy]=Glawiad
+--- kworldclock/mggd/mggd.desktop	(.../tags/KDE/3.4.2/kdeartwork)	(revision 455911)
++++ kworldclock/mggd/mggd.desktop	(.../branches/KDE/3.4/kdeartwork)	(revision 455911)
+@@ -2,6 +2,7 @@
+ Name=False Color
+ Name[af]=Vals Kleur
+ Name[bg]=Случайни цветове
++Name[br]=Liv faos
+ Name[ca]=Color fals
+ Name[cs]=Neplatná barva
+ Name[cy]=Lliw Ffug

Modified: branches/kde-3.4.0/packages/kdeartwork/debian/patches/98_buildprep.diff
===================================================================
--- branches/kde-3.4.0/packages/kdeartwork/debian/patches/98_buildprep.diff	2005-09-01 16:18:26 UTC (rev 1635)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/patches/98_buildprep.diff	2005-09-01 17:11:48 UTC (rev 1636)
@@ -1,6 +1,7 @@
-diff -Nru kdeartwork-3.4.2.orig/acinclude.m4 kdeartwork-3.4.2/acinclude.m4
---- kdeartwork-3.4.2.orig/acinclude.m4	2005-07-20 19:55:32.000000000 +0000
-+++ kdeartwork-3.4.2/acinclude.m4	2005-07-31 18:21:32.466069504 +0000
+#DPATCHLEVEL=0
+# vi: ft=diff
+--- acinclude.m4
++++ acinclude.m4
 @@ -1688,15 +1688,6 @@
         KDE_USE_CLOSURE_TRUE="#"
         KDE_USE_CLOSURE_FALSE=""
@@ -1516,9 +1517,23 @@
  AC_MSG_RESULT([$SED])
  ])
  
-diff -Nru kdeartwork-3.4.2.orig/aclocal.m4 kdeartwork-3.4.2/aclocal.m4
---- kdeartwork-3.4.2.orig/aclocal.m4	2005-07-20 19:55:44.000000000 +0000
-+++ kdeartwork-3.4.2/aclocal.m4	2005-07-31 18:21:52.076088328 +0000
+--- aclocal.m4
++++ aclocal.m4
+@@ -1,4 +1,4 @@
+-# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
++# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
+ 
+ # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+ # 2005  Free Software Foundation, Inc.
+@@ -28,7 +28,7 @@
+ # Call AM_AUTOMAKE_VERSION so it can be traced.
+ # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+-	 [AM_AUTOMAKE_VERSION([1.9.5])])
++	 [AM_AUTOMAKE_VERSION([1.9.6])])
+ 
+ # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+ 
 @@ -501,6 +501,35 @@
  rmdir .tst 2>/dev/null
  AC_SUBST([am__leading_dot])])
@@ -1555,9 +1570,8 @@
  # Check to see how 'make' treats includes.	            -*- Autoconf -*-
  
  # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
-diff -Nru kdeartwork-3.4.2.orig/configure kdeartwork-3.4.2/configure
---- kdeartwork-3.4.2.orig/configure	2005-07-20 19:56:19.000000000 +0000
-+++ kdeartwork-3.4.2/configure	2005-07-31 18:23:01.501534056 +0000
+--- configure
++++ configure
 @@ -464,7 +464,7 @@
  # include <unistd.h>
  #endif"
@@ -6730,9 +6744,8 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
    sed "$ac_vpsub
-diff -Nru kdeartwork-3.4.2.orig/configure.in kdeartwork-3.4.2/configure.in
---- kdeartwork-3.4.2.orig/configure.in	2005-07-20 19:55:33.000000000 +0000
-+++ kdeartwork-3.4.2/configure.in	2005-07-31 18:21:33.685884064 +0000
+--- configure.in
++++ configure.in
 @@ -42,6 +42,8 @@
  dnl Automake doc recommends to do this only here. (Janos)
  AM_INIT_AUTOMAKE(kdeartwork, "3.4.2") dnl searches for some needed programs
@@ -6750,9 +6763,14 @@
  AC_CONFIG_FILES([ kworldclock/mggd/Makefile ])
  AC_CONFIG_FILES([ kworldclock/rainfall/Makefile ])
  AC_CONFIG_FILES([ sounds/Makefile ])
-diff -Nru kdeartwork-3.4.2.orig/emoticons/BoxedEmoticonSet/Makefile.in kdeartwork-3.4.2/emoticons/BoxedEmoticonSet/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/BoxedEmoticonSet/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/BoxedEmoticonSet/Makefile.in	2005-07-31 18:22:53.937683936 +0000
+--- emoticons/BoxedEmoticonSet/Makefile.in
++++ emoticons/BoxedEmoticonSet/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -6793,9 +6811,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/ccmathteam.com/Makefile.in kdeartwork-3.4.2/emoticons/ccmathteam.com/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/ccmathteam.com/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/ccmathteam.com/Makefile.in	2005-07-31 18:22:54.063664784 +0000
+--- emoticons/ccmathteam.com/Makefile.in
++++ emoticons/ccmathteam.com/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -6836,9 +6859,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/greggman.com/Makefile.in kdeartwork-3.4.2/emoticons/greggman.com/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/greggman.com/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/greggman.com/Makefile.in	2005-07-31 18:22:54.075662960 +0000
+--- emoticons/greggman.com/Makefile.in
++++ emoticons/greggman.com/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -6879,9 +6907,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/GroupWise/Makefile.in kdeartwork-3.4.2/emoticons/GroupWise/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/GroupWise/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/GroupWise/Makefile.in	2005-07-31 18:22:53.949682112 +0000
+--- emoticons/GroupWise/Makefile.in
++++ emoticons/GroupWise/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -6922,9 +6955,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/KMess/Makefile.in kdeartwork-3.4.2/emoticons/KMess/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/KMess/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/KMess/Makefile.in	2005-07-31 18:22:54.011672688 +0000
+--- emoticons/KMess/Makefile.in
++++ emoticons/KMess/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -6965,9 +7003,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/KMess-Blue/Makefile.in kdeartwork-3.4.2/emoticons/KMess-Blue/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/KMess-Blue/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/KMess-Blue/Makefile.in	2005-07-31 18:22:53.971678768 +0000
+--- emoticons/KMess-Blue/Makefile.in
++++ emoticons/KMess-Blue/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7008,9 +7051,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/KMess-Cartoon/Makefile.in kdeartwork-3.4.2/emoticons/KMess-Cartoon/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/KMess-Cartoon/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/KMess-Cartoon/Makefile.in	2005-07-31 18:22:53.984676792 +0000
+--- emoticons/KMess-Cartoon/Makefile.in
++++ emoticons/KMess-Cartoon/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7051,9 +7099,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/KMess-Violet/Makefile.in kdeartwork-3.4.2/emoticons/KMess-Violet/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/KMess-Violet/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/KMess-Violet/Makefile.in	2005-07-31 18:22:53.996674968 +0000
+--- emoticons/KMess-Violet/Makefile.in
++++ emoticons/KMess-Violet/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7094,9 +7147,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/Makefile.in kdeartwork-3.4.2/emoticons/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/Makefile.in	2005-07-31 18:22:54.024670712 +0000
+--- emoticons/Makefile.in
++++ emoticons/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7128,9 +7186,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/phpBB/Makefile.in kdeartwork-3.4.2/emoticons/phpBB/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/phpBB/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/phpBB/Makefile.in	2005-07-31 18:22:54.087661136 +0000
+--- emoticons/phpBB/Makefile.in
++++ emoticons/phpBB/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7171,9 +7234,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/plain/Makefile.in kdeartwork-3.4.2/emoticons/plain/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/plain/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/plain/Makefile.in	2005-07-31 18:22:54.120656120 +0000
+--- emoticons/plain/Makefile.in
++++ emoticons/plain/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7214,9 +7282,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/redones/Makefile.in kdeartwork-3.4.2/emoticons/redones/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/redones/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/redones/Makefile.in	2005-07-31 18:22:54.133654144 +0000
+--- emoticons/redones/Makefile.in
++++ emoticons/redones/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7257,9 +7330,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/set1/Makefile.in kdeartwork-3.4.2/emoticons/set1/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/set1/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/set1/Makefile.in	2005-07-31 18:22:54.145652320 +0000
+--- emoticons/set1/Makefile.in
++++ emoticons/set1/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7300,9 +7378,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/YazooSmileys16/Makefile.in kdeartwork-3.4.2/emoticons/YazooSmileys16/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/YazooSmileys16/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/YazooSmileys16/Makefile.in	2005-07-31 18:22:54.038668584 +0000
+--- emoticons/YazooSmileys16/Makefile.in
++++ emoticons/YazooSmileys16/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7343,9 +7426,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/emoticons/YazooSmileys22/Makefile.in kdeartwork-3.4.2/emoticons/YazooSmileys22/Makefile.in
---- kdeartwork-3.4.2.orig/emoticons/YazooSmileys22/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/emoticons/YazooSmileys22/Makefile.in	2005-07-31 18:22:54.051666608 +0000
+--- emoticons/YazooSmileys22/Makefile.in
++++ emoticons/YazooSmileys22/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7386,9 +7474,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/icewm-themes/Makefile.in kdeartwork-3.4.2/icewm-themes/Makefile.in
---- kdeartwork-3.4.2.orig/icewm-themes/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/icewm-themes/Makefile.in	2005-07-31 18:22:54.159650192 +0000
+--- icewm-themes/Makefile.in
++++ icewm-themes/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7420,9 +7513,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/icewm-themes/MenschMaschine/Makefile.in kdeartwork-3.4.2/icewm-themes/MenschMaschine/Makefile.in
---- kdeartwork-3.4.2.orig/icewm-themes/MenschMaschine/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/icewm-themes/MenschMaschine/Makefile.in	2005-07-31 18:22:54.173648064 +0000
+--- icewm-themes/MenschMaschine/Makefile.in
++++ icewm-themes/MenschMaschine/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7463,9 +7561,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/icewm-themes/Model/Makefile.in kdeartwork-3.4.2/icewm-themes/Model/Makefile.in
---- kdeartwork-3.4.2.orig/icewm-themes/Model/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/icewm-themes/Model/Makefile.in	2005-07-31 18:22:54.187645936 +0000
+--- icewm-themes/Model/Makefile.in
++++ icewm-themes/Model/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7506,9 +7609,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/IconThemes/Makefile.in kdeartwork-3.4.2/IconThemes/Makefile.in
---- kdeartwork-3.4.2.orig/IconThemes/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/IconThemes/Makefile.in	2005-07-31 18:22:53.907688496 +0000
+--- IconThemes/Makefile.in
++++ IconThemes/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -179,6 +179,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7540,9 +7648,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kscreensaver/kdesavers/data/Makefile.in kdeartwork-3.4.2/kscreensaver/kdesavers/data/Makefile.in
---- kdeartwork-3.4.2.orig/kscreensaver/kdesavers/data/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kscreensaver/kdesavers/data/Makefile.in	2005-07-31 18:22:54.351621008 +0000
+--- kscreensaver/kdesavers/data/Makefile.in
++++ kscreensaver/kdesavers/data/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -191,6 +191,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7574,10 +7687,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kscreensaver/kdesavers/Makefile.in kdeartwork-3.4.2/kscreensaver/kdesavers/Makefile.in
---- kdeartwork-3.4.2.orig/kscreensaver/kdesavers/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kscreensaver/kdesavers/Makefile.in	2005-07-31 18:22:54.338622984 +0000
-@@ -404,6 +404,9 @@
+--- kscreensaver/kdesavers/Makefile.in
++++ kscreensaver/kdesavers/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -21,8 +21,6 @@
+ 
+ 
+ 
+-SOURCES = $(kbanner_kss_SOURCES) $(kblob_kss_SOURCES) $(kclock_kss_SOURCES) $(keuphoria_kss_SOURCES) $(kfiresaver_kss_SOURCES) $(kflux_kss_SOURCES) $(kfountain_kss_SOURCES) $(kgravity_kss_SOURCES) $(klines_kss_SOURCES) $(klorenz_kss_SOURCES) $(kpendulum_kss_SOURCES) $(kpolygon_kss_SOURCES) $(krotation_kss_SOURCES) $(kscience_kss_SOURCES) $(kslideshow_kss_SOURCES) $(ksolarwinds_kss_SOURCES) $(kvm_kss_SOURCES) $(kwave_kss_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -404,6 +402,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7587,7 +7714,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -645,7 +648,7 @@
+@@ -645,7 +646,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .c .cpp .lo .o .obj
@@ -7596,7 +7723,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -683,9 +686,9 @@
+@@ -683,9 +684,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7608,7 +7735,7 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-@@ -1229,18 +1232,18 @@
+@@ -1229,18 +1230,18 @@
  mocs: pendulum.moc
  
  #>+ 3
@@ -7633,7 +7760,7 @@
  
  #>+ 3
  blob.moc: $(srcdir)/blob.h
-@@ -1300,10 +1303,10 @@
+@@ -1300,10 +1301,10 @@
  
  #>+ 3
  clean-metasources:
@@ -7646,10 +7773,24 @@
  
  #>+ 10
  clean-ui:
-diff -Nru kdeartwork-3.4.2.orig/kscreensaver/kpartsaver/Makefile.in kdeartwork-3.4.2/kscreensaver/kpartsaver/Makefile.in
---- kdeartwork-3.4.2.orig/kscreensaver/kpartsaver/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kscreensaver/kpartsaver/Makefile.in	2005-07-31 18:22:54.373617664 +0000
-@@ -228,6 +228,9 @@
+--- kscreensaver/kpartsaver/Makefile.in
++++ kscreensaver/kpartsaver/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -16,8 +16,6 @@
+ @SET_MAKE@
+ 
+ 
+-SOURCES = $(kpartsaver_kss_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -228,6 +226,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7659,7 +7800,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -388,7 +391,7 @@
+@@ -388,7 +389,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7668,7 +7809,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -426,9 +429,9 @@
+@@ -426,9 +427,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7680,10 +7821,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kscreensaver/kxsconfig/Makefile.in kdeartwork-3.4.2/kscreensaver/kxsconfig/Makefile.in
---- kdeartwork-3.4.2.orig/kscreensaver/kxsconfig/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kscreensaver/kxsconfig/Makefile.in	2005-07-31 18:22:54.402613256 +0000
-@@ -233,6 +233,9 @@
+--- kscreensaver/kxsconfig/Makefile.in
++++ kscreensaver/kxsconfig/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -16,8 +16,6 @@
+ @SET_MAKE@
+ 
+ 
+-SOURCES = $(kxsconfig_SOURCES) $(kxsrun_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -233,6 +231,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7693,7 +7848,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -395,7 +398,7 @@
+@@ -395,7 +396,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7702,7 +7857,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -433,9 +436,9 @@
+@@ -433,9 +434,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7714,9 +7869,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kscreensaver/Makefile.in kdeartwork-3.4.2/kscreensaver/Makefile.in
---- kdeartwork-3.4.2.orig/kscreensaver/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kscreensaver/Makefile.in	2005-07-31 18:22:54.200643960 +0000
+--- kscreensaver/Makefile.in
++++ kscreensaver/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7748,10 +7908,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kscreensaver/xsavers/Makefile.in kdeartwork-3.4.2/kscreensaver/xsavers/Makefile.in
---- kdeartwork-3.4.2.orig/kscreensaver/xsavers/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kscreensaver/xsavers/Makefile.in	2005-07-31 18:22:54.432608696 +0000
-@@ -240,6 +240,9 @@
+--- kscreensaver/xsavers/Makefile.in
++++ kscreensaver/xsavers/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kspace_kss_SOURCES) $(kswarm_kss_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -240,6 +238,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7761,7 +7935,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -413,7 +416,7 @@
+@@ -413,7 +414,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7770,7 +7944,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -451,9 +454,9 @@
+@@ -451,9 +452,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7782,7 +7956,7 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-@@ -745,22 +748,22 @@
+@@ -745,22 +746,22 @@
  mocs: demowin.moc
  
  #>+ 3
@@ -7812,7 +7986,7 @@
  
  #>+ 2
  KDE_DIST=xs_colors.c helpers.cpp xs_visual.c KSwarm.desktop demowin.cpp xlock.cpp xs_hsv.c KSpace.desktop Makefile.in saver.cpp main.cpp Makefile.am 
-@@ -838,6 +841,6 @@
+@@ -838,6 +839,6 @@
  space.lo: space.moc 
  saver.o: saver.moc 
  demowin.lo: demowin.moc 
@@ -7820,10 +7994,24 @@
  swarm.lo: swarm.moc 
 +space.o: space.moc 
  saver.lo: saver.moc 
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/cde/config/Makefile.in kdeartwork-3.4.2/kwin-styles/cde/config/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/cde/config/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/cde/config/Makefile.in	2005-07-31 18:22:54.500598360 +0000
-@@ -223,6 +223,9 @@
+--- kwin-styles/cde/config/Makefile.in
++++ kwin-styles/cde/config/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -16,8 +16,6 @@
+ @SET_MAKE@
+ 
+ 
+-SOURCES = $(kwin_cde_config_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -223,6 +221,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7833,7 +8021,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -382,7 +385,7 @@
+@@ -382,7 +383,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7842,7 +8030,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -420,9 +423,9 @@
+@@ -420,9 +421,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7854,10 +8042,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/cde/Makefile.in kdeartwork-3.4.2/kwin-styles/cde/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/cde/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/cde/Makefile.in	2005-07-31 18:22:54.478601704 +0000
-@@ -239,6 +239,9 @@
+--- kwin-styles/cde/Makefile.in
++++ kwin-styles/cde/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_cde_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -239,6 +237,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7867,7 +8069,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -401,7 +404,7 @@
+@@ -401,7 +402,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7876,7 +8078,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -439,9 +442,9 @@
+@@ -439,9 +440,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7888,10 +8090,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/config/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/config/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/config/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/config/Makefile.in	2005-07-31 18:22:54.565588480 +0000
-@@ -223,6 +223,9 @@
+--- kwin-styles/glow/config/Makefile.in
++++ kwin-styles/glow/config/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -16,8 +16,6 @@
+ @SET_MAKE@
+ 
+ 
+-SOURCES = $(kwin_glow_config_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -223,6 +221,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7901,7 +8117,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -382,7 +385,7 @@
+@@ -382,7 +383,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7910,7 +8126,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -420,9 +423,9 @@
+@@ -420,9 +421,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7922,10 +8138,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/Makefile.in	2005-07-31 18:22:54.540592280 +0000
-@@ -243,6 +243,9 @@
+--- kwin-styles/glow/Makefile.in
++++ kwin-styles/glow/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_glow_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -243,6 +241,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7935,7 +8165,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -405,7 +408,7 @@
+@@ -405,7 +406,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7944,7 +8174,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -443,9 +446,9 @@
+@@ -443,9 +444,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7956,9 +8186,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/default/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/default/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/default/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/default/Makefile.in	2005-07-31 18:22:54.608581944 +0000
+--- kwin-styles/glow/themes/default/Makefile.in
++++ kwin-styles/glow/themes/default/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -7990,9 +8225,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/glass/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/glass/Makefile.in	2005-07-31 18:22:54.622579816 +0000
+--- kwin-styles/glow/themes/glass/Makefile.in
++++ kwin-styles/glow/themes/glass/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8033,9 +8273,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass_huge/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/glass_huge/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass_huge/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/glass_huge/Makefile.in	2005-07-31 18:22:54.664573432 +0000
+--- kwin-styles/glow/themes/glass_huge/Makefile.in
++++ kwin-styles/glow/themes/glass_huge/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8067,9 +8312,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass_large/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/glass_large/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass_large/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/glass_large/Makefile.in	2005-07-31 18:22:54.678571304 +0000
+--- kwin-styles/glow/themes/glass_large/Makefile.in
++++ kwin-styles/glow/themes/glass_large/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8110,9 +8360,14 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass_verylarge/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/glass_verylarge/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/glass_verylarge/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/glass_verylarge/Makefile.in	2005-07-31 18:22:54.691569328 +0000
+--- kwin-styles/glow/themes/glass_verylarge/Makefile.in
++++ kwin-styles/glow/themes/glass_verylarge/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8144,9 +8399,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/Makefile.in	2005-07-31 18:22:54.595583920 +0000
+--- kwin-styles/glow/themes/Makefile.in
++++ kwin-styles/glow/themes/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8178,9 +8438,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/glow/themes/square/Makefile.in kdeartwork-3.4.2/kwin-styles/glow/themes/square/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/glow/themes/square/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/glow/themes/square/Makefile.in	2005-07-31 18:22:54.704567352 +0000
+--- kwin-styles/glow/themes/square/Makefile.in
++++ kwin-styles/glow/themes/square/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8212,10 +8477,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/icewm/config/Makefile.in kdeartwork-3.4.2/kwin-styles/icewm/config/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/icewm/config/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/icewm/config/Makefile.in	2005-07-31 18:22:54.784555192 +0000
-@@ -224,6 +224,9 @@
+--- kwin-styles/icewm/config/Makefile.in
++++ kwin-styles/icewm/config/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -16,8 +16,6 @@
+ @SET_MAKE@
+ 
+ 
+-SOURCES = $(kwin_icewm_config_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -224,6 +222,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8225,7 +8504,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -383,7 +386,7 @@
+@@ -383,7 +384,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8234,7 +8513,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -421,9 +424,9 @@
+@@ -421,9 +422,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8246,9 +8525,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/icewm/icewm-themes/Makefile.in kdeartwork-3.4.2/kwin-styles/icewm/icewm-themes/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/icewm/icewm-themes/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/icewm/icewm-themes/Makefile.in	2005-07-31 18:22:54.798553064 +0000
+--- kwin-styles/icewm/icewm-themes/Makefile.in
++++ kwin-styles/icewm/icewm-themes/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8289,10 +8573,24 @@
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/icewm/Makefile.in kdeartwork-3.4.2/kwin-styles/icewm/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/icewm/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/icewm/Makefile.in	2005-07-31 18:22:54.761558688 +0000
-@@ -240,6 +240,9 @@
+--- kwin-styles/icewm/Makefile.in
++++ kwin-styles/icewm/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_icewm_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -240,6 +238,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8302,7 +8600,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -402,7 +405,7 @@
+@@ -402,7 +403,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8311,7 +8609,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -440,9 +443,9 @@
+@@ -440,9 +441,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8323,10 +8621,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/kde1/Makefile.in kdeartwork-3.4.2/kwin-styles/kde1/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/kde1/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/kde1/Makefile.in	2005-07-31 18:22:54.829548352 +0000
-@@ -225,6 +225,9 @@
+--- kwin-styles/kde1/Makefile.in
++++ kwin-styles/kde1/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_kde1_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -225,6 +223,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8336,7 +8648,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -386,7 +389,7 @@
+@@ -386,7 +387,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8345,7 +8657,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -424,9 +427,9 @@
+@@ -424,9 +425,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8357,10 +8669,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/kstep/Makefile.in kdeartwork-3.4.2/kwin-styles/kstep/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/kstep/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/kstep/Makefile.in	2005-07-31 18:22:54.865542880 +0000
-@@ -226,6 +226,9 @@
+--- kwin-styles/kstep/Makefile.in
++++ kwin-styles/kstep/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_kstep_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -226,6 +224,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8370,7 +8696,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -388,7 +391,7 @@
+@@ -388,7 +389,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8379,7 +8705,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -426,9 +429,9 @@
+@@ -426,9 +427,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8391,9 +8717,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/Makefile.in kdeartwork-3.4.2/kwin-styles/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/Makefile.in	2005-07-31 18:22:54.446606568 +0000
+--- kwin-styles/Makefile.in
++++ kwin-styles/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8425,10 +8756,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/openlook/Makefile.in kdeartwork-3.4.2/kwin-styles/openlook/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/openlook/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/openlook/Makefile.in	2005-07-31 18:22:54.893538624 +0000
-@@ -225,6 +225,9 @@
+--- kwin-styles/openlook/Makefile.in
++++ kwin-styles/openlook/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_openlook_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -225,6 +223,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8438,7 +8783,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -386,7 +389,7 @@
+@@ -386,7 +387,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8447,7 +8792,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -424,9 +427,9 @@
+@@ -424,9 +425,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8459,10 +8804,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/riscos/Makefile.in kdeartwork-3.4.2/kwin-styles/riscos/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/riscos/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/riscos/Makefile.in	2005-07-31 18:22:54.934532392 +0000
-@@ -233,6 +233,9 @@
+--- kwin-styles/riscos/Makefile.in
++++ kwin-styles/riscos/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_riscos_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -233,6 +231,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8472,7 +8831,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -417,7 +420,7 @@
+@@ -417,7 +418,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8481,7 +8840,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -455,9 +458,9 @@
+@@ -455,9 +456,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8493,10 +8852,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kwin-styles/system/Makefile.in kdeartwork-3.4.2/kwin-styles/system/Makefile.in
---- kdeartwork-3.4.2.orig/kwin-styles/system/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kwin-styles/system/Makefile.in	2005-07-31 18:22:54.986524488 +0000
-@@ -226,6 +226,9 @@
+--- kwin-styles/system/Makefile.in
++++ kwin-styles/system/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(kwin3_system_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -226,6 +224,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8506,7 +8879,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -388,7 +391,7 @@
+@@ -388,7 +389,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8515,7 +8888,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -426,9 +429,9 @@
+@@ -426,9 +427,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8527,9 +8900,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/alt/Makefile.in kdeartwork-3.4.2/kworldclock/alt/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/alt/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/alt/Makefile.in	2005-07-31 18:22:55.014520232 +0000
+--- kworldclock/alt/Makefile.in
++++ kworldclock/alt/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8561,9 +8939,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/bio/Makefile.in kdeartwork-3.4.2/kworldclock/bio/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/bio/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/bio/Makefile.in	2005-07-31 18:22:55.027518256 +0000
+--- kworldclock/bio/Makefile.in
++++ kworldclock/bio/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8595,9 +8978,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/caida/Makefile.in kdeartwork-3.4.2/kworldclock/caida/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/caida/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/caida/Makefile.in	2005-07-31 18:22:55.050514760 +0000
+--- kworldclock/caida/Makefile.in
++++ kworldclock/caida/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8629,9 +9017,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/caida_bw/Makefile.in kdeartwork-3.4.2/kworldclock/caida_bw/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/caida_bw/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/caida_bw/Makefile.in	2005-07-31 18:22:55.063512784 +0000
+--- kworldclock/caida_bw/Makefile.in
++++ kworldclock/caida_bw/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8663,9 +9056,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/Makefile.in kdeartwork-3.4.2/kworldclock/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/Makefile.in	2005-07-31 18:22:55.001522208 +0000
+--- kworldclock/Makefile.in
++++ kworldclock/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8704,9 +9102,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/mggd/Makefile.in kdeartwork-3.4.2/kworldclock/mggd/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/mggd/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/mggd/Makefile.in	2005-07-31 18:22:55.075510960 +0000
+--- kworldclock/mggd/Makefile.in
++++ kworldclock/mggd/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8738,9 +9141,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/kworldclock/rainfall/Makefile.in kdeartwork-3.4.2/kworldclock/rainfall/Makefile.in
---- kdeartwork-3.4.2.orig/kworldclock/rainfall/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/kworldclock/rainfall/Makefile.in	2005-07-31 18:22:55.088508984 +0000
+--- kworldclock/rainfall/Makefile.in
++++ kworldclock/rainfall/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8772,9 +9180,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/Makefile.in kdeartwork-3.4.2/Makefile.in
---- kdeartwork-3.4.2.orig/Makefile.in	2005-07-20 19:56:16.000000000 +0000
-+++ kdeartwork-3.4.2/Makefile.in	2005-07-31 18:22:53.925685760 +0000
+--- Makefile.in
++++ Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -212,6 +212,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8823,13 +9236,18 @@
  
  #>+ 2
 -KDE_DIST=configure.in subdirs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in acinclude.m4 Makefile.am kdeartwork.lsm Makefile.am.in 
-+KDE_DIST=stamp-h.in configure.in subdirs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in acinclude.m4 configure Makefile.am kdeartwork.lsm Makefile.am.in 
++KDE_DIST=stamp-h.in configure.in Makefile.cvs subdirs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in acinclude.m4 configure Makefile.am kdeartwork.lsm Makefile.am.in 
  
  #>+ 2
  docs-am:
-diff -Nru kdeartwork-3.4.2.orig/sounds/Makefile.in kdeartwork-3.4.2/sounds/Makefile.in
---- kdeartwork-3.4.2.orig/sounds/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/sounds/Makefile.in	2005-07-31 18:22:55.101507008 +0000
+--- sounds/Makefile.in
++++ sounds/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8861,10 +9279,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/styles/dotnet/Makefile.in kdeartwork-3.4.2/styles/dotnet/Makefile.in
---- kdeartwork-3.4.2.orig/styles/dotnet/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/styles/dotnet/Makefile.in	2005-07-31 18:22:55.140501080 +0000
-@@ -245,6 +245,9 @@
+--- styles/dotnet/Makefile.in
++++ styles/dotnet/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -36,8 +36,6 @@
+ 
+ 
+ 
+-SOURCES = $(dotnet_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -245,6 +243,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8874,7 +9306,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -406,7 +409,7 @@
+@@ -406,7 +407,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8883,7 +9315,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -444,9 +447,9 @@
+@@ -444,9 +445,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8895,9 +9327,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/styles/Makefile.in kdeartwork-3.4.2/styles/Makefile.in
---- kdeartwork-3.4.2.orig/styles/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/styles/Makefile.in	2005-07-31 18:22:55.116504728 +0000
+--- styles/Makefile.in
++++ styles/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
@@ -8929,10 +9366,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -Nru kdeartwork-3.4.2.orig/styles/phase/config/Makefile.in kdeartwork-3.4.2/styles/phase/config/Makefile.in
---- kdeartwork-3.4.2.orig/styles/phase/config/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/styles/phase/config/Makefile.in	2005-07-31 18:22:55.299476912 +0000
-@@ -226,6 +226,9 @@
+--- styles/phase/config/Makefile.in
++++ styles/phase/config/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -16,8 +16,6 @@
+ @SET_MAKE@
+ 
+ 
+-SOURCES = $(kstyle_phase_config_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -226,6 +224,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8942,7 +9393,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -386,7 +389,7 @@
+@@ -386,7 +387,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8951,7 +9402,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -424,9 +427,9 @@
+@@ -424,9 +425,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8963,10 +9414,24 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/styles/phase/Makefile.in kdeartwork-3.4.2/styles/phase/Makefile.in
---- kdeartwork-3.4.2.orig/styles/phase/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/styles/phase/Makefile.in	2005-07-31 18:22:55.276480408 +0000
-@@ -239,6 +239,9 @@
+--- styles/phase/Makefile.in
++++ styles/phase/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
+@@ -17,8 +17,6 @@
+ 
+ 
+ 
+-SOURCES = $(phasestyle_la_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -239,6 +237,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8976,7 +9441,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -404,7 +407,7 @@
+@@ -404,7 +405,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8985,7 +9450,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -442,9 +445,9 @@
+@@ -442,9 +443,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8997,9 +9462,14 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -Nru kdeartwork-3.4.2.orig/wallpapers/Makefile.in kdeartwork-3.4.2/wallpapers/Makefile.in
---- kdeartwork-3.4.2.orig/wallpapers/Makefile.in	2005-07-20 19:56:17.000000000 +0000
-+++ kdeartwork-3.4.2/wallpapers/Makefile.in	2005-07-31 18:22:55.316474328 +0000
+--- wallpapers/Makefile.in
++++ wallpapers/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 406248 $ 
+ # @configure_input@
+ 
 @@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@




More information about the pkg-kde-commits mailing list