[Pkg-kde-commits] rev 1397 - branches/kde-3.4.0/packages/kdeartwork/debian/patches

Christopher Martin chrsmrtn-guest at costa.debian.org
Sun Jul 31 18:56:42 UTC 2005


Author: chrsmrtn-guest
Date: 2005-07-31 18:56:40 +0000 (Sun, 31 Jul 2005)
New Revision: 1397

Modified:
   branches/kde-3.4.0/packages/kdeartwork/debian/patches/98_buildprep.diff
Log:
And the new kdeartwork 3.4.2 buildprep.diff.


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-07-31 18:50:12 UTC (rev 1396)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/patches/98_buildprep.diff	2005-07-31 18:56:40 UTC (rev 1397)
@@ -1,7 +1,7 @@
-diff -rua kdeartwork-3.4.1.orig/acinclude.m4 kdeartwork-3.4.1/acinclude.m4
---- kdeartwork-3.4.1.orig/acinclude.m4	2005-05-23 17:46:06.000000000 +0200
-+++ kdeartwork-3.4.1/acinclude.m4	2005-05-25 08:13:10.450262558 +0200
-@@ -1690,15 +1690,6 @@
+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
+@@ -1688,15 +1688,6 @@
         KDE_USE_CLOSURE_TRUE="#"
         KDE_USE_CLOSURE_FALSE=""
         KDE_NO_UNDEFINED=""
@@ -17,7 +17,7 @@
    fi
    AC_SUBST(KDE_USE_CLOSURE_TRUE)
    AC_SUBST(KDE_USE_CLOSURE_FALSE)
-@@ -2139,9 +2130,6 @@
+@@ -2138,9 +2129,6 @@
  save_CXXFLAGS="$CXXFLAGS"
  kde_safe_LIBS="$LIBS"
  LIBS="$LIBS $X_EXTRA_LIBS"
@@ -27,7 +27,80 @@
  AC_TRY_COMPILE([
  $2
  ],
-@@ -5770,6 +5758,7 @@
+@@ -3288,39 +3276,39 @@
+ 
+   if test "x$GXX" = "xyes"; then
+     kde_have_gcc_visibility=no
+-    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
+-    [
+-      kde_have_gcc_visibility=yes
+-      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
+-        [
+-          AC_LANG_SAVE
+-          AC_LANG_CPLUSPLUS
+-
+-          safe_CXXFLAGS=$CXXFLAGS
+-          CXXFLAGS="$CXXFLAGS $all_includes"
+-
+-          AC_TRY_COMPILE(
+-          [
+-#include <qglobal.h>
+-#if Q_EXPORT - 0 != 0
+-/* if this compiles, then Q_EXPORT is undefined */
+-/* if Q_EXPORT is nonempty, this will break compilation */
+-#endif
+-          ], [/* elvis is alive */],
+-          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
+-
+-          CXXFLAGS=$safe_CXXFLAGS
+-          AC_LANG_RESTORE
+-        ]
+-      )
+-
+-      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
+-        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
+-        KDE_CHECK_VISIBILITY_GCC_BUG
+-        HAVE_GCC_VISIBILITY=1
+-        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
+-      fi
+-    ])
++dnl    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
++dnl    [
++dnl      kde_have_gcc_visibility=yes
++dnl      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
++dnl        [
++dnl          AC_LANG_SAVE
++dnl          AC_LANG_CPLUSPLUS
++dnl
++dnl          safe_CXXFLAGS=$CXXFLAGS
++dnl          CXXFLAGS="$CXXFLAGS $all_includes"
++dnl
++dnl          AC_TRY_COMPILE(
++dnl          [
++dnl #include <qglobal.h>
++dnl #if Q_EXPORT - 0 != 0
++dnl /* if this compiles, then Q_EXPORT is undefined */
++dnl /* if Q_EXPORT is nonempty, this will break compilation */
++dnl #endif
++dnl          ], [/* elvis is alive */],
++dnl          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
++dnl
++dnl          CXXFLAGS=$safe_CXXFLAGS
++dnl          AC_LANG_RESTORE
++dnl        ]
++dnl      )
++dnl
++dnl      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
++dnl        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
++dnl        KDE_CHECK_VISIBILITY_GCC_BUG
++dnl        HAVE_GCC_VISIBILITY=1
++dnl        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
++dnl      fi
++dnl    ])
+   fi
+ ])
+ 
+@@ -5799,6 +5787,7 @@
  ## the same distribution terms that you use for the rest of that program.
  
  # serial 47 AC_PROG_LIBTOOL
@@ -35,7 +108,7 @@
  
  
  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
-@@ -5829,7 +5818,7 @@
+@@ -5858,7 +5847,7 @@
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  
  # Always use our own libtool.
@@ -44,7 +117,7 @@
  AC_SUBST(LIBTOOL)dnl
  
  # Prevent multiple expansion
-@@ -6243,12 +6232,11 @@
+@@ -6272,12 +6261,11 @@
    if AC_TRY_EVAL(ac_compile); then
      case "`/usr/bin/file conftest.o`" in
      *32-bit*)
@@ -58,7 +131,7 @@
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
-@@ -6260,7 +6248,6 @@
+@@ -6289,7 +6277,6 @@
        esac
        ;;
      *64-bit*)
@@ -66,7 +139,7 @@
        case $host in
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
-@@ -6390,7 +6377,7 @@
+@@ -6419,7 +6406,7 @@
  AC_MSG_CHECKING([the maximum length of command line arguments])
  AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
    i=0
@@ -75,7 +148,7 @@
  
    case $build_os in
    msdosdjgpp*)
-@@ -6419,20 +6406,26 @@
+@@ -6448,20 +6435,26 @@
      lt_cv_sys_max_cmd_len=8192;
      ;;
  
@@ -107,7 +180,7 @@
      # Add a significant safety factor because C++ compilers can tack on massive
      # amounts of additional arguments before passing them to the linker.
      # It appears as though 1/2 is a usable value.
-@@ -6582,7 +6575,7 @@
+@@ -6611,7 +6604,7 @@
      lt_cv_dlopen_self=yes
      ])
     ;;
@@ -116,7 +189,7 @@
    *)
      AC_CHECK_FUNC([shl_load],
  	  [lt_cv_dlopen="shl_load"],
-@@ -6671,13 +6664,6 @@
+@@ -6700,13 +6693,6 @@
     mkdir out
     printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  
@@ -130,7 +203,7 @@
     lt_compiler_flag="-o out/conftest2.$ac_objext"
     # Insert the option either (1) after the last *FLAGS variable, or
     # (2) before a word containing "conftest.", or (3) at the end.
-@@ -6701,8 +6687,11 @@
+@@ -6730,8 +6716,11 @@
       fi
     fi
     chmod u+w .
@@ -144,7 +217,7 @@
     cd ..
     rmdir conftest
     $rm conftest*
-@@ -6819,7 +6808,7 @@
+@@ -6848,7 +6837,7 @@
     *)
    AC_MSG_RESULT([no])
      ;;
@@ -153,7 +226,7 @@
  fi
  ])# AC_LIBTOOL_SYS_LIB_STRIP
  
-@@ -6832,7 +6821,7 @@
+@@ -6861,7 +6850,7 @@
  library_names_spec=
  libname_spec='lib$name'
  soname_spec=
@@ -162,7 +235,7 @@
  postinstall_cmds=
  postuninstall_cmds=
  finish_cmds=
-@@ -6842,7 +6831,20 @@
+@@ -6871,7 +6860,20 @@
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
@@ -184,7 +257,7 @@
  need_lib_prefix=unknown
  hardcode_into_libs=no
  
-@@ -6907,7 +6909,7 @@
+@@ -6936,7 +6938,7 @@
  amigaos*)
    library_names_spec='$libname.ixlibrary $libname.a'
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
@@ -193,7 +266,7 @@
    ;;
  
  beos*)
-@@ -6932,7 +6934,7 @@
+@@ -6961,7 +6963,7 @@
  
  cygwin* | mingw* | pw32*)
    version_type=windows
@@ -202,7 +275,7 @@
    need_version=no
    need_lib_prefix=no
  
-@@ -6997,7 +6999,7 @@
+@@ -7026,7 +7028,7 @@
    soname_spec='${libname}${release}${major}$shared_ext'
    shlibpath_overrides_runpath=yes
    shlibpath_var=DYLD_LIBRARY_PATH
@@ -211,7 +284,7 @@
    # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
    if test "$GCC" = yes; then
      sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
-@@ -7020,7 +7022,7 @@
+@@ -7049,7 +7051,7 @@
    dynamic_linker=no
    ;;
  
@@ -220,7 +293,7 @@
    version_type=linux
    need_lib_prefix=no
    need_version=no
-@@ -7080,7 +7082,7 @@
+@@ -7109,7 +7111,7 @@
    need_version=no
    case "$host_cpu" in
    ia64*)
@@ -229,7 +302,7 @@
      hardcode_into_libs=yes
      dynamic_linker="$host_os dld.so"
      shlibpath_var=LD_LIBRARY_PATH
-@@ -7095,7 +7097,7 @@
+@@ -7124,7 +7126,7 @@
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
      ;;
     hppa*64*)
@@ -238,7 +311,7 @@
       hardcode_into_libs=yes
       dynamic_linker="$host_os dld.sl"
       shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-@@ -7106,7 +7108,7 @@
+@@ -7135,7 +7137,7 @@
       sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
       ;;
     *)
@@ -247,7 +320,7 @@
      dynamic_linker="$host_os dld.sl"
      shlibpath_var=SHLIB_PATH
      shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-@@ -7168,22 +7170,19 @@
+@@ -7197,22 +7199,19 @@
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
    soname_spec='${libname}${release}${shared_ext}$major'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
@@ -276,7 +349,7 @@
    # We used to test for /lib/ld.so.1 and disable shared libraries on
    # powerpc, because MkLinux only supported shared libraries with the
    # GNU dynamic linker.  Since this was broken with cross compilers,
-@@ -7193,6 +7192,30 @@
+@@ -7222,6 +7221,30 @@
    dynamic_linker='GNU/Linux ld.so'
    ;;
  
@@ -307,7 +380,7 @@
  netbsd*)
    version_type=sunos
    need_lib_prefix=no
-@@ -7202,7 +7225,7 @@
+@@ -7231,7 +7254,7 @@
      finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
      dynamic_linker='NetBSD (a.out) ld.so'
    else
@@ -316,7 +389,7 @@
      soname_spec='${libname}${release}${shared_ext}$major'
      dynamic_linker='NetBSD ld.elf_so'
    fi
-@@ -7231,7 +7254,7 @@
+@@ -7260,7 +7283,7 @@
  openbsd*)
    version_type=sunos
    need_lib_prefix=no
@@ -325,7 +398,7 @@
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
    shlibpath_var=LD_LIBRARY_PATH
-@@ -7251,7 +7274,7 @@
+@@ -7280,7 +7303,7 @@
  
  os2*)
    libname_spec='$name'
@@ -334,7 +407,7 @@
    need_lib_prefix=no
    library_names_spec='$libname${shared_ext} $libname.a'
    dynamic_linker='OS/2 ld.exe'
-@@ -7842,31 +7865,23 @@
+@@ -7871,31 +7894,23 @@
    ;;
  
  cygwin*)
@@ -375,7 +448,7 @@
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
      case $host_cpu in
      i*86 )
-@@ -7905,42 +7920,21 @@
+@@ -7934,42 +7949,21 @@
    ;;
  
  irix5* | irix6* | nonstopux*)
@@ -425,7 +498,7 @@
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
    else
-@@ -7969,9 +7963,6 @@
+@@ -7998,9 +7992,6 @@
    ;;
  
  osf3* | osf4* | osf5*)
@@ -435,7 +508,7 @@
    lt_cv_deplibs_check_method=pass_all
    ;;
  
-@@ -7981,7 +7972,6 @@
+@@ -8010,7 +8001,6 @@
  
  solaris*)
    lt_cv_deplibs_check_method=pass_all
@@ -443,7 +516,7 @@
    ;;
  
  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-@@ -8247,7 +8237,7 @@
+@@ -8276,7 +8266,7 @@
  fi
  if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
    AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
@@ -452,7 +525,7 @@
    else
      AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
      _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
-@@ -8297,7 +8287,7 @@
+@@ -8326,7 +8316,7 @@
    fi
    ;;
  
@@ -461,7 +534,7 @@
    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
      test "$enable_shared" = yes && enable_static=no
    fi
-@@ -8307,29 +8297,29 @@
+@@ -8336,29 +8326,29 @@
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
      case "$host_os" in
      rhapsody* | darwin1.[[012]])
@@ -505,7 +578,7 @@
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-@@ -8337,8 +8327,8 @@
+@@ -8366,8 +8356,8 @@
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
    else
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -516,7 +589,7 @@
  esac
  AC_MSG_RESULT([$enable_shared])
  
-@@ -8446,8 +8436,8 @@
+@@ -8475,8 +8465,8 @@
    # Check if GNU C++ uses GNU ld as the underlying linker, since the
    # archiving commands below assume that GNU ld is being used.
    if test "$with_gnu_ld" = yes; then
@@ -527,7 +600,7 @@
  
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
-@@ -8473,7 +8463,7 @@
+@@ -8502,7 +8492,7 @@
      # linker, instead of GNU ld.  If possible, this setting should
      # overridden to take advantage of the native linker features on
      # the platform it is being used on.
@@ -536,7 +609,7 @@
    fi
  
    # Commands to make compiler produce verbose output that lists
-@@ -8503,8 +8493,22 @@
+@@ -8532,8 +8522,22 @@
        exp_sym_flag='-Bexport'
        no_entry_flag=""
      else
@@ -561,7 +634,7 @@
        exp_sym_flag='-bexport'
        no_entry_flag='-bnoentry'
      fi
-@@ -8550,15 +8554,16 @@
+@@ -8579,15 +8583,16 @@
  	shared_flag='-G'
        else
  	if test "$aix_use_runtimelinking" = yes; then
@@ -582,7 +655,7 @@
      if test "$aix_use_runtimelinking" = yes; then
        # Warning - without using the other runtime loading flags (-brtl),
        # -berok will link without error, but may produce a broken library.
-@@ -8567,13 +8572,12 @@
+@@ -8596,13 +8601,12 @@
        _LT_AC_SYS_LIBPATH_AIX
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  
@@ -598,7 +671,7 @@
        else
  	# Determine the default libpath from the value encoded in an empty executable.
  	_LT_AC_SYS_LIBPATH_AIX
-@@ -8588,7 +8592,7 @@
+@@ -8617,7 +8621,7 @@
  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
  	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  	# This is similar to how AIX traditionally builds it's shared libraries.
@@ -607,7 +680,7 @@
        fi
      fi
      ;;
-@@ -8605,12 +8609,12 @@
+@@ -8634,12 +8638,12 @@
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
      # as there is no search path for DLLs.
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
@@ -622,7 +695,7 @@
        # If the export-symbols file already is a .def file (1st line
        # is EXPORTS), use it as is; otherwise, prepend...
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
-@@ -8619,7 +8623,7 @@
+@@ -8648,7 +8652,7 @@
  	echo EXPORTS > $output_objdir/$soname.def;
  	cat $export_symbols >> $output_objdir/$soname.def;
        fi~
@@ -631,7 +704,7 @@
      else
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
      fi
-@@ -8630,20 +8634,20 @@
+@@ -8659,20 +8663,20 @@
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
      case "$host_os" in
      rhapsody* | darwin1.[[012]])
@@ -662,7 +735,7 @@
        fi
        ;;
      esac
-@@ -8653,19 +8657,19 @@
+@@ -8682,19 +8686,19 @@
        lt_int_apple_cc_single_mod=yes
      fi
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
@@ -688,7 +761,7 @@
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-@@ -8700,7 +8704,7 @@
+@@ -8729,7 +8733,7 @@
    freebsd-elf*)
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
      ;;
@@ -697,7 +770,7 @@
      # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
      # conventions
      _LT_AC_TAGVAR(ld_shlibs, $1)=yes
-@@ -8722,7 +8726,7 @@
+@@ -8751,7 +8755,7 @@
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
      aCC)
@@ -706,7 +779,7 @@
        # Commands to make compiler produce verbose output that lists
        # what "hidden" libraries, object files and flags are used when
        # linking a shared library.
-@@ -8731,11 +8735,11 @@
+@@ -8760,11 +8764,11 @@
        # explicitly linking system object files so we need to strip them
        # from the output so that they don't get included in the library
        # dependencies.
@@ -720,7 +793,7 @@
        else
          # FIXME: insert proper C++ library support
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
-@@ -8792,7 +8796,7 @@
+@@ -8821,7 +8825,7 @@
  	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
  	  ;;
  	*)
@@ -729,7 +802,7 @@
  	  ;;
  	esac
  	# Commands to make compiler produce verbose output that lists
-@@ -8813,7 +8817,7 @@
+@@ -8842,7 +8846,7 @@
  	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
  	      ;;
  	    *)
@@ -738,7 +811,7 @@
  	      ;;
  	    esac
  	  fi
-@@ -8828,7 +8832,7 @@
+@@ -8857,7 +8861,7 @@
      case $cc_basename in
        CC)
  	# SGI C++
@@ -747,7 +820,7 @@
  
  	# Archives containing C++ object files must be created using
  	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-@@ -8839,9 +8843,9 @@
+@@ -8868,9 +8872,9 @@
        *)
  	if test "$GXX" = yes; then
  	  if test "$with_gnu_ld" = no; then
@@ -759,7 +832,7 @@
  	  fi
  	fi
  	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-@@ -8858,8 +8862,8 @@
+@@ -8887,8 +8891,8 @@
  	# KCC will only create a shared library if the output file
  	# ends with ".so" (or ".sl" for HP-UX), so rename the library
  	# to its proper name (with version) after linking.
@@ -770,7 +843,7 @@
  	# Commands to make compiler produce verbose output that lists
  	# what "hidden" libraries, object files and flags are used when
  	# linking a shared library.
-@@ -8881,16 +8885,16 @@
+@@ -8910,16 +8914,16 @@
  	# Intel C++
  	with_gnu_ld=yes
  	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
@@ -791,7 +864,7 @@
  
  	runpath_var=LD_RUN_PATH
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-@@ -8928,7 +8932,7 @@
+@@ -8957,7 +8961,7 @@
  	;;
      esac
      ;;
@@ -800,7 +873,7 @@
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
        wlarc=
-@@ -8947,7 +8951,7 @@
+@@ -8976,7 +8980,7 @@
  	# KCC will only create a shared library if the output file
  	# ends with ".so" (or ".sl" for HP-UX), so rename the library
  	# to its proper name (with version) after linking.
@@ -809,7 +882,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -8964,7 +8968,7 @@
+@@ -8993,7 +8997,7 @@
  	;;
        cxx)
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -818,7 +891,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -8982,7 +8986,7 @@
+@@ -9011,7 +9015,7 @@
        *)
  	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -827,7 +900,7 @@
  
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -9007,7 +9011,7 @@
+@@ -9036,7 +9040,7 @@
  	# KCC will only create a shared library if the output file
  	# ends with ".so" (or ".sl" for HP-UX), so rename the library
  	# to its proper name (with version) after linking.
@@ -836,7 +909,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -9023,10 +9027,10 @@
+@@ -9052,10 +9056,10 @@
  	;;
        cxx)
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
@@ -849,7 +922,7 @@
  	  $rm $lib.exp'
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-@@ -9045,7 +9049,7 @@
+@@ -9074,7 +9078,7 @@
        *)
  	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -858,7 +931,7 @@
  
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -9102,9 +9106,9 @@
+@@ -9131,9 +9135,9 @@
        CC)
  	# Sun C++ 4.2, 5.x and Centerline C++
  	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
@@ -870,7 +943,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-@@ -9138,7 +9142,7 @@
+@@ -9167,7 +9171,7 @@
  	;;
        gcx)
  	# Green Hills C++ Compiler
@@ -879,7 +952,7 @@
  
  	# The C++ compiler must be used to create the archive.
  	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-@@ -9148,9 +9152,9 @@
+@@ -9177,9 +9181,9 @@
  	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
  	  if $CC --version | grep -v '^2\.7' > /dev/null; then
@@ -891,7 +964,7 @@
  
  	    # Commands to make compiler produce verbose output that lists
  	    # what "hidden" libraries, object files and flags are used when
-@@ -9159,9 +9163,9 @@
+@@ -9188,9 +9192,9 @@
  	  else
  	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
  	    # platform.
@@ -903,7 +976,7 @@
  
  	    # Commands to make compiler produce verbose output that lists
  	    # what "hidden" libraries, object files and flags are used when
-@@ -9329,7 +9333,7 @@
+@@ -9358,7 +9362,7 @@
         fi
         ;;
  
@@ -912,7 +985,7 @@
         # This assumes that the test object file only shows up
         # once in the compiler output.
         if test "$p" = "conftest.$objext"; then
-@@ -9438,7 +9442,7 @@
+@@ -9467,7 +9471,7 @@
      postinstall_cmds='$RANLIB $lib'
    fi
    ;;
@@ -921,7 +994,7 @@
    test "$enable_shared" = yes && enable_static=no
    ;;
  esac
-@@ -9580,11 +9584,12 @@
+@@ -9609,11 +9613,12 @@
    # without removal of \ escapes.
    if test -n "${ZSH_VERSION+set}" ; then
      setopt NO_GLOB_SUBST
@@ -936,7 +1009,7 @@
      libname_spec library_names_spec soname_spec extract_expsyms_cmds \
      old_striplib striplib file_magic_cmd finish_cmds finish_eval \
      deplibs_check_method reload_flag reload_cmds need_locks \
-@@ -9634,7 +9639,7 @@
+@@ -9663,7 +9668,7 @@
      _LT_AC_TAGVAR(archive_cmds, $1) | \
      _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
      _LT_AC_TAGVAR(module_cmds, $1) | \
@@ -945,7 +1018,7 @@
      _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
      _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
      extract_expsyms_cmds | reload_cmds | finish_cmds | \
-@@ -9765,7 +9770,7 @@
+@@ -9794,7 +9799,7 @@
  NM=$lt_NM
  
  # A symbol stripping program
@@ -954,7 +1027,7 @@
  
  # Used to examine libraries when file_magic_cmd begins "file"
  MAGIC_CMD=$MAGIC_CMD
-@@ -9796,7 +9801,7 @@
+@@ -9825,7 +9830,7 @@
  libext="$libext"
  
  # Shared library suffix (normally ".so").
@@ -963,7 +1036,7 @@
  
  # Executable file suffix (normally "").
  exeext="$exeext"
-@@ -10040,7 +10045,10 @@
+@@ -10069,7 +10074,10 @@
    # If there is no Makefile yet, we rely on a make rule to execute
    # `config.status --recheck' to rerun these tests and create the
    # libtool script then.
@@ -975,7 +1048,7 @@
  fi
  ])# AC_LIBTOOL_CONFIG
  
-@@ -10113,7 +10121,7 @@
+@@ -10142,7 +10150,7 @@
    symcode='[[BCDEGQRST]]'
    ;;
  solaris* | sysv5*)
@@ -984,7 +1057,7 @@
    ;;
  sysv4)
    symcode='[[DFNSTU]]'
-@@ -10131,7 +10139,7 @@
+@@ -10160,7 +10168,7 @@
  # If we're using GNU nm, then use its standard symbol codes.
  case `$NM -V 2>&1` in
  *GNU* | *'with BFD'*)
@@ -993,7 +1066,7 @@
  esac
  
  # Try without a prefix undercore, then with it.
-@@ -10346,7 +10354,7 @@
+@@ -10375,7 +10383,7 @@
  	    ;;
  	esac
  	;;
@@ -1002,7 +1075,7 @@
  	# FreeBSD uses GNU C++
  	;;
        hpux9* | hpux10* | hpux11*)
-@@ -10397,7 +10405,7 @@
+@@ -10426,7 +10434,7 @@
  	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
@@ -1011,7 +1084,7 @@
  	  cxx)
  	    # Compaq C++
  	    # Make sure the PIC flag is empty.  It appears that all Alpha
-@@ -10422,7 +10430,7 @@
+@@ -10451,7 +10459,7 @@
  	    ;;
  	esac
  	;;
@@ -1020,7 +1093,7 @@
  	;;
        osf3* | osf4* | osf5*)
  	case $cc_basename in
-@@ -10733,6 +10741,9 @@
+@@ -10762,6 +10770,9 @@
    cygwin* | mingw*)
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
@@ -1030,7 +1103,7 @@
    *)
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
-@@ -10757,7 +10768,7 @@
+@@ -10786,7 +10797,7 @@
    _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
    _LT_AC_TAGVAR(hardcode_automatic, $1)=no
    _LT_AC_TAGVAR(module_cmds, $1)=
@@ -1039,7 +1112,7 @@
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
    # include_expsyms should be a list of space-separated symbols to be *always*
-@@ -10831,7 +10842,7 @@
+@@ -10860,7 +10871,7 @@
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
  	# support --undefined.  This deserves some investigation.  FIXME
@@ -1048,7 +1121,7 @@
        else
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
        fi
-@@ -10841,13 +10852,13 @@
+@@ -10870,13 +10881,13 @@
        # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
        # as there is no search path for DLLs.
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
@@ -1064,7 +1137,7 @@
  	# If the export-symbols file already is a .def file (1st line
  	# is EXPORTS), use it as is; otherwise, prepend...
  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
-@@ -10856,19 +10867,19 @@
+@@ -10885,19 +10896,19 @@
  	  echo EXPORTS > $output_objdir/$soname.def;
  	  cat $export_symbols >> $output_objdir/$soname.def;
  	fi~
@@ -1088,7 +1161,7 @@
        fi
        ;;
  
-@@ -10886,8 +10897,8 @@
+@@ -10915,8 +10926,8 @@
  
  EOF
        elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
@@ -1099,7 +1172,7 @@
        else
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
        fi
-@@ -10900,10 +10911,36 @@
+@@ -10929,10 +10940,36 @@
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
        ;;
  
@@ -1138,7 +1211,7 @@
        else
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
        fi
-@@ -10953,9 +10990,20 @@
+@@ -10982,9 +11019,20 @@
  	else
  	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
  	fi
@@ -1161,7 +1234,7 @@
  	exp_sym_flag='-bexport'
  	no_entry_flag='-bnoentry'
        fi
-@@ -11001,29 +11049,29 @@
+@@ -11030,29 +11078,29 @@
  	  shared_flag='-G'
  	else
    	if test "$aix_use_runtimelinking" = yes; then
@@ -1200,7 +1273,7 @@
  	else
  	 # Determine the default libpath from the value encoded in an empty executable.
  	 _LT_AC_SYS_LIBPATH_AIX
-@@ -11038,7 +11086,7 @@
+@@ -11067,7 +11115,7 @@
  	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
  	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  	  # This is similar to how AIX traditionally builds it's shared libraries.
@@ -1209,7 +1282,7 @@
  	fi
        fi
        ;;
-@@ -11061,13 +11109,13 @@
+@@ -11090,13 +11138,13 @@
        # hardcode_libdir_flag_spec is actually meaningless, as there is
        # no search path for DLLs.
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
@@ -1226,7 +1299,7 @@
        # The linker will automatically build a .lib file if we build a DLL.
        _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
        # FIXME: Should let the user specify the lib program.
-@@ -11081,21 +11129,21 @@
+@@ -11110,21 +11158,21 @@
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
        case "$host_os" in
        rhapsody* | darwin1.[[012]])
@@ -1261,7 +1334,7 @@
  	;;
        esac
      	lt_int_apple_cc_single_mod=no
-@@ -11104,26 +11152,26 @@
+@@ -11133,26 +11181,26 @@
      	  lt_int_apple_cc_single_mod=yes
      	fi
      	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
@@ -1296,7 +1369,7 @@
        ;;
  
      dgux*)
-@@ -11156,8 +11204,8 @@
+@@ -11185,8 +11233,8 @@
        ;;
  
      # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
@@ -1307,7 +1380,7 @@
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-@@ -11165,7 +11213,7 @@
+@@ -11194,7 +11242,7 @@
  
      hpux9*)
        if test "$GCC" = yes; then
@@ -1316,7 +1389,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
        fi
-@@ -11183,10 +11231,10 @@
+@@ -11212,10 +11260,10 @@
        if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  	case "$host_cpu" in
  	hppa*64*|ia64*)
@@ -1329,7 +1402,7 @@
  	  ;;
  	esac
        else
-@@ -11233,7 +11281,7 @@
+@@ -11262,7 +11310,7 @@
  
      irix5* | irix6* | nonstopux*)
        if test "$GCC" = yes; then
@@ -1338,7 +1411,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
-@@ -11243,7 +11291,7 @@
+@@ -11272,7 +11320,7 @@
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
        ;;
  
@@ -1347,7 +1420,7 @@
        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
        else
-@@ -11266,7 +11314,7 @@
+@@ -11295,7 +11343,7 @@
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
@@ -1356,7 +1429,7 @@
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
        else
-@@ -11276,7 +11324,7 @@
+@@ -11305,7 +11353,7 @@
  	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  	   ;;
  	 *)
@@ -1365,7 +1438,7 @@
  	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  	   ;;
         esac
-@@ -11287,14 +11335,14 @@
+@@ -11316,14 +11364,14 @@
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
@@ -1382,7 +1455,7 @@
        else
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-@@ -11306,7 +11354,7 @@
+@@ -11335,7 +11383,7 @@
      osf4* | osf5*)	# as osf3* with the addition of -msym flag
        if test "$GCC" = yes; then
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -1391,7 +1464,7 @@
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
        else
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-@@ -11331,9 +11379,9 @@
+@@ -11360,9 +11408,9 @@
      solaris*)
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
        if test "$GCC" = yes; then
@@ -1403,7 +1476,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-@@ -11353,7 +11401,7 @@
+@@ -11382,7 +11430,7 @@
        if test "x$host_vendor" = xsequent; then
  	# Use $CC to link under sequent, because it throws in some extra .o
  	# files that make .init and .fini sections work.
@@ -1412,7 +1485,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
        fi
-@@ -11413,9 +11461,9 @@
+@@ -11442,9 +11490,9 @@
     sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
        _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
        if test "$GCC" = yes; then
@@ -1424,7 +1497,7 @@
        fi
        runpath_var='LD_RUN_PATH'
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-@@ -11473,7 +11521,7 @@
+@@ -11502,7 +11550,7 @@
        AC_MSG_CHECKING([whether -lc should be explicitly linked in])
        $rm conftest*
        printf "$lt_simple_compile_test_code" > conftest.$ac_ext
@@ -1433,7 +1506,7 @@
        if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
          soname=conftest
          lib=conftest
-@@ -11632,8 +11680,8 @@
+@@ -11661,8 +11709,8 @@
      fi
    done
  done
@@ -1443,9 +1516,9 @@
  AC_MSG_RESULT([$SED])
  ])
  
-diff -rua kdeartwork-3.4.1.orig/aclocal.m4 kdeartwork-3.4.1/aclocal.m4
---- kdeartwork-3.4.1.orig/aclocal.m4	2005-05-23 17:46:16.000000000 +0200
-+++ kdeartwork-3.4.1/aclocal.m4	2005-05-25 08:13:24.509986394 +0200
+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
 @@ -501,6 +501,35 @@
  rmdir .tst 2>/dev/null
  AC_SUBST([am__leading_dot])])
@@ -1482,15 +1555,15 @@
  # Check to see how 'make' treats includes.	            -*- Autoconf -*-
  
  # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
-diff -rua kdeartwork-3.4.1.orig/configure kdeartwork-3.4.1/configure
---- kdeartwork-3.4.1.orig/configure	2005-05-23 17:46:46.000000000 +0200
-+++ kdeartwork-3.4.1/configure	2005-05-25 08:14:07.551079832 +0200
+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
 @@ -464,7 +464,7 @@
  # include <unistd.h>
  #endif"
  
--ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KSYCOCA LIB_KFILE LIB_KFM GLINC GLLIB COMPILE_GL_XSAVERS_TRUE COMPILE_GL_XSAVERS_FALSE COMPILE_GL_KSAVERS_TRUE COMPILE_GL_KSAVERS_FALSE COMPILE_X11_KSAVERS_TRUE COMPILE_X11_KSAVERS_FALSE COMPILE_ARTS_KSAVERS_TRUE COMPILE_ARTS_KSAVERS_FALSE LIBART_LIBS LIBART_CFLAGS LIBART_RPATH COMPILE_LIBART_KSAVERS_TRUE COMPILE_LIBART_KSAVERS_FALSE DPMSINC DPMSLIB include_XSCREENSAVER_TRUE include_XSCREENSAVER_FALSE XSCREENSAVER_HACKS_DIR TOPSUBDIRS IconThemes_SUBDIR_included_TRUE IconThemes_SUBDIR_included_FALSE emoticons_SUBDIR_included_TRUE emoticons_SUBDIR_included_FALSE icewm_themes_SUBDIR_included_TRUE icewm_themes_SUBDIR_included_FALSE kscreensaver_SUBDIR_included_TRUE kscreensaver_SUBDIR_included_FALSE kwin_styles_SUBDIR_included_TRUE kwin_styles_SUBDIR_included_FALSE kworldclock_SUBDIR_included_TRUE kworldclock_SUBDIR_included_FALSE sounds_SUBDIR_included_TRUE sounds_SUBDIR_included_FALSE styles_SUBDIR_included_TRUE styles_SUBDIR_included_FALSE wallpapers_SUBDIR_included_TRUE wallpapers_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
-+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KSYCOCA LIB_KFILE LIB_KFM GLINC GLLIB COMPILE_GL_XSAVERS_TRUE COMPILE_GL_XSAVERS_FALSE COMPILE_GL_KSAVERS_TRUE COMPILE_GL_KSAVERS_FALSE COMPILE_X11_KSAVERS_TRUE COMPILE_X11_KSAVERS_FALSE COMPILE_ARTS_KSAVERS_TRUE COMPILE_ARTS_KSAVERS_FALSE LIBART_LIBS LIBART_CFLAGS LIBART_RPATH COMPILE_LIBART_KSAVERS_TRUE COMPILE_LIBART_KSAVERS_FALSE DPMSINC DPMSLIB include_XSCREENSAVER_TRUE include_XSCREENSAVER_FALSE XSCREENSAVER_HACKS_DIR TOPSUBDIRS IconThemes_SUBDIR_included_TRUE IconThemes_SUBDIR_included_FALSE emoticons_SUBDIR_included_TRUE emoticons_SUBDIR_included_FALSE icewm_themes_SUBDIR_included_TRUE icewm_themes_SUBDIR_included_FALSE kscreensaver_SUBDIR_included_TRUE kscreensaver_SUBDIR_included_FALSE kwin_styles_SUBDIR_included_TRUE kwin_styles_SUBDIR_included_FALSE kworldclock_SUBDIR_included_TRUE kworldclock_SUBDIR_included_FALSE sounds_SUBDIR_included_TRUE sounds_SUBDIR_included_FALSE styles_SUBDIR_included_TRUE styles_SUBDIR_included_FALSE wallpapers_SUBDIR_included_TRUE wallpapers_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
+-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM GLINC GLLIB COMPILE_GL_XSAVERS_TRUE COMPILE_GL_XSAVERS_FALSE COMPILE_GL_KSAVERS_TRUE COMPILE_GL_KSAVERS_FALSE COMPILE_X11_KSAVERS_TRUE COMPILE_X11_KSAVERS_FALSE COMPILE_ARTS_KSAVERS_TRUE COMPILE_ARTS_KSAVERS_FALSE LIBART_LIBS LIBART_CFLAGS LIBART_RPATH COMPILE_LIBART_KSAVERS_TRUE COMPILE_LIBART_KSAVERS_FALSE DPMSINC DPMSLIB include_XSCREENSAVER_TRUE include_XSCREENSAVER_FALSE XSCREENSAVER_HACKS_DIR TOPSUBDIRS IconThemes_SUBDIR_included_TRUE IconThemes_SUBDIR_included_FALSE emoticons_SUBDIR_included_TRUE emoticons_SUBDIR_included_FALSE icewm_themes_SUBDIR_included_TRUE icewm_themes_SUBDIR_included_FALSE kscreensaver_SUBDIR_included_TRUE kscreensaver_SUBDIR_included_FALSE kwin_styles_SUBDIR_included_TRUE kwin_styles_SUBDIR_included_FALSE kworldclock_SUBDIR_included_TRUE kworldclock_SUBDIR_included_FALSE sounds_SUBDIR_included_TRUE sounds_SUBDIR_included_FALSE styles_SUBDIR_included_TRUE styles_SUBDIR_included_FALSE wallpapers_SUBDIR_included_TRUE wallpapers_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
++ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM GLINC GLLIB COMPILE_GL_XSAVERS_TRUE COMPILE_GL_XSAVERS_FALSE COMPILE_GL_KSAVERS_TRUE COMPILE_GL_KSAVERS_FALSE COMPILE_X11_KSAVERS_TRUE COMPILE_X11_KSAVERS_FALSE COMPILE_ARTS_KSAVERS_TRUE COMPILE_ARTS_KSAVERS_FALSE LIBART_LIBS LIBART_CFLAGS LIBART_RPATH COMPILE_LIBART_KSAVERS_TRUE COMPILE_LIBART_KSAVERS_FALSE DPMSINC DPMSLIB include_XSCREENSAVER_TRUE include_XSCREENSAVER_FALSE XSCREENSAVER_HACKS_DIR TOPSUBDIRS IconThemes_SUBDIR_included_TRUE IconThemes_SUBDIR_included_FALSE emoticons_SUBDIR_included_TRUE emoticons_SUBDIR_included_FALSE icewm_themes_SUBDIR_included_TRUE icewm_themes_SUBDIR_included_FALSE kscreensaver_SUBDIR_included_TRUE kscreensaver_SUBDIR_included_FALSE kwin_styles_SUBDIR_included_TRUE kwin_styles_SUBDIR_included_FALSE kworldclock_SUBDIR_included_TRUE kworldclock_SUBDIR_included_FALSE sounds_SUBDIR_included_TRUE sounds_SUBDIR_included_FALSE styles_SUBDIR_included_TRUE styles_SUBDIR_included_FALSE wallpapers_SUBDIR_included_TRUE wallpapers_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
  ac_subst_files=''
  
  # Initialize some variables set by options.
@@ -6358,7 +6431,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -28589,8 +28512,7 @@
+@@ -28592,8 +28515,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6368,7 +6441,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -28665,8 +28587,7 @@
+@@ -28668,8 +28590,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6378,7 +6451,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -28726,8 +28647,7 @@
+@@ -28729,8 +28650,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6388,7 +6461,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -28810,8 +28730,7 @@
+@@ -28813,8 +28733,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6398,7 +6471,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -28904,8 +28823,7 @@
+@@ -28907,8 +28826,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6408,7 +6481,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -29079,8 +28997,7 @@
+@@ -29082,8 +29000,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6418,7 +6491,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -29178,8 +29095,7 @@
+@@ -29181,8 +29098,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6428,7 +6501,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -29272,8 +29188,7 @@
+@@ -29275,8 +29191,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6438,7 +6511,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -29356,8 +29271,7 @@
+@@ -29359,8 +29274,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6448,25 +6521,25 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -29410,7 +29324,7 @@
+@@ -29413,7 +29327,7 @@
  do
    for j in jpeglib.h;
    do
--    echo "configure: 29413: $i/$j" >&5
-+    echo "configure: 29327: $i/$j" >&5
+-    echo "configure: 29416: $i/$j" >&5
++    echo "configure: 29330: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        jpeg_incdir=$i
-@@ -29718,7 +29632,7 @@
+@@ -29716,7 +29630,7 @@
  do
    for j in $kde_qt_header;
    do
--    echo "configure: 29721: $i/$j" >&5
-+    echo "configure: 29635: $i/$j" >&5
+-    echo "configure: 29719: $i/$j" >&5
++    echo "configure: 29633: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        qt_incdir=$i
-@@ -30395,8 +30309,7 @@
+@@ -30393,8 +30307,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6476,39 +6549,39 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -30555,7 +30468,7 @@
+@@ -30553,7 +30466,7 @@
  do
    for j in $kde_check_header;
    do
--    echo "configure: 30558: $i/$j" >&5
-+    echo "configure: 30471: $i/$j" >&5
+-    echo "configure: 30556: $i/$j" >&5
++    echo "configure: 30469: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        kde_incdir=$i
-@@ -30585,7 +30498,7 @@
+@@ -30583,7 +30496,7 @@
  do
    for j in $kde_check_lib;
    do
--    echo "configure: 30588: $i/$j" >&5
-+    echo "configure: 30501: $i/$j" >&5
+-    echo "configure: 30586: $i/$j" >&5
++    echo "configure: 30499: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        kde_libdir=$i
-@@ -30603,7 +30516,7 @@
+@@ -30601,7 +30514,7 @@
  do
    for j in "kde3/plugins/designer/kdewidgets.la";
    do
--    echo "configure: 30606: $i/$j" >&5
-+    echo "configure: 30519: $i/$j" >&5
+-    echo "configure: 30604: $i/$j" >&5
++    echo "configure: 30517: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        kde_widgetdir=$i
-@@ -32121,7 +32034,7 @@
+@@ -32119,7 +32032,7 @@
  do
    for j in apps/ksgmltools2/customization/kde-chunk.xsl;
    do
--    echo "configure: 32124: $i/$j" >&5
-+    echo "configure: 32037: $i/$j" >&5
+-    echo "configure: 32122: $i/$j" >&5
++    echo "configure: 32035: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        KDE_XSL_STYLESHEET=$i
@@ -6522,7 +6595,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -32435,8 +32347,7 @@
+@@ -32437,8 +32349,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6532,16 +6605,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -32531,7 +32442,7 @@
- 
- 
- 
--if test x$have_arts = xyes; then
-+if test x$build_arts = xyes; then
-   COMPILE_ARTS_KSAVERS_TRUE=
-   COMPILE_ARTS_KSAVERS_FALSE='#'
- else
-@@ -32719,8 +32630,7 @@
+@@ -32722,8 +32633,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6551,7 +6615,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -32817,8 +32727,7 @@
+@@ -32820,8 +32730,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6561,7 +6625,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -32872,8 +32781,7 @@
+@@ -32875,8 +32784,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6571,7 +6635,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -32975,8 +32883,7 @@
+@@ -32978,8 +32886,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6581,7 +6645,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -33041,8 +32948,7 @@
+@@ -33044,8 +32951,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -6591,16 +6655,16 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -33371,7 +33277,7 @@
+@@ -33374,7 +33280,7 @@
  do
    for j in $subdir/flame.xml;
    do
--    echo "configure: 33374: $i/$j" >&5
-+    echo "configure: 33280: $i/$j" >&5
+-    echo "configure: 33377: $i/$j" >&5
++    echo "configure: 33283: $i/$j" >&5
      if test -r "$i/$j"; then
        echo "taking that" >&5
        XSCREENSAVER_CONFIG=$i
-@@ -33651,8 +33557,6 @@
+@@ -33654,8 +33560,6 @@
  
            ac_config_files="$ac_config_files kworldclock/caida_bw/Makefile"
  
@@ -6609,7 +6673,7 @@
            ac_config_files="$ac_config_files kworldclock/mggd/Makefile"
  
            ac_config_files="$ac_config_files kworldclock/rainfall/Makefile"
-@@ -33760,6 +33664,13 @@
+@@ -33763,6 +33667,13 @@
  LTLIBOBJS=$ac_ltlibobjs
  
  
@@ -6623,7 +6687,7 @@
  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
  Usually this means the macro was only invoked conditionally." >&5
-@@ -34402,7 +34313,6 @@
+@@ -34405,7 +34316,6 @@
    "kworldclock/bio/Makefile" ) CONFIG_FILES="$CONFIG_FILES kworldclock/bio/Makefile" ;;
    "kworldclock/caida/Makefile" ) CONFIG_FILES="$CONFIG_FILES kworldclock/caida/Makefile" ;;
    "kworldclock/caida_bw/Makefile" ) CONFIG_FILES="$CONFIG_FILES kworldclock/caida_bw/Makefile" ;;
@@ -6631,7 +6695,7 @@
    "kworldclock/mggd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kworldclock/mggd/Makefile" ;;
    "kworldclock/rainfall/Makefile" ) CONFIG_FILES="$CONFIG_FILES kworldclock/rainfall/Makefile" ;;
    "sounds/Makefile" ) CONFIG_FILES="$CONFIG_FILES sounds/Makefile" ;;
-@@ -34532,6 +34442,9 @@
+@@ -34535,6 +34445,9 @@
  s, at AMTAR@,$AMTAR,;t t
  s, at am__tar@,$am__tar,;t t
  s, at am__untar@,$am__untar,;t t
@@ -6641,7 +6705,7 @@
  s, at KDECONFIG@,$KDECONFIG,;t t
  s, at kde_libs_prefix@,$kde_libs_prefix,;t t
  s, at kde_libs_htmldir@,$kde_libs_htmldir,;t t
-@@ -34906,11 +34819,6 @@
+@@ -34910,11 +34823,6 @@
    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
    esac
  
@@ -6653,7 +6717,7 @@
    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
-@@ -34949,6 +34857,12 @@
+@@ -34953,6 +34861,12 @@
  	 fi;;
        esac
      done` || { (exit 1); exit 1; }
@@ -6666,27 +6730,18 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
    sed "$ac_vpsub
-diff -rua kdeartwork-3.4.1.orig/configure.in kdeartwork-3.4.1/configure.in
---- kdeartwork-3.4.1.orig/configure.in	2005-05-23 17:46:07.000000000 +0200
-+++ kdeartwork-3.4.1/configure.in	2005-05-25 08:13:11.358180148 +0200
+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
 @@ -42,6 +42,8 @@
  dnl Automake doc recommends to do this only here. (Janos)
- AM_INIT_AUTOMAKE(kdeartwork, "3.4.1") dnl searches for some needed programs
+ AM_INIT_AUTOMAKE(kdeartwork, "3.4.2") dnl searches for some needed programs
  
 +AM_MAINTAINER_MODE
 +
  KDE_SET_PREFIX
  
  dnl generate the config header
-@@ -107,7 +109,7 @@
- AM_CONDITIONAL(COMPILE_GL_XSAVERS, test x$have_gl = xyes)
- AM_CONDITIONAL(COMPILE_GL_KSAVERS, test x$ac_cv_kde_qt_has_opengl = xyes)
- AM_CONDITIONAL(COMPILE_X11_KSAVERS, test "x$ac_x_includes" != x && test "x$ac_x_libraries" != x)
--AM_CONDITIONAL(COMPILE_ARTS_KSAVERS, test x$have_arts = xyes)
-+AM_CONDITIONAL(COMPILE_ARTS_KSAVERS, test x$build_arts = xyes)
- 
- LIBART=
- 
 @@ -286,7 +288,6 @@
  AC_CONFIG_FILES([ kworldclock/bio/Makefile ])
  AC_CONFIG_FILES([ kworldclock/caida/Makefile ])
@@ -6695,10 +6750,10 @@
  AC_CONFIG_FILES([ kworldclock/mggd/Makefile ])
  AC_CONFIG_FILES([ kworldclock/rainfall/Makefile ])
  AC_CONFIG_FILES([ sounds/Makefile ])
-diff -rua kdeartwork-3.4.1.orig/emoticons/BoxedEmoticonSet/Makefile.in kdeartwork-3.4.1/emoticons/BoxedEmoticonSet/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/BoxedEmoticonSet/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/BoxedEmoticonSet/Makefile.in	2005-05-25 08:14:04.464359985 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6708,7 +6763,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -342,7 +345,7 @@
+@@ -343,7 +346,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6717,7 +6772,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -380,9 +383,9 @@
+@@ -381,9 +384,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6729,10 +6784,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/ccmathteam.com/Makefile.in kdeartwork-3.4.1/emoticons/ccmathteam.com/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/ccmathteam.com/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/ccmathteam.com/Makefile.in	2005-05-25 08:14:04.556351636 +0200
-@@ -188,6 +188,9 @@
+@@ -542,7 +545,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=angry.png bigsmile.png confused.png cry.png Makefile.in tongue.png smile.png oh.png Makefile.am shade.png emoticons.xml wink.png sad.png 
++KDE_DIST=angry.png bigsmile.png confused.png cry.png Makefile.in tongue.png smile.png oh.png emoticons.xml Makefile.am shade.png wink.png sad.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6742,7 +6806,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -343,7 +346,7 @@
+@@ -344,7 +347,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6751,7 +6815,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -381,9 +384,9 @@
+@@ -382,9 +385,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6763,10 +6827,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/greggman.com/Makefile.in kdeartwork-3.4.1/emoticons/greggman.com/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/greggman.com/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/greggman.com/Makefile.in	2005-05-25 08:14:04.565350819 +0200
-@@ -188,6 +188,9 @@
+@@ -543,7 +546,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tongue.png confused.png Makefile.in sunglasses.png devil.png biggrin.png cry.png unhappy.png smile.png oh.png Makefile.am emoticons.xml wink.png 
++KDE_DIST=tongue.png confused.png Makefile.in sunglasses.png devil.png biggrin.png cry.png unhappy.png smile.png oh.png emoticons.xml Makefile.am wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6776,7 +6849,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -343,7 +346,7 @@
+@@ -344,7 +347,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6785,7 +6858,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -381,9 +384,9 @@
+@@ -382,9 +385,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6797,10 +6870,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/GroupWise/Makefile.in kdeartwork-3.4.1/emoticons/GroupWise/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/GroupWise/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/GroupWise/Makefile.in	2005-05-25 08:14:04.473359169 +0200
-@@ -188,6 +188,9 @@
+@@ -543,7 +546,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tongue.png vampire.png confused.png Makefile.in sunglasses.png kiss.png biggrin.png unhappy.png smile.png oh.png Makefile.am emoticons.xml wink.png 
++KDE_DIST=tongue.png vampire.png confused.png Makefile.in sunglasses.png kiss.png biggrin.png unhappy.png smile.png oh.png emoticons.xml Makefile.am wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6810,7 +6892,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6819,7 +6901,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6831,10 +6913,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/KMess/Makefile.in kdeartwork-3.4.1/emoticons/KMess/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/KMess/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/KMess/Makefile.in	2005-05-25 08:14:04.515355357 +0200
-@@ -188,6 +188,9 @@
+@@ -553,7 +556,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Makefile.in Makefile.am emoticons.xml 
++KDE_DIST=Makefile.in emoticons.xml Makefile.am 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6844,7 +6935,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -356,7 +359,7 @@
+@@ -357,7 +360,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6853,7 +6944,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -394,9 +397,9 @@
+@@ -395,9 +398,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6865,10 +6956,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/KMess-Blue/Makefile.in kdeartwork-3.4.1/emoticons/KMess-Blue/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/KMess-Blue/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/KMess-Blue/Makefile.in	2005-05-25 08:14:04.484358170 +0200
-@@ -188,6 +188,9 @@
+@@ -570,7 +573,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cat.png wilted_rose.png girl.png tongue.png girl_hug.png love.png readme.txt email.png omg.png bat.png phone.png thumbs_down.png camera.png dog.png messenger.png teeth.png star.png confused.png film.png Makefile.in beer.png boy.png clock.png thumbs_up.png dude_hug.png note.png devil.png angry.png kiss.png cry.png rose.png cocktail.png angel.png present.png smile.png lightbulb.png embarassed.png cake.png Makefile.am shade.png emoticons.xml unlove.png cup.png sad.png wink.png 
++KDE_DIST=cat.png wilted_rose.png girl.png tongue.png girl_hug.png love.png omg.png bat.png readme.txt email.png phone.png thumbs_down.png camera.png dog.png messenger.png teeth.png star.png confused.png film.png beer.png Makefile.in boy.png clock.png thumbs_up.png dude_hug.png note.png devil.png angry.png cocktail.png cry.png kiss.png rose.png angel.png present.png embarassed.png smile.png lightbulb.png cake.png emoticons.xml shade.png Makefile.am cup.png unlove.png sad.png wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6878,7 +6978,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6887,7 +6987,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6899,10 +6999,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/KMess-Cartoon/Makefile.in kdeartwork-3.4.1/emoticons/KMess-Cartoon/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/KMess-Cartoon/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/KMess-Cartoon/Makefile.in	2005-05-25 08:14:04.494357263 +0200
-@@ -188,6 +188,9 @@
+@@ -552,7 +555,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=satisfied.png confused.png Makefile.in tongue.png sorry.png arrogant.png omg.png angry.png cry.png embarassed.png smile.png shout.png ugly.png Makefile.am emoticons.xml shade.png sad.png wink.png teeth.png 
++KDE_DIST=satisfied.png confused.png Makefile.in tongue.png sorry.png arrogant.png omg.png angry.png cry.png embarassed.png smile.png shout.png ugly.png shade.png Makefile.am emoticons.xml teeth.png sad.png wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6912,7 +7021,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -342,7 +345,7 @@
+@@ -343,7 +346,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6921,7 +7030,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -380,9 +383,9 @@
+@@ -381,9 +384,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6933,10 +7042,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/KMess-Violet/Makefile.in kdeartwork-3.4.1/emoticons/KMess-Violet/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/KMess-Violet/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/KMess-Violet/Makefile.in	2005-05-25 08:14:04.504356355 +0200
-@@ -188,6 +188,9 @@
+@@ -542,7 +545,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=confused.png Makefile.in tongue.png embarrassed.png omg.png devil.png angry.png cry.png angel.png smile.png ugly.png Makefile.am shade.png emoticons.xml teeth.png wink.png sad.png 
++KDE_DIST=confused.png Makefile.in tongue.png embarrassed.png omg.png devil.png angry.png cry.png angel.png smile.png ugly.png emoticons.xml Makefile.am shade.png teeth.png wink.png sad.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6946,7 +7064,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -6955,7 +7073,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -6967,10 +7085,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/Makefile.in kdeartwork-3.4.1/emoticons/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/Makefile.in	2005-05-25 08:14:04.526354359 +0200
-@@ -194,6 +194,9 @@
+@@ -552,7 +555,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=satisfied.png confused.png Makefile.in tongue.png sorry.png arrogant.png omg.png angry.png cry.png smile.png embarassed.png shout.png ugly.png Makefile.am shade.png emoticons.xml teeth.png wink.png sad.png 
++KDE_DIST=satisfied.png confused.png Makefile.in tongue.png sorry.png arrogant.png omg.png angry.png cry.png embarassed.png smile.png shout.png ugly.png emoticons.xml Makefile.am shade.png teeth.png wink.png sad.png 
+ 
+ #>+ 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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -6980,7 +7107,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -348,7 +351,7 @@
+@@ -349,7 +352,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
@@ -6989,7 +7116,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -386,9 +389,9 @@
+@@ -387,9 +390,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7001,10 +7128,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/phpBB/Makefile.in kdeartwork-3.4.1/emoticons/phpBB/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/phpBB/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/phpBB/Makefile.in	2005-05-25 08:14:04.576349821 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7014,7 +7141,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -343,7 +346,7 @@
+@@ -344,7 +347,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7023,7 +7150,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -381,9 +384,9 @@
+@@ -382,9 +385,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7035,10 +7162,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/plain/Makefile.in kdeartwork-3.4.1/emoticons/plain/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/plain/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/plain/Makefile.in	2005-05-25 08:14:04.586348913 +0200
-@@ -188,6 +188,9 @@
+@@ -543,7 +546,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tongue.png README.txt confused.png Makefile.in sunglasses.png devil.png biggrin.png cry.png unhappy.png smile.png oh.png Makefile.am emoticons.xml wink.png 
++KDE_DIST=tongue.png README.txt confused.png Makefile.in sunglasses.png devil.png biggrin.png cry.png unhappy.png smile.png oh.png emoticons.xml Makefile.am wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7048,7 +7184,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7057,7 +7193,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7069,10 +7205,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/redones/Makefile.in kdeartwork-3.4.1/emoticons/redones/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/redones/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/redones/Makefile.in	2005-05-25 08:14:04.595348097 +0200
-@@ -188,6 +188,9 @@
+@@ -540,7 +543,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tongue.png README.txt pig.png confused.png Makefile.in sunglasses.png biggrin.png cry.png unhappy.png smile.png oh.png Makefile.am emoticons.xml wink.png 
++KDE_DIST=tongue.png README.txt pig.png confused.png Makefile.in sunglasses.png biggrin.png cry.png unhappy.png smile.png oh.png emoticons.xml Makefile.am wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7082,7 +7227,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -343,7 +346,7 @@
+@@ -344,7 +347,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7091,7 +7236,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -381,9 +384,9 @@
+@@ -382,9 +385,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7103,10 +7248,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/set1/Makefile.in kdeartwork-3.4.1/emoticons/set1/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/set1/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/set1/Makefile.in	2005-05-25 08:14:04.605347189 +0200
-@@ -188,6 +188,9 @@
+@@ -543,7 +546,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tongue.png confused.png Makefile.in sunglasses.png angry.png biggrin.png cry.png angel.png unhappy.png smile.png oh.png Makefile.am emoticons.xml wink.png 
++KDE_DIST=tongue.png confused.png Makefile.in sunglasses.png angry.png biggrin.png cry.png angel.png unhappy.png smile.png oh.png emoticons.xml Makefile.am wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7116,7 +7270,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7125,7 +7279,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7137,10 +7291,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/YazooSmileys16/Makefile.in kdeartwork-3.4.1/emoticons/YazooSmileys16/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/YazooSmileys16/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/YazooSmileys16/Makefile.in	2005-05-25 08:14:04.536353451 +0200
-@@ -188,6 +188,9 @@
+@@ -540,7 +543,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tongue.png Makefile.in biggrin.png cry.png unhappy.png sleep.png smile.png oh.png Makefile.am emoticons.xml wink.png 
++KDE_DIST=tongue.png Makefile.in biggrin.png cry.png unhappy.png sleep.png smile.png oh.png emoticons.xml Makefile.am wink.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7150,7 +7313,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -342,7 +345,7 @@
+@@ -343,7 +346,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7159,7 +7322,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -380,9 +383,9 @@
+@@ -381,9 +384,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7171,10 +7334,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/emoticons/YazooSmileys22/Makefile.in kdeartwork-3.4.1/emoticons/YazooSmileys22/Makefile.in
---- kdeartwork-3.4.1.orig/emoticons/YazooSmileys22/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/emoticons/YazooSmileys22/Makefile.in	2005-05-25 08:14:04.546352544 +0200
-@@ -188,6 +188,9 @@
+@@ -542,7 +545,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=ooooh.png readme.txt cool.png tongue_out.png lol.png confused.png Makefile.in big_smile.png angry.png smile.png Makefile.am emoticons.xml wink.png sad.png 
++KDE_DIST=ooooh.png readme.txt cool.png tongue_out.png lol.png confused.png Makefile.in big_smile.png angry.png smile.png emoticons.xml Makefile.am wink.png sad.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7184,7 +7356,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -342,7 +345,7 @@
+@@ -343,7 +346,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7193,7 +7365,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -380,9 +383,9 @@
+@@ -381,9 +384,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7205,10 +7377,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/icewm-themes/Makefile.in kdeartwork-3.4.1/icewm-themes/Makefile.in
---- kdeartwork-3.4.1.orig/icewm-themes/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/icewm-themes/Makefile.in	2005-05-25 08:14:04.616346191 +0200
-@@ -194,6 +194,9 @@
+@@ -542,7 +545,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=ooooh.png readme.txt cool.png tongue_out.png lol.png confused.png Makefile.in big_smile.png angry.png smile.png Makefile.am emoticons.xml wink.png sad.png 
++KDE_DIST=ooooh.png readme.txt cool.png tongue_out.png lol.png confused.png Makefile.in big_smile.png angry.png smile.png emoticons.xml Makefile.am wink.png sad.png 
+ 
+ #>+ 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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7218,7 +7399,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
@@ -7227,7 +7408,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7239,10 +7420,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/icewm-themes/MenschMaschine/Makefile.in kdeartwork-3.4.1/icewm-themes/MenschMaschine/Makefile.in
---- kdeartwork-3.4.1.orig/icewm-themes/MenschMaschine/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/icewm-themes/MenschMaschine/Makefile.in	2005-05-25 08:14:04.627345193 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7252,7 +7433,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7261,7 +7442,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7273,10 +7454,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/icewm-themes/Model/Makefile.in kdeartwork-3.4.1/icewm-themes/Model/Makefile.in
---- kdeartwork-3.4.1.orig/icewm-themes/Model/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/icewm-themes/Model/Makefile.in	2005-05-25 08:14:04.637344285 +0200
-@@ -188,6 +188,9 @@
+@@ -545,7 +548,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=titleAM.xpm titleIB.xpm frameIBL.xpm titleAT.xpm restoreA.xpm frameITL.xpm frameATR.xpm titleIM.xpm frameABL.xpm frameATL.xpm titleIT.xpm minimizeA.xpm titleIL.xpm frameIBR.xpm titleIR.xpm closeI.xpm frameAR.xpm frameIT.xpm menuButtonA.xpm Makefile.in titleAB.xpm frameABR.xpm default.theme frameAL.xpm menuButtonI.xpm frameIB.xpm frameITR.xpm frameAT.xpm frameIL.xpm titleAL.xpm maximizeI.xpm frameIR.xpm minimizeI.xpm restoreI.xpm closeA.xpm Makefile.am frameAB.xpm titleAR.xpm maximizeA.xpm 
++KDE_DIST=frameIBL.xpm titleIB.xpm titleAM.xpm titleAT.xpm restoreA.xpm frameITL.xpm frameATR.xpm titleIM.xpm frameABL.xpm frameATL.xpm titleIT.xpm minimizeA.xpm titleIL.xpm frameIBR.xpm titleIR.xpm closeI.xpm frameAR.xpm menuButtonA.xpm frameIT.xpm Makefile.in titleAB.xpm frameABR.xpm default.theme frameAL.xpm menuButtonI.xpm frameIB.xpm frameITR.xpm frameAT.xpm frameIL.xpm titleAL.xpm frameIR.xpm maximizeI.xpm minimizeI.xpm restoreI.xpm Makefile.am closeA.xpm frameAB.xpm titleAR.xpm maximizeA.xpm 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7286,7 +7476,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -346,7 +349,7 @@
+@@ -347,7 +350,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7295,7 +7485,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -384,9 +387,9 @@
+@@ -385,9 +388,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7307,10 +7497,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/IconThemes/Makefile.in kdeartwork-3.4.1/IconThemes/Makefile.in
---- kdeartwork-3.4.1.orig/IconThemes/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/IconThemes/Makefile.in	2005-05-25 08:14:04.439362254 +0200
-@@ -178,6 +178,9 @@
+@@ -546,7 +549,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=titleAM.xpm titleIB.xpm frameIBL.xpm titleAT.xpm restoreA.xpm frameITL.xpm frameATR.xpm titleIM.xpm frameABL.xpm frameATL.xpm titleIT.xpm minimizeA.xpm titleIL.xpm frameIBR.xpm closeI.xpm frameAR.xpm frameIT.xpm menuButtonA.xpm Makefile.in titleAB.xpm frameABR.xpm default.theme frameAL.xpm menuButtonI.xpm frameIB.xpm frameITR.xpm frameAT.xpm frameIL.xpm titleAL.xpm maximizeI.xpm frameIR.xpm minimizeI.xpm restoreI.xpm closeA.xpm Makefile.am frameAB.xpm maximizeA.xpm 
++KDE_DIST=frameIBL.xpm titleIB.xpm titleAM.xpm titleAT.xpm restoreA.xpm frameITL.xpm frameATR.xpm titleIM.xpm frameABL.xpm frameATL.xpm titleIT.xpm minimizeA.xpm titleIL.xpm frameIBR.xpm closeI.xpm frameAR.xpm menuButtonA.xpm frameIT.xpm Makefile.in titleAB.xpm frameABR.xpm default.theme frameAL.xpm menuButtonI.xpm frameIB.xpm frameITR.xpm frameAT.xpm frameIL.xpm titleAL.xpm frameIR.xpm maximizeI.xpm minimizeI.xpm restoreI.xpm Makefile.am closeA.xpm frameAB.xpm maximizeA.xpm 
+ 
+ #>+ 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
+@@ -179,6 +179,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7320,7 +7519,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -332,7 +335,7 @@
+@@ -333,7 +336,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7329,7 +7528,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -370,9 +373,9 @@
+@@ -371,9 +374,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7341,10 +7540,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kscreensaver/kdesavers/data/Makefile.in kdeartwork-3.4.1/kscreensaver/kdesavers/data/Makefile.in
---- kdeartwork-3.4.1.orig/kscreensaver/kdesavers/data/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kscreensaver/kdesavers/data/Makefile.in	2005-05-25 08:14:04.762332941 +0200
-@@ -190,6 +190,9 @@
+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
+@@ -191,6 +191,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7354,7 +7553,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -347,7 +350,7 @@
+@@ -348,7 +351,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7363,7 +7562,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -385,9 +388,9 @@
+@@ -386,9 +389,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7375,10 +7574,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kscreensaver/kdesavers/Makefile.in kdeartwork-3.4.1/kscreensaver/kdesavers/Makefile.in
---- kdeartwork-3.4.1.orig/kscreensaver/kdesavers/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kscreensaver/kdesavers/Makefile.in	2005-05-25 08:14:04.751333939 +0200
-@@ -403,6 +403,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7388,7 +7587,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -644,7 +647,7 @@
+@@ -645,7 +648,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .c .cpp .lo .o .obj
@@ -7397,7 +7596,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -682,9 +685,9 @@
+@@ -683,9 +686,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7409,10 +7608,48 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kscreensaver/kpartsaver/Makefile.in kdeartwork-3.4.1/kscreensaver/kpartsaver/Makefile.in
---- kdeartwork-3.4.1.orig/kscreensaver/kpartsaver/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kscreensaver/kpartsaver/Makefile.in	2005-05-25 08:14:04.779331398 +0200
-@@ -227,6 +227,9 @@
+@@ -1229,18 +1232,18 @@
+ mocs: pendulum.moc
+ 
+ #>+ 3
+-banner.moc: $(srcdir)/banner.h
+-	$(MOC) $(srcdir)/banner.h -o banner.moc
++rotation.moc: $(srcdir)/rotation.h
++	$(MOC) $(srcdir)/rotation.h -o rotation.moc
+ 
+ #>+ 2
+-mocs: banner.moc
++mocs: rotation.moc
+ 
+ #>+ 3
+-rotation.moc: $(srcdir)/rotation.h
+-	$(MOC) $(srcdir)/rotation.h -o rotation.moc
++banner.moc: $(srcdir)/banner.h
++	$(MOC) $(srcdir)/banner.h -o banner.moc
+ 
+ #>+ 2
+-mocs: rotation.moc
++mocs: banner.moc
+ 
+ #>+ 3
+ blob.moc: $(srcdir)/blob.h
+@@ -1300,10 +1303,10 @@
+ 
+ #>+ 3
+ clean-metasources:
+-	-rm -f  kclock.moc SolarWinds.moc lines.moc kvm.moc science.moc sspreviewarea.moc Flux.moc pendulum.moc banner.moc rotation.moc blob.moc lorenz.moc Euphoria.moc slideshow.moc fountain.moc polygon.moc wave.moc gravity.moc
++	-rm -f  kclock.moc SolarWinds.moc lines.moc kvm.moc science.moc sspreviewarea.moc Flux.moc pendulum.moc rotation.moc banner.moc blob.moc lorenz.moc Euphoria.moc slideshow.moc fountain.moc polygon.moc wave.moc gravity.moc
+ 
+ #>+ 2
+-KDE_DIST=KScience.desktop firesaver.ChangeLog wavecfg.ui KClock.desktop KFlux.desktop KPolygon.desktop KGravity.desktop KFountain.desktop EuphoriaTexture.h KLines-saver.desktop slideshowcfg.ui Euphoria.h KSlideshow.desktop KPendulum.desktop Flux.h KWave.desktop KRotation.desktop pendulumcfg.ui firesaversetup.ui rotationcfg.ui KBanner.desktop KLorenz.desktop KSolarWinds.desktop gravitycfg.ui SolarWinds.h Makefile.in KFiresaver.desktop KVm.desktop KEuphoria.desktop fountaincfg.ui Makefile.am KBlob.desktop 
++KDE_DIST=KScience.desktop firesaver.ChangeLog wavecfg.ui KClock.desktop KFlux.desktop KPolygon.desktop KGravity.desktop KFountain.desktop EuphoriaTexture.h KLines-saver.desktop slideshowcfg.ui Euphoria.h KSlideshow.desktop KPendulum.desktop Flux.h KWave.desktop KRotation.desktop pendulumcfg.ui firesaversetup.ui rotationcfg.ui KBanner.desktop KLorenz.desktop KSolarWinds.desktop gravitycfg.ui SolarWinds.h Makefile.in KFiresaver.desktop KVm.desktop KEuphoria.desktop fountaincfg.ui KBlob.desktop Makefile.am 
+ 
+ #>+ 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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7422,7 +7659,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -387,7 +390,7 @@
+@@ -388,7 +391,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7431,7 +7668,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -425,9 +428,9 @@
+@@ -426,9 +429,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7443,10 +7680,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kscreensaver/kxsconfig/Makefile.in kdeartwork-3.4.1/kscreensaver/kxsconfig/Makefile.in
---- kdeartwork-3.4.1.orig/kscreensaver/kxsconfig/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kscreensaver/kxsconfig/Makefile.in	2005-05-25 08:14:04.801329402 +0200
-@@ -232,6 +232,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7456,7 +7693,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -394,7 +397,7 @@
+@@ -395,7 +398,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7465,7 +7702,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -432,9 +435,9 @@
+@@ -433,9 +436,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7477,10 +7714,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kscreensaver/Makefile.in kdeartwork-3.4.1/kscreensaver/Makefile.in
---- kdeartwork-3.4.1.orig/kscreensaver/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kscreensaver/Makefile.in	2005-05-25 08:14:04.648343287 +0200
-@@ -194,6 +194,9 @@
+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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7490,7 +7727,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -347,7 +350,7 @@
+@@ -348,7 +351,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
@@ -7499,7 +7736,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -385,9 +388,9 @@
+@@ -386,9 +389,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7511,10 +7748,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kscreensaver/xsavers/Makefile.in kdeartwork-3.4.1/kscreensaver/xsavers/Makefile.in
---- kdeartwork-3.4.1.orig/kscreensaver/xsavers/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kscreensaver/xsavers/Makefile.in	2005-05-25 08:14:04.822327496 +0200
-@@ -239,6 +239,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7524,7 +7761,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -412,7 +415,7 @@
+@@ -413,7 +416,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7533,7 +7770,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -450,9 +453,9 @@
+@@ -451,9 +454,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7545,10 +7782,48 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/cde/config/Makefile.in kdeartwork-3.4.1/kwin-styles/cde/config/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/cde/config/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/cde/config/Makefile.in	2005-05-25 08:14:04.874322777 +0200
-@@ -222,6 +222,9 @@
+@@ -745,22 +748,22 @@
+ mocs: demowin.moc
+ 
+ #>+ 3
+-space.moc: $(srcdir)/space.h
+-	$(MOC) $(srcdir)/space.h -o space.moc
++swarm.moc: $(srcdir)/swarm.h
++	$(MOC) $(srcdir)/swarm.h -o swarm.moc
+ 
+ #>+ 2
+-mocs: space.moc
++mocs: swarm.moc
+ 
+ #>+ 3
+-swarm.moc: $(srcdir)/swarm.h
+-	$(MOC) $(srcdir)/swarm.h -o swarm.moc
++space.moc: $(srcdir)/space.h
++	$(MOC) $(srcdir)/space.h -o space.moc
+ 
+ #>+ 2
+-mocs: swarm.moc
++mocs: space.moc
+ 
+ #>+ 3
+ clean-metasources:
+-	-rm -f  saver.moc demowin.moc space.moc swarm.moc
++	-rm -f  saver.moc demowin.moc swarm.moc space.moc
+ 
+ #>+ 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 @@
+ space.lo: space.moc 
+ saver.o: saver.moc 
+ demowin.lo: demowin.moc 
+-space.o: space.moc 
+ 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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7558,7 +7833,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -381,7 +384,7 @@
+@@ -382,7 +385,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7567,7 +7842,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -419,9 +422,9 @@
+@@ -420,9 +423,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7579,10 +7854,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/cde/Makefile.in kdeartwork-3.4.1/kwin-styles/cde/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/cde/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/cde/Makefile.in	2005-05-25 08:14:04.857324319 +0200
-@@ -238,6 +238,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7592,7 +7867,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -400,7 +403,7 @@
+@@ -401,7 +404,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7601,7 +7876,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -438,9 +441,9 @@
+@@ -439,9 +442,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7613,10 +7888,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/config/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/config/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/config/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/config/Makefile.in	2005-05-25 08:14:04.920318602 +0200
-@@ -222,6 +222,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7626,7 +7901,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -381,7 +384,7 @@
+@@ -382,7 +385,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7635,7 +7910,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -419,9 +422,9 @@
+@@ -420,9 +423,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7647,10 +7922,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/Makefile.in	2005-05-25 08:14:04.902320236 +0200
-@@ -242,6 +242,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7660,7 +7935,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -404,7 +407,7 @@
+@@ -405,7 +408,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7669,7 +7944,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -442,9 +445,9 @@
+@@ -443,9 +446,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7681,10 +7956,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/default/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/default/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/default/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/default/Makefile.in	2005-05-25 08:14:04.941316696 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7694,7 +7969,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -351,7 +354,7 @@
+@@ -352,7 +355,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7703,7 +7978,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
+@@ -390,9 +393,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7715,10 +7990,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/glass/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/glass/Makefile.in	2005-05-25 08:14:04.951315789 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7728,7 +8003,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -351,7 +354,7 @@
+@@ -352,7 +355,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7737,7 +8012,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
+@@ -390,9 +393,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7749,10 +8024,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass_huge/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/glass_huge/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass_huge/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/glass_huge/Makefile.in	2005-05-25 08:14:04.962314790 +0200
-@@ -188,6 +188,9 @@
+@@ -555,7 +558,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=iconify_glow.png close_glow.png maximizeon.png maximizeon_glow.png maximizeoff_glow.png stickyon_glow.png background.png help_glow.png maximizeoff.png help.png stickyoff_glow.png iconify.png Makefile.in stickyoff.png stickyon.png glass.theme Makefile.am close.png 
++KDE_DIST=iconify_glow.png close_glow.png maximizeon.png maximizeon_glow.png maximizeoff_glow.png stickyon_glow.png background.png help_glow.png maximizeoff.png help.png stickyoff_glow.png iconify.png Makefile.in stickyoff.png stickyon.png Makefile.am glass.theme close.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7762,7 +8046,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -351,7 +354,7 @@
+@@ -352,7 +355,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7771,7 +8055,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
+@@ -390,9 +393,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7783,10 +8067,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass_large/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/glass_large/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass_large/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/glass_large/Makefile.in	2005-05-25 08:14:04.972313883 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7796,7 +8080,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -351,7 +354,7 @@
+@@ -352,7 +355,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7805,7 +8089,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
+@@ -390,9 +393,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7817,10 +8101,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass_verylarge/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/glass_verylarge/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/glass_verylarge/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/glass_verylarge/Makefile.in	2005-05-25 08:14:04.982312975 +0200
-@@ -188,6 +188,9 @@
+@@ -555,7 +558,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=iconify_glow.png close_glow.png maximizeon.png maximizeon_glow.png maximizeoff_glow.png stickyon_glow.png background.png help_glow.png glass_large.theme maximizeoff.png help.png stickyoff_glow.png iconify.png Makefile.in stickyoff.png stickyon.png Makefile.am close.png 
++KDE_DIST=iconify_glow.png close_glow.png maximizeon.png maximizeon_glow.png maximizeoff_glow.png stickyon_glow.png background.png glass_large.theme help_glow.png maximizeoff.png help.png stickyoff_glow.png iconify.png Makefile.in stickyoff.png stickyon.png Makefile.am close.png 
+ 
+ #>+ 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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7830,7 +8123,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -351,7 +354,7 @@
+@@ -352,7 +355,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7839,7 +8132,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
+@@ -390,9 +393,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7851,10 +8144,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/Makefile.in	2005-05-25 08:14:04.931317604 +0200
-@@ -194,6 +194,9 @@
+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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7864,7 +8157,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
@@ -7873,7 +8166,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7885,10 +8178,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/glow/themes/square/Makefile.in kdeartwork-3.4.1/kwin-styles/glow/themes/square/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/glow/themes/square/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/glow/themes/square/Makefile.in	2005-05-25 08:14:04.993311977 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7898,7 +8191,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -351,7 +354,7 @@
+@@ -352,7 +355,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7907,7 +8200,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
+@@ -390,9 +393,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7919,10 +8212,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/icewm/config/Makefile.in kdeartwork-3.4.1/kwin-styles/icewm/config/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/icewm/config/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/icewm/config/Makefile.in	2005-05-25 08:14:05.134299181 +0200
-@@ -223,6 +223,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7932,7 +8225,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -382,7 +385,7 @@
+@@ -383,7 +386,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -7941,7 +8234,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -420,9 +423,9 @@
+@@ -421,9 +424,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7953,10 +8246,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/icewm/icewm-themes/Makefile.in kdeartwork-3.4.1/kwin-styles/icewm/icewm-themes/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/icewm/icewm-themes/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/icewm/icewm-themes/Makefile.in	2005-05-25 08:14:05.145298183 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -7966,7 +8259,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -348,7 +351,7 @@
+@@ -349,7 +352,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -7975,7 +8268,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -386,9 +389,9 @@
+@@ -387,9 +390,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -7987,10 +8280,19 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/icewm/Makefile.in kdeartwork-3.4.1/kwin-styles/icewm/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/icewm/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/icewm/Makefile.in	2005-05-25 08:14:05.037307984 +0200
-@@ -239,6 +239,9 @@
+@@ -548,7 +551,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=titleIB.xpm titleAQ.xpm restoreA.xpm titleIT.xpm menuButtonA.xpm titleIS.xpm menuButtonI.xpm titleAP.xpm maximizeI.xpm minimizeI.xpm restoreI.xpm closeA.xpm titleAS.xpm titleAM.xpm titleAT.xpm titleIJ.xpm titleAJ.xpm titleIP.xpm titleIM.xpm rolldownI.xpm minimizeA.xpm depthI.xpm depthA.xpm titleIR.xpm closeI.xpm rollupA.xpm rollupI.xpm Makefile.in titleAB.xpm default.theme titleIQ.xpm rolldownA.xpm Makefile.am titleAR.xpm maximizeA.xpm 
++KDE_DIST=titleIB.xpm titleAQ.xpm restoreA.xpm titleIT.xpm menuButtonA.xpm titleIS.xpm menuButtonI.xpm titleAP.xpm maximizeI.xpm minimizeI.xpm restoreI.xpm titleAS.xpm closeA.xpm titleAM.xpm titleIJ.xpm titleAT.xpm titleAJ.xpm titleIP.xpm titleIM.xpm rolldownI.xpm minimizeA.xpm depthI.xpm depthA.xpm titleIR.xpm closeI.xpm rollupA.xpm rollupI.xpm Makefile.in titleAB.xpm default.theme titleIQ.xpm rolldownA.xpm Makefile.am titleAR.xpm maximizeA.xpm 
+ 
+ #>+ 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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8000,7 +8302,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -401,7 +404,7 @@
+@@ -402,7 +405,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8009,7 +8311,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -439,9 +442,9 @@
+@@ -440,9 +443,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8021,10 +8323,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/kde1/Makefile.in kdeartwork-3.4.1/kwin-styles/kde1/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/kde1/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/kde1/Makefile.in	2005-05-25 08:14:05.169296005 +0200
-@@ -224,6 +224,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8034,7 +8336,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -385,7 +388,7 @@
+@@ -386,7 +389,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8043,7 +8345,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -423,9 +426,9 @@
+@@ -424,9 +427,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8055,10 +8357,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/kstep/Makefile.in kdeartwork-3.4.1/kwin-styles/kstep/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/kstep/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/kstep/Makefile.in	2005-05-25 08:14:05.195293645 +0200
-@@ -225,6 +225,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8068,7 +8370,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -387,7 +390,7 @@
+@@ -388,7 +391,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8077,7 +8379,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -425,9 +428,9 @@
+@@ -426,9 +429,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8089,10 +8391,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/Makefile.in kdeartwork-3.4.1/kwin-styles/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/Makefile.in	2005-05-25 08:14:04.833326498 +0200
-@@ -194,6 +194,9 @@
+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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8102,7 +8404,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
@@ -8111,7 +8413,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8123,10 +8425,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/openlook/Makefile.in kdeartwork-3.4.1/kwin-styles/openlook/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/openlook/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/openlook/Makefile.in	2005-05-25 08:14:05.215291830 +0200
-@@ -224,6 +224,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8136,7 +8438,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -385,7 +388,7 @@
+@@ -386,7 +389,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8145,7 +8447,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -423,9 +426,9 @@
+@@ -424,9 +427,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8157,10 +8459,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/riscos/Makefile.in kdeartwork-3.4.1/kwin-styles/riscos/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/riscos/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/riscos/Makefile.in	2005-05-25 08:14:05.243289289 +0200
-@@ -232,6 +232,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8170,7 +8472,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -416,7 +419,7 @@
+@@ -417,7 +420,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8179,7 +8481,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -454,9 +457,9 @@
+@@ -455,9 +458,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8191,10 +8493,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kwin-styles/system/Makefile.in kdeartwork-3.4.1/kwin-styles/system/Makefile.in
---- kdeartwork-3.4.1.orig/kwin-styles/system/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kwin-styles/system/Makefile.in	2005-05-25 08:14:05.265287292 +0200
-@@ -225,6 +225,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8204,7 +8506,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -387,7 +390,7 @@
+@@ -388,7 +391,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8213,7 +8515,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -425,9 +428,9 @@
+@@ -426,9 +429,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8225,10 +8527,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/kworldclock/alt/Makefile.in kdeartwork-3.4.1/kworldclock/alt/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/alt/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/alt/Makefile.in	2005-05-25 08:14:05.284285568 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8238,7 +8540,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8247,7 +8549,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8259,10 +8561,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kworldclock/bio/Makefile.in kdeartwork-3.4.1/kworldclock/bio/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/bio/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/bio/Makefile.in	2005-05-25 08:14:05.293284751 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8272,7 +8574,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8281,7 +8583,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8293,10 +8595,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kworldclock/caida/Makefile.in kdeartwork-3.4.1/kworldclock/caida/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/caida/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/caida/Makefile.in	2005-05-25 08:14:05.302283935 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8306,7 +8608,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8315,7 +8617,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8327,10 +8629,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kworldclock/caida_bw/Makefile.in kdeartwork-3.4.1/kworldclock/caida_bw/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/caida_bw/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/caida_bw/Makefile.in	2005-05-25 08:14:05.311283118 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8340,7 +8642,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8349,7 +8651,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8361,10 +8663,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kworldclock/Makefile.in kdeartwork-3.4.1/kworldclock/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/Makefile.in	2005-05-25 08:14:05.275286385 +0200
-@@ -194,6 +194,9 @@
+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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8374,7 +8676,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -339,13 +342,13 @@
+@@ -340,13 +343,13 @@
  xdg_appsdir = @xdg_appsdir@
  xdg_directorydir = @xdg_directorydir@
  xdg_menudir = @xdg_menudir@
@@ -8390,7 +8692,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8402,10 +8704,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kworldclock/mggd/Makefile.in kdeartwork-3.4.1/kworldclock/mggd/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/mggd/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/mggd/Makefile.in	2005-05-25 08:14:05.320282301 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8415,7 +8717,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8424,7 +8726,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8436,10 +8738,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/kworldclock/rainfall/Makefile.in kdeartwork-3.4.1/kworldclock/rainfall/Makefile.in
---- kdeartwork-3.4.1.orig/kworldclock/rainfall/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/kworldclock/rainfall/Makefile.in	2005-05-25 08:14:05.329281484 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8449,7 +8751,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8458,7 +8760,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8470,10 +8772,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/Makefile.in kdeartwork-3.4.1/Makefile.in
---- kdeartwork-3.4.1.orig/Makefile.in	2005-05-23 17:46:43.000000000 +0200
-+++ kdeartwork-3.4.1/Makefile.in	2005-05-25 08:14:04.454360893 +0200
-@@ -211,6 +211,9 @@
+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
+@@ -212,6 +212,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8483,7 +8785,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -367,7 +370,7 @@
+@@ -368,7 +371,7 @@
  .SUFFIXES:
  am--refresh:
  	@:
@@ -8492,7 +8794,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -409,12 +412,12 @@
+@@ -410,12 +413,12 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	$(SHELL) ./config.status --recheck
  
@@ -8507,7 +8809,7 @@
  	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  
  config.h: stamp-h1
-@@ -426,7 +429,7 @@
+@@ -427,7 +430,7 @@
  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  	@rm -f stamp-h1
  	cd $(top_builddir) && $(SHELL) ./config.status config.h
@@ -8516,19 +8818,19 @@
  	cd $(top_srcdir) && $(AUTOHEADER)
  	rm -f stamp-h1
  	touch $@
-@@ -846,7 +849,7 @@
+@@ -847,7 +850,7 @@
  .NOEXPORT:
  
  #>+ 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 configure 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 
  
  #>+ 2
  docs-am:
-diff -rua kdeartwork-3.4.1.orig/sounds/Makefile.in kdeartwork-3.4.1/sounds/Makefile.in
---- kdeartwork-3.4.1.orig/sounds/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/sounds/Makefile.in	2005-05-25 08:14:05.338280668 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8538,7 +8840,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -340,7 +343,7 @@
+@@ -341,7 +344,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8547,7 +8849,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -378,9 +381,9 @@
+@@ -379,9 +382,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8559,10 +8861,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/styles/dotnet/Makefile.in kdeartwork-3.4.1/styles/dotnet/Makefile.in
---- kdeartwork-3.4.1.orig/styles/dotnet/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/styles/dotnet/Makefile.in	2005-05-25 08:14:05.368277945 +0200
-@@ -244,6 +244,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8572,7 +8874,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -405,7 +408,7 @@
+@@ -406,7 +409,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8581,7 +8883,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -443,9 +446,9 @@
+@@ -444,9 +447,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8593,10 +8895,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/styles/Makefile.in kdeartwork-3.4.1/styles/Makefile.in
---- kdeartwork-3.4.1.orig/styles/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/styles/Makefile.in	2005-05-25 08:14:05.349279669 +0200
-@@ -194,6 +194,9 @@
+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
+@@ -195,6 +195,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8606,7 +8908,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -345,7 +348,7 @@
+@@ -346,7 +349,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
@@ -8615,7 +8917,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -383,9 +386,9 @@
+@@ -384,9 +387,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8627,10 +8929,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
-diff -rua kdeartwork-3.4.1.orig/styles/phase/config/Makefile.in kdeartwork-3.4.1/styles/phase/config/Makefile.in
---- kdeartwork-3.4.1.orig/styles/phase/config/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/styles/phase/config/Makefile.in	2005-05-25 08:14:05.520264151 +0200
-@@ -225,6 +225,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8640,7 +8942,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -385,7 +388,7 @@
+@@ -386,7 +389,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8649,7 +8951,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -423,9 +426,9 @@
+@@ -424,9 +427,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8661,10 +8963,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/styles/phase/Makefile.in kdeartwork-3.4.1/styles/phase/Makefile.in
---- kdeartwork-3.4.1.orig/styles/phase/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/styles/phase/Makefile.in	2005-05-25 08:14:05.501265875 +0200
-@@ -238,6 +238,9 @@
+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 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8674,7 +8976,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -403,7 +406,7 @@
+@@ -404,7 +407,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -8683,7 +8985,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -441,9 +444,9 @@
+@@ -442,9 +445,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8695,10 +8997,10 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
-diff -rua kdeartwork-3.4.1.orig/wallpapers/Makefile.in kdeartwork-3.4.1/wallpapers/Makefile.in
---- kdeartwork-3.4.1.orig/wallpapers/Makefile.in	2005-05-23 17:46:44.000000000 +0200
-+++ kdeartwork-3.4.1/wallpapers/Makefile.in	2005-05-25 08:14:05.532263062 +0200
-@@ -188,6 +188,9 @@
+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
+@@ -189,6 +189,9 @@
  LIB_XRENDER = @LIB_XRENDER@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
@@ -8708,7 +9010,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -367,7 +370,7 @@
+@@ -368,7 +371,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -8717,7 +9019,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -405,9 +408,9 @@
+@@ -406,9 +409,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -8729,3 +9031,12 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
+@@ -567,7 +570,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kiagara.jpg kraftwurm.jpg northbeach.jpg gold_crinkle.jpg bluegreencrisscross.jpg Appropriately-Left-Handed-2.jpg The-Good-Times-1.jpg Whirling_Spirit.jpg kdemagic.jpg Water01.jpg linux_addict.jpg sunday_brunch.jpg CREDITS alien-night.jpg kde3blue.jpg winter_theme_1.jpg blue_angle_swirl.jpg mystical_rightturn.jpg Superfluous-Organ-1.jpg Ancient_Glyphs.jpg Prpbumps.jpg simple_wallpaper.jpg Makefile.in kubical.png kroller.png Dasding.jpg Makefile.am vegetative_fog.jpg 
++KDE_DIST=kraftwurm.jpg kiagara.jpg northbeach.jpg gold_crinkle.jpg bluegreencrisscross.jpg Appropriately-Left-Handed-2.jpg The-Good-Times-1.jpg kdemagic.jpg Whirling_Spirit.jpg Water01.jpg linux_addict.jpg sunday_brunch.jpg CREDITS alien-night.jpg kde3blue.jpg winter_theme_1.jpg blue_angle_swirl.jpg mystical_rightturn.jpg Superfluous-Organ-1.jpg Ancient_Glyphs.jpg Prpbumps.jpg simple_wallpaper.jpg Makefile.in kubical.png kroller.png Dasding.jpg Makefile.am vegetative_fog.jpg 
+ 
+ #>+ 2
+ docs-am:




More information about the Pkg-kde-commits mailing list