diff -Nru xfwm4-themes-4.6.0/aclocal.m4 xfwm4-themes-4.10.0/aclocal.m4 --- xfwm4-themes-4.6.0/aclocal.m4 2009-02-26 00:03:47.000000000 +0000 +++ xfwm4-themes-4.10.0/aclocal.m4 2012-04-28 22:02:16.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.10.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.5 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -13,28 +14,31 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(AC_AUTOCONF_VERSION, [2.61],, -[m4_warning([this file was generated for autoconf 2.61. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.10' +[am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.10.1], [], +m4_if([$1], [1.11.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -48,21 +52,23 @@ # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10.1])dnl +[AM_AUTOMAKE_VERSION([1.11.5])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -110,14 +116,14 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 8 +# serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- @@ -130,6 +136,7 @@ AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' @@ -158,13 +165,13 @@ # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 13 +# serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. @@ -181,7 +188,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.60])dnl +[AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -232,8 +239,8 @@ AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -241,24 +248,37 @@ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header @@ -281,18 +301,28 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. @@ -319,27 +349,38 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, +# 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 +# AM_MAINTAINER_MODE([DEFAULT-MODE]) +# ---------------------------------- +# Control maintainer-specific portions of Makefiles. +# Default is to disable them, unless `enable' is passed literally. +# For symmetry, `disable' may be passed as well. Anyway, the user +# can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], -[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) - dnl maintainer-mode is disabled by default - AC_ARG_ENABLE(maintainer-mode, -[ --enable-maintainer-mode enable make rules and dependencies not useful +[m4_case(m4_default([$1], [disable]), + [enable], [m4_define([am_maintainer_other], [disable])], + [disable], [m4_define([am_maintainer_other], [enable])], + [m4_define([am_maintainer_other], [enable]) + m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) + dnl maintainer-mode's default is 'disable' unless 'enable' is passed + AC_ARG_ENABLE([maintainer-mode], +[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful (and sometimes confusing) to the casual installer], - USE_MAINTAINER_MODE=$enableval, - USE_MAINTAINER_MODE=no) + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) - AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) + AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE - AC_SUBST(MAINT)dnl + AC_SUBST([MAINT])dnl ] ) @@ -347,14 +388,14 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 +# serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -371,7 +412,14 @@ AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " @@ -381,12 +429,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -409,13 +460,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 3 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -423,16 +475,16 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- @@ -440,12 +492,14 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -459,14 +513,14 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # AM_SANITY_CHECK # --------------- @@ -475,16 +529,29 @@ # Just in case sleep 1 echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` + set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ @@ -509,12 +576,14 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -537,21 +606,28 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 3 + # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -573,10 +649,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) diff -Nru xfwm4-themes-4.6.0/ChangeLog xfwm4-themes-4.10.0/ChangeLog --- xfwm4-themes-4.6.0/ChangeLog 2009-02-25 23:59:27.000000000 +0000 +++ xfwm4-themes-4.10.0/ChangeLog 2012-04-28 22:02:22.000000000 +0000 @@ -1,8778 +1,1536 @@ -2006-11-05 10:12 benny - - * configure.ac: Update build framework. - -2006-10-24 21:47 olivier - - * configure.ac: Update version - -2006-09-17 21:04 olivier - - * themes/atlanta/themerc, themes/bbs/themerc, - themes/coldsteel/themerc, themes/g2/themerc, themes/iceg/themerc, - themes/kleanux/themerc, themes/koynacity/themerc, - themes/microdeck2/themerc, themes/mofit/themerc, - themes/ops/themerc, themes/oroborus/themerc, themes/r9x/themerc, - themes/redmond/themerc, themes/redmondxp/themerc, - themes/synthetic/themerc, themes/tabs/themerc, - themes/today/themerc, themes/triviality/themerc: Adjust themes - for the new options in xfwm 4.4 - -2006-09-02 16:07 benny - - * configure.ac: Bump version and requirements. - -2006-07-17 05:52 olivier - - * ChangeLog, themes/redmond/themerc, themes/redmondxp/themerc: - Update themes for full maximization - -2006-07-09 10:11 olivier - - * themes/smoothwall/themerc: Use white color for active frame title - -2006-07-09 09:35 olivier - - * themes/smoothwall/menu-active.xpm, - themes/smoothwall/menu-inactive.xpm, - themes/smoothwall/menu-pressed.xpm, themes/smoothwall/themerc: - Use app icon, and framed shadow - -2006-07-04 20:51 olivier - - * configure.ac: Update package - -2006-07-04 20:38 olivier - - * themes/lineart/menu-active.xpm, themes/lineart/menu-inactive.xpm, - themes/lineart/menu-pressed.xpm, themes/lineart/themerc: Use app - icon. - -2006-07-04 20:17 olivier - - * themes/lineart/title-1-active.xpm, - themes/lineart/title-1-inactive.xpm: Fix typo - -2006-06-21 19:19 olivier - - * INSTALL: Add missing INSTALL file. - -2006-05-05 21:54 olivier - - * themes/adept/themerc, themes/atlanta/themerc, themes/b5/themerc, - themes/b6/themerc, themes/basix/themerc, themes/beastie/themerc, - themes/blackwall/themerc, themes/exocet/themerc, - themes/fbx/themerc, themes/g2/themerc, themes/gtk/themerc, - themes/iceg/themerc, themes/kde/themerc, themes/kde1/themerc, - themes/keramik/themerc, themes/kleanux/themerc, - themes/koynacity/themerc, themes/linea/themerc, - themes/lineart/themerc, themes/metabox/themerc, - themes/mofit/themerc, themes/piranha/themerc, - themes/quinx/themerc, themes/r9x/themerc, - themes/redmondxp/themerc, themes/silverado/themerc, - themes/smoothwall/themerc, themes/symphony/themerc, - themes/synthetic/themerc, themes/tabs/themerc, - themes/tubular/themerc, themes/tux/themerc, - themes/variation/themerc, themes/waza/themerc, - themes/xfce/themerc: Adjust themes after a bug fix in title - offset. - -2006-04-16 22:36 olivier - - * configure.ac: Fix build. - -2006-04-16 14:35 olivier - - * configure.ac: Update package - -2006-04-15 17:46 olivier - - * ChangeLog: Update ChangeLog - -2006-04-11 19:50 olivier - - * themes/xfce/close-active.xpm, themes/xfce/close-inactive.xpm, - themes/xfce/close-pressed.xpm, themes/xfce/hide-active.xpm, - themes/xfce/hide-inactive.xpm, themes/xfce/hide-pressed.xpm, - themes/xfce/maximize-active.xpm, - themes/xfce/maximize-inactive.xpm, - themes/xfce/maximize-pressed.xpm, themes/xfce/menu-active.xpm, - themes/xfce/menu-inactive.xpm, themes/xfce/menu-pressed.xpm, - themes/xfce/shade-active.xpm, themes/xfce/shade-inactive.xpm, - themes/xfce/shade-pressed.xpm, themes/xfce/stick-active.xpm, - themes/xfce/stick-inactive.xpm, themes/xfce/stick-pressed.xpm: - Update an old and useless historical theme so that is works with - the latest version of xfwm4. - -2006-03-08 21:37 olivier - - * configure.ac, themes/Makefile.am: Updating makefiles - -2006-03-08 21:35 olivier - - * themes/wallis, xfwm4/trunk/themes/wallis: Moving back wallis to - xfwm4. - -2005-11-19 16:29 olivier - - * themes/atlanta/menu-active.xpm, themes/atlanta/menu-inactive.xpm, - themes/atlanta/menu-pressed.xpm, themes/atlanta/themerc, - themes/atlanta2/menu-active.xpm, - themes/atlanta2/menu-inactive.xpm, - themes/atlanta2/menu-pressed.xpm, themes/atlanta2/themerc, - themes/buzz/menu-active.xpm, themes/buzz/menu-inactive.xpm, - themes/buzz/menu-pressed.xpm, themes/buzz/themerc: Make some more - themes use application icon as menu button. - -2005-11-15 22:39 olivier - - * themes/tgc/themerc: Tweak - -2005-11-12 21:27 olivier - - * themes/galaxy/themerc: Increase vertical offset of title. - -2005-11-12 21:22 olivier - - * themes/galaxy/menu-active.xpm, themes/galaxy/menu-inactive.xpm, - themes/galaxy/menu-pressed.xpm, themes/galaxy/themerc: Add - application icon to theme. - -2005-11-11 18:06 olivier - - * themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc/close-active.xpm, themes/tgc/close-inactive.xpm, - themes/tgc/close-pressed.xpm, themes/tgc/hide-active.xpm, - themes/tgc/hide-inactive.xpm, themes/tgc/hide-pressed.xpm, - themes/tgc/maximize-active.xpm, themes/tgc/maximize-inactive.xpm, - themes/tgc/maximize-pressed.xpm, - themes/tgc/maximize-toggled-active.xpm, - themes/tgc/maximize-toggled-inactive.xpm, - themes/tgc/maximize-toggled-pressed.xpm, - themes/tgc/shade-active.xpm, themes/tgc/shade-inactive.xpm, - themes/tgc/shade-pressed.xpm, - themes/tgc/shade-toggled-active.xpm, - themes/tgc/shade-toggled-inactive.xpm, - themes/tgc/shade-toggled-pressed.xpm, - themes/tgc/stick-active.xpm, themes/tgc/stick-inactive.xpm, - themes/tgc/stick-pressed.xpm, - themes/tgc/stick-toggled-active.xpm, - themes/tgc/stick-toggled-inactive.xpm, - themes/tgc/stick-toggled-pressed.xpm: Tweak tgc themes. - -2005-11-11 11:48 olivier - - * themes/tgc/top-left-active.xpm, themes/tgc/top-left-inactive.xpm, - themes/tgc/top-right-active.xpm, - themes/tgc/top-right-inactive.xpm: Larger corners. - -2005-11-11 11:47 olivier - - * themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm: Larger corners. - -2005-11-11 11:20 olivier - - * themes/bbs/Makefile.am, themes/bbs/README, themes/bbs/themerc, - themes/curve/Makefile.am, themes/curve/README, - themes/curve/themerc, themes/exocet/Makefile.am, - themes/exocet/README, themes/exocet/themerc, - themes/meenee/Makefile.am, themes/meenee/README, - themes/meenee/themerc, themes/microcurve/Makefile.am, - themes/microcurve/README, themes/microcurve/themerc, - themes/microdeck/Makefile.am, themes/microdeck/README, - themes/microdeck/themerc, themes/microdeck2/Makefile.am, - themes/microdeck2/README, themes/microdeck2/themerc, - themes/microdeck3/Makefile.am, themes/microdeck3/README, - themes/microdeck3/themerc, themes/prune/Makefile.am, - themes/prune/README, themes/prune/themerc, - themes/tgc-large/Makefile.am, themes/tgc-large/README, - themes/tgc-large/themerc, themes/tgc/Makefile.am, - themes/tgc/README, themes/tgc/themerc, - themes/tubular/Makefile.am, themes/tubular/README, - themes/tubular/themerc: Fixing mime types - -2005-11-11 10:49 olivier - - * themes/adept/bottom-active.xpm, themes/adept/bottom-inactive.xpm, - themes/adept/bottom-left-active.xpm, - themes/adept/bottom-left-inactive.xpm, - themes/adept/bottom-right-active.xpm, - themes/adept/bottom-right-inactive.xpm, - themes/adept/close-active.xpm, themes/adept/close-inactive.xpm, - themes/adept/close-pressed.xpm, themes/adept/hide-active.xpm, - themes/adept/hide-inactive.xpm, themes/adept/hide-pressed.xpm, - themes/adept/left-active.xpm, themes/adept/left-inactive.xpm, - themes/adept/maximize-active.xpm, - themes/adept/maximize-inactive.xpm, - themes/adept/maximize-pressed.xpm, themes/adept/right-active.xpm, - themes/adept/right-inactive.xpm, themes/adept/title-1-active.xpm, - themes/adept/title-1-inactive.xpm, - themes/adept/title-2-active.xpm, - themes/adept/title-2-inactive.xpm, - themes/adept/title-3-active.xpm, - themes/adept/title-3-inactive.xpm, - themes/adept/title-4-active.xpm, - themes/adept/title-4-inactive.xpm, - themes/adept/title-5-active.xpm, - themes/adept/title-5-inactive.xpm, - themes/adept/top-left-active.xpm, - themes/adept/top-left-inactive.xpm, - themes/adept/top-right-active.xpm, - themes/adept/top-right-inactive.xpm, - themes/agua/bottom-active.xpm, themes/agua/bottom-inactive.xpm, - themes/agua/bottom-left-active.xpm, - themes/agua/bottom-left-inactive.xpm, - themes/agua/bottom-right-active.xpm, - themes/agua/bottom-right-inactive.xpm, - themes/agua/close-active.xpm, themes/agua/close-inactive.xpm, - themes/agua/close-pressed.xpm, themes/agua/hide-active.xpm, - themes/agua/hide-inactive.xpm, themes/agua/hide-pressed.xpm, - themes/agua/left-active.xpm, themes/agua/left-inactive.xpm, - themes/agua/maximize-active.xpm, - themes/agua/maximize-inactive.xpm, - themes/agua/maximize-pressed.xpm, themes/agua/menu-active.xpm, - themes/agua/menu-inactive.xpm, themes/agua/menu-pressed.xpm, - themes/agua/right-active.xpm, themes/agua/right-inactive.xpm, - themes/agua/shade-active.xpm, themes/agua/shade-inactive.xpm, - themes/agua/shade-pressed.xpm, themes/agua/stick-active.xpm, - themes/agua/stick-inactive.xpm, themes/agua/stick-pressed.xpm, - themes/agua/title-1-active.xpm, themes/agua/title-1-inactive.xpm, - themes/agua/title-2-active.xpm, themes/agua/title-2-inactive.xpm, - themes/agua/title-3-active.xpm, themes/agua/title-3-inactive.xpm, - themes/agua/title-4-active.xpm, themes/agua/title-4-inactive.xpm, - themes/agua/title-5-active.xpm, themes/agua/title-5-inactive.xpm, - themes/agua/top-left-active.xpm, - themes/agua/top-left-inactive.xpm, - themes/agua/top-right-active.xpm, - themes/agua/top-right-inactive.xpm, - themes/agualemon/bottom-active.xpm, - themes/agualemon/bottom-inactive.xpm, - themes/agualemon/bottom-left-active.xpm, - themes/agualemon/bottom-left-inactive.xpm, - themes/agualemon/bottom-right-active.xpm, - themes/agualemon/bottom-right-inactive.xpm, - themes/agualemon/close-active.xpm, - themes/agualemon/close-inactive.xpm, - themes/agualemon/close-pressed.xpm, - themes/agualemon/hide-active.xpm, - themes/agualemon/hide-inactive.xpm, - themes/agualemon/hide-pressed.xpm, - themes/agualemon/left-active.xpm, - themes/agualemon/left-inactive.xpm, - themes/agualemon/maximize-active.xpm, - themes/agualemon/maximize-inactive.xpm, - themes/agualemon/maximize-pressed.xpm, - themes/agualemon/menu-active.xpm, - themes/agualemon/menu-inactive.xpm, - themes/agualemon/menu-pressed.xpm, - themes/agualemon/right-active.xpm, - themes/agualemon/right-inactive.xpm, - themes/agualemon/shade-active.xpm, - themes/agualemon/shade-inactive.xpm, - themes/agualemon/shade-pressed.xpm, - themes/agualemon/stick-active.xpm, - themes/agualemon/stick-inactive.xpm, - themes/agualemon/stick-pressed.xpm, - themes/agualemon/title-1-active.xpm, - themes/agualemon/title-1-inactive.xpm, - themes/agualemon/title-2-active.xpm, - themes/agualemon/title-2-inactive.xpm, - themes/agualemon/title-3-active.xpm, - themes/agualemon/title-3-inactive.xpm, - themes/agualemon/title-4-active.xpm, - themes/agualemon/title-4-inactive.xpm, - themes/agualemon/title-5-active.xpm, - themes/agualemon/title-5-inactive.xpm, - themes/agualemon/top-left-active.xpm, - themes/agualemon/top-left-inactive.xpm, - themes/agualemon/top-right-active.xpm, - themes/agualemon/top-right-inactive.xpm, - themes/alternate/bottom-active.xpm, - themes/alternate/bottom-inactive.xpm, - themes/alternate/bottom-left-active.xpm, - themes/alternate/bottom-left-inactive.xpm, - themes/alternate/bottom-right-active.xpm, - themes/alternate/bottom-right-inactive.xpm, - themes/alternate/close-active.xpm, - themes/alternate/close-inactive.xpm, - themes/alternate/close-pressed.xpm, - themes/alternate/hide-active.xpm, - themes/alternate/hide-inactive.xpm, - themes/alternate/hide-pressed.xpm, - themes/alternate/left-active.xpm, - themes/alternate/left-inactive.xpm, - themes/alternate/maximize-active.xpm, - themes/alternate/maximize-inactive.xpm, - themes/alternate/maximize-pressed.xpm, - themes/alternate/maximize-toggled-active.xpm, - themes/alternate/maximize-toggled-inactive.xpm, - themes/alternate/maximize-toggled-pressed.xpm, - themes/alternate/menu-active.xpm, - themes/alternate/menu-inactive.xpm, - themes/alternate/menu-pressed.xpm, - themes/alternate/right-active.xpm, - themes/alternate/right-inactive.xpm, - themes/alternate/shade-active.xpm, - themes/alternate/shade-inactive.xpm, - themes/alternate/shade-pressed.xpm, - themes/alternate/shade-toggled-active.xpm, - themes/alternate/shade-toggled-inactive.xpm, - themes/alternate/shade-toggled-pressed.xpm, - themes/alternate/stick-active.xpm, - themes/alternate/stick-inactive.xpm, - themes/alternate/stick-pressed.xpm, - themes/alternate/stick-toggled-active.xpm, - themes/alternate/stick-toggled-inactive.xpm, - themes/alternate/stick-toggled-pressed.xpm, - themes/alternate/title-1-active.xpm, - themes/alternate/title-1-inactive.xpm, - themes/alternate/title-2-active.xpm, - themes/alternate/title-2-inactive.xpm, - themes/alternate/title-3-active.xpm, - themes/alternate/title-3-inactive.xpm, - themes/alternate/title-4-active.xpm, - themes/alternate/title-4-inactive.xpm, - themes/alternate/title-5-active.xpm, - themes/alternate/title-5-inactive.xpm, - themes/alternate/top-left-active.xpm, - themes/alternate/top-left-inactive.xpm, - themes/alternate/top-right-active.xpm, - themes/alternate/top-right-inactive.xpm, - themes/atlanta/bottom-active.xpm, - themes/atlanta/bottom-inactive.xpm, - themes/atlanta/bottom-left-active.xpm, - themes/atlanta/bottom-left-inactive.xpm, - themes/atlanta/bottom-right-active.xpm, - themes/atlanta/bottom-right-inactive.xpm, - themes/atlanta/close-active.xpm, - themes/atlanta/close-inactive.xpm, - themes/atlanta/close-pressed.xpm, themes/atlanta/hide-active.xpm, - themes/atlanta/hide-inactive.xpm, - themes/atlanta/hide-pressed.xpm, themes/atlanta/left-active.xpm, - themes/atlanta/left-inactive.xpm, - themes/atlanta/maximize-active.xpm, - themes/atlanta/maximize-inactive.xpm, - themes/atlanta/maximize-pressed.xpm, - themes/atlanta/menu-active.xpm, themes/atlanta/menu-inactive.xpm, - themes/atlanta/menu-pressed.xpm, themes/atlanta/right-active.xpm, - themes/atlanta/right-inactive.xpm, - themes/atlanta/shade-active.xpm, - themes/atlanta/shade-inactive.xpm, - themes/atlanta/shade-pressed.xpm, - themes/atlanta/stick-active.xpm, - themes/atlanta/stick-inactive.xpm, - themes/atlanta/stick-pressed.xpm, - themes/atlanta/title-1-active.xpm, - themes/atlanta/title-1-inactive.xpm, - themes/atlanta/title-2-active.xpm, - themes/atlanta/title-2-inactive.xpm, - themes/atlanta/title-3-active.xpm, - themes/atlanta/title-3-inactive.xpm, - themes/atlanta/title-4-active.xpm, - themes/atlanta/title-4-inactive.xpm, - themes/atlanta/title-5-active.xpm, - themes/atlanta/title-5-inactive.xpm, - themes/atlanta/top-left-active.xpm, - themes/atlanta/top-left-inactive.xpm, - themes/atlanta/top-right-active.xpm, - themes/atlanta/top-right-inactive.xpm, - themes/atlanta2/bottom-active.xpm, - themes/atlanta2/bottom-inactive.xpm, - themes/atlanta2/bottom-left-active.xpm, - themes/atlanta2/bottom-left-inactive.xpm, - themes/atlanta2/bottom-right-active.xpm, - themes/atlanta2/bottom-right-inactive.xpm, - themes/atlanta2/close-active.xpm, - themes/atlanta2/close-inactive.xpm, - themes/atlanta2/close-pressed.xpm, - themes/atlanta2/hide-active.xpm, - themes/atlanta2/hide-inactive.xpm, - themes/atlanta2/hide-pressed.xpm, - themes/atlanta2/left-active.xpm, - themes/atlanta2/left-inactive.xpm, - themes/atlanta2/maximize-active.xpm, - themes/atlanta2/maximize-inactive.xpm, - themes/atlanta2/maximize-pressed.xpm, - themes/atlanta2/menu-active.xpm, - themes/atlanta2/menu-inactive.xpm, - themes/atlanta2/menu-pressed.xpm, - themes/atlanta2/right-active.xpm, - themes/atlanta2/right-inactive.xpm, - themes/atlanta2/shade-active.xpm, - themes/atlanta2/shade-inactive.xpm, - themes/atlanta2/shade-pressed.xpm, - themes/atlanta2/stick-active.xpm, - themes/atlanta2/stick-inactive.xpm, - themes/atlanta2/stick-pressed.xpm, - themes/atlanta2/title-1-active.xpm, - themes/atlanta2/title-1-inactive.xpm, - themes/atlanta2/title-2-active.xpm, - themes/atlanta2/title-2-inactive.xpm, - themes/atlanta2/title-3-active.xpm, - themes/atlanta2/title-3-inactive.xpm, - themes/atlanta2/title-4-active.xpm, - themes/atlanta2/title-4-inactive.xpm, - themes/atlanta2/title-5-active.xpm, - themes/atlanta2/title-5-inactive.xpm, - themes/atlanta2/top-left-active.xpm, - themes/atlanta2/top-left-inactive.xpm, - themes/atlanta2/top-right-active.xpm, - themes/atlanta2/top-right-inactive.xpm, - themes/b5/bottom-active.xpm, themes/b5/bottom-inactive.xpm, - themes/b5/bottom-left-active.xpm, - themes/b5/bottom-left-inactive.xpm, - themes/b5/bottom-right-active.xpm, - themes/b5/bottom-right-inactive.xpm, themes/b5/close-active.xpm, - themes/b5/close-inactive.xpm, themes/b5/close-pressed.xpm, - themes/b5/left-active.xpm, themes/b5/left-inactive.xpm, - themes/b5/right-active.xpm, themes/b5/right-inactive.xpm, - themes/b5/title-1-active.xpm, themes/b5/title-1-inactive.xpm, - themes/b5/title-2-active.xpm, themes/b5/title-2-inactive.xpm, - themes/b5/title-3-active.xpm, themes/b5/title-3-inactive.xpm, - themes/b5/title-4-active.xpm, themes/b5/title-4-inactive.xpm, - themes/b5/title-5-active.xpm, themes/b5/title-5-inactive.xpm, - themes/b5/top-left-active.xpm, themes/b5/top-left-inactive.xpm, - themes/b5/top-right-active.xpm, themes/b5/top-right-inactive.xpm, - themes/b6/bottom-active.xpm, themes/b6/bottom-inactive.xpm, - themes/b6/bottom-left-active.xpm, - themes/b6/bottom-left-inactive.xpm, - themes/b6/bottom-right-active.xpm, - themes/b6/bottom-right-inactive.xpm, themes/b6/close-active.xpm, - themes/b6/close-inactive.xpm, themes/b6/close-pressed.xpm, - themes/b6/hide-active.xpm, themes/b6/hide-inactive.xpm, - themes/b6/hide-pressed.xpm, themes/b6/left-active.xpm, - themes/b6/left-inactive.xpm, themes/b6/maximize-active.xpm, - themes/b6/maximize-inactive.xpm, themes/b6/maximize-pressed.xpm, - themes/b6/right-active.xpm, themes/b6/right-inactive.xpm, - themes/b6/shade-active.xpm, themes/b6/shade-inactive.xpm, - themes/b6/shade-pressed.xpm, themes/b6/title-1-active.xpm, - themes/b6/title-1-inactive.xpm, themes/b6/title-2-active.xpm, - themes/b6/title-2-inactive.xpm, themes/b6/title-3-active.xpm, - themes/b6/title-3-inactive.xpm, themes/b6/title-4-active.xpm, - themes/b6/title-4-inactive.xpm, themes/b6/title-5-active.xpm, - themes/b6/title-5-inactive.xpm, themes/b6/top-left-active.xpm, - themes/b6/top-left-inactive.xpm, themes/b6/top-right-active.xpm, - themes/b6/top-right-inactive.xpm, themes/basix/bottom-active.xpm, - themes/basix/bottom-inactive.xpm, - themes/basix/bottom-left-active.xpm, - themes/basix/bottom-left-inactive.xpm, - themes/basix/bottom-right-active.xpm, - themes/basix/bottom-right-inactive.xpm, - themes/basix/close-active.xpm, themes/basix/close-inactive.xpm, - themes/basix/close-pressed.xpm, themes/basix/hide-active.xpm, - themes/basix/hide-inactive.xpm, themes/basix/hide-pressed.xpm, - themes/basix/inactive.png, themes/basix/left-active.xpm, - themes/basix/left-inactive.xpm, themes/basix/maximize-active.xpm, - themes/basix/maximize-inactive.xpm, - themes/basix/maximize-pressed.xpm, - themes/basix/maximize-toggled-active.xpm, - themes/basix/maximize-toggled-inactive.xpm, - themes/basix/maximize-toggled-pressed.xpm, - themes/basix/menu-active.xpm, themes/basix/menu-inactive.xpm, - themes/basix/menu-pressed.xpm, themes/basix/right-active.xpm, - themes/basix/right-inactive.xpm, themes/basix/shade-active.xpm, - themes/basix/shade-inactive.xpm, themes/basix/shade-pressed.xpm, - themes/basix/shade-toggled-active.xpm, - themes/basix/shade-toggled-inactive.xpm, - themes/basix/shade-toggled-pressed.xpm, - themes/basix/stick-active.xpm, themes/basix/stick-inactive.xpm, - themes/basix/stick-pressed.xpm, - themes/basix/stick-toggled-active.xpm, - themes/basix/stick-toggled-inactive.xpm, - themes/basix/stick-toggled-pressed.xpm, - themes/basix/title-1-active.png, themes/basix/title-1-active.xpm, - themes/basix/title-1-inactive.png, - themes/basix/title-1-inactive.xpm, - themes/basix/title-2-active.png, themes/basix/title-2-active.xpm, - themes/basix/title-2-inactive.png, - themes/basix/title-2-inactive.xpm, - themes/basix/title-3-active.png, themes/basix/title-3-active.xpm, - themes/basix/title-3-inactive.png, - themes/basix/title-3-inactive.xpm, - themes/basix/title-4-active.png, themes/basix/title-4-active.xpm, - themes/basix/title-4-inactive.png, - themes/basix/title-4-inactive.xpm, - themes/basix/title-5-active.png, themes/basix/title-5-active.xpm, - themes/basix/title-5-inactive.png, - themes/basix/title-5-inactive.xpm, - themes/basix/top-left-active.png, - themes/basix/top-left-active.xpm, - themes/basix/top-left-inactive.png, - themes/basix/top-left-inactive.xpm, - themes/basix/top-right-active.png, - themes/basix/top-right-active.xpm, - themes/basix/top-right-inactive.png, - themes/basix/top-right-inactive.xpm, - themes/bbs/bottom-active.xpm, themes/bbs/bottom-inactive.xpm, - themes/bbs/bottom-left-active.xpm, - themes/bbs/bottom-left-inactive.xpm, - themes/bbs/bottom-right-active.xpm, - themes/bbs/bottom-right-inactive.xpm, - themes/bbs/close-active.xpm, themes/bbs/close-inactive.xpm, - themes/bbs/close-pressed.xpm, themes/bbs/hide-active.xpm, - themes/bbs/hide-inactive.xpm, themes/bbs/hide-pressed.xpm, - themes/bbs/left-active.xpm, themes/bbs/left-inactive.xpm, - themes/bbs/maximize-active.xpm, themes/bbs/maximize-inactive.xpm, - themes/bbs/maximize-pressed.xpm, themes/bbs/menu-active.xpm, - themes/bbs/menu-inactive.xpm, themes/bbs/menu-pressed.xpm, - themes/bbs/right-active.xpm, themes/bbs/right-inactive.xpm, - themes/bbs/shade-active.xpm, themes/bbs/shade-inactive.xpm, - themes/bbs/shade-pressed.xpm, themes/bbs/stick-active.xpm, - themes/bbs/stick-inactive.xpm, themes/bbs/stick-pressed.xpm, - themes/bbs/title-1-active.xpm, themes/bbs/title-1-inactive.xpm, - themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm, - themes/bbs/title-3-active.xpm, themes/bbs/title-3-inactive.xpm, - themes/bbs/title-4-active.xpm, themes/bbs/title-4-inactive.xpm, - themes/bbs/title-5-active.xpm, themes/bbs/title-5-inactive.xpm, - themes/bbs/top-left-active.xpm, themes/bbs/top-left-inactive.xpm, - themes/bbs/top-right-active.xpm, - themes/bbs/top-right-inactive.xpm, - themes/beastie/bottom-active.xpm, - themes/beastie/bottom-inactive.xpm, - themes/beastie/bottom-left-active.xpm, - themes/beastie/bottom-left-inactive.xpm, - themes/beastie/bottom-right-active.xpm, - themes/beastie/bottom-right-inactive.xpm, - themes/beastie/close-active.xpm, - themes/beastie/close-inactive.xpm, - themes/beastie/close-pressed.xpm, themes/beastie/hide-active.xpm, - themes/beastie/hide-inactive.xpm, - themes/beastie/hide-pressed.xpm, themes/beastie/left-active.xpm, - themes/beastie/left-inactive.xpm, - themes/beastie/maximize-active.xpm, - themes/beastie/maximize-inactive.xpm, - themes/beastie/maximize-pressed.xpm, - themes/beastie/menu-active.xpm, themes/beastie/menu-inactive.xpm, - themes/beastie/menu-pressed.xpm, themes/beastie/right-active.xpm, - themes/beastie/right-inactive.xpm, - themes/beastie/shade-active.xpm, - themes/beastie/shade-inactive.xpm, - themes/beastie/shade-pressed.xpm, - themes/beastie/stick-active.xpm, - themes/beastie/stick-inactive.xpm, - themes/beastie/stick-pressed.xpm, - themes/beastie/title-1-active.xpm, - themes/beastie/title-1-inactive.xpm, - themes/beastie/title-2-active.xpm, - themes/beastie/title-2-inactive.xpm, - themes/beastie/title-3-active.xpm, - themes/beastie/title-3-inactive.xpm, - themes/beastie/title-4-active.xpm, - themes/beastie/title-4-inactive.xpm, - themes/beastie/title-5-active.xpm, - themes/beastie/title-5-inactive.xpm, - themes/beastie/top-left-active.xpm, - themes/beastie/top-left-inactive.xpm, - themes/beastie/top-right-active.xpm, - themes/beastie/top-right-inactive.xpm, - themes/biz/bottom-active.xpm, themes/biz/bottom-inactive.xpm, - themes/biz/bottom-left-active.xpm, - themes/biz/bottom-left-inactive.xpm, - themes/biz/bottom-right-active.xpm, - themes/biz/bottom-right-inactive.xpm, - themes/biz/close-active.xpm, themes/biz/close-inactive.xpm, - themes/biz/close-pressed.xpm, themes/biz/hide-active.xpm, - themes/biz/hide-inactive.xpm, themes/biz/hide-pressed.xpm, - themes/biz/left-active.xpm, themes/biz/left-inactive.xpm, - themes/biz/maximize-active.xpm, themes/biz/maximize-inactive.xpm, - themes/biz/maximize-pressed.xpm, themes/biz/menu-active.xpm, - themes/biz/menu-inactive.xpm, themes/biz/menu-pressed.xpm, - themes/biz/right-active.xpm, themes/biz/right-inactive.xpm, - themes/biz/shade-active.xpm, themes/biz/shade-inactive.xpm, - themes/biz/shade-pressed.xpm, themes/biz/stick-active.xpm, - themes/biz/stick-inactive.xpm, themes/biz/stick-pressed.xpm, - themes/biz/title-1-active.xpm, themes/biz/title-1-inactive.xpm, - themes/biz/title-2-active.xpm, themes/biz/title-2-inactive.xpm, - themes/biz/title-3-active.xpm, themes/biz/title-3-inactive.xpm, - themes/biz/title-4-active.xpm, themes/biz/title-4-inactive.xpm, - themes/biz/title-5-active.xpm, themes/biz/title-5-inactive.xpm, - themes/biz/top-left-active.xpm, themes/biz/top-left-inactive.xpm, - themes/biz/top-right-active.xpm, - themes/biz/top-right-inactive.xpm, - themes/blackwall/bottom-active.xpm, - themes/blackwall/bottom-inactive.xpm, - themes/blackwall/bottom-left-active.xpm, - themes/blackwall/bottom-left-inactive.xpm, - themes/blackwall/bottom-right-active.xpm, - themes/blackwall/bottom-right-inactive.xpm, - themes/blackwall/close-active.xpm, - themes/blackwall/close-inactive.xpm, - themes/blackwall/close-pressed.xpm, - themes/blackwall/hide-active.xpm, - themes/blackwall/hide-inactive.xpm, - themes/blackwall/hide-pressed.xpm, - themes/blackwall/left-active.xpm, - themes/blackwall/left-inactive.xpm, - themes/blackwall/maximize-active.xpm, - themes/blackwall/maximize-inactive.xpm, - themes/blackwall/maximize-pressed.xpm, - themes/blackwall/maximize-toggled-active.xpm, - themes/blackwall/maximize-toggled-inactive.xpm, - themes/blackwall/maximize-toggled-pressed.xpm, - themes/blackwall/menu-active.xpm, - themes/blackwall/menu-inactive.xpm, - themes/blackwall/menu-pressed.xpm, - themes/blackwall/right-active.xpm, - themes/blackwall/right-inactive.xpm, - themes/blackwall/shade-active.xpm, - themes/blackwall/shade-inactive.xpm, - themes/blackwall/shade-pressed.xpm, - themes/blackwall/shade-toggled-active.xpm, - themes/blackwall/shade-toggled-inactive.xpm, - themes/blackwall/shade-toggled-pressed.xpm, - themes/blackwall/stick-active.xpm, - themes/blackwall/stick-inactive.xpm, - themes/blackwall/stick-pressed.xpm, - themes/blackwall/stick-toggled-active.xpm, - themes/blackwall/stick-toggled-inactive.xpm, - themes/blackwall/stick-toggled-pressed.xpm, - themes/blackwall/title-1-active.xpm, - themes/blackwall/title-1-inactive.xpm, - themes/blackwall/title-2-active.xpm, - themes/blackwall/title-2-inactive.xpm, - themes/blackwall/title-3-active.xpm, - themes/blackwall/title-3-inactive.xpm, - themes/blackwall/title-4-active.xpm, - themes/blackwall/title-4-inactive.xpm, - themes/blackwall/title-5-active.xpm, - themes/blackwall/title-5-inactive.xpm, - themes/blackwall/top-left-active.xpm, - themes/blackwall/top-left-inactive.xpm, - themes/blackwall/top-right-active.xpm, - themes/blackwall/top-right-inactive.xpm, - themes/buzz/bottom-active.xpm, themes/buzz/bottom-inactive.xpm, - themes/buzz/bottom-left-active.xpm, - themes/buzz/bottom-left-inactive.xpm, - themes/buzz/bottom-right-active.xpm, - themes/buzz/bottom-right-inactive.xpm, - themes/buzz/close-active.xpm, themes/buzz/close-inactive.xpm, - themes/buzz/close-pressed.xpm, themes/buzz/hide-active.xpm, - themes/buzz/hide-inactive.xpm, themes/buzz/hide-pressed.xpm, - themes/buzz/left-active.xpm, themes/buzz/left-inactive.xpm, - themes/buzz/maximize-active.xpm, - themes/buzz/maximize-inactive.xpm, - themes/buzz/maximize-pressed.xpm, - themes/buzz/maximize-toggled-active.xpm, - themes/buzz/maximize-toggled-inactive.xpm, - themes/buzz/maximize-toggled-pressed.xpm, - themes/buzz/menu-active.xpm, themes/buzz/menu-inactive.xpm, - themes/buzz/menu-pressed.xpm, themes/buzz/right-active.xpm, - themes/buzz/right-inactive.xpm, themes/buzz/shade-active.xpm, - themes/buzz/shade-inactive.xpm, themes/buzz/shade-pressed.xpm, - themes/buzz/shade-toggled-active.xpm, - themes/buzz/shade-toggled-inactive.xpm, - themes/buzz/shade-toggled-pressed.xpm, - themes/buzz/stick-active.xpm, themes/buzz/stick-inactive.xpm, - themes/buzz/stick-pressed.xpm, - themes/buzz/stick-toggled-active.xpm, - themes/buzz/stick-toggled-inactive.xpm, - themes/buzz/stick-toggled-pressed.xpm, - themes/buzz/title-1-active.xpm, themes/buzz/title-1-inactive.xpm, - themes/buzz/title-2-active.xpm, themes/buzz/title-2-inactive.xpm, - themes/buzz/title-3-active.xpm, themes/buzz/title-3-inactive.xpm, - themes/buzz/title-4-active.xpm, themes/buzz/title-4-inactive.xpm, - themes/buzz/title-5-active.xpm, themes/buzz/title-5-inactive.xpm, - themes/buzz/top-left-active.xpm, - themes/buzz/top-left-inactive.xpm, - themes/buzz/top-right-active.xpm, - themes/buzz/top-right-inactive.xpm, - themes/coldsteel/bottom-active.xpm, - themes/coldsteel/bottom-inactive.xpm, - themes/coldsteel/bottom-left-active.xpm, - themes/coldsteel/bottom-left-inactive.xpm, - themes/coldsteel/bottom-right-active.xpm, - themes/coldsteel/bottom-right-inactive.xpm, - themes/coldsteel/close-active.xpm, - themes/coldsteel/close-inactive.xpm, - themes/coldsteel/close-pressed.xpm, - themes/coldsteel/hide-active.xpm, - themes/coldsteel/hide-inactive.xpm, - themes/coldsteel/hide-pressed.xpm, - themes/coldsteel/left-active.xpm, - themes/coldsteel/left-inactive.xpm, - themes/coldsteel/maximize-active.xpm, - themes/coldsteel/maximize-inactive.xpm, - themes/coldsteel/maximize-pressed.xpm, - themes/coldsteel/menu-active.xpm, - themes/coldsteel/menu-inactive.xpm, - themes/coldsteel/menu-pressed.xpm, - themes/coldsteel/right-active.xpm, - themes/coldsteel/right-inactive.xpm, - themes/coldsteel/shade-active.xpm, - themes/coldsteel/shade-inactive.xpm, - themes/coldsteel/shade-pressed.xpm, - themes/coldsteel/stick-active.xpm, - themes/coldsteel/stick-inactive.xpm, - themes/coldsteel/stick-pressed.xpm, - themes/coldsteel/title-1-active.xpm, - themes/coldsteel/title-1-inactive.xpm, - themes/coldsteel/title-2-active.xpm, - themes/coldsteel/title-2-inactive.xpm, - themes/coldsteel/title-3-active.xpm, - themes/coldsteel/title-3-inactive.xpm, - themes/coldsteel/title-4-active.xpm, - themes/coldsteel/title-4-inactive.xpm, - themes/coldsteel/title-5-active.xpm, - themes/coldsteel/title-5-inactive.xpm, - themes/coldsteel/top-left-active.xpm, - themes/coldsteel/top-left-inactive.xpm, - themes/coldsteel/top-right-active.xpm, - themes/coldsteel/top-right-inactive.xpm, - themes/coolclean/bottom-active.xpm, - themes/coolclean/bottom-inactive.xpm, - themes/coolclean/bottom-left-active.xpm, - themes/coolclean/bottom-left-inactive.xpm, - themes/coolclean/bottom-right-active.xpm, - themes/coolclean/bottom-right-inactive.xpm, - themes/coolclean/close-active.xpm, - themes/coolclean/close-inactive.xpm, - themes/coolclean/close-pressed.xpm, - themes/coolclean/hide-active.xpm, - themes/coolclean/hide-inactive.xpm, - themes/coolclean/hide-pressed.xpm, - themes/coolclean/left-active.xpm, - themes/coolclean/left-inactive.xpm, - themes/coolclean/maximize-active.xpm, - themes/coolclean/maximize-inactive.xpm, - themes/coolclean/maximize-pressed.xpm, - themes/coolclean/menu-active.xpm, - themes/coolclean/menu-inactive.xpm, - themes/coolclean/menu-pressed.xpm, - themes/coolclean/right-active.xpm, - themes/coolclean/right-inactive.xpm, - themes/coolclean/title-1-active.xpm, - themes/coolclean/title-1-inactive.xpm, - themes/coolclean/title-2-active.xpm, - themes/coolclean/title-2-inactive.xpm, - themes/coolclean/title-3-active.xpm, - themes/coolclean/title-3-inactive.xpm, - themes/coolclean/title-4-active.xpm, - themes/coolclean/title-4-inactive.xpm, - themes/coolclean/title-5-active.xpm, - themes/coolclean/title-5-inactive.xpm, - themes/coolclean/top-left-active.xpm, - themes/coolclean/top-left-inactive.xpm, - themes/coolclean/top-right-active.xpm, - themes/coolclean/top-right-inactive.xpm, - themes/crux/bottom-active.xpm, themes/crux/bottom-inactive.xpm, - themes/crux/bottom-left-active.xpm, - themes/crux/bottom-left-inactive.xpm, - themes/crux/bottom-right-active.xpm, - themes/crux/bottom-right-inactive.xpm, - themes/crux/button-active.xpm, themes/crux/button-inactive.xpm, - themes/crux/button-pressed.xpm, themes/crux/close-active.xpm, - themes/crux/close-inactive.xpm, themes/crux/close-pressed.xpm, - themes/crux/hide-active.xpm, themes/crux/hide-inactive.xpm, - themes/crux/hide-pressed.xpm, themes/crux/left-active.xpm, - themes/crux/left-inactive.xpm, themes/crux/maximize-active.xpm, - themes/crux/maximize-inactive.xpm, - themes/crux/maximize-pressed.xpm, themes/crux/menu-active.xpm, - themes/crux/menu-inactive.xpm, themes/crux/menu-pressed.xpm, - themes/crux/right-active.xpm, themes/crux/right-inactive.xpm, - themes/crux/shade-active.xpm, themes/crux/shade-inactive.xpm, - themes/crux/shade-pressed.xpm, themes/crux/stick-active.xpm, - themes/crux/stick-inactive.xpm, themes/crux/stick-pressed.xpm, - themes/crux/title-1-active.xpm, themes/crux/title-1-inactive.xpm, - themes/crux/title-2-active.xpm, themes/crux/title-2-inactive.xpm, - themes/crux/title-3-active.xpm, themes/crux/title-3-inactive.xpm, - themes/crux/title-4-active.xpm, themes/crux/title-4-inactive.xpm, - themes/crux/title-5-active.xpm, themes/crux/title-5-inactive.xpm, - themes/crux/top-left-active.xpm, - themes/crux/top-left-inactive.xpm, - themes/crux/top-right-active.xpm, - themes/crux/top-right-inactive.xpm, - themes/cruxish/bottom-active.xpm, - themes/cruxish/bottom-inactive.xpm, - themes/cruxish/bottom-left-active.xpm, - themes/cruxish/bottom-left-inactive.xpm, - themes/cruxish/bottom-right-active.xpm, - themes/cruxish/bottom-right-inactive.xpm, - themes/cruxish/close-active.xpm, - themes/cruxish/close-inactive.xpm, - themes/cruxish/close-pressed.xpm, themes/cruxish/hide-active.xpm, - themes/cruxish/hide-inactive.xpm, - themes/cruxish/hide-pressed.xpm, themes/cruxish/left-active.xpm, - themes/cruxish/left-inactive.xpm, - themes/cruxish/maximize-active.xpm, - themes/cruxish/maximize-inactive.xpm, - themes/cruxish/maximize-pressed.xpm, - themes/cruxish/menu-active.xpm, themes/cruxish/menu-inactive.xpm, - themes/cruxish/menu-pressed.xpm, themes/cruxish/right-active.xpm, - themes/cruxish/right-inactive.xpm, - themes/cruxish/shade-active.xpm, - themes/cruxish/shade-inactive.xpm, - themes/cruxish/shade-pressed.xpm, - themes/cruxish/stick-active.xpm, - themes/cruxish/stick-inactive.xpm, - themes/cruxish/stick-pressed.xpm, - themes/cruxish/title-1-active.xpm, - themes/cruxish/title-1-inactive.xpm, - themes/cruxish/title-2-active.xpm, - themes/cruxish/title-2-inactive.xpm, - themes/cruxish/title-3-active.xpm, - themes/cruxish/title-3-inactive.xpm, - themes/cruxish/title-4-active.xpm, - themes/cruxish/title-4-inactive.xpm, - themes/cruxish/title-5-active.xpm, - themes/cruxish/title-5-inactive.xpm, - themes/cruxish/top-left-active.xpm, - themes/cruxish/top-left-inactive.xpm, - themes/cruxish/top-right-active.xpm, - themes/cruxish/top-right-inactive.xpm, - themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm, - themes/curve/bottom-left-active.xpm, - themes/curve/bottom-left-inactive.xpm, - themes/curve/bottom-right-active.xpm, - themes/curve/bottom-right-inactive.xpm, - themes/curve/close-active.xpm, themes/curve/close-inactive.xpm, - themes/curve/close-pressed.xpm, themes/curve/hide-active.xpm, - themes/curve/hide-inactive.xpm, themes/curve/hide-pressed.xpm, - themes/curve/left-active.xpm, themes/curve/left-inactive.xpm, - themes/curve/maximize-active.xpm, - themes/curve/maximize-inactive.xpm, - themes/curve/maximize-pressed.xpm, themes/curve/menu-active.xpm, - themes/curve/menu-inactive.xpm, themes/curve/menu-pressed.xpm, - themes/curve/right-active.xpm, themes/curve/right-inactive.xpm, - themes/curve/shade-active.xpm, themes/curve/shade-inactive.xpm, - themes/curve/shade-pressed.xpm, themes/curve/stick-active.xpm, - themes/curve/stick-inactive.xpm, themes/curve/stick-pressed.xpm, - themes/curve/title-1-active.xpm, - themes/curve/title-1-inactive.xpm, - themes/curve/title-2-active.xpm, - themes/curve/title-2-inactive.xpm, - themes/curve/title-3-active.xpm, - themes/curve/title-3-inactive.xpm, - themes/curve/title-4-active.xpm, - themes/curve/title-4-inactive.xpm, - themes/curve/title-5-active.xpm, - themes/curve/title-5-inactive.xpm, - themes/curve/top-left-active.xpm, - themes/curve/top-left-inactive.xpm, - themes/curve/top-right-active.xpm, - themes/curve/top-right-inactive.xpm, - themes/defcon-IV/bottom-active.xpm, - themes/defcon-IV/bottom-inactive.xpm, - themes/defcon-IV/bottom-left-active.xpm, - themes/defcon-IV/bottom-left-inactive.xpm, - themes/defcon-IV/bottom-right-active.xpm, - themes/defcon-IV/bottom-right-inactive.xpm, - themes/defcon-IV/close-active.xpm, - themes/defcon-IV/close-inactive.xpm, - themes/defcon-IV/close-pressed.xpm, - themes/defcon-IV/hide-active.xpm, - themes/defcon-IV/hide-inactive.xpm, - themes/defcon-IV/hide-pressed.xpm, - themes/defcon-IV/left-active.xpm, - themes/defcon-IV/left-inactive.xpm, - themes/defcon-IV/maximize-active.xpm, - themes/defcon-IV/maximize-inactive.xpm, - themes/defcon-IV/maximize-pressed.xpm, - themes/defcon-IV/maximize-toggled-active.xpm, - themes/defcon-IV/maximize-toggled-inactive.xpm, - themes/defcon-IV/maximize-toggled-pressed.xpm, - themes/defcon-IV/menu-active.xpm, - themes/defcon-IV/menu-inactive.xpm, - themes/defcon-IV/menu-pressed.xpm, - themes/defcon-IV/right-active.xpm, - themes/defcon-IV/right-inactive.xpm, - themes/defcon-IV/shade-active.xpm, - themes/defcon-IV/shade-inactive.xpm, - themes/defcon-IV/shade-pressed.xpm, - themes/defcon-IV/shade-toggled-active.xpm, - themes/defcon-IV/shade-toggled-inactive.xpm, - themes/defcon-IV/shade-toggled-pressed.xpm, - themes/defcon-IV/stick-active.xpm, - themes/defcon-IV/stick-inactive.xpm, - themes/defcon-IV/stick-pressed.xpm, - themes/defcon-IV/stick-toggled-active.xpm, - themes/defcon-IV/stick-toggled-inactive.xpm, - themes/defcon-IV/stick-toggled-pressed.xpm, - themes/defcon-IV/title-1-active.xpm, - themes/defcon-IV/title-1-inactive.xpm, - themes/defcon-IV/title-2-active.xpm, - themes/defcon-IV/title-2-inactive.xpm, - themes/defcon-IV/title-3-active.xpm, - themes/defcon-IV/title-3-inactive.xpm, - themes/defcon-IV/title-4-active.xpm, - themes/defcon-IV/title-4-inactive.xpm, - themes/defcon-IV/title-5-active.xpm, - themes/defcon-IV/title-5-inactive.xpm, - themes/defcon-IV/top-left-active.xpm, - themes/defcon-IV/top-left-inactive.xpm, - themes/defcon-IV/top-right-active.xpm, - themes/defcon-IV/top-right-inactive.xpm, - themes/eazel-blue/bottom-active.xpm, - themes/eazel-blue/bottom-inactive.xpm, - themes/eazel-blue/bottom-left-active.xpm, - themes/eazel-blue/bottom-left-inactive.xpm, - themes/eazel-blue/bottom-right-active.xpm, - themes/eazel-blue/bottom-right-inactive.xpm, - themes/eazel-blue/close-active.xpm, - themes/eazel-blue/close-inactive.xpm, - themes/eazel-blue/close-pressed.xpm, - themes/eazel-blue/hide-active.xpm, - themes/eazel-blue/hide-inactive.xpm, - themes/eazel-blue/hide-pressed.xpm, - themes/eazel-blue/left-active.xpm, - themes/eazel-blue/left-inactive.xpm, - themes/eazel-blue/maximize-active.xpm, - themes/eazel-blue/maximize-inactive.xpm, - themes/eazel-blue/maximize-pressed.xpm, - themes/eazel-blue/menu-active.xpm, - themes/eazel-blue/menu-inactive.xpm, - themes/eazel-blue/menu-pressed.xpm, - themes/eazel-blue/right-active.xpm, - themes/eazel-blue/right-inactive.xpm, - themes/eazel-blue/shade-active.xpm, - themes/eazel-blue/shade-inactive.xpm, - themes/eazel-blue/shade-pressed.xpm, - themes/eazel-blue/stick-active.xpm, - themes/eazel-blue/stick-inactive.xpm, - themes/eazel-blue/stick-pressed.xpm, - themes/eazel-blue/title-1-active.xpm, - themes/eazel-blue/title-1-inactive.xpm, - themes/eazel-blue/title-2-active.xpm, - themes/eazel-blue/title-2-inactive.xpm, - themes/eazel-blue/title-3-active.xpm, - themes/eazel-blue/title-3-inactive.xpm, - themes/eazel-blue/title-4-active.xpm, - themes/eazel-blue/title-4-inactive.xpm, - themes/eazel-blue/title-5-active.xpm, - themes/eazel-blue/title-5-inactive.xpm, - themes/eazel-blue/top-left-active.xpm, - themes/eazel-blue/top-left-inactive.xpm, - themes/eazel-blue/top-right-active.xpm, - themes/eazel-blue/top-right-inactive.xpm, - themes/elberg/bottom-active.xpm, - themes/elberg/bottom-inactive.xpm, - themes/elberg/bottom-left-active.xpm, - themes/elberg/bottom-left-inactive.xpm, - themes/elberg/bottom-right-active.xpm, - themes/elberg/bottom-right-inactive.xpm, - themes/elberg/close-active.xpm, themes/elberg/close-inactive.xpm, - themes/elberg/close-pressed.xpm, themes/elberg/hide-active.xpm, - themes/elberg/hide-inactive.xpm, themes/elberg/hide-pressed.xpm, - themes/elberg/left-active.xpm, themes/elberg/left-inactive.xpm, - themes/elberg/maximize-active.xpm, - themes/elberg/maximize-inactive.xpm, - themes/elberg/maximize-pressed.xpm, - themes/elberg/menu-active.xpm, themes/elberg/menu-inactive.xpm, - themes/elberg/menu-pressed.xpm, themes/elberg/right-active.xpm, - themes/elberg/right-inactive.xpm, - themes/elberg/title-1-active.xpm, - themes/elberg/title-1-inactive.xpm, - themes/elberg/title-2-active.xpm, - themes/elberg/title-2-inactive.xpm, - themes/elberg/title-3-active.xpm, - themes/elberg/title-3-inactive.xpm, - themes/elberg/title-4-active.xpm, - themes/elberg/title-4-inactive.xpm, - themes/elberg/title-5-active.xpm, - themes/elberg/title-5-inactive.xpm, - themes/elberg/top-left-active.xpm, - themes/elberg/top-left-inactive.xpm, - themes/elberg/top-right-active.xpm, - themes/elberg/top-right-inactive.xpm, - themes/exocet/bottom-active.xpm, - themes/exocet/bottom-inactive.xpm, - themes/exocet/bottom-left-active.xpm, - themes/exocet/bottom-left-inactive.xpm, - themes/exocet/bottom-right-active.xpm, - themes/exocet/bottom-right-inactive.xpm, - themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm, - themes/exocet/close-pressed.xpm, themes/exocet/hide-active.xpm, - themes/exocet/hide-inactive.xpm, themes/exocet/hide-pressed.xpm, - themes/exocet/left-active.xpm, themes/exocet/left-inactive.xpm, - themes/exocet/maximize-active.xpm, - themes/exocet/maximize-inactive.xpm, - themes/exocet/maximize-pressed.xpm, - themes/exocet/menu-active.xpm, themes/exocet/menu-inactive.xpm, - themes/exocet/menu-pressed.xpm, themes/exocet/right-active.xpm, - themes/exocet/right-inactive.xpm, themes/exocet/shade-active.xpm, - themes/exocet/shade-inactive.xpm, - themes/exocet/shade-pressed.xpm, themes/exocet/stick-active.xpm, - themes/exocet/stick-inactive.xpm, - themes/exocet/stick-pressed.xpm, - themes/exocet/title-1-active.xpm, - themes/exocet/title-1-inactive.xpm, - themes/exocet/title-2-active.xpm, - themes/exocet/title-2-inactive.xpm, - themes/exocet/title-3-active.xpm, - themes/exocet/title-3-inactive.xpm, - themes/exocet/title-4-active.xpm, - themes/exocet/title-4-inactive.xpm, - themes/exocet/title-5-active.xpm, - themes/exocet/title-5-inactive.xpm, - themes/exocet/top-left-active.xpm, - themes/exocet/top-left-inactive.xpm, - themes/exocet/top-right-active.xpm, - themes/exocet/top-right-inactive.xpm, - themes/fbx/bottom-active.xpm, themes/fbx/bottom-inactive.xpm, - themes/fbx/bottom-left-active.xpm, - themes/fbx/bottom-left-inactive.xpm, - themes/fbx/bottom-right-active.xpm, - themes/fbx/bottom-right-inactive.xpm, - themes/fbx/close-active.xpm, themes/fbx/close-inactive.xpm, - themes/fbx/close-pressed.xpm, themes/fbx/hide-active.xpm, - themes/fbx/hide-inactive.xpm, themes/fbx/hide-pressed.xpm, - themes/fbx/left-active.xpm, themes/fbx/left-inactive.xpm, - themes/fbx/maximize-active.xpm, themes/fbx/maximize-inactive.xpm, - themes/fbx/maximize-pressed.xpm, themes/fbx/menu-active.xpm, - themes/fbx/menu-inactive.xpm, themes/fbx/menu-pressed.xpm, - themes/fbx/right-active.xpm, themes/fbx/right-inactive.xpm, - themes/fbx/shade-active.xpm, themes/fbx/shade-inactive.xpm, - themes/fbx/shade-pressed.xpm, themes/fbx/stick-active.xpm, - themes/fbx/stick-inactive.xpm, themes/fbx/stick-pressed.xpm, - themes/fbx/title-1-active.xpm, themes/fbx/title-1-inactive.xpm, - themes/fbx/title-2-active.xpm, themes/fbx/title-2-inactive.xpm, - themes/fbx/title-3-active.xpm, themes/fbx/title-3-inactive.xpm, - themes/fbx/title-4-active.xpm, themes/fbx/title-4-inactive.xpm, - themes/fbx/title-5-active.xpm, themes/fbx/title-5-inactive.xpm, - themes/fbx/top-left-active.xpm, themes/fbx/top-left-inactive.xpm, - themes/fbx/top-right-active.xpm, - themes/fbx/top-right-inactive.xpm, themes/g2/bottom-active.xpm, - themes/g2/bottom-inactive.xpm, themes/g2/bottom-left-active.xpm, - themes/g2/bottom-left-inactive.xpm, - themes/g2/bottom-right-active.xpm, - themes/g2/bottom-right-inactive.xpm, themes/g2/close-active.xpm, - themes/g2/close-inactive.xpm, themes/g2/close-pressed.xpm, - themes/g2/hide-active.xpm, themes/g2/hide-inactive.xpm, - themes/g2/hide-pressed.xpm, themes/g2/left-active.xpm, - themes/g2/left-inactive.xpm, themes/g2/maximize-active.xpm, - themes/g2/maximize-inactive.xpm, themes/g2/maximize-pressed.xpm, - themes/g2/menu-active.xpm, themes/g2/menu-inactive.xpm, - themes/g2/menu-pressed.xpm, themes/g2/right-active.xpm, - themes/g2/right-inactive.xpm, themes/g2/shade-active.xpm, - themes/g2/shade-inactive.xpm, themes/g2/shade-pressed.xpm, - themes/g2/stick-active.xpm, themes/g2/stick-inactive.xpm, - themes/g2/stick-pressed.xpm, themes/g2/title-1-active.xpm, - themes/g2/title-1-inactive.xpm, themes/g2/title-2-active.xpm, - themes/g2/title-2-inactive.xpm, themes/g2/title-3-active.xpm, - themes/g2/title-3-inactive.xpm, themes/g2/title-4-active.xpm, - themes/g2/title-4-inactive.xpm, themes/g2/title-5-active.xpm, - themes/g2/title-5-inactive.xpm, themes/g2/top-left-active.xpm, - themes/g2/top-left-inactive.xpm, themes/g2/top-right-active.xpm, - themes/g2/top-right-inactive.xpm, - themes/galaxy/bottom-active.xpm, - themes/galaxy/bottom-inactive.xpm, - themes/galaxy/bottom-left-active.xpm, - themes/galaxy/bottom-left-inactive.xpm, - themes/galaxy/bottom-right-active.xpm, - themes/galaxy/bottom-right-inactive.xpm, - themes/galaxy/close-active.xpm, themes/galaxy/close-inactive.xpm, - themes/galaxy/close-pressed.xpm, themes/galaxy/hide-active.xpm, - themes/galaxy/hide-inactive.xpm, themes/galaxy/hide-pressed.xpm, - themes/galaxy/left-active.xpm, themes/galaxy/left-inactive.xpm, - themes/galaxy/maximize-active.xpm, - themes/galaxy/maximize-inactive.xpm, - themes/galaxy/maximize-pressed.xpm, - themes/galaxy/menu-active.xpm, themes/galaxy/menu-inactive.xpm, - themes/galaxy/menu-pressed.xpm, themes/galaxy/right-active.xpm, - themes/galaxy/right-inactive.xpm, - themes/galaxy/title-1-active.xpm, - themes/galaxy/title-1-inactive.xpm, - themes/galaxy/title-2-active.xpm, - themes/galaxy/title-2-inactive.xpm, - themes/galaxy/title-3-active.xpm, - themes/galaxy/title-3-inactive.xpm, - themes/galaxy/title-4-active.xpm, - themes/galaxy/title-4-inactive.xpm, - themes/galaxy/title-5-active.xpm, - themes/galaxy/title-5-inactive.xpm, - themes/galaxy/top-left-active.xpm, - themes/galaxy/top-left-inactive.xpm, - themes/galaxy/top-right-active.xpm, - themes/galaxy/top-right-inactive.xpm, - themes/gaudy/bottom-active.xpm, themes/gaudy/bottom-inactive.xpm, - themes/gaudy/bottom-left-active.xpm, - themes/gaudy/bottom-left-inactive.xpm, - themes/gaudy/bottom-right-active.xpm, - themes/gaudy/bottom-right-inactive.xpm, - themes/gaudy/close-active.xpm, themes/gaudy/close-inactive.xpm, - themes/gaudy/close-pressed.xpm, themes/gaudy/hide-active.xpm, - themes/gaudy/hide-inactive.xpm, themes/gaudy/hide-pressed.xpm, - themes/gaudy/left-active.xpm, themes/gaudy/left-inactive.xpm, - themes/gaudy/maximize-active.xpm, - themes/gaudy/maximize-inactive.xpm, - themes/gaudy/maximize-pressed.xpm, themes/gaudy/menu-active.xpm, - themes/gaudy/menu-inactive.xpm, themes/gaudy/menu-pressed.xpm, - themes/gaudy/right-active.xpm, themes/gaudy/right-inactive.xpm, - themes/gaudy/shade-active.xpm, themes/gaudy/shade-inactive.xpm, - themes/gaudy/shade-pressed.xpm, themes/gaudy/stick-active.xpm, - themes/gaudy/stick-inactive.xpm, themes/gaudy/stick-pressed.xpm, - themes/gaudy/title-1-active.xpm, - themes/gaudy/title-1-inactive.xpm, - themes/gaudy/title-2-active.xpm, - themes/gaudy/title-2-inactive.xpm, - themes/gaudy/title-3-active.xpm, - themes/gaudy/title-3-inactive.xpm, - themes/gaudy/title-4-active.xpm, - themes/gaudy/title-4-inactive.xpm, - themes/gaudy/title-5-active.xpm, - themes/gaudy/title-5-inactive.xpm, - themes/gaudy/top-left-active.xpm, - themes/gaudy/top-left-inactive.xpm, - themes/gaudy/top-right-active.xpm, - themes/gaudy/top-right-inactive.xpm, - themes/gelly/bottom-active.xpm, themes/gelly/bottom-inactive.xpm, - themes/gelly/bottom-left-active.xpm, - themes/gelly/bottom-left-inactive.xpm, - themes/gelly/bottom-right-active.xpm, - themes/gelly/bottom-right-inactive.xpm, - themes/gelly/close-active.xpm, themes/gelly/close-inactive.xpm, - themes/gelly/close-pressed.xpm, themes/gelly/hide-active.xpm, - themes/gelly/hide-inactive.xpm, themes/gelly/hide-pressed.xpm, - themes/gelly/left-active.xpm, themes/gelly/left-inactive.xpm, - themes/gelly/maximize-active.xpm, - themes/gelly/maximize-inactive.xpm, - themes/gelly/maximize-pressed.xpm, - themes/gelly/maximize-toggled-active.xpm, - themes/gelly/maximize-toggled-inactive.xpm, - themes/gelly/maximize-toggled-pressed.xpm, - themes/gelly/menu-active.xpm, themes/gelly/menu-inactive.xpm, - themes/gelly/menu-pressed.xpm, themes/gelly/right-active.xpm, - themes/gelly/right-inactive.xpm, themes/gelly/shade-active.xpm, - themes/gelly/shade-inactive.xpm, themes/gelly/shade-pressed.xpm, - themes/gelly/shade-toggled-active.xpm, - themes/gelly/shade-toggled-inactive.xpm, - themes/gelly/shade-toggled-pressed.xpm, - themes/gelly/stick-active.xpm, themes/gelly/stick-inactive.xpm, - themes/gelly/stick-pressed.xpm, - themes/gelly/stick-toggled-active.xpm, - themes/gelly/stick-toggled-inactive.xpm, - themes/gelly/stick-toggled-pressed.xpm, - themes/gelly/title-1-active.png, themes/gelly/title-1-active.xpm, - themes/gelly/title-1-inactive.png, - themes/gelly/title-1-inactive.xpm, - themes/gelly/title-2-active.png, themes/gelly/title-2-active.xpm, - themes/gelly/title-2-inactive.png, - themes/gelly/title-2-inactive.xpm, - themes/gelly/title-3-active.png, themes/gelly/title-3-active.xpm, - themes/gelly/title-3-inactive.png, - themes/gelly/title-3-inactive.xpm, - themes/gelly/title-4-active.png, themes/gelly/title-4-active.xpm, - themes/gelly/title-4-inactive.png, - themes/gelly/title-4-inactive.xpm, - themes/gelly/title-5-active.png, themes/gelly/title-5-active.xpm, - themes/gelly/title-5-inactive.png, - themes/gelly/title-5-inactive.xpm, - themes/gelly/top-left-active.png, - themes/gelly/top-left-active.xpm, - themes/gelly/top-left-inactive.png, - themes/gelly/top-left-inactive.xpm, - themes/gelly/top-right-active.png, - themes/gelly/top-right-active.xpm, - themes/gelly/top-right-inactive.png, - themes/gelly/top-right-inactive.xpm, - themes/gnububble/bottom-active.xpm, - themes/gnububble/bottom-inactive.xpm, - themes/gnububble/bottom-left-active.xpm, - themes/gnububble/bottom-left-inactive.xpm, - themes/gnububble/bottom-right-active.xpm, - themes/gnububble/bottom-right-inactive.xpm, - themes/gnububble/close-active.xpm, - themes/gnububble/close-inactive.xpm, - themes/gnububble/close-pressed.xpm, - themes/gnububble/hide-active.xpm, - themes/gnububble/hide-inactive.xpm, - themes/gnububble/hide-pressed.xpm, - themes/gnububble/left-active.xpm, - themes/gnububble/left-inactive.xpm, - themes/gnububble/maximize-active.xpm, - themes/gnububble/maximize-inactive.xpm, - themes/gnububble/maximize-pressed.xpm, - themes/gnububble/menu-active.xpm, - themes/gnububble/menu-inactive.xpm, - themes/gnububble/menu-pressed.xpm, - themes/gnububble/right-active.xpm, - themes/gnububble/right-inactive.xpm, - themes/gnububble/shade-active.xpm, - themes/gnububble/shade-inactive.xpm, - themes/gnububble/shade-pressed.xpm, - themes/gnububble/stick-active.xpm, - themes/gnububble/stick-inactive.xpm, - themes/gnububble/stick-pressed.xpm, - themes/gnububble/title-1-active.xpm, - themes/gnububble/title-1-inactive.xpm, - themes/gnububble/title-2-active.xpm, - themes/gnububble/title-2-inactive.xpm, - themes/gnububble/title-3-active.xpm, - themes/gnububble/title-3-inactive.xpm, - themes/gnububble/title-4-active.xpm, - themes/gnububble/title-4-inactive.xpm, - themes/gnububble/title-5-active.xpm, - themes/gnububble/title-5-inactive.xpm, - themes/gnububble/top-left-active.xpm, - themes/gnububble/top-left-inactive.xpm, - themes/gnububble/top-right-active.xpm, - themes/gnububble/top-right-inactive.xpm, - themes/gorilla/bottom-active.xpm, - themes/gorilla/bottom-inactive.xpm, - themes/gorilla/bottom-left-active.xpm, - themes/gorilla/bottom-left-inactive.xpm, - themes/gorilla/bottom-right-active.xpm, - themes/gorilla/bottom-right-inactive.xpm, - themes/gorilla/close-active.xpm, - themes/gorilla/close-inactive.xpm, - themes/gorilla/close-pressed.xpm, themes/gorilla/hide-active.xpm, - themes/gorilla/hide-inactive.xpm, - themes/gorilla/hide-pressed.xpm, themes/gorilla/left-active.xpm, - themes/gorilla/left-inactive.xpm, - themes/gorilla/maximize-active.xpm, - themes/gorilla/maximize-inactive.xpm, - themes/gorilla/maximize-pressed.xpm, - themes/gorilla/menu-active.xpm, themes/gorilla/menu-inactive.xpm, - themes/gorilla/menu-pressed.xpm, themes/gorilla/right-active.xpm, - themes/gorilla/right-inactive.xpm, - themes/gorilla/shade-active.xpm, - themes/gorilla/shade-inactive.xpm, - themes/gorilla/shade-pressed.xpm, - themes/gorilla/stick-active.xpm, - themes/gorilla/stick-inactive.xpm, - themes/gorilla/stick-pressed.xpm, - themes/gorilla/title-1-active.xpm, - themes/gorilla/title-1-inactive.xpm, - themes/gorilla/title-2-active.xpm, - themes/gorilla/title-2-inactive.xpm, - themes/gorilla/title-3-active.xpm, - themes/gorilla/title-3-inactive.xpm, - themes/gorilla/title-4-active.xpm, - themes/gorilla/title-4-inactive.xpm, - themes/gorilla/title-5-active.xpm, - themes/gorilla/title-5-inactive.xpm, - themes/gorilla/top-left-active.xpm, - themes/gorilla/top-left-inactive.xpm, - themes/gorilla/top-right-active.xpm, - themes/gorilla/top-right-inactive.xpm, - themes/gtk/bottom-active.xpm, themes/gtk/bottom-inactive.xpm, - themes/gtk/bottom-left-active.xpm, - themes/gtk/bottom-left-inactive.xpm, - themes/gtk/bottom-right-active.xpm, - themes/gtk/bottom-right-inactive.xpm, - themes/gtk/close-active.xpm, themes/gtk/close-inactive.xpm, - themes/gtk/close-pressed.xpm, themes/gtk/hide-active.xpm, - themes/gtk/hide-inactive.xpm, themes/gtk/hide-pressed.xpm, - themes/gtk/left-active.xpm, themes/gtk/left-inactive.xpm, - themes/gtk/maximize-active.xpm, themes/gtk/maximize-inactive.xpm, - themes/gtk/maximize-pressed.xpm, - themes/gtk/maximize-toggled-active.xpm, - themes/gtk/maximize-toggled-inactive.xpm, - themes/gtk/maximize-toggled-pressed.xpm, - themes/gtk/menu-active.xpm, themes/gtk/menu-inactive.xpm, - themes/gtk/menu-pressed.xpm, themes/gtk/right-active.xpm, - themes/gtk/right-inactive.xpm, themes/gtk/shade-active.xpm, - themes/gtk/shade-inactive.xpm, themes/gtk/shade-pressed.xpm, - themes/gtk/shade-toggled-active.xpm, - themes/gtk/shade-toggled-inactive.xpm, - themes/gtk/shade-toggled-pressed.xpm, - themes/gtk/stick-active.xpm, themes/gtk/stick-inactive.xpm, - themes/gtk/stick-pressed.xpm, - themes/gtk/stick-toggled-active.xpm, - themes/gtk/stick-toggled-inactive.xpm, - themes/gtk/stick-toggled-pressed.xpm, - themes/gtk/title-1-active.xpm, themes/gtk/title-1-inactive.xpm, - themes/gtk/title-2-active.xpm, themes/gtk/title-2-inactive.xpm, - themes/gtk/title-3-active.xpm, themes/gtk/title-3-inactive.xpm, - themes/gtk/title-4-active.xpm, themes/gtk/title-4-inactive.xpm, - themes/gtk/title-5-active.xpm, themes/gtk/title-5-inactive.xpm, - themes/gtk/top-left-active.xpm, themes/gtk/top-left-inactive.xpm, - themes/gtk/top-right-active.xpm, - themes/gtk/top-right-inactive.xpm, themes/iceg/bottom-active.xpm, - themes/iceg/bottom-inactive.xpm, - themes/iceg/bottom-left-active.xpm, - themes/iceg/bottom-left-inactive.xpm, - themes/iceg/bottom-right-active.xpm, - themes/iceg/bottom-right-inactive.xpm, - themes/iceg/close-active.xpm, themes/iceg/close-inactive.xpm, - themes/iceg/close-pressed.xpm, themes/iceg/hide-active.xpm, - themes/iceg/hide-inactive.xpm, themes/iceg/hide-pressed.xpm, - themes/iceg/left-active.xpm, themes/iceg/left-inactive.xpm, - themes/iceg/maximize-active.xpm, - themes/iceg/maximize-inactive.xpm, - themes/iceg/maximize-pressed.xpm, themes/iceg/menu-active.xpm, - themes/iceg/menu-inactive.xpm, themes/iceg/menu-pressed.xpm, - themes/iceg/right-active.xpm, themes/iceg/right-inactive.xpm, - themes/iceg/shade-active.xpm, themes/iceg/shade-inactive.xpm, - themes/iceg/shade-pressed.xpm, themes/iceg/shtick-inactive.xpm, - themes/iceg/stick-active.xpm, themes/iceg/stick-inactive.xpm, - themes/iceg/stick-pressed.xpm, themes/iceg/title-1-active.xpm, - themes/iceg/title-1-inactive.xpm, themes/iceg/title-2-active.xpm, - themes/iceg/title-2-inactive.xpm, themes/iceg/title-3-active.xpm, - themes/iceg/title-3-inactive.xpm, themes/iceg/title-4-active.xpm, - themes/iceg/title-4-inactive.xpm, themes/iceg/title-5-active.xpm, - themes/iceg/title-5-inactive.xpm, - themes/iceg/top-left-active.xpm, - themes/iceg/top-left-inactive.xpm, - themes/iceg/top-right-active.xpm, - themes/iceg/top-right-inactive.xpm, themes/kde/bottom-active.xpm, - themes/kde/bottom-inactive.xpm, - themes/kde/bottom-left-active.xpm, - themes/kde/bottom-left-inactive.xpm, - themes/kde/bottom-right-active.xpm, - themes/kde/bottom-right-inactive.xpm, - themes/kde/close-active.xpm, themes/kde/close-inactive.xpm, - themes/kde/close-pressed.xpm, themes/kde/hide-active.xpm, - themes/kde/hide-inactive.xpm, themes/kde/hide-pressed.xpm, - themes/kde/left-active.xpm, themes/kde/left-inactive.xpm, - themes/kde/maximize-active.xpm, themes/kde/maximize-inactive.xpm, - themes/kde/maximize-pressed.xpm, themes/kde/menu-active.xpm, - themes/kde/menu-inactive.xpm, themes/kde/menu-pressed.xpm, - themes/kde/right-active.xpm, themes/kde/right-inactive.xpm, - themes/kde/shade-active.xpm, themes/kde/shade-inactive.xpm, - themes/kde/shade-pressed.xpm, themes/kde/stick-active.xpm, - themes/kde/stick-inactive.xpm, themes/kde/stick-pressed.xpm, - themes/kde/title-1-active.xpm, themes/kde/title-1-inactive.xpm, - themes/kde/title-2-active.xpm, themes/kde/title-2-inactive.xpm, - themes/kde/title-3-active.xpm, themes/kde/title-3-inactive.xpm, - themes/kde/title-4-active.xpm, themes/kde/title-4-inactive.xpm, - themes/kde/title-5-active.xpm, themes/kde/title-5-inactive.xpm, - themes/kde/top-left-active.xpm, themes/kde/top-left-inactive.xpm, - themes/kde/top-right-active.xpm, - themes/kde/top-right-inactive.xpm, themes/kde1/bottom-active.xpm, - themes/kde1/bottom-inactive.xpm, - themes/kde1/bottom-left-active.xpm, - themes/kde1/bottom-left-inactive.xpm, - themes/kde1/bottom-right-active.xpm, - themes/kde1/bottom-right-inactive.xpm, - themes/kde1/close-active.xpm, themes/kde1/close-inactive.xpm, - themes/kde1/close-pressed.xpm, themes/kde1/hide-active.xpm, - themes/kde1/hide-inactive.xpm, themes/kde1/hide-pressed.xpm, - themes/kde1/left-active.xpm, themes/kde1/left-inactive.xpm, - themes/kde1/maximize-active.xpm, - themes/kde1/maximize-inactive.xpm, - themes/kde1/maximize-pressed.xpm, - themes/kde1/maximize-toggled-active.xpm, - themes/kde1/maximize-toggled-inactive.xpm, - themes/kde1/maximize-toggled-pressed.xpm, - themes/kde1/menu-active.xpm, themes/kde1/menu-inactive.xpm, - themes/kde1/menu-pressed.xpm, themes/kde1/right-active.xpm, - themes/kde1/right-inactive.xpm, themes/kde1/stick-active.xpm, - themes/kde1/stick-inactive.xpm, themes/kde1/stick-pressed.xpm, - themes/kde1/stick-toggled-active.xpm, - themes/kde1/stick-toggled-inactive.xpm, - themes/kde1/stick-toggled-pressed.xpm, - themes/kde1/title-1-active.xpm, themes/kde1/title-1-inactive.xpm, - themes/kde1/title-2-active.xpm, themes/kde1/title-2-inactive.xpm, - themes/kde1/title-3-active.xpm, themes/kde1/title-3-inactive.xpm, - themes/kde1/title-4-active.xpm, themes/kde1/title-4-inactive.xpm, - themes/kde1/title-5-active.xpm, themes/kde1/title-5-inactive.xpm, - themes/kde1/top-left-active.xpm, - themes/kde1/top-left-inactive.xpm, - themes/kde1/top-right-active.xpm, - themes/kde1/top-right-inactive.xpm, - themes/keramik/bottom-active.xpm, - themes/keramik/bottom-inactive.xpm, - themes/keramik/bottom-left-active.xpm, - themes/keramik/bottom-left-inactive.xpm, - themes/keramik/bottom-right-active.xpm, - themes/keramik/bottom-right-inactive.xpm, - themes/keramik/close-active.xpm, - themes/keramik/close-inactive.xpm, - themes/keramik/close-pressed.xpm, themes/keramik/hide-active.xpm, - themes/keramik/hide-inactive.xpm, - themes/keramik/hide-pressed.xpm, themes/keramik/left-active.xpm, - themes/keramik/left-inactive.xpm, - themes/keramik/maximize-active.xpm, - themes/keramik/maximize-inactive.xpm, - themes/keramik/maximize-pressed.xpm, - themes/keramik/menu-active.xpm, themes/keramik/menu-inactive.xpm, - themes/keramik/menu-pressed.xpm, themes/keramik/right-active.xpm, - themes/keramik/right-inactive.xpm, - themes/keramik/shade-active.xpm, - themes/keramik/shade-inactive.xpm, - themes/keramik/shade-pressed.xpm, - themes/keramik/stick-active.xpm, - themes/keramik/stick-inactive.xpm, - themes/keramik/stick-pressed.xpm, - themes/keramik/title-1-active.xpm, - themes/keramik/title-1-inactive.xpm, - themes/keramik/title-2-active.xpm, - themes/keramik/title-2-inactive.xpm, - themes/keramik/title-3-active.xpm, - themes/keramik/title-3-inactive.xpm, - themes/keramik/title-4-active.xpm, - themes/keramik/title-4-inactive.xpm, - themes/keramik/title-5-active.xpm, - themes/keramik/title-5-inactive.xpm, - themes/keramik/top-left-active.xpm, - themes/keramik/top-left-inactive.xpm, - themes/keramik/top-right-active.xpm, - themes/keramik/top-right-inactive.xpm, - themes/kindaker/bottom-active.xpm, - themes/kindaker/bottom-inactive.xpm, - themes/kindaker/bottom-left-active.xpm, - themes/kindaker/bottom-left-inactive.xpm, - themes/kindaker/bottom-right-active.xpm, - themes/kindaker/bottom-right-inactive.xpm, - themes/kindaker/close-active.xpm, - themes/kindaker/close-inactive.xpm, - themes/kindaker/close-pressed.xpm, - themes/kindaker/hide-active.xpm, - themes/kindaker/hide-inactive.xpm, - themes/kindaker/hide-pressed.xpm, - themes/kindaker/left-active.xpm, - themes/kindaker/left-inactive.xpm, - themes/kindaker/maximize-active.xpm, - themes/kindaker/maximize-inactive.xpm, - themes/kindaker/maximize-pressed.xpm, - themes/kindaker/menu-active.xpm, - themes/kindaker/menu-inactive.xpm, - themes/kindaker/menu-pressed.xpm, - themes/kindaker/right-active.xpm, - themes/kindaker/right-inactive.xpm, - themes/kindaker/shade-active.xpm, - themes/kindaker/shade-inactive.xpm, - themes/kindaker/shade-pressed.xpm, - themes/kindaker/stick-active.xpm, - themes/kindaker/stick-inactive.xpm, - themes/kindaker/stick-pressed.xpm, - themes/kindaker/title-1-active.xpm, - themes/kindaker/title-1-inactive.xpm, - themes/kindaker/title-2-active.xpm, - themes/kindaker/title-2-inactive.xpm, - themes/kindaker/title-3-active.xpm, - themes/kindaker/title-3-inactive.xpm, - themes/kindaker/title-4-active.xpm, - themes/kindaker/title-4-inactive.xpm, - themes/kindaker/title-5-active.xpm, - themes/kindaker/title-5-inactive.xpm, - themes/kindaker/top-left-active.xpm, - themes/kindaker/top-left-inactive.xpm, - themes/kindaker/top-right-active.xpm, - themes/kindaker/top-right-inactive.xpm, - themes/kleanux/bottom-active.xpm, - themes/kleanux/bottom-inactive.xpm, - themes/kleanux/bottom-left-active.xpm, - themes/kleanux/bottom-left-inactive.xpm, - themes/kleanux/bottom-right-active.xpm, - themes/kleanux/bottom-right-inactive.xpm, - themes/kleanux/close-active.xpm, - themes/kleanux/close-inactive-tmp.xpm, - themes/kleanux/close-inactive.xpm, - themes/kleanux/close-pressed.xpm, themes/kleanux/hide-active.xpm, - themes/kleanux/hide-inactive.xpm, - themes/kleanux/hide-pressed.xpm, themes/kleanux/left-active.xpm, - themes/kleanux/left-inactive.xpm, - themes/kleanux/maximize-active.xpm, - themes/kleanux/maximize-inactive.xpm, - themes/kleanux/maximize-pressed.xpm, - themes/kleanux/menu-active.xpm, themes/kleanux/menu-inactive.xpm, - themes/kleanux/menu-pressed.xpm, themes/kleanux/right-active.xpm, - themes/kleanux/right-inactive.xpm, - themes/kleanux/title-1-active.xpm, - themes/kleanux/title-1-inactive.xpm, - themes/kleanux/title-2-active.xpm, - themes/kleanux/title-2-inactive.xpm, - themes/kleanux/title-3-active.xpm, - themes/kleanux/title-3-inactive.xpm, - themes/kleanux/title-4-active.xpm, - themes/kleanux/title-4-inactive.xpm, - themes/kleanux/title-5-active.xpm, - themes/kleanux/title-5-inactive.xpm, - themes/kleanux/top-left-active.xpm, - themes/kleanux/top-left-inactive.xpm, - themes/kleanux/top-right-active.xpm, - themes/kleanux/top-right-inactive.xpm, - themes/koynacity/bottom-active.xpm, - themes/koynacity/bottom-inactive.xpm, - themes/koynacity/bottom-left-active.xpm, - themes/koynacity/bottom-left-inactive.xpm, - themes/koynacity/bottom-right-active.xpm, - themes/koynacity/bottom-right-inactive.xpm, - themes/koynacity/close-active.xpm, - themes/koynacity/close-inactive.xpm, - themes/koynacity/close-pressed.xpm, - themes/koynacity/hide-active.xpm, - themes/koynacity/hide-inactive.xpm, - themes/koynacity/hide-pressed.xpm, - themes/koynacity/left-active.xpm, - themes/koynacity/left-inactive.xpm, - themes/koynacity/maximize-active.xpm, - themes/koynacity/maximize-inactive.xpm, - themes/koynacity/maximize-pressed.xpm, - themes/koynacity/menu-active.xpm, - themes/koynacity/menu-inactive.xpm, - themes/koynacity/menu-pressed.xpm, - themes/koynacity/right-active.xpm, - themes/koynacity/right-inactive.xpm, - themes/koynacity/title-1-active.xpm, - themes/koynacity/title-1-inactive.xpm, - themes/koynacity/title-2-active.xpm, - themes/koynacity/title-2-inactive.xpm, - themes/koynacity/title-3-active.xpm, - themes/koynacity/title-3-inactive.xpm, - themes/koynacity/title-4-active.xpm, - themes/koynacity/title-4-inactive.xpm, - themes/koynacity/title-5-active.xpm, - themes/koynacity/title-5-inactive.xpm, - themes/koynacity/top-left-active.xpm, - themes/koynacity/top-left-inactive.xpm, - themes/koynacity/top-right-active.xpm, - themes/koynacity/top-right-inactive.xpm, - themes/linea/bottom-active.xpm, themes/linea/bottom-inactive.xpm, - themes/linea/bottom-left-active.xpm, - themes/linea/bottom-left-inactive.xpm, - themes/linea/bottom-right-active.xpm, - themes/linea/bottom-right-inactive.xpm, - themes/linea/close-active.xpm, themes/linea/close-inactive.xpm, - themes/linea/close-pressed.xpm, themes/linea/hide-active.xpm, - themes/linea/hide-inactive.xpm, themes/linea/hide-pressed.xpm, - themes/linea/left-active.xpm, themes/linea/left-inactive.xpm, - themes/linea/maximize-active.xpm, - themes/linea/maximize-inactive.xpm, - themes/linea/maximize-pressed.xpm, themes/linea/menu-active.xpm, - themes/linea/menu-inactive.xpm, themes/linea/menu-pressed.xpm, - themes/linea/right-active.xpm, themes/linea/right-inactive.xpm, - themes/linea/shade-active.xpm, themes/linea/shade-inactive.xpm, - themes/linea/shade-pressed.xpm, themes/linea/stick-active.xpm, - themes/linea/stick-inactive.xpm, themes/linea/stick-pressed.xpm, - themes/linea/title-1-active.xpm, - themes/linea/title-1-inactive.xpm, - themes/linea/title-2-active.xpm, - themes/linea/title-2-inactive.xpm, - themes/linea/title-3-active.xpm, - themes/linea/title-3-inactive.xpm, - themes/linea/title-4-active.xpm, - themes/linea/title-4-inactive.xpm, - themes/linea/title-5-active.xpm, - themes/linea/title-5-inactive.xpm, - themes/linea/top-left-active.xpm, - themes/linea/top-left-inactive.xpm, - themes/linea/top-right-active.xpm, - themes/linea/top-right-inactive.xpm, - themes/lineart/bottom-active.xpm, - themes/lineart/bottom-inactive.xpm, - themes/lineart/bottom-left-active.xpm, - themes/lineart/bottom-left-inactive.xpm, - themes/lineart/bottom-right-active.xpm, - themes/lineart/bottom-right-inactive.xpm, - themes/lineart/close-active.xpm, - themes/lineart/close-inactive.xpm, - themes/lineart/close-pressed.xpm, themes/lineart/hide-active.xpm, - themes/lineart/hide-inactive.xpm, - themes/lineart/hide-pressed.xpm, themes/lineart/left-active.xpm, - themes/lineart/left-inactive.xpm, - themes/lineart/maximize-active.xpm, - themes/lineart/maximize-inactive.xpm, - themes/lineart/maximize-pressed.xpm, - themes/lineart/maximize-toggled-active.xpm, - themes/lineart/maximize-toggled-inactive.xpm, - themes/lineart/maximize-toggled-pressed.xpm, - themes/lineart/menu-active.xpm, themes/lineart/menu-inactive.xpm, - themes/lineart/menu-pressed.xpm, themes/lineart/right-active.xpm, - themes/lineart/right-inactive.xpm, - themes/lineart/shade-active.xpm, - themes/lineart/shade-inactive.xpm, - themes/lineart/shade-pressed.xpm, - themes/lineart/shade-toggled-active.xpm, - themes/lineart/shade-toggled-inactive.xpm, - themes/lineart/shade-toggled-pressed.xpm, - themes/lineart/stick-active.xpm, - themes/lineart/stick-inactive.xpm, - themes/lineart/stick-pressed.xpm, - themes/lineart/stick-toggled-active.xpm, - themes/lineart/stick-toggled-inactive.xpm, - themes/lineart/stick-toggled-pressed.xpm, - themes/lineart/title-1-active.xpm, - themes/lineart/title-1-inactive.xpm, - themes/lineart/title-2-active.xpm, - themes/lineart/title-2-inactive.xpm, - themes/lineart/title-3-active.png, - themes/lineart/title-3-active.xpm, - themes/lineart/title-3-inactive.xpm, - themes/lineart/title-4-active.xpm, - themes/lineart/title-4-inactive.xpm, - themes/lineart/title-5-active.xpm, - themes/lineart/title-5-inactive.xpm, - themes/lineart/top-left-active.xpm, - themes/lineart/top-left-inactive.xpm, - themes/lineart/top-right-active.xpm, - themes/lineart/top-right-inactive.xpm, - themes/meenee/bottom-active.xpm, - themes/meenee/bottom-inactive.xpm, - themes/meenee/bottom-left-active.xpm, - themes/meenee/bottom-left-inactive.xpm, - themes/meenee/bottom-right-active.xpm, - themes/meenee/bottom-right-inactive.xpm, - themes/meenee/close-active.xpm, themes/meenee/close-inactive.xpm, - themes/meenee/close-pressed.xpm, themes/meenee/hide-active.xpm, - themes/meenee/hide-inactive.xpm, themes/meenee/hide-pressed.xpm, - themes/meenee/left-active.xpm, themes/meenee/left-inactive.xpm, - themes/meenee/maximize-active.xpm, - themes/meenee/maximize-inactive.xpm, - themes/meenee/maximize-pressed.xpm, - themes/meenee/menu-active.xpm, themes/meenee/menu-inactive.xpm, - themes/meenee/menu-pressed.xpm, themes/meenee/right-active.xpm, - themes/meenee/right-inactive.xpm, themes/meenee/shade-active.xpm, - themes/meenee/shade-inactive.xpm, - themes/meenee/shade-pressed.xpm, themes/meenee/stick-active.xpm, - themes/meenee/stick-inactive.xpm, - themes/meenee/stick-pressed.xpm, - themes/meenee/title-1-active.xpm, - themes/meenee/title-1-inactive.xpm, - themes/meenee/title-2-active.xpm, - themes/meenee/title-2-inactive.xpm, - themes/meenee/title-3-active.xpm, - themes/meenee/title-3-inactive.xpm, - themes/meenee/title-4-active.xpm, - themes/meenee/title-4-inactive.xpm, - themes/meenee/title-5-active.xpm, - themes/meenee/title-5-inactive.xpm, - themes/meenee/top-left-active.xpm, - themes/meenee/top-left-inactive.xpm, - themes/meenee/top-right-active.xpm, - themes/meenee/top-right-inactive.xpm, - themes/metabox/bottom-active.xpm, - themes/metabox/bottom-inactive.xpm, - themes/metabox/bottom-left-active.xpm, - themes/metabox/bottom-left-inactive.xpm, - themes/metabox/bottom-right-active.xpm, - themes/metabox/bottom-right-inactive.xpm, - themes/metabox/close-active.png, themes/metabox/close-active.xpm, - themes/metabox/close-inactive.png, - themes/metabox/close-inactive.xpm, - themes/metabox/close-pressed.png, - themes/metabox/close-pressed.xpm, themes/metabox/hide-active.png, - themes/metabox/hide-active.xpm, themes/metabox/hide-inactive.png, - themes/metabox/hide-inactive.xpm, - themes/metabox/hide-pressed.png, themes/metabox/hide-pressed.xpm, - themes/metabox/left-active.xpm, themes/metabox/left-inactive.xpm, - themes/metabox/maximize-active.png, - themes/metabox/maximize-active.xpm, - themes/metabox/maximize-inactive.png, - themes/metabox/maximize-inactive.xpm, - themes/metabox/maximize-pressed.png, - themes/metabox/maximize-pressed.xpm, - themes/metabox/maximize-toggled-active.png, - themes/metabox/maximize-toggled-active.xpm, - themes/metabox/maximize-toggled-inactive.png, - themes/metabox/maximize-toggled-inactive.xpm, - themes/metabox/maximize-toggled-pressed.png, - themes/metabox/maximize-toggled-pressed.xpm, - themes/metabox/menu-active.png, themes/metabox/menu-active.xpm, - themes/metabox/menu-inactive.png, - themes/metabox/menu-inactive.xpm, - themes/metabox/menu-pressed.png, themes/metabox/menu-pressed.xpm, - themes/metabox/right-active.xpm, - themes/metabox/right-inactive.xpm, - themes/metabox/title-1-active.png, - themes/metabox/title-1-active.xpm, - themes/metabox/title-1-inactive.png, - themes/metabox/title-1-inactive.xpm, - themes/metabox/title-2-active.png, - themes/metabox/title-2-active.xpm, - themes/metabox/title-2-inactive.png, - themes/metabox/title-2-inactive.xpm, - themes/metabox/title-3-active.png, - themes/metabox/title-3-active.xpm, - themes/metabox/title-3-inactive.png, - themes/metabox/title-3-inactive.xpm, - themes/metabox/title-4-active.png, - themes/metabox/title-4-active.xpm, - themes/metabox/title-4-inactive.png, - themes/metabox/title-4-inactive.xpm, - themes/metabox/title-5-active.png, - themes/metabox/title-5-active.xpm, - themes/metabox/title-5-inactive.png, - themes/metabox/title-5-inactive.xpm, - themes/metabox/top-left-active.png, - themes/metabox/top-left-active.xpm, - themes/metabox/top-left-inactive.png, - themes/metabox/top-left-inactive.xpm, - themes/metabox/top-right-active.png, - themes/metabox/top-right-active.xpm, - themes/metabox/top-right-inactive.png, - themes/metabox/top-right-inactive.xpm, - themes/microcurve/bottom-active.xpm, - themes/microcurve/bottom-inactive.xpm, - themes/microcurve/bottom-left-active.xpm, - themes/microcurve/bottom-left-inactive.xpm, - themes/microcurve/bottom-right-active.xpm, - themes/microcurve/bottom-right-inactive.xpm, - themes/microcurve/close-active.xpm, - themes/microcurve/close-inactive.xpm, - themes/microcurve/close-pressed.xpm, - themes/microcurve/hide-active.xpm, - themes/microcurve/hide-inactive.xpm, - themes/microcurve/hide-pressed.xpm, - themes/microcurve/left-active.xpm, - themes/microcurve/left-inactive.xpm, - themes/microcurve/maximize-active.xpm, - themes/microcurve/maximize-inactive.xpm, - themes/microcurve/maximize-pressed.xpm, - themes/microcurve/menu-active.xpm, - themes/microcurve/menu-inactive.xpm, - themes/microcurve/menu-pressed.xpm, - themes/microcurve/right-active.xpm, - themes/microcurve/right-inactive.xpm, - themes/microcurve/shade-active.xpm, - themes/microcurve/shade-inactive.xpm, - themes/microcurve/shade-pressed.xpm, - themes/microcurve/stick-active.xpm, - themes/microcurve/stick-inactive.xpm, - themes/microcurve/stick-pressed.xpm, - themes/microcurve/title-1-active.xpm, - themes/microcurve/title-1-inactive.xpm, - themes/microcurve/title-2-active.xpm, - themes/microcurve/title-2-inactive.xpm, - themes/microcurve/title-3-active.xpm, - themes/microcurve/title-3-inactive.xpm, - themes/microcurve/title-4-active.xpm, - themes/microcurve/title-4-inactive.xpm, - themes/microcurve/title-5-active.xpm, - themes/microcurve/title-5-inactive.xpm, - themes/microcurve/top-left-active.xpm, - themes/microcurve/top-left-inactive.xpm, - themes/microcurve/top-right-active.xpm, - themes/microcurve/top-right-inactive.xpm, - themes/microdeck/bottom-active.xpm, - themes/microdeck/bottom-inactive.xpm, - themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck/bottom-right-active.xpm, - themes/microdeck/bottom-right-inactive.xpm, - themes/microdeck/close-active.xpm, - themes/microdeck/close-inactive.xpm, - themes/microdeck/close-pressed.xpm, - themes/microdeck/hide-active.xpm, - themes/microdeck/hide-inactive.xpm, - themes/microdeck/hide-pressed.xpm, - themes/microdeck/left-active.xpm, - themes/microdeck/left-inactive.xpm, - themes/microdeck/maximize-active.xpm, - themes/microdeck/maximize-inactive.xpm, - themes/microdeck/maximize-pressed.xpm, - themes/microdeck/maximize-toggled-active.xpm, - themes/microdeck/maximize-toggled-inactive.xpm, - themes/microdeck/maximize-toggled-pressed.xpm, - themes/microdeck/menu-active.xpm, - themes/microdeck/menu-inactive.xpm, - themes/microdeck/menu-pressed.xpm, - themes/microdeck/right-active.xpm, - themes/microdeck/right-inactive.xpm, - themes/microdeck/shade-active.xpm, - themes/microdeck/shade-inactive.xpm, - themes/microdeck/shade-pressed.xpm, - themes/microdeck/shade-toggled-active.xpm, - themes/microdeck/shade-toggled-inactive.xpm, - themes/microdeck/shade-toggled-pressed.xpm, - themes/microdeck/stick-active.xpm, - themes/microdeck/stick-inactive.xpm, - themes/microdeck/stick-pressed.xpm, - themes/microdeck/stick-toggled-active.xpm, - themes/microdeck/stick-toggled-inactive.xpm, - themes/microdeck/stick-toggled-pressed.xpm, - themes/microdeck/title-1-active.xpm, - themes/microdeck/title-1-inactive.xpm, - themes/microdeck/title-2-active.xpm, - themes/microdeck/title-2-inactive.xpm, - themes/microdeck/title-3-active.xpm, - themes/microdeck/title-3-inactive.xpm, - themes/microdeck/title-4-active.xpm, - themes/microdeck/title-4-inactive.xpm, - themes/microdeck/title-5-active.xpm, - themes/microdeck/title-5-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm, - themes/microdeck2/bottom-active.xpm, - themes/microdeck2/bottom-inactive.xpm, - themes/microdeck2/bottom-left-active.xpm, - themes/microdeck2/bottom-left-inactive.xpm, - themes/microdeck2/bottom-right-active.xpm, - themes/microdeck2/bottom-right-inactive.xpm, - themes/microdeck2/close-active.xpm, - themes/microdeck2/close-inactive.xpm, - themes/microdeck2/close-pressed.xpm, - themes/microdeck2/hide-active.xpm, - themes/microdeck2/hide-inactive.xpm, - themes/microdeck2/hide-pressed.xpm, - themes/microdeck2/left-active.xpm, - themes/microdeck2/left-inactive.xpm, - themes/microdeck2/maximize-active.xpm, - themes/microdeck2/maximize-inactive.xpm, - themes/microdeck2/maximize-pressed.xpm, - themes/microdeck2/menu-active.xpm, - themes/microdeck2/menu-inactive.xpm, - themes/microdeck2/menu-pressed.xpm, - themes/microdeck2/right-active.xpm, - themes/microdeck2/right-inactive.xpm, - themes/microdeck2/shade-active.xpm, - themes/microdeck2/shade-inactive.xpm, - themes/microdeck2/shade-pressed.xpm, - themes/microdeck2/stick-active.xpm, - themes/microdeck2/stick-inactive.xpm, - themes/microdeck2/stick-pressed.xpm, - themes/microdeck2/title-1-active.xpm, - themes/microdeck2/title-1-inactive.xpm, - themes/microdeck2/title-2-active.xpm, - themes/microdeck2/title-2-inactive.xpm, - themes/microdeck2/title-3-active.xpm, - themes/microdeck2/title-3-inactive.xpm, - themes/microdeck2/title-4-active.xpm, - themes/microdeck2/title-4-inactive.xpm, - themes/microdeck2/title-5-active.xpm, - themes/microdeck2/title-5-inactive.xpm, - themes/microdeck2/top-left-active.xpm, - themes/microdeck2/top-left-inactive.xpm, - themes/microdeck2/top-right-active.xpm, - themes/microdeck2/top-right-inactive.xpm, - themes/microdeck3/bottom-active.xpm, - themes/microdeck3/bottom-inactive.xpm, - themes/microdeck3/bottom-left-active.xpm, - themes/microdeck3/bottom-left-inactive.xpm, - themes/microdeck3/bottom-right-active.xpm, - themes/microdeck3/bottom-right-inactive.xpm, - themes/microdeck3/close-active.xpm, - themes/microdeck3/close-inactive.xpm, - themes/microdeck3/close-pressed.xpm, - themes/microdeck3/hide-active.xpm, - themes/microdeck3/hide-inactive.xpm, - themes/microdeck3/hide-pressed.xpm, - themes/microdeck3/left-active.xpm, - themes/microdeck3/left-inactive.xpm, - themes/microdeck3/maximize-active.xpm, - themes/microdeck3/maximize-inactive.xpm, - themes/microdeck3/maximize-pressed.xpm, - themes/microdeck3/menu-active.xpm, - themes/microdeck3/menu-inactive.xpm, - themes/microdeck3/menu-pressed.xpm, - themes/microdeck3/right-active.xpm, - themes/microdeck3/right-inactive.xpm, - themes/microdeck3/shade-active.xpm, - themes/microdeck3/shade-inactive.xpm, - themes/microdeck3/shade-pressed.xpm, - themes/microdeck3/stick-active.xpm, - themes/microdeck3/stick-inactive.xpm, - themes/microdeck3/stick-pressed.xpm, - themes/microdeck3/title-1-active.xpm, - themes/microdeck3/title-1-inactive.xpm, - themes/microdeck3/title-2-active.xpm, - themes/microdeck3/title-2-inactive.xpm, - themes/microdeck3/title-3-active.xpm, - themes/microdeck3/title-3-inactive.xpm, - themes/microdeck3/title-4-active.xpm, - themes/microdeck3/title-4-inactive.xpm, - themes/microdeck3/title-5-active.xpm, - themes/microdeck3/title-5-inactive.xpm, - themes/microdeck3/top-left-active.xpm, - themes/microdeck3/top-left-inactive.xpm, - themes/microdeck3/top-right-active.xpm, - themes/microdeck3/top-right-inactive.xpm, - themes/microgui/bottom-active.xpm, - themes/microgui/bottom-inactive.xpm, - themes/microgui/bottom-left-active.xpm, - themes/microgui/bottom-left-inactive.xpm, - themes/microgui/bottom-right-active.xpm, - themes/microgui/bottom-right-inactive.xpm, - themes/microgui/close-active.xpm, - themes/microgui/close-inactive.xpm, - themes/microgui/close-pressed.xpm, - themes/microgui/hide-active.xpm, - themes/microgui/hide-inactive.xpm, - themes/microgui/hide-pressed.xpm, - themes/microgui/left-active.xpm, - themes/microgui/left-inactive.xpm, - themes/microgui/maximize-active.xpm, - themes/microgui/maximize-inactive.xpm, - themes/microgui/maximize-pressed.xpm, - themes/microgui/menu-active.xpm, - themes/microgui/menu-inactive.xpm, - themes/microgui/menu-pressed.xpm, - themes/microgui/right-active.xpm, - themes/microgui/right-inactive.xpm, - themes/microgui/title-1-active.xpm, - themes/microgui/title-1-inactive.xpm, - themes/microgui/title-2-active.xpm, - themes/microgui/title-2-inactive.xpm, - themes/microgui/title-3-active.xpm, - themes/microgui/title-3-inactive.xpm, - themes/microgui/title-4-active.xpm, - themes/microgui/title-4-inactive.xpm, - themes/microgui/title-5-active.xpm, - themes/microgui/title-5-inactive.xpm, - themes/microgui/top-left-active.xpm, - themes/microgui/top-left-inactive.xpm, - themes/microgui/top-right-active.xpm, - themes/microgui/top-right-inactive.xpm, - themes/mofit/bottom-active.xpm, themes/mofit/bottom-inactive.xpm, - themes/mofit/bottom-left-active.xpm, - themes/mofit/bottom-left-inactive.xpm, - themes/mofit/bottom-right-active.xpm, - themes/mofit/bottom-right-inactive.xpm, - themes/mofit/close-active.xpm, themes/mofit/close-inactive.xpm, - themes/mofit/close-pressed.xpm, themes/mofit/hide-active.xpm, - themes/mofit/hide-inactive.xpm, themes/mofit/hide-pressed.xpm, - themes/mofit/left-active.xpm, themes/mofit/left-inactive.xpm, - themes/mofit/maximize-active.xpm, - themes/mofit/maximize-inactive.xpm, - themes/mofit/maximize-pressed.xpm, - themes/mofit/maximize-toggled-active.xpm, - themes/mofit/maximize-toggled-inactive.xpm, - themes/mofit/maximize-toggled-pressed.xpm, - themes/mofit/menu-active.xpm, themes/mofit/menu-inactive.xpm, - themes/mofit/menu-pressed.xpm, themes/mofit/right-active.xpm, - themes/mofit/right-inactive.xpm, themes/mofit/shade-active.xpm, - themes/mofit/shade-inactive.xpm, themes/mofit/shade-pressed.xpm, - themes/mofit/stick-active.xpm, themes/mofit/stick-inactive.xpm, - themes/mofit/stick-pressed.xpm, themes/mofit/title-1-active.xpm, - themes/mofit/title-1-inactive.xpm, - themes/mofit/title-2-active.xpm, - themes/mofit/title-2-inactive.xpm, - themes/mofit/title-3-active.xpm, - themes/mofit/title-3-inactive.xpm, - themes/mofit/title-4-active.xpm, - themes/mofit/title-4-inactive.xpm, - themes/mofit/title-5-active.xpm, - themes/mofit/title-5-inactive.xpm, - themes/mofit/top-left-active.xpm, - themes/mofit/top-left-inactive.xpm, - themes/mofit/top-right-active.xpm, - themes/mofit/top-right-inactive.xpm, - themes/next/bottom-active.xpm, themes/next/bottom-inactive.xpm, - themes/next/bottom-left-active.xpm, - themes/next/bottom-left-inactive.xpm, - themes/next/bottom-right-active.xpm, - themes/next/bottom-right-inactive.xpm, - themes/next/close-active.xpm, themes/next/close-inactive.xpm, - themes/next/close-pressed.xpm, themes/next/hide-active.xpm, - themes/next/hide-inactive.xpm, themes/next/hide-pressed.xpm, - themes/next/left-active.xpm, themes/next/left-inactive.xpm, - themes/next/maximize-active.xpm, - themes/next/maximize-inactive.xpm, - themes/next/maximize-pressed.xpm, themes/next/menu-active.xpm, - themes/next/menu-inactive.xpm, themes/next/menu-pressed.xpm, - themes/next/right-active.xpm, themes/next/right-inactive.xpm, - themes/next/shade-active.xpm, themes/next/shade-inactive.xpm, - themes/next/shade-pressed.xpm, themes/next/stick-active.xpm, - themes/next/stick-inactive.xpm, themes/next/stick-pressed.xpm, - themes/next/title-1-active.xpm, themes/next/title-1-inactive.xpm, - themes/next/title-2-active.xpm, themes/next/title-2-inactive.xpm, - themes/next/title-3-active.xpm, themes/next/title-3-inactive.xpm, - themes/next/title-4-active.xpm, themes/next/title-4-inactive.xpm, - themes/next/title-5-active.xpm, themes/next/title-5-inactive.xpm, - themes/next/top-left-active.xpm, - themes/next/top-left-inactive.xpm, - themes/next/top-right-active.xpm, - themes/next/top-right-inactive.xpm, themes/ops/bottom-active.xpm, - themes/ops/bottom-inactive.xpm, - themes/ops/bottom-left-active.xpm, - themes/ops/bottom-left-inactive.xpm, - themes/ops/bottom-right-active.xpm, - themes/ops/bottom-right-inactive.xpm, - themes/ops/button-active.xpm, themes/ops/button-inactive.xpm, - themes/ops/button-pressed.xpm, themes/ops/close-active.xpm, - themes/ops/close-inactive.xpm, themes/ops/close-pressed.xpm, - themes/ops/hide-active.xpm, themes/ops/hide-inactive.xpm, - themes/ops/hide-pressed.xpm, themes/ops/left-active.xpm, - themes/ops/left-inactive.xpm, themes/ops/maximize-active.xpm, - themes/ops/maximize-inactive.xpm, - themes/ops/maximize-pressed.xpm, themes/ops/menu-active.xpm, - themes/ops/menu-inactive.xpm, themes/ops/menu-pressed.xpm, - themes/ops/right-active.xpm, themes/ops/right-inactive.xpm, - themes/ops/shade-active.xpm, themes/ops/shade-inactive.xpm, - themes/ops/shade-pressed.xpm, themes/ops/stick-active.xpm, - themes/ops/stick-inactive.xpm, themes/ops/stick-pressed.xpm, - themes/ops/title-1-active.xpm, themes/ops/title-1-inactive.xpm, - themes/ops/title-2-active.xpm, themes/ops/title-2-inactive.xpm, - themes/ops/title-3-active.xpm, themes/ops/title-3-inactive.xpm, - themes/ops/title-4-active.xpm, themes/ops/title-4-inactive.xpm, - themes/ops/title-5-active.xpm, themes/ops/title-5-inactive.xpm, - themes/ops/top-left-active.xpm, themes/ops/top-left-inactive.xpm, - themes/ops/top-right-active.xpm, - themes/ops/top-right-inactive.xpm, themes/opta/bottom-active.xpm, - themes/opta/bottom-inactive.xpm, - themes/opta/bottom-left-active.xpm, - themes/opta/bottom-left-inactive.xpm, - themes/opta/bottom-right-active.xpm, - themes/opta/bottom-right-inactive.xpm, - themes/opta/close-active.xpm, themes/opta/close-inactive.xpm, - themes/opta/close-pressed.xpm, themes/opta/hide-active.xpm, - themes/opta/hide-inactive.xpm, themes/opta/hide-pressed.xpm, - themes/opta/left-active.xpm, themes/opta/left-inactive.xpm, - themes/opta/maximize-active.xpm, - themes/opta/maximize-inactive.xpm, - themes/opta/maximize-pressed.xpm, - themes/opta/maximize-toggled-active.xpm, - themes/opta/maximize-toggled-inactive.xpm, - themes/opta/maximize-toggled-pressed.xpm, - themes/opta/menu-active.xpm, themes/opta/menu-inactive.xpm, - themes/opta/menu-pressed.xpm, themes/opta/right-active.xpm, - themes/opta/right-inactive.xpm, themes/opta/shade-active.xpm, - themes/opta/shade-inactive.xpm, themes/opta/shade-pressed.xpm, - themes/opta/shade-toggled-active.xpm, - themes/opta/shade-toggled-inactive.xpm, - themes/opta/shade-toggled-pressed.xpm, - themes/opta/stick-active.xpm, themes/opta/stick-inactive.xpm, - themes/opta/stick-pressed.xpm, - themes/opta/stick-toggled-active.xpm, - themes/opta/stick-toggled-inactive.xpm, - themes/opta/stick-toggled-pressed.xpm, - themes/opta/title-1-active.xpm, themes/opta/title-1-inactive.xpm, - themes/opta/title-2-active.png, themes/opta/title-2-active.xpm, - themes/opta/title-2-inactive.png, - themes/opta/title-2-inactive.xpm, themes/opta/title-3-active.png, - themes/opta/title-3-active.xpm, themes/opta/title-3-inactive.png, - themes/opta/title-3-inactive.xpm, themes/opta/title-4-active.png, - themes/opta/title-4-active.xpm, themes/opta/title-4-inactive.png, - themes/opta/title-4-inactive.xpm, themes/opta/title-5-active.xpm, - themes/opta/title-5-inactive.xpm, - themes/opta/top-left-active.xpm, - themes/opta/top-left-inactive.xpm, - themes/opta/top-right-active.xpm, - themes/opta/top-right-inactive.xpm, - themes/oroborus/bottom-active.xpm, - themes/oroborus/bottom-inactive.xpm, - themes/oroborus/bottom-left-active.xpm, - themes/oroborus/bottom-left-inactive.xpm, - themes/oroborus/bottom-right-active.xpm, - themes/oroborus/bottom-right-inactive.xpm, - themes/oroborus/close-active.xpm, - themes/oroborus/close-inactive.xpm, - themes/oroborus/close-pressed.xpm, - themes/oroborus/hide-active.xpm, - themes/oroborus/hide-inactive.xpm, - themes/oroborus/hide-pressed.xpm, - themes/oroborus/left-active.xpm, - themes/oroborus/left-inactive.xpm, - themes/oroborus/maximize-active.xpm, - themes/oroborus/maximize-inactive.xpm, - themes/oroborus/maximize-pressed.xpm, - themes/oroborus/menu-active.xpm, - themes/oroborus/menu-inactive.xpm, - themes/oroborus/menu-pressed.xpm, - themes/oroborus/right-active.xpm, - themes/oroborus/right-inactive.xpm, - themes/oroborus/shade-active.xpm, - themes/oroborus/shade-inactive.xpm, - themes/oroborus/shade-pressed.xpm, - themes/oroborus/stick-active.xpm, - themes/oroborus/stick-inactive.xpm, - themes/oroborus/stick-pressed.xpm, - themes/oroborus/title-1-active.xpm, - themes/oroborus/title-1-inactive.xpm, - themes/oroborus/title-2-active.xpm, - themes/oroborus/title-2-inactive.xpm, - themes/oroborus/title-3-active.xpm, - themes/oroborus/title-3-inactive.xpm, - themes/oroborus/title-4-active.xpm, - themes/oroborus/title-4-inactive.xpm, - themes/oroborus/title-5-active.xpm, - themes/oroborus/title-5-inactive.xpm, - themes/oroborus/top-left-active.xpm, - themes/oroborus/top-left-inactive.xpm, - themes/oroborus/top-right-active.xpm, - themes/oroborus/top-right-inactive.xpm, - themes/perl/bottom-active.xpm, themes/perl/bottom-inactive.xpm, - themes/perl/bottom-left-active.xpm, - themes/perl/bottom-left-inactive.xpm, - themes/perl/bottom-right-active.xpm, - themes/perl/bottom-right-inactive.xpm, - themes/perl/close-active.xpm, themes/perl/close-inactive.xpm, - themes/perl/close-pressed.xpm, themes/perl/hide-active.xpm, - themes/perl/hide-inactive.xpm, themes/perl/hide-pressed.xpm, - themes/perl/left-active.xpm, themes/perl/left-inactive.xpm, - themes/perl/maximize-active.xpm, - themes/perl/maximize-inactive.xpm, - themes/perl/maximize-pressed.xpm, themes/perl/menu-active.xpm, - themes/perl/menu-inactive.xpm, themes/perl/menu-pressed.xpm, - themes/perl/right-active.xpm, themes/perl/right-inactive.xpm, - themes/perl/shade-active.xpm, themes/perl/shade-inactive.xpm, - themes/perl/shade-pressed.xpm, themes/perl/stick-active.xpm, - themes/perl/stick-inactive.xpm, themes/perl/stick-pressed.xpm, - themes/perl/title-1-active.xpm, themes/perl/title-1-inactive.xpm, - themes/perl/title-2-active.xpm, themes/perl/title-2-inactive.xpm, - themes/perl/title-3-active.xpm, themes/perl/title-3-inactive.xpm, - themes/perl/title-4-active.xpm, themes/perl/title-4-inactive.xpm, - themes/perl/title-5-active.xpm, themes/perl/title-5-inactive.xpm, - themes/perl/top-left-active.xpm, - themes/perl/top-left-inactive.xpm, - themes/perl/top-right-active.xpm, - themes/perl/top-right-inactive.xpm, - themes/pills/bottom-active.xpm, themes/pills/bottom-inactive.xpm, - themes/pills/bottom-left-active.xpm, - themes/pills/bottom-left-inactive.xpm, - themes/pills/bottom-right-active.xpm, - themes/pills/bottom-right-inactive.xpm, - themes/pills/close-active.xpm, themes/pills/close-inactive.xpm, - themes/pills/close-pressed.xpm, themes/pills/hide-active.xpm, - themes/pills/hide-inactive.xpm, themes/pills/hide-pressed.xpm, - themes/pills/left-active.xpm, themes/pills/left-inactive.xpm, - themes/pills/maximize-active.xpm, - themes/pills/maximize-inactive.xpm, - themes/pills/maximize-pressed.xpm, themes/pills/menu-active.xpm, - themes/pills/menu-inactive.xpm, themes/pills/menu-pressed.xpm, - themes/pills/right-active.xpm, themes/pills/right-inactive.xpm, - themes/pills/shade-active.xpm, themes/pills/shade-inactive.xpm, - themes/pills/shade-pressed.xpm, themes/pills/stick-active.xpm, - themes/pills/stick-inactive.xpm, themes/pills/stick-pressed.xpm, - themes/pills/title-1-active.xpm, - themes/pills/title-1-inactive.xpm, - themes/pills/title-2-active.xpm, - themes/pills/title-2-inactive.xpm, - themes/pills/title-3-active.xpm, - themes/pills/title-3-inactive.xpm, - themes/pills/title-4-active.xpm, - themes/pills/title-4-inactive.xpm, - themes/pills/title-5-active.xpm, - themes/pills/title-5-inactive.xpm, - themes/pills/top-left-active.xpm, - themes/pills/top-left-inactive.xpm, - themes/pills/top-right-active.xpm, - themes/pills/top-right-inactive.xpm, - themes/piranha/bottom-active.xpm, - themes/piranha/bottom-inactive.xpm, - themes/piranha/bottom-left-active.xpm, - themes/piranha/bottom-left-inactive.xpm, - themes/piranha/bottom-right-active.xpm, - themes/piranha/bottom-right-inactive.xpm, - themes/piranha/close-active.xpm, - themes/piranha/close-inactive.xpm, - themes/piranha/close-pressed.xpm, themes/piranha/hide-active.xpm, - themes/piranha/hide-inactive.xpm, - themes/piranha/hide-pressed.xpm, themes/piranha/left-active.xpm, - themes/piranha/left-inactive.xpm, - themes/piranha/maximize-active.xpm, - themes/piranha/maximize-inactive.xpm, - themes/piranha/maximize-pressed.xpm, - themes/piranha/menu-active.xpm, themes/piranha/menu-inactive.xpm, - themes/piranha/menu-pressed.xpm, themes/piranha/right-active.xpm, - themes/piranha/right-inactive.xpm, - themes/piranha/shade-active.xpm, - themes/piranha/shade-inactive.xpm, - themes/piranha/shade-pressed.xpm, - themes/piranha/stick-active.xpm, - themes/piranha/stick-inactive.xpm, - themes/piranha/stick-pressed.xpm, - themes/piranha/title-1-active.xpm, - themes/piranha/title-1-inactive.xpm, - themes/piranha/title-2-active.xpm, - themes/piranha/title-2-inactive.xpm, - themes/piranha/title-3-active.xpm, - themes/piranha/title-3-inactive.xpm, - themes/piranha/title-4-active.xpm, - themes/piranha/title-4-inactive.xpm, - themes/piranha/title-5-active.xpm, - themes/piranha/title-5-inactive.xpm, - themes/piranha/top-left-active.xpm, - themes/piranha/top-left-inactive.xpm, - themes/piranha/top-right-active.xpm, - themes/piranha/top-right-inactive.xpm, - themes/platinum/bottom-active.xpm, - themes/platinum/bottom-inactive.xpm, - themes/platinum/bottom-left-active.xpm, - themes/platinum/bottom-left-inactive.xpm, - themes/platinum/bottom-right-active.xpm, - themes/platinum/bottom-right-inactive.xpm, - themes/platinum/close-active.xpm, - themes/platinum/close-inactive.xpm, - themes/platinum/close-pressed.xpm, - themes/platinum/hide-active.xpm, - themes/platinum/hide-inactive.xpm, - themes/platinum/hide-pressed.xpm, - themes/platinum/left-active.xpm, - themes/platinum/left-inactive.xpm, - themes/platinum/maximize-active.xpm, - themes/platinum/maximize-inactive.xpm, - themes/platinum/maximize-pressed.xpm, - themes/platinum/menu-active.xpm, - themes/platinum/menu-inactive.xpm, - themes/platinum/menu-pressed.xpm, - themes/platinum/right-active.xpm, - themes/platinum/right-inactive.xpm, - themes/platinum/shade-active.xpm, - themes/platinum/shade-inactive.xpm, - themes/platinum/shade-pressed.xpm, - themes/platinum/stick-active.xpm, - themes/platinum/stick-inactive.xpm, - themes/platinum/stick-pressed.xpm, - themes/platinum/title-1-active.xpm, - themes/platinum/title-1-inactive.xpm, - themes/platinum/title-2-active.xpm, - themes/platinum/title-2-inactive.xpm, - themes/platinum/title-3-active.xpm, - themes/platinum/title-3-inactive.xpm, - themes/platinum/title-4-active.xpm, - themes/platinum/title-4-inactive.xpm, - themes/platinum/title-5-active.xpm, - themes/platinum/title-5-inactive.xpm, - themes/platinum/top-left-active.xpm, - themes/platinum/top-left-inactive.xpm, - themes/platinum/top-right-active.xpm, - themes/platinum/top-right-inactive.xpm, - themes/prune/bottom-active.xpm, themes/prune/bottom-inactive.xpm, - themes/prune/bottom-left-active.xpm, - themes/prune/bottom-left-inactive.xpm, - themes/prune/bottom-right-active.xpm, - themes/prune/bottom-right-inactive.xpm, - themes/prune/close-active.xpm, themes/prune/close-inactive.xpm, - themes/prune/close-pressed.xpm, themes/prune/hide-active.xpm, - themes/prune/hide-inactive.xpm, themes/prune/hide-pressed.xpm, - themes/prune/left-active.xpm, themes/prune/left-inactive.xpm, - themes/prune/maximize-active.xpm, - themes/prune/maximize-inactive.xpm, - themes/prune/maximize-pressed.xpm, - themes/prune/maximize-toggled-active.xpm, - themes/prune/maximize-toggled-inactive.xpm, - themes/prune/maximize-toggled-pressed.xpm, - themes/prune/menu-active.xpm, themes/prune/menu-inactive.xpm, - themes/prune/menu-pressed.xpm, themes/prune/right-active.xpm, - themes/prune/right-inactive.xpm, themes/prune/shade-active.xpm, - themes/prune/shade-inactive.xpm, themes/prune/shade-pressed.xpm, - themes/prune/shade-toggled-active.xpm, - themes/prune/shade-toggled-inactive.xpm, - themes/prune/shade-toggled-pressed.xpm, - themes/prune/stick-active.xpm, themes/prune/stick-inactive.xpm, - themes/prune/stick-pressed.xpm, - themes/prune/stick-toggled-active.xpm, - themes/prune/stick-toggled-inactive.xpm, - themes/prune/stick-toggled-pressed.xpm, - themes/prune/title-1-active.xpm, - themes/prune/title-1-inactive.xpm, - themes/prune/title-2-active.xpm, - themes/prune/title-2-inactive.xpm, - themes/prune/title-3-active.xpm, - themes/prune/title-3-inactive.xpm, - themes/prune/title-4-active.xpm, - themes/prune/title-4-inactive.xpm, - themes/prune/title-5-active.xpm, - themes/prune/title-5-inactive.xpm, - themes/prune/top-left-active.xpm, - themes/prune/top-left-inactive.xpm, - themes/prune/top-right-active.xpm, - themes/prune/top-right-inactive.xpm, - themes/quiet-purple/bottom-active.xpm, - themes/quiet-purple/bottom-inactive.xpm, - themes/quiet-purple/bottom-left-active.xpm, - themes/quiet-purple/bottom-left-inactive.xpm, - themes/quiet-purple/bottom-right-active.xpm, - themes/quiet-purple/bottom-right-inactive.xpm, - themes/quiet-purple/close-active.xpm, - themes/quiet-purple/close-inactive.xpm, - themes/quiet-purple/close-pressed.xpm, - themes/quiet-purple/hide-active.xpm, - themes/quiet-purple/hide-inactive.xpm, - themes/quiet-purple/hide-pressed.xpm, - themes/quiet-purple/left-active.xpm, - themes/quiet-purple/left-inactive.xpm, - themes/quiet-purple/maximize-active.xpm, - themes/quiet-purple/maximize-inactive.xpm, - themes/quiet-purple/maximize-pressed.xpm, - themes/quiet-purple/menu-active.xpm, - themes/quiet-purple/menu-inactive.xpm, - themes/quiet-purple/menu-pressed.xpm, - themes/quiet-purple/right-active.xpm, - themes/quiet-purple/right-inactive.xpm, - themes/quiet-purple/shade-active.xpm, - themes/quiet-purple/shade-inactive.xpm, - themes/quiet-purple/shade-pressed.xpm, - themes/quiet-purple/shide-inactive.xpm, - themes/quiet-purple/stick-active.xpm, - themes/quiet-purple/stick-inactive.xpm, - themes/quiet-purple/stick-pressed.xpm, - themes/quiet-purple/title-1-active.xpm, - themes/quiet-purple/title-1-inactive.xpm, - themes/quiet-purple/title-2-active.xpm, - themes/quiet-purple/title-2-inactive.xpm, - themes/quiet-purple/title-3-active.xpm, - themes/quiet-purple/title-3-inactive.xpm, - themes/quiet-purple/title-4-active.xpm, - themes/quiet-purple/title-4-inactive.xpm, - themes/quiet-purple/title-5-active.xpm, - themes/quiet-purple/title-5-inactive.xpm, - themes/quiet-purple/top-left-active.xpm, - themes/quiet-purple/top-left-inactive.xpm, - themes/quiet-purple/top-right-active.xpm, - themes/quiet-purple/top-right-inactive.xpm, - themes/quinx/bottom-active.xpm, themes/quinx/bottom-inactive.xpm, - themes/quinx/bottom-left-active.xpm, - themes/quinx/bottom-left-inactive.xpm, - themes/quinx/bottom-right-active.xpm, - themes/quinx/bottom-right-inactive.xpm, - themes/quinx/close-active.xpm, themes/quinx/close-inactive.xpm, - themes/quinx/close-pressed.xpm, themes/quinx/hide-active.xpm, - themes/quinx/hide-inactive.xpm, themes/quinx/hide-pressed.xpm, - themes/quinx/left-active.xpm, themes/quinx/left-inactive.xpm, - themes/quinx/maximize-active.xpm, - themes/quinx/maximize-inactive.xpm, - themes/quinx/maximize-pressed.xpm, themes/quinx/menu-active.xpm, - themes/quinx/menu-inactive.xpm, themes/quinx/menu-pressed.xpm, - themes/quinx/right-active.xpm, themes/quinx/right-inactive.xpm, - themes/quinx/shade-active.xpm, themes/quinx/shade-inactive.xpm, - themes/quinx/shade-pressed.xpm, themes/quinx/title-1-active.xpm, - themes/quinx/title-1-inactive.xpm, - themes/quinx/title-2-active.xpm, - themes/quinx/title-2-inactive.xpm, - themes/quinx/title-3-active.xpm, - themes/quinx/title-3-inactive.xpm, - themes/quinx/title-4-active.xpm, - themes/quinx/title-4-inactive.xpm, - themes/quinx/title-5-active.xpm, - themes/quinx/title-5-inactive.xpm, - themes/quinx/top-left-active.xpm, - themes/quinx/top-left-inactive.xpm, - themes/quinx/top-right-active.xpm, - themes/quinx/top-right-inactive.xpm, - themes/r9x/bottom-active.xpm, themes/r9x/bottom-inactive.xpm, - themes/r9x/bottom-left-active.xpm, - themes/r9x/bottom-left-inactive.xpm, - themes/r9x/bottom-right-active.xpm, - themes/r9x/bottom-right-inactive.xpm, - themes/r9x/close-active.xpm, themes/r9x/close-inactive.xpm, - themes/r9x/close-pressed.xpm, themes/r9x/hide-active.xpm, - themes/r9x/hide-inactive.xpm, themes/r9x/hide-pressed.xpm, - themes/r9x/left-active.xpm, themes/r9x/left-inactive.xpm, - themes/r9x/maximize-active.xpm, themes/r9x/maximize-inactive.xpm, - themes/r9x/maximize-pressed.xpm, themes/r9x/menu-active.xpm, - themes/r9x/menu-inactive.xpm, themes/r9x/menu-pressed.xpm, - themes/r9x/right-active.xpm, themes/r9x/right-inactive.xpm, - themes/r9x/shade-active.xpm, themes/r9x/shade-inactive.xpm, - themes/r9x/shade-pressed.xpm, themes/r9x/stick-active.xpm, - themes/r9x/stick-inactive.xpm, themes/r9x/stick-pressed.xpm, - themes/r9x/title-1-active.xpm, themes/r9x/title-1-inactive.xpm, - themes/r9x/title-2-active.xpm, themes/r9x/title-2-inactive.xpm, - themes/r9x/title-3-active.xpm, themes/r9x/title-3-inactive.xpm, - themes/r9x/title-4-active.xpm, themes/r9x/title-4-inactive.xpm, - themes/r9x/title-5-active.xpm, themes/r9x/title-5-inactive.xpm, - themes/r9x/top-left-active.xpm, themes/r9x/top-left-inactive.xpm, - themes/r9x/top-right-active.xpm, - themes/r9x/top-right-inactive.xpm, - themes/redmond/bottom-active.xpm, - themes/redmond/bottom-inactive.xpm, - themes/redmond/bottom-left-active.xpm, - themes/redmond/bottom-left-inactive.xpm, - themes/redmond/bottom-right-active.xpm, - themes/redmond/bottom-right-inactive.xpm, - themes/redmond/close-active.xpm, - themes/redmond/close-inactive.xpm, - themes/redmond/close-pressed.xpm, themes/redmond/hide-active.xpm, - themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, themes/redmond/left-active.xpm, - themes/redmond/left-inactive.xpm, - themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm, - themes/redmond/maximize-toggled-active.xpm, - themes/redmond/maximize-toggled-inactive.xpm, - themes/redmond/maximize-toggled-pressed.xpm, - themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm, themes/redmond/right-active.xpm, - themes/redmond/right-inactive.xpm, - themes/redmond/shade-active.xpm, - themes/redmond/shade-inactive.xpm, - themes/redmond/shade-pressed.xpm, - themes/redmond/stick-active.xpm, - themes/redmond/stick-inactive.xpm, - themes/redmond/stick-pressed.xpm, - themes/redmond/title-1-active.xpm, - themes/redmond/title-1-inactive.xpm, - themes/redmond/title-2-active.xpm, - themes/redmond/title-2-inactive.xpm, - themes/redmond/title-3-active.xpm, - themes/redmond/title-3-inactive.xpm, - themes/redmond/title-4-active.xpm, - themes/redmond/title-4-inactive.xpm, - themes/redmond/title-5-active.xpm, - themes/redmond/title-5-inactive.xpm, - themes/redmond/top-left-active.xpm, - themes/redmond/top-left-inactive.xpm, - themes/redmond/top-right-active.xpm, - themes/redmond/top-right-inactive.xpm, - themes/redmondxp/bottom-active.png, - themes/redmondxp/bottom-active.xpm, - themes/redmondxp/bottom-inactive.png, - themes/redmondxp/bottom-inactive.xpm, - themes/redmondxp/bottom-left-active.png, - themes/redmondxp/bottom-left-active.xpm, - themes/redmondxp/bottom-left-inactive.png, - themes/redmondxp/bottom-left-inactive.xpm, - themes/redmondxp/bottom-right-active.png, - themes/redmondxp/bottom-right-active.xpm, - themes/redmondxp/bottom-right-inactive.png, - themes/redmondxp/bottom-right-inactive.xpm, - themes/redmondxp/close-active.png, - themes/redmondxp/close-active.xpm, - themes/redmondxp/close-inactive.png, - themes/redmondxp/close-inactive.xpm, - themes/redmondxp/close-pressed.png, - themes/redmondxp/close-pressed.xpm, - themes/redmondxp/frame-active.png, - themes/redmondxp/frame-inactive.png, - themes/redmondxp/hide-active.png, - themes/redmondxp/hide-active.xpm, - themes/redmondxp/hide-inactive.png, - themes/redmondxp/hide-inactive.xpm, - themes/redmondxp/hide-pressed.png, - themes/redmondxp/hide-pressed.xpm, - themes/redmondxp/left-active.png, - themes/redmondxp/left-active.xpm, - themes/redmondxp/left-inactive.png, - themes/redmondxp/left-inactive.xpm, - themes/redmondxp/maximize-active.png, - themes/redmondxp/maximize-active.xpm, - themes/redmondxp/maximize-inactive.png, - themes/redmondxp/maximize-inactive.xpm, - themes/redmondxp/maximize-pressed.png, - themes/redmondxp/maximize-pressed.xpm, - themes/redmondxp/maximize-toggled-active.png, - themes/redmondxp/maximize-toggled-active.xpm, - themes/redmondxp/maximize-toggled-inactive.png, - themes/redmondxp/maximize-toggled-inactive.xpm, - themes/redmondxp/maximize-toggled-pressed.png, - themes/redmondxp/maximize-toggled-pressed.xpm, - themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm, - themes/redmondxp/right-active.png, - themes/redmondxp/right-active.xpm, - themes/redmondxp/right-inactive.png, - themes/redmondxp/right-inactive.xpm, - themes/redmondxp/title-1-active.png, - themes/redmondxp/title-1-active.xpm, - themes/redmondxp/title-1-inactive.png, - themes/redmondxp/title-1-inactive.xpm, - themes/redmondxp/title-2-active.png, - themes/redmondxp/title-2-active.xpm, - themes/redmondxp/title-2-inactive.png, - themes/redmondxp/title-2-inactive.xpm, - themes/redmondxp/title-3-active.png, - themes/redmondxp/title-3-active.xpm, - themes/redmondxp/title-3-inactive.png, - themes/redmondxp/title-3-inactive.xpm, - themes/redmondxp/title-4-active.png, - themes/redmondxp/title-4-active.xpm, - themes/redmondxp/title-4-inactive.png, - themes/redmondxp/title-4-inactive.xpm, - themes/redmondxp/title-5-active.png, - themes/redmondxp/title-5-active.xpm, - themes/redmondxp/title-5-inactive.png, - themes/redmondxp/title-5-inactive.xpm, - themes/redmondxp/top-left-active.png, - themes/redmondxp/top-left-active.xpm, - themes/redmondxp/top-left-inactive.png, - themes/redmondxp/top-left-inactive.xpm, - themes/redmondxp/top-right-active.png, - themes/redmondxp/top-right-active.xpm, - themes/redmondxp/top-right-inactive.png, - themes/redmondxp/top-right-inactive.xpm, - themes/retro/bottom-active.xpm, themes/retro/bottom-inactive.xpm, - themes/retro/bottom-left-active.xpm, - themes/retro/bottom-left-inactive.xpm, - themes/retro/bottom-right-active.xpm, - themes/retro/bottom-right-inactive.xpm, - themes/retro/close-active.xpm, themes/retro/close-inactive.xpm, - themes/retro/close-pressed.xpm, themes/retro/hide-active.xpm, - themes/retro/hide-inactive.xpm, themes/retro/hide-pressed.xpm, - themes/retro/left-active.xpm, themes/retro/left-inactive.xpm, - themes/retro/maximize-active.xpm, - themes/retro/maximize-inactive.xpm, - themes/retro/maximize-pressed.xpm, themes/retro/menu-active.xpm, - themes/retro/menu-inactive.xpm, themes/retro/menu-pressed.xpm, - themes/retro/right-active.xpm, themes/retro/right-inactive.xpm, - themes/retro/shade-active.xpm, themes/retro/shade-inactive.xpm, - themes/retro/shade-pressed.xpm, themes/retro/stick-active.xpm, - themes/retro/stick-inactive.xpm, themes/retro/stick-pressed.xpm, - themes/retro/title-1-active.xpm, - themes/retro/title-1-inactive.xpm, - themes/retro/title-2-active.xpm, - themes/retro/title-2-inactive.xpm, - themes/retro/title-3-active.xpm, - themes/retro/title-3-inactive.xpm, - themes/retro/title-4-active.xpm, - themes/retro/title-4-inactive.xpm, - themes/retro/title-5-active.xpm, - themes/retro/title-5-inactive.xpm, - themes/retro/top-left-active.xpm, - themes/retro/top-left-inactive.xpm, - themes/retro/top-right-active.xpm, - themes/retro/top-right-inactive.xpm, - themes/silverado/bottom-active.xpm, - themes/silverado/bottom-inactive.xpm, - themes/silverado/bottom-left-active.xpm, - themes/silverado/bottom-left-inactive.xpm, - themes/silverado/bottom-right-active.xpm, - themes/silverado/bottom-right-inactive.xpm, - themes/silverado/close-active.xpm, - themes/silverado/close-inactive.xpm, - themes/silverado/close-pressed.xpm, - themes/silverado/hide-active.xpm, - themes/silverado/hide-inactive.xpm, - themes/silverado/hide-pressed.xpm, - themes/silverado/left-active.xpm, - themes/silverado/left-inactive.xpm, - themes/silverado/maximize-active.xpm, - themes/silverado/maximize-inactive.xpm, - themes/silverado/maximize-pressed.xpm, - themes/silverado/menu-active.xpm, - themes/silverado/menu-inactive.xpm, - themes/silverado/menu-pressed.xpm, - themes/silverado/right-active.xpm, - themes/silverado/right-inactive.xpm, - themes/silverado/title-1-active.xpm, - themes/silverado/title-1-inactive.xpm, - themes/silverado/title-2-active.xpm, - themes/silverado/title-2-inactive.xpm, - themes/silverado/title-3-active.xpm, - themes/silverado/title-3-inactive.xpm, - themes/silverado/title-4-active.xpm, - themes/silverado/title-4-inactive.xpm, - themes/silverado/title-5-active.xpm, - themes/silverado/title-5-inactive.xpm, - themes/silverado/top-left-active.xpm, - themes/silverado/top-left-inactive.xpm, - themes/silverado/top-right-active.xpm, - themes/silverado/top-right-inactive.xpm, - themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm, - themes/slick/bottom-left-active.xpm, - themes/slick/bottom-left-inactive.xpm, - themes/slick/bottom-right-active.xpm, - themes/slick/bottom-right-inactive.xpm, - themes/slick/close-active.xpm, themes/slick/close-inactive.xpm, - themes/slick/close-pressed.xpm, themes/slick/hide-active.xpm, - themes/slick/hide-inactive.xpm, themes/slick/hide-pressed.xpm, - themes/slick/left-active.xpm, themes/slick/left-inactive.xpm, - themes/slick/maximize-active.xpm, - themes/slick/maximize-inactive.xpm, - themes/slick/maximize-pressed.xpm, themes/slick/menu-active.xpm, - themes/slick/menu-inactive.xpm, themes/slick/menu-pressed.xpm, - themes/slick/right-active.xpm, themes/slick/right-inactive.xpm, - themes/slick/shade-active.xpm, themes/slick/shade-inactive.xpm, - themes/slick/shade-pressed.xpm, themes/slick/stick-active.xpm, - themes/slick/stick-inactive.xpm, themes/slick/stick-pressed.xpm, - themes/slick/title-1-active.xpm, - themes/slick/title-1-inactive.xpm, - themes/slick/title-2-active.xpm, - themes/slick/title-2-inactive.xpm, - themes/slick/title-3-active.xpm, - themes/slick/title-3-inactive.xpm, - themes/slick/title-4-active.xpm, - themes/slick/title-4-inactive.xpm, - themes/slick/title-5-active.xpm, - themes/slick/title-5-inactive.xpm, - themes/slick/top-left-active.xpm, - themes/slick/top-left-inactive.xpm, - themes/slick/top-right-active.xpm, - themes/slick/top-right-inactive.xpm, - themes/slimline/bottom-active.xpm, - themes/slimline/bottom-inactive.xpm, - themes/slimline/bottom-left-active.xpm, - themes/slimline/bottom-left-inactive.xpm, - themes/slimline/bottom-right-active.xpm, - themes/slimline/bottom-right-inactive.xpm, - themes/slimline/close-active.xpm, - themes/slimline/close-inactive.xpm, - themes/slimline/close-pressed.xpm, - themes/slimline/hide-active.xpm, - themes/slimline/hide-inactive.xpm, - themes/slimline/hide-pressed.xpm, - themes/slimline/left-active.xpm, - themes/slimline/left-inactive.xpm, - themes/slimline/maximize-active.xpm, - themes/slimline/maximize-inactive.xpm, - themes/slimline/maximize-pressed.xpm, - themes/slimline/menu-active.xpm, - themes/slimline/menu-inactive.xpm, - themes/slimline/menu-pressed.xpm, - themes/slimline/right-active.xpm, - themes/slimline/right-inactive.xpm, - themes/slimline/shade-active.xpm, - themes/slimline/shade-inactive.xpm, - themes/slimline/shade-pressed.xpm, - themes/slimline/stick-active.xpm, - themes/slimline/stick-inactive.xpm, - themes/slimline/stick-pressed.xpm, - themes/slimline/title-1-active.xpm, - themes/slimline/title-1-inactive.xpm, - themes/slimline/title-2-active.xpm, - themes/slimline/title-2-inactive.xpm, - themes/slimline/title-3-active.xpm, - themes/slimline/title-3-inactive.xpm, - themes/slimline/title-4-active.xpm, - themes/slimline/title-4-inactive.xpm, - themes/slimline/title-5-active.xpm, - themes/slimline/title-5-inactive.xpm, - themes/slimline/top-left-active.xpm, - themes/slimline/top-left-inactive.xpm, - themes/slimline/top-right-active.xpm, - themes/slimline/top-right-inactive.xpm, - themes/smallscreen/bottom-active.xpm, - themes/smallscreen/bottom-inactive.xpm, - themes/smallscreen/bottom-left-active.xpm, - themes/smallscreen/bottom-left-inactive.xpm, - themes/smallscreen/bottom-right-active.xpm, - themes/smallscreen/bottom-right-inactive.xpm, - themes/smallscreen/close-active.xpm, - themes/smallscreen/close-inactive.xpm, - themes/smallscreen/close-pressed.xpm, - themes/smallscreen/hide-active.xpm, - themes/smallscreen/hide-inactive.xpm, - themes/smallscreen/hide-pressed.xpm, - themes/smallscreen/left-active.xpm, - themes/smallscreen/left-inactive.xpm, - themes/smallscreen/maximize-active.xpm, - themes/smallscreen/maximize-inactive.xpm, - themes/smallscreen/maximize-pressed.xpm, - themes/smallscreen/menu-active.xpm, - themes/smallscreen/menu-inactive.xpm, - themes/smallscreen/menu-pressed.xpm, - themes/smallscreen/right-active.xpm, - themes/smallscreen/right-inactive.xpm, - themes/smallscreen/shade-active.xpm, - themes/smallscreen/shade-inactive.xpm, - themes/smallscreen/shade-pressed.xpm, - themes/smallscreen/stick-active.xpm, - themes/smallscreen/stick-inactive.xpm, - themes/smallscreen/stick-pressed.xpm, - themes/smallscreen/title-1-active.xpm, - themes/smallscreen/title-1-inactive.xpm, - themes/smallscreen/title-2-active.xpm, - themes/smallscreen/title-2-inactive.xpm, - themes/smallscreen/title-3-active.xpm, - themes/smallscreen/title-3-inactive.xpm, - themes/smallscreen/title-4-active.xpm, - themes/smallscreen/title-4-inactive.xpm, - themes/smallscreen/title-5-active.xpm, - themes/smallscreen/title-5-inactive.xpm, - themes/smallscreen/top-left-active.xpm, - themes/smallscreen/top-left-inactive.xpm, - themes/smallscreen/top-right-active.xpm, - themes/smallscreen/top-right-inactive.xpm, - themes/smoothwall/bottom-active.xpm, - themes/smoothwall/bottom-inactive.xpm, - themes/smoothwall/bottom-left-active.xpm, - themes/smoothwall/bottom-left-inactive.xpm, - themes/smoothwall/bottom-right-active.xpm, - themes/smoothwall/bottom-right-inactive.xpm, - themes/smoothwall/close-active.xpm, - themes/smoothwall/close-inactive.xpm, - themes/smoothwall/close-pressed.xpm, - themes/smoothwall/hide-active.xpm, - themes/smoothwall/hide-inactive.xpm, - themes/smoothwall/hide-pressed.xpm, - themes/smoothwall/left-active.xpm, - themes/smoothwall/left-inactive.xpm, - themes/smoothwall/maximize-active.xpm, - themes/smoothwall/maximize-inactive.xpm, - themes/smoothwall/maximize-pressed.xpm, - themes/smoothwall/maximize-toggled-active.xpm, - themes/smoothwall/maximize-toggled-inactive.xpm, - themes/smoothwall/maximize-toggled-pressed.xpm, - themes/smoothwall/menu-active.xpm, - themes/smoothwall/menu-inactive.xpm, - themes/smoothwall/menu-pressed.xpm, - themes/smoothwall/right-active.xpm, - themes/smoothwall/right-inactive.xpm, - themes/smoothwall/shade-active.xpm, - themes/smoothwall/shade-inactive.xpm, - themes/smoothwall/shade-pressed.xpm, - themes/smoothwall/shade-toggled-active.xpm, - themes/smoothwall/shade-toggled-inactive.xpm, - themes/smoothwall/shade-toggled-pressed.xpm, - themes/smoothwall/stick-active.xpm, - themes/smoothwall/stick-inactive.xpm, - themes/smoothwall/stick-pressed.xpm, - themes/smoothwall/stick-toggled-active.xpm, - themes/smoothwall/stick-toggled-inactive.xpm, - themes/smoothwall/stick-toggled-pressed.xpm, - themes/smoothwall/title-1-active.xpm, - themes/smoothwall/title-1-inactive.xpm, - themes/smoothwall/title-2-active.xpm, - themes/smoothwall/title-2-inactive.xpm, - themes/smoothwall/title-3-active.xpm, - themes/smoothwall/title-3-inactive.xpm, - themes/smoothwall/title-4-active.xpm, - themes/smoothwall/title-4-inactive.xpm, - themes/smoothwall/title-5-active.xpm, - themes/smoothwall/title-5-inactive.xpm, - themes/smoothwall/top-left-active.xpm, - themes/smoothwall/top-left-inactive.xpm, - themes/smoothwall/top-right-active.xpm, - themes/smoothwall/top-right-inactive.xpm, - themes/symphony/bottom-active.png, - themes/symphony/bottom-active.xpm, - themes/symphony/bottom-inactive.png, - themes/symphony/bottom-inactive.xpm, - themes/symphony/bottom-left-active.png, - themes/symphony/bottom-left-active.xpm, - themes/symphony/bottom-left-inactive.png, - themes/symphony/bottom-left-inactive.xpm, - themes/symphony/bottom-right-active.png, - themes/symphony/bottom-right-active.xpm, - themes/symphony/bottom-right-inactive.png, - themes/symphony/bottom-right-inactive.xpm, - themes/symphony/close-active.xpm, - themes/symphony/close-inactive.xpm, - themes/symphony/close-pressed.xpm, - themes/symphony/hide-active.xpm, - themes/symphony/hide-inactive.xpm, - themes/symphony/hide-pressed.xpm, - themes/symphony/left-active.png, themes/symphony/left-active.xpm, - themes/symphony/left-inactive.png, - themes/symphony/left-inactive.xpm, - themes/symphony/maximize-active.xpm, - themes/symphony/maximize-inactive.xpm, - themes/symphony/maximize-pressed.xpm, - themes/symphony/maximize-toggled-active.xpm, - themes/symphony/maximize-toggled-inactive.xpm, - themes/symphony/maximize-toggled-pressed.xpm, - themes/symphony/menu-active.xpm, - themes/symphony/menu-inactive.xpm, - themes/symphony/menu-pressed.xpm, - themes/symphony/right-active.png, - themes/symphony/right-active.xpm, - themes/symphony/right-inactive.png, - themes/symphony/right-inactive.xpm, - themes/symphony/shade-active.xpm, - themes/symphony/shade-inactive.xpm, - themes/symphony/shade-pressed.xpm, - themes/symphony/shade-toggled-active.xpm, - themes/symphony/shade-toggled-inactive.xpm, - themes/symphony/shade-toggled-pressed.xpm, - themes/symphony/stick-active.xpm, - themes/symphony/stick-inactive.xpm, - themes/symphony/stick-pressed.xpm, - themes/symphony/stick-toggled-active.xpm, - themes/symphony/stick-toggled-inactive.xpm, - themes/symphony/stick-toggled-pressed.xpm, - themes/symphony/title-1-active.png, - themes/symphony/title-1-active.xpm, - themes/symphony/title-1-inactive.png, - themes/symphony/title-1-inactive.xpm, - themes/symphony/title-2-active.png, - themes/symphony/title-2-active.xpm, - themes/symphony/title-2-inactive.png, - themes/symphony/title-2-inactive.xpm, - themes/symphony/title-3-active.png, - themes/symphony/title-3-active.xpm, - themes/symphony/title-3-inactive.png, - themes/symphony/title-3-inactive.xpm, - themes/symphony/title-4-active.png, - themes/symphony/title-4-active.xpm, - themes/symphony/title-4-inactive.png, - themes/symphony/title-4-inactive.xpm, - themes/symphony/title-5-active.png, - themes/symphony/title-5-active.xpm, - themes/symphony/title-5-inactive.png, - themes/symphony/title-5-inactive.xpm, - themes/symphony/top-left-active.png, - themes/symphony/top-left-active.xpm, - themes/symphony/top-left-inactive.png, - themes/symphony/top-left-inactive.xpm, - themes/symphony/top-right-active.png, - themes/symphony/top-right-active.xpm, - themes/symphony/top-right-inactive.png, - themes/symphony/top-right-inactive.xpm, - themes/synthetic/bottom-active.xpm, - themes/synthetic/bottom-inactive.xpm, - themes/synthetic/bottom-left-active.xpm, - themes/synthetic/bottom-left-inactive.xpm, - themes/synthetic/bottom-right-active.xpm, - themes/synthetic/bottom-right-inactive.xpm, - themes/synthetic/close-active.xpm, - themes/synthetic/close-inactive.xpm, - themes/synthetic/close-pressed.xpm, - themes/synthetic/hide-active.xpm, - themes/synthetic/hide-inactive.xpm, - themes/synthetic/hide-pressed.xpm, - themes/synthetic/left-active.xpm, - themes/synthetic/left-inactive.xpm, - themes/synthetic/maximize-active.xpm, - themes/synthetic/maximize-inactive.xpm, - themes/synthetic/maximize-pressed.xpm, - themes/synthetic/maximize-toggled-active.xpm, - themes/synthetic/maximize-toggled-inactive.xpm, - themes/synthetic/maximize-toggled-pressed.xpm, - themes/synthetic/menu-active.xpm, - themes/synthetic/menu-inactive.xpm, - themes/synthetic/menu-pressed.xpm, - themes/synthetic/right-active.xpm, - themes/synthetic/right-inactive.xpm, - themes/synthetic/shade-active.xpm, - themes/synthetic/shade-inactive.xpm, - themes/synthetic/shade-pressed.xpm, - themes/synthetic/shade-toggled-active.xpm, - themes/synthetic/shade-toggled-inactive.xpm, - themes/synthetic/shade-toggled-pressed.xpm, - themes/synthetic/stick-active.xpm, - themes/synthetic/stick-inactive.xpm, - themes/synthetic/stick-pressed.xpm, - themes/synthetic/stick-toggled-active.xpm, - themes/synthetic/stick-toggled-inactive.xpm, - themes/synthetic/stick-toggled-pressed.xpm, - themes/synthetic/title-1-active.xpm, - themes/synthetic/title-1-inactive.xpm, - themes/synthetic/title-2-active.xpm, - themes/synthetic/title-2-inactive.xpm, - themes/synthetic/title-3-active.xpm, - themes/synthetic/title-3-inactive.xpm, - themes/synthetic/title-4-active.xpm, - themes/synthetic/title-4-inactive.xpm, - themes/synthetic/title-5-active.xpm, - themes/synthetic/title-5-inactive.xpm, - themes/synthetic/top-left-active.xpm, - themes/synthetic/top-left-inactive.xpm, - themes/synthetic/top-right-active.xpm, - themes/synthetic/top-right-inactive.xpm, - themes/tabs/bottom-active.xpm, themes/tabs/bottom-inactive.xpm, - themes/tabs/bottom-left-active.xpm, - themes/tabs/bottom-left-inactive.xpm, - themes/tabs/bottom-right-active.xpm, - themes/tabs/bottom-right-inactive.xpm, - themes/tabs/close-active.xpm, themes/tabs/close-inactive.xpm, - themes/tabs/close-pressed.xpm, themes/tabs/hide-active.xpm, - themes/tabs/hide-inactive.xpm, themes/tabs/hide-pressed.xpm, - themes/tabs/left-active.xpm, themes/tabs/left-inactive.xpm, - themes/tabs/maximize-active.xpm, - themes/tabs/maximize-inactive.xpm, - themes/tabs/maximize-pressed.xpm, themes/tabs/menu-active.xpm, - themes/tabs/menu-inactive.xpm, themes/tabs/menu-pressed.xpm, - themes/tabs/menu_inactive.xpm, themes/tabs/right-active.xpm, - themes/tabs/right-inactive.xpm, themes/tabs/shade-active.xpm, - themes/tabs/shade-inactive.xpm, themes/tabs/shade-pressed.xpm, - themes/tabs/stick-active.xpm, themes/tabs/stick-inactive.xpm, - themes/tabs/stick-pressed.xpm, themes/tabs/title-1-active.xpm, - themes/tabs/title-1-inactive.xpm, themes/tabs/title-2-active.xpm, - themes/tabs/title-2-inactive.xpm, themes/tabs/title-3-active.xpm, - themes/tabs/title-3-inactive.xpm, themes/tabs/title-4-active.xpm, - themes/tabs/title-4-inactive.xpm, themes/tabs/title-5-active.xpm, - themes/tabs/title-5-inactive.xpm, - themes/tabs/top-left-active.xpm, - themes/tabs/top-left-inactive.xpm, - themes/tabs/top-right-active.xpm, - themes/tabs/top-right-inactive.xpm, - themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/left-active.xpm, - themes/tgc-large/left-inactive.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/title-1-active.xpm, - themes/tgc-large/title-1-inactive.xpm, - themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-3-active.xpm, - themes/tgc-large/title-3-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/title-5-active.xpm, - themes/tgc-large/title-5-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm, - themes/tgc/bottom-active.xpm, themes/tgc/bottom-inactive.xpm, - themes/tgc/bottom-left-active.xpm, - themes/tgc/bottom-left-inactive.xpm, - themes/tgc/bottom-right-active.xpm, - themes/tgc/bottom-right-inactive.xpm, - themes/tgc/close-active.xpm, themes/tgc/close-inactive.xpm, - themes/tgc/close-pressed.xpm, themes/tgc/hide-active.xpm, - themes/tgc/hide-inactive.xpm, themes/tgc/hide-pressed.xpm, - themes/tgc/left-active.xpm, themes/tgc/left-inactive.xpm, - themes/tgc/maximize-active.xpm, themes/tgc/maximize-inactive.xpm, - themes/tgc/maximize-pressed.xpm, - themes/tgc/maximize-toggled-active.xpm, - themes/tgc/maximize-toggled-inactive.xpm, - themes/tgc/maximize-toggled-pressed.xpm, - themes/tgc/menu-active.xpm, themes/tgc/menu-inactive.xpm, - themes/tgc/menu-pressed.xpm, themes/tgc/right-active.xpm, - themes/tgc/right-inactive.xpm, themes/tgc/shade-active.xpm, - themes/tgc/shade-inactive.xpm, themes/tgc/shade-pressed.xpm, - themes/tgc/shade-toggled-active.xpm, - themes/tgc/shade-toggled-inactive.xpm, - themes/tgc/shade-toggled-pressed.xpm, - themes/tgc/stick-active.xpm, themes/tgc/stick-inactive.xpm, - themes/tgc/stick-pressed.xpm, - themes/tgc/stick-toggled-active.xpm, - themes/tgc/stick-toggled-inactive.xpm, - themes/tgc/stick-toggled-pressed.xpm, - themes/tgc/title-1-active.xpm, themes/tgc/title-1-inactive.xpm, - themes/tgc/title-2-active.xpm, themes/tgc/title-2-inactive.xpm, - themes/tgc/title-3-active.xpm, themes/tgc/title-3-inactive.xpm, - themes/tgc/title-4-active.xpm, themes/tgc/title-4-inactive.xpm, - themes/tgc/title-5-active.xpm, themes/tgc/title-5-inactive.xpm, - themes/tgc/top-left-active.xpm, themes/tgc/top-left-inactive.xpm, - themes/tgc/top-right-active.xpm, - themes/tgc/top-right-inactive.xpm, - themes/today/bottom-active.xpm, themes/today/bottom-inactive.xpm, - themes/today/bottom-left-active.xpm, - themes/today/bottom-left-inactive.xpm, - themes/today/bottom-right-active.xpm, - themes/today/bottom-right-inactive.xpm, - themes/today/close-active.xpm, themes/today/close-inactive.xpm, - themes/today/close-pressed.xpm, themes/today/hide-active.xpm, - themes/today/hide-inactive.xpm, themes/today/hide-pressed.xpm, - themes/today/left-active.xpm, themes/today/left-inactive.xpm, - themes/today/maximize-active.xpm, - themes/today/maximize-inactive.xpm, - themes/today/maximize-pressed.xpm, - themes/today/maximize-toggled-active.xpm, - themes/today/maximize-toggled-inactive.xpm, - themes/today/maximize-toggled-pressed.xpm, - themes/today/menu-active.xpm, themes/today/menu-inactive.xpm, - themes/today/menu-pressed.xpm, themes/today/right-active.xpm, - themes/today/right-inactive.xpm, themes/today/title-1-active.xpm, - themes/today/title-1-inactive.xpm, - themes/today/title-2-active.xpm, - themes/today/title-2-inactive.xpm, - themes/today/title-3-active.xpm, - themes/today/title-3-inactive.xpm, - themes/today/title-4-active.xpm, - themes/today/title-4-inactive.xpm, - themes/today/title-5-active.xpm, - themes/today/title-5-inactive.xpm, - themes/today/top-left-active.xpm, - themes/today/top-left-inactive.xpm, - themes/today/top-right-active.xpm, - themes/today/top-right-inactive.xpm, - themes/totem/bottom-active.xpm, themes/totem/bottom-inactive.xpm, - themes/totem/bottom-left-active.xpm, - themes/totem/bottom-left-inactive.xpm, - themes/totem/bottom-right-active.xpm, - themes/totem/bottom-right-inactive.xpm, - themes/totem/button-active.xpm, themes/totem/close-active.xpm, - themes/totem/close-inactive.xpm, themes/totem/close-pressed.xpm, - themes/totem/hide-active.xpm, themes/totem/hide-inactive.xpm, - themes/totem/hide-pressed.xpm, themes/totem/left-active.xpm, - themes/totem/left-inactive.xpm, themes/totem/maximize-active.xpm, - themes/totem/maximize-inactive.xpm, - themes/totem/maximize-pressed.xpm, themes/totem/menu-active.xpm, - themes/totem/menu-inactive.xpm, themes/totem/menu-pressed.xpm, - themes/totem/right-active.xpm, themes/totem/right-inactive.xpm, - themes/totem/shade-active.xpm, themes/totem/shade-inactive.xpm, - themes/totem/shade-pressed.xpm, themes/totem/stick-active.xpm, - themes/totem/stick-inactive.xpm, themes/totem/stick-pressed.xpm, - themes/totem/title-1-active.xpm, - themes/totem/title-1-inactive.xpm, - themes/totem/title-2-active.xpm, - themes/totem/title-2-inactive.xpm, - themes/totem/title-3-active.xpm, - themes/totem/title-3-inactive.xpm, - themes/totem/title-4-active.xpm, - themes/totem/title-4-inactive.xpm, - themes/totem/title-5-active.xpm, - themes/totem/title-5-inactive.xpm, - themes/totem/top-left-active.xpm, - themes/totem/top-left-inactive.xpm, - themes/totem/top-right-active.xpm, - themes/totem/top-right-inactive.xpm, - themes/trench/bottom-active.xpm, - themes/trench/bottom-inactive.xpm, - themes/trench/bottom-left-active.xpm, - themes/trench/bottom-left-inactive.xpm, - themes/trench/bottom-right-active.xpm, - themes/trench/bottom-right-inactive.xpm, - themes/trench/close-active.xpm, themes/trench/close-inactive.xpm, - themes/trench/close-pressed.xpm, themes/trench/hide-active.xpm, - themes/trench/hide-inactive.xpm, themes/trench/hide-pressed.xpm, - themes/trench/left-active.xpm, themes/trench/left-inactive.xpm, - themes/trench/maximize-active.xpm, - themes/trench/maximize-inactive.xpm, - themes/trench/maximize-pressed.xpm, - themes/trench/menu-active.xpm, themes/trench/menu-inactive.xpm, - themes/trench/menu-pressed.xpm, themes/trench/right-active.xpm, - themes/trench/right-inactive.xpm, themes/trench/shade-active.xpm, - themes/trench/shade-inactive.xpm, - themes/trench/shade-pressed.xpm, themes/trench/stick-active.xpm, - themes/trench/stick-inactive.xpm, - themes/trench/stick-pressed.xpm, - themes/trench/title-1-active.xpm, - themes/trench/title-1-inactive.xpm, - themes/trench/title-2-active.xpm, - themes/trench/title-2-inactive.xpm, - themes/trench/title-3-active.xpm, - themes/trench/title-3-inactive.xpm, - themes/trench/title-4-active.xpm, - themes/trench/title-4-inactive.xpm, - themes/trench/title-5-active.xpm, - themes/trench/title-5-inactive.xpm, - themes/trench/top-left-active.xpm, - themes/trench/top-left-inactive.xpm, - themes/trench/top-right-active.xpm, - themes/trench/top-right-inactive.xpm, - themes/triviality/bottom-active.xpm, - themes/triviality/bottom-inactive.xpm, - themes/triviality/bottom-left-active.xpm, - themes/triviality/bottom-left-inactive.xpm, - themes/triviality/bottom-right-active.xpm, - themes/triviality/bottom-right-inactive.xpm, - themes/triviality/close-active.xpm, - themes/triviality/close-inactive.xpm, - themes/triviality/close-pressed.xpm, - themes/triviality/hide-active.xpm, - themes/triviality/hide-inactive.xpm, - themes/triviality/hide-pressed.xpm, - themes/triviality/left-active.xpm, - themes/triviality/left-inactive.xpm, - themes/triviality/maximize-active.xpm, - themes/triviality/maximize-inactive.xpm, - themes/triviality/maximize-pressed.xpm, - themes/triviality/maximize-toggled-active.xpm, - themes/triviality/maximize-toggled-inactive.xpm, - themes/triviality/maximize-toggled-pressed.xpm, - themes/triviality/menu-active-test.xpm, - themes/triviality/menu-active.xpm, - themes/triviality/menu-inactive.xpm, - themes/triviality/menu-pressed.xpm, - themes/triviality/right-active.xpm, - themes/triviality/right-inactive.xpm, - themes/triviality/shade-active.xpm, - themes/triviality/shade-inactive.xpm, - themes/triviality/shade-pressed.xpm, - themes/triviality/shade-toggled-active.xpm, - themes/triviality/shade-toggled-inactive.xpm, - themes/triviality/shade-toggled-pressed.xpm, - themes/triviality/stick-active.xpm, - themes/triviality/stick-inactive.xpm, - themes/triviality/stick-pressed.xpm, - themes/triviality/stick-toggled-active.xpm, - themes/triviality/stick-toggled-inactive.xpm, - themes/triviality/stick-toggled-pressed.xpm, - themes/triviality/title-1-active.xpm, - themes/triviality/title-1-inactive.xpm, - themes/triviality/title-2-active.xpm, - themes/triviality/title-2-inactive.xpm, - themes/triviality/title-3-active.xpm, - themes/triviality/title-3-inactive.xpm, - themes/triviality/title-4-active.xpm, - themes/triviality/title-4-inactive.xpm, - themes/triviality/title-5-active.xpm, - themes/triviality/title-5-inactive.xpm, - themes/triviality/top-left-active.xpm, - themes/triviality/top-left-inactive.xpm, - themes/triviality/top-right-active.xpm, - themes/triviality/top-right-inactive.xpm, - themes/tubular/bottom-active.xpm, - themes/tubular/bottom-inactive.xpm, - themes/tubular/bottom-left-active.xpm, - themes/tubular/bottom-left-inactive.xpm, - themes/tubular/bottom-right-active.xpm, - themes/tubular/bottom-right-inactive.xpm, - themes/tubular/close-active.xpm, - themes/tubular/close-inactive.xpm, - themes/tubular/close-pressed.xpm, themes/tubular/hide-active.xpm, - themes/tubular/hide-inactive.xpm, - themes/tubular/hide-pressed.xpm, themes/tubular/left-active.xpm, - themes/tubular/left-inactive.xpm, - themes/tubular/maximize-active.xpm, - themes/tubular/maximize-inactive.xpm, - themes/tubular/maximize-pressed.xpm, - themes/tubular/maximize-toggled-active.xpm, - themes/tubular/maximize-toggled-inactive.xpm, - themes/tubular/maximize-toggled-pressed.xpm, - themes/tubular/menu-active.xpm, themes/tubular/menu-inactive.xpm, - themes/tubular/menu-pressed.xpm, themes/tubular/right-active.xpm, - themes/tubular/right-inactive.xpm, - themes/tubular/shade-active.xpm, - themes/tubular/shade-inactive.xpm, - themes/tubular/shade-pressed.xpm, - themes/tubular/shade-toggled-active.xpm, - themes/tubular/shade-toggled-inactive.xpm, - themes/tubular/shade-toggled-pressed.xpm, - themes/tubular/stick-active.xpm, - themes/tubular/stick-inactive.xpm, - themes/tubular/stick-pressed.xpm, - themes/tubular/stick-toggled-active.xpm, - themes/tubular/stick-toggled-inactive.xpm, - themes/tubular/stick-toggled-pressed.xpm, - themes/tubular/title-1-active.xpm, - themes/tubular/title-1-inactive.xpm, - themes/tubular/title-2-active.xpm, - themes/tubular/title-2-inactive.xpm, - themes/tubular/title-3-active.xpm, - themes/tubular/title-3-inactive.xpm, - themes/tubular/title-4-active.xpm, - themes/tubular/title-4-inactive.xpm, - themes/tubular/title-5-active.xpm, - themes/tubular/title-5-inactive.xpm, - themes/tubular/top-left-active.xpm, - themes/tubular/top-left-inactive.xpm, - themes/tubular/top-right-active.xpm, - themes/tubular/top-right-inactive.xpm, - themes/tux/bottom-active.xpm, themes/tux/bottom-inactive.xpm, - themes/tux/bottom-left-active.xpm, - themes/tux/bottom-left-inactive.xpm, - themes/tux/bottom-right-active.xpm, - themes/tux/bottom-right-inactive.xpm, - themes/tux/close-active.xpm, themes/tux/close-inactive.xpm, - themes/tux/close-pressed.xpm, themes/tux/hide-active.xpm, - themes/tux/hide-inactive.xpm, themes/tux/hide-pressed.xpm, - themes/tux/left-active.xpm, themes/tux/left-inactive.xpm, - themes/tux/maximize-active.xpm, themes/tux/maximize-inactive.xpm, - themes/tux/maximize-pressed.xpm, themes/tux/menu-active.xpm, - themes/tux/menu-inactive.xpm, themes/tux/menu-pressed.xpm, - themes/tux/right-active.xpm, themes/tux/right-inactive.xpm, - themes/tux/shade-active.xpm, themes/tux/shade-inactive.xpm, - themes/tux/shade-pressed.xpm, themes/tux/stick-active.xpm, - themes/tux/stick-inactive.xpm, themes/tux/stick-pressed.xpm, - themes/tux/title-1-active.xpm, themes/tux/title-1-inactive.xpm, - themes/tux/title-2-active.xpm, themes/tux/title-2-inactive.xpm, - themes/tux/title-3-active.xpm, themes/tux/title-3-inactive.xpm, - themes/tux/title-4-active.xpm, themes/tux/title-4-inactive.xpm, - themes/tux/title-5-active.xpm, themes/tux/title-5-inactive.xpm, - themes/tux/top-left-active.xpm, themes/tux/top-left-inactive.xpm, - themes/tux/top-right-active.xpm, - themes/tux/top-right-inactive.xpm, - themes/variation/bottom-active.xpm, - themes/variation/bottom-inactive.xpm, - themes/variation/bottom-left-active.xpm, - themes/variation/bottom-left-inactive.xpm, - themes/variation/bottom-right-active.xpm, - themes/variation/bottom-right-inactive.xpm, - themes/variation/close-active.xpm, - themes/variation/close-inactive.xpm, - themes/variation/close-pressed.xpm, - themes/variation/hide-active.xpm, - themes/variation/hide-inactive.xpm, - themes/variation/hide-pressed.xpm, - themes/variation/left-active.xpm, - themes/variation/left-inactive.xpm, - themes/variation/maximize-active.xpm, - themes/variation/maximize-inactive.xpm, - themes/variation/maximize-pressed.xpm, - themes/variation/menu-active.xpm, - themes/variation/menu-inactive.xpm, - themes/variation/menu-pressed.xpm, - themes/variation/right-active.xpm, - themes/variation/right-inactive.xpm, - themes/variation/shade-active.xpm, - themes/variation/shade-inactive.xpm, - themes/variation/shade-pressed.xpm, - themes/variation/stick-active.xpm, - themes/variation/stick-inactive.xpm, - themes/variation/stick-pressed.xpm, - themes/variation/title-1-active.xpm, - themes/variation/title-1-inactive.xpm, - themes/variation/title-2-active.xpm, - themes/variation/title-2-inactive.xpm, - themes/variation/title-3-active.xpm, - themes/variation/title-3-inactive.xpm, - themes/variation/title-4-active.xpm, - themes/variation/title-4-inactive.xpm, - themes/variation/title-5-active.xpm, - themes/variation/title-5-inactive.xpm, - themes/variation/top-left-active.xpm, - themes/variation/top-left-inactive.xpm, - themes/variation/top-right-active.xpm, - themes/variation/top-right-inactive.xpm, - themes/wallis/bottom-active.png, themes/wallis/bottom-active.xpm, - themes/wallis/bottom-inactive.png, - themes/wallis/bottom-inactive.xpm, - themes/wallis/bottom-left-active.png, - themes/wallis/bottom-left-active.xpm, - themes/wallis/bottom-left-inactive.png, - themes/wallis/bottom-left-inactive.xpm, - themes/wallis/bottom-right-active.png, - themes/wallis/bottom-right-active.xpm, - themes/wallis/bottom-right-inactive.png, - themes/wallis/bottom-right-inactive.xpm, - themes/wallis/close-active.png, themes/wallis/close-active.xpm, - themes/wallis/close-inactive.png, - themes/wallis/close-inactive.xpm, - themes/wallis/close-pressed.png, themes/wallis/close-pressed.xpm, - themes/wallis/hide-active.png, themes/wallis/hide-active.xpm, - themes/wallis/hide-inactive.png, themes/wallis/hide-inactive.xpm, - themes/wallis/hide-pressed.png, themes/wallis/hide-pressed.xpm, - themes/wallis/left-active.png, themes/wallis/left-active.xpm, - themes/wallis/left-inactive.png, themes/wallis/left-inactive.xpm, - themes/wallis/maximize-active.png, - themes/wallis/maximize-active.xpm, - themes/wallis/maximize-inactive.png, - themes/wallis/maximize-inactive.xpm, - themes/wallis/maximize-pressed.png, - themes/wallis/maximize-pressed.xpm, - themes/wallis/maximize-toggled-active.png, - themes/wallis/maximize-toggled-active.xpm, - themes/wallis/maximize-toggled-inactive.png, - themes/wallis/maximize-toggled-inactive.xpm, - themes/wallis/maximize-toggled-pressed.png, - themes/wallis/maximize-toggled-pressed.xpm, - themes/wallis/menu-active.png, themes/wallis/menu-active.xpm, - themes/wallis/menu-inactive.png, themes/wallis/menu-inactive.xpm, - themes/wallis/menu-pressed.png, themes/wallis/menu-pressed.xpm, - themes/wallis/right-active.png, themes/wallis/right-active.xpm, - themes/wallis/right-inactive.png, - themes/wallis/right-inactive.xpm, themes/wallis/shade-active.png, - themes/wallis/shade-active.xpm, themes/wallis/shade-inactive.png, - themes/wallis/shade-inactive.xpm, - themes/wallis/shade-pressed.png, themes/wallis/shade-pressed.xpm, - themes/wallis/shade-toggled-active.png, - themes/wallis/shade-toggled-active.xpm, - themes/wallis/shade-toggled-inactive.png, - themes/wallis/shade-toggled-inactive.xpm, - themes/wallis/shade-toggled-pressed.png, - themes/wallis/shade-toggled-pressed.xpm, - themes/wallis/stick-active.png, themes/wallis/stick-active.xpm, - themes/wallis/stick-inactive.png, - themes/wallis/stick-inactive.xpm, - themes/wallis/stick-pressed.png, themes/wallis/stick-pressed.xpm, - themes/wallis/stick-toggled-active.png, - themes/wallis/stick-toggled-active.xpm, - themes/wallis/stick-toggled-inactive.png, - themes/wallis/stick-toggled-inactive.xpm, - themes/wallis/stick-toggled-pressed.png, - themes/wallis/stick-toggled-pressed.xpm, - themes/wallis/title-1-active.png, - themes/wallis/title-1-active.xpm, - themes/wallis/title-1-inactive.png, - themes/wallis/title-1-inactive.xpm, - themes/wallis/title-2-active.png, - themes/wallis/title-2-active.xpm, - themes/wallis/title-2-inactive.png, - themes/wallis/title-2-inactive.xpm, - themes/wallis/title-3-active.png, - themes/wallis/title-3-active.xpm, - themes/wallis/title-3-inactive.png, - themes/wallis/title-3-inactive.xpm, - themes/wallis/title-4-active.png, - themes/wallis/title-4-active.xpm, - themes/wallis/title-4-inactive.png, - themes/wallis/title-4-inactive.xpm, - themes/wallis/title-5-active.png, - themes/wallis/title-5-active.xpm, - themes/wallis/title-5-inactive.png, - themes/wallis/title-5-inactive.xpm, - themes/wallis/top-left-active.png, - themes/wallis/top-left-active.xpm, - themes/wallis/top-left-inactive.png, - themes/wallis/top-left-inactive.xpm, - themes/wallis/top-right-active.png, - themes/wallis/top-right-active.xpm, - themes/wallis/top-right-inactive.png, - themes/wallis/top-right-inactive.xpm, - themes/waza/bottom-active.xpm, themes/waza/bottom-inactive.xpm, - themes/waza/bottom-left-active.xpm, - themes/waza/bottom-left-inactive.xpm, - themes/waza/bottom-right-active.xpm, - themes/waza/bottom-right-inactive.xpm, - themes/waza/close-active.png, themes/waza/close-active.xpm, - themes/waza/close-inactive.png, themes/waza/close-inactive.xpm, - themes/waza/close-pressed.png, themes/waza/close-pressed.xpm, - themes/waza/hide-active.png, themes/waza/hide-active.xpm, - themes/waza/hide-inactive.png, themes/waza/hide-inactive.xpm, - themes/waza/hide-pressed.png, themes/waza/hide-pressed.xpm, - themes/waza/left-active.xpm, themes/waza/left-inactive.xpm, - themes/waza/maximize-active.png, themes/waza/maximize-active.xpm, - themes/waza/maximize-inactive.png, - themes/waza/maximize-inactive.xpm, - themes/waza/maximize-pressed.png, - themes/waza/maximize-pressed.xpm, - themes/waza/maximize-toggled-active.png, - themes/waza/maximize-toggled-active.xpm, - themes/waza/maximize-toggled-inactive.png, - themes/waza/maximize-toggled-inactive.xpm, - themes/waza/maximize-toggled-pressed.png, - themes/waza/maximize-toggled-pressed.xpm, - themes/waza/menu-active.png, themes/waza/menu-active.xpm, - themes/waza/menu-inactive.png, themes/waza/menu-inactive.xpm, - themes/waza/menu-pressed.png, themes/waza/menu-pressed.xpm, - themes/waza/right-active.xpm, themes/waza/right-inactive.xpm, - themes/waza/shade-active.png, themes/waza/shade-active.xpm, - themes/waza/shade-inactive.png, themes/waza/shade-inactive.xpm, - themes/waza/shade-pressed.png, themes/waza/shade-pressed.xpm, - themes/waza/shade-toggled-active.png, - themes/waza/shade-toggled-active.xpm, - themes/waza/shade-toggled-inactive.png, - themes/waza/shade-toggled-inactive.xpm, - themes/waza/shade-toggled-pressed.png, - themes/waza/shade-toggled-pressed.xpm, - themes/waza/stick-active.png, themes/waza/stick-active.xpm, - themes/waza/stick-inactive.png, themes/waza/stick-inactive.xpm, - themes/waza/stick-pressed.png, themes/waza/stick-pressed.xpm, - themes/waza/stick-toggled-active.png, - themes/waza/stick-toggled-active.xpm, - themes/waza/stick-toggled-inactive.png, - themes/waza/stick-toggled-inactive.xpm, - themes/waza/stick-toggled-pressed.png, - themes/waza/stick-toggled-pressed.xpm, - themes/waza/title-1-active.png, themes/waza/title-1-active.xpm, - themes/waza/title-1-inactive.png, - themes/waza/title-1-inactive.xpm, themes/waza/title-2-active.png, - themes/waza/title-2-active.xpm, themes/waza/title-2-inactive.png, - themes/waza/title-2-inactive.xpm, themes/waza/title-3-active.png, - themes/waza/title-3-active.xpm, themes/waza/title-3-inactive.png, - themes/waza/title-3-inactive.xpm, themes/waza/title-4-active.png, - themes/waza/title-4-active.xpm, themes/waza/title-4-inactive.png, - themes/waza/title-4-inactive.xpm, themes/waza/title-5-active.png, - themes/waza/title-5-active.xpm, themes/waza/title-5-inactive.png, - themes/waza/title-5-inactive.xpm, - themes/waza/top-left-active.png, themes/waza/top-left-active.xpm, - themes/waza/top-left-inactive.png, - themes/waza/top-left-inactive.xpm, - themes/waza/top-right-active.png, - themes/waza/top-right-active.xpm, - themes/waza/top-right-inactive.png, - themes/waza/top-right-inactive.xpm, - themes/wildbush/bottom-active.png, - themes/wildbush/bottom-active.xpm, - themes/wildbush/bottom-inactive.png, - themes/wildbush/bottom-inactive.xpm, - themes/wildbush/bottom-left-active.png, - themes/wildbush/bottom-left-active.xpm, - themes/wildbush/bottom-left-inactive.png, - themes/wildbush/bottom-left-inactive.xpm, - themes/wildbush/bottom-right-active.png, - themes/wildbush/bottom-right-active.xpm, - themes/wildbush/bottom-right-inactive.png, - themes/wildbush/bottom-right-inactive.xpm, - themes/wildbush/close-active.xpm, - themes/wildbush/close-inactive.xpm, - themes/wildbush/close-pressed.xpm, - themes/wildbush/hide-active.xpm, - themes/wildbush/hide-inactive.xpm, - themes/wildbush/hide-pressed.xpm, - themes/wildbush/left-active.png, themes/wildbush/left-active.xpm, - themes/wildbush/left-inactive.png, - themes/wildbush/left-inactive.xpm, - themes/wildbush/maximize-active.xpm, - themes/wildbush/maximize-inactive.xpm, - themes/wildbush/maximize-pressed.xpm, - themes/wildbush/maximize-toggled-active.xpm, - themes/wildbush/maximize-toggled-inactive.xpm, - themes/wildbush/maximize-toggled-pressed.xpm, - themes/wildbush/menu-active.xpm, - themes/wildbush/menu-inactive.xpm, - themes/wildbush/menu-pressed.xpm, - themes/wildbush/right-active.png, - themes/wildbush/right-active.xpm, - themes/wildbush/right-inactive.png, - themes/wildbush/right-inactive.xpm, - themes/wildbush/shade-active.xpm, - themes/wildbush/shade-inactive.xpm, - themes/wildbush/shade-pressed.xpm, - themes/wildbush/shade-toggled-active.xpm, - themes/wildbush/shade-toggled-inactive.xpm, - themes/wildbush/shade-toggled-pressed.xpm, - themes/wildbush/stick-active.xpm, - themes/wildbush/stick-inactive.xpm, - themes/wildbush/stick-pressed.xpm, - themes/wildbush/stick-toggled-active.xpm, - themes/wildbush/stick-toggled-inactive.xpm, - themes/wildbush/stick-toggled-pressed.xpm, - themes/wildbush/title-1-active.png, - themes/wildbush/title-1-active.xpm, - themes/wildbush/title-1-inactive.png, - themes/wildbush/title-1-inactive.xpm, - themes/wildbush/title-2-active.png, - themes/wildbush/title-2-active.xpm, - themes/wildbush/title-2-inactive.png, - themes/wildbush/title-2-inactive.xpm, - themes/wildbush/title-3-active.png, - themes/wildbush/title-3-active.xpm, - themes/wildbush/title-3-inactive.png, - themes/wildbush/title-3-inactive.xpm, - themes/wildbush/title-4-active.png, - themes/wildbush/title-4-active.xpm, - themes/wildbush/title-4-inactive.png, - themes/wildbush/title-4-inactive.xpm, - themes/wildbush/title-5-active.png, - themes/wildbush/title-5-active.xpm, - themes/wildbush/title-5-inactive.png, - themes/wildbush/title-5-inactive.xpm, - themes/wildbush/top-left-active.png, - themes/wildbush/top-left-active.xpm, - themes/wildbush/top-left-inactive.png, - themes/wildbush/top-left-inactive.xpm, - themes/wildbush/top-right-active.png, - themes/wildbush/top-right-active.xpm, - themes/wildbush/top-right-inactive.png, - themes/wildbush/top-right-inactive.xpm, - themes/xfce/bottom-active.xpm, themes/xfce/bottom-inactive.xpm, - themes/xfce/bottom-left-active.xpm, - themes/xfce/bottom-left-inactive.xpm, - themes/xfce/bottom-right-active.xpm, - themes/xfce/bottom-right-inactive.xpm, - themes/xfce/close-active.xpm, themes/xfce/close-inactive.xpm, - themes/xfce/close-pressed.xpm, themes/xfce/hide-active.xpm, - themes/xfce/hide-inactive.xpm, themes/xfce/hide-pressed.xpm, - themes/xfce/left-active.xpm, themes/xfce/left-inactive.xpm, - themes/xfce/maximize-active.xpm, - themes/xfce/maximize-inactive.xpm, - themes/xfce/maximize-pressed.xpm, themes/xfce/menu-active.xpm, - themes/xfce/menu-inactive.xpm, themes/xfce/menu-pressed.xpm, - themes/xfce/right-active.xpm, themes/xfce/right-inactive.xpm, - themes/xfce/shade-active.xpm, themes/xfce/shade-inactive.xpm, - themes/xfce/shade-pressed.xpm, themes/xfce/stick-active.xpm, - themes/xfce/stick-inactive.xpm, themes/xfce/stick-pressed.xpm, - themes/xfce/title-1-active.xpm, themes/xfce/title-1-inactive.xpm, - themes/xfce/title-2-active.xpm, themes/xfce/title-2-inactive.xpm, - themes/xfce/title-3-active.xpm, themes/xfce/title-3-inactive.xpm, - themes/xfce/title-4-active.xpm, themes/xfce/title-4-inactive.xpm, - themes/xfce/title-5-active.xpm, themes/xfce/title-5-inactive.xpm, - themes/xfce/top-left-active.xpm, - themes/xfce/top-left-inactive.xpm, - themes/xfce/top-right-active.xpm, - themes/xfce/top-right-inactive.xpm: Fixing mime types - -2005-11-11 09:41 olivier - - * themes/tgc-large/themerc: Resync - -2005-11-11 09:40 olivier - - * themes/tgc/maximize-toggled-active.xpm, - themes/tgc/maximize-toggled-inactive.xpm, - themes/tgc/maximize-toggled-pressed.xpm, - themes/tgc/shade-toggled-active.xpm, - themes/tgc/shade-toggled-inactive.xpm, - themes/tgc/shade-toggled-pressed.xpm, - themes/tgc/stick-toggled-active.xpm, - themes/tgc/stick-toggled-inactive.xpm, - themes/tgc/stick-toggled-pressed.xpm, themes/tgc/themerc: Forgot - to add the actual pixmaps... - -2005-11-10 20:48 olivier - - * themes/tgc/Makefile.am, themes/tgc/close-active.xpm, - themes/tgc/close-inactive.xpm, themes/tgc/close-pressed.xpm, - themes/tgc/hide-active.xpm, themes/tgc/hide-inactive.xpm, - themes/tgc/hide-pressed.xpm, themes/tgc/maximize-active.xpm, - themes/tgc/maximize-inactive.xpm, - themes/tgc/maximize-pressed.xpm, themes/tgc/menu-active.xpm, - themes/tgc/menu-inactive.xpm, themes/tgc/menu-pressed.xpm, - themes/tgc/shade-active.xpm, themes/tgc/shade-inactive.xpm, - themes/tgc/shade-pressed.xpm, themes/tgc/stick-active.xpm, - themes/tgc/stick-inactive.xpm, themes/tgc/stick-pressed.xpm: Add - toggled buttons. - -2005-11-10 18:25 olivier - - * themes/tgc-large/themerc: Small tweak - -2005-11-09 17:38 olivier - - * themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/themerc, themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm: Rework theme - -2005-11-08 19:25 olivier - - * themes/kde/menu-active.xpm, themes/kde/menu-inactive.xpm, - themes/kde/menu-pressed.xpm, themes/kde/themerc, - themes/kde1/menu-active.xpm, themes/kde1/menu-inactive.xpm, - themes/kde1/menu-pressed.xpm, themes/kde1/themerc, - themes/kleanux/menu-active.xpm, themes/kleanux/menu-inactive.xpm, - themes/kleanux/menu-pressed.xpm, themes/redmond/menu-active.xpm, - themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm, themes/symphony/menu-active.png, - themes/symphony/menu-active.xpm, - themes/symphony/menu-inactive.png, - themes/symphony/menu-inactive.xpm, - themes/symphony/menu-pressed.png, - themes/symphony/menu-pressed.xpm, themes/tgc/menu-active.xpm, - themes/tgc/menu-inactive.xpm, themes/tgc/menu-pressed.xpm, - themes/tgc/themerc, themes/tgc/title-2-active.xpm, - themes/tgc/title-2-inactive.xpm, themes/tgc/title-4-active.xpm, - themes/tgc/title-4-inactive.xpm, themes/tgc/top-left-active.xpm, - themes/tgc/top-left-inactive.xpm, - themes/tgc/top-right-active.xpm, - themes/tgc/top-right-inactive.xpm: Convert more theme to the - application icon in menu button. - -2005-11-04 12:05 olivier - - * themes/symphony/Makefile.am, themes/symphony/close-active.png, - themes/symphony/close-active.xpm, - themes/symphony/close-inactive.png, - themes/symphony/close-inactive.xpm, - themes/symphony/close-pressed.png, - themes/symphony/close-pressed.xpm, - themes/symphony/hide-active.png, themes/symphony/hide-active.xpm, - themes/symphony/hide-inactive.png, - themes/symphony/hide-inactive.xpm, - themes/symphony/hide-pressed.png, - themes/symphony/hide-pressed.xpm, - themes/symphony/maximize-active.png, - themes/symphony/maximize-active.xpm, - themes/symphony/maximize-inactive.png, - themes/symphony/maximize-inactive.xpm, - themes/symphony/maximize-pressed.png, - themes/symphony/maximize-pressed.xpm, - themes/symphony/maximize-toggled-active.png, - themes/symphony/maximize-toggled-active.xpm, - themes/symphony/maximize-toggled-inactive.png, - themes/symphony/maximize-toggled-inactive.xpm, - themes/symphony/maximize-toggled-pressed.png, - themes/symphony/maximize-toggled-pressed.xpm, - themes/symphony/menu-active.png, themes/symphony/menu-active.xpm, - themes/symphony/menu-inactive.png, - themes/symphony/menu-inactive.xpm, - themes/symphony/menu-pressed.png, - themes/symphony/menu-pressed.xpm, - themes/symphony/shade-active.png, - themes/symphony/shade-active.xpm, - themes/symphony/shade-inactive.png, - themes/symphony/shade-inactive.xpm, - themes/symphony/shade-pressed.png, - themes/symphony/shade-pressed.xpm, - themes/symphony/shade-toggled-active.png, - themes/symphony/shade-toggled-active.xpm, - themes/symphony/shade-toggled-inactive.png, - themes/symphony/shade-toggled-inactive.xpm, - themes/symphony/shade-toggled-pressed.png, - themes/symphony/shade-toggled-pressed.xpm, - themes/symphony/stick-active.png, - themes/symphony/stick-active.xpm, - themes/symphony/stick-inactive.png, - themes/symphony/stick-inactive.xpm, - themes/symphony/stick-pressed.png, - themes/symphony/stick-pressed.xpm, - themes/symphony/stick-toggled-active.png, - themes/symphony/stick-toggled-active.xpm, - themes/symphony/stick-toggled-inactive.png, - themes/symphony/stick-toggled-inactive.xpm, - themes/symphony/stick-toggled-pressed.png, - themes/symphony/stick-toggled-pressed.xpm, - themes/symphony/themerc: Update theme - -2005-11-03 22:16 olivier - - * configure.ac: Change package version - -2005-10-30 22:30 olivier - - * configure.ac, themes/Makefile.am: Theme reorg. - -2005-10-30 22:19 olivier - - * themes/symphony, xfwm4/trunk/themes/symphony: Move "symphony" to - separate theme package. - -2005-10-30 22:17 olivier - - * themes/waza, xfwm4/trunk/themes/waza: Move "waza" to separate - theme package. - -2005-10-30 22:17 olivier - - * themes/opta, xfwm4/trunk/themes/opta: Move "opta" to separate - theme package. - -2005-10-30 22:16 olivier - - * themes/wallis, xfwm4/trunk/themes/wallis: Move wallis to separate - theme package. - -2005-10-30 22:12 olivier - - * themes/wildbush, xfwm4/trunk/themes/wildbush: Move wildbush to - separate theme package. - -2005-10-30 15:44 olivier - - * themes/redmondxp/menu-active.png, - themes/redmondxp/menu-inactive.png, - themes/redmondxp/menu-pressed.png: Add missing files - -2005-10-30 15:43 olivier - - * themes/kleanux/menu-active.xpm, themes/kleanux/menu-inactive.xpm, - themes/kleanux/menu-pressed.xpm, themes/kleanux/themerc, - themes/koynacity/menu-active.xpm, - themes/koynacity/menu-inactive.xpm, - themes/koynacity/menu-pressed.xpm, themes/koynacity/themerc, - themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm, themes/redmond/themerc, - themes/redmondxp/Makefile.am, themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm, themes/redmondxp/themerc, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, themes/tgc-large/themerc, - themes/tgc/menu-active.xpm, themes/tgc/menu-inactive.xpm, - themes/tgc/menu-pressed.xpm, themes/tgc/themerc: Change a few - themes to make use of application icons. - -2005-05-14 19:42 olivier - - * ChangeLog: Update ChangeLog - -2005-05-04 21:20 olivier - - * ChangeLog: Update ChangeLog - -2005-04-06 07:33 perldude - - * .cvsignore, themes/.cvsignore, themes/adept/.cvsignore, - themes/agua/.cvsignore, themes/agualemon/.cvsignore, - themes/alternate/.cvsignore, themes/atlanta/.cvsignore, - themes/atlanta2/.cvsignore, themes/b5/.cvsignore, - themes/b6/.cvsignore, themes/basix/.cvsignore, - themes/bbs/.cvsignore, themes/beastie/.cvsignore, - themes/biz/.cvsignore, themes/blackwall/.cvsignore, - themes/buzz/.cvsignore, themes/coldsteel/.cvsignore, - themes/coolclean/.cvsignore, themes/crux/.cvsignore, - themes/cruxish/.cvsignore, themes/curve/.cvsignore, - themes/defcon-IV/.cvsignore, themes/eazel-blue/.cvsignore, - themes/elberg/.cvsignore, themes/exocet/.cvsignore, - themes/fbx/.cvsignore, themes/g2/.cvsignore, - themes/galaxy/.cvsignore, themes/gaudy/.cvsignore, - themes/gelly/.cvsignore, themes/gnububble/.cvsignore, - themes/gorilla/.cvsignore, themes/gtk/.cvsignore, - themes/iceg/.cvsignore, themes/kde/.cvsignore, - themes/kde1/.cvsignore, themes/keramik/.cvsignore, - themes/kindaker/.cvsignore, themes/kleanux/.cvsignore, - themes/koynacity/.cvsignore, themes/linea/.cvsignore, - themes/lineart/.cvsignore, themes/meenee/.cvsignore, - themes/metabox/.cvsignore, themes/microcurve/.cvsignore, - themes/microdeck/.cvsignore, themes/microdeck2/.cvsignore, - themes/microdeck3/.cvsignore, themes/microgui/.cvsignore, - themes/mofit/.cvsignore, themes/next/.cvsignore, - themes/ops/.cvsignore, themes/oroborus/.cvsignore, - themes/perl/.cvsignore, themes/pills/.cvsignore, - themes/piranha/.cvsignore, themes/platinum/.cvsignore, - themes/prune/.cvsignore, themes/quiet-purple/.cvsignore, - themes/quinx/.cvsignore, themes/r9x/.cvsignore, - themes/redmond/.cvsignore, themes/redmondxp/.cvsignore, - themes/retro/.cvsignore, themes/silverado/.cvsignore, - themes/slick/.cvsignore, themes/slimline/.cvsignore, - themes/smallscreen/.cvsignore, themes/smoothwall/.cvsignore, - themes/synthetic/.cvsignore, themes/tabs/.cvsignore, - themes/tgc-large/.cvsignore, themes/tgc/.cvsignore, - themes/today/.cvsignore, themes/totem/.cvsignore, - themes/trench/.cvsignore, themes/triviality/.cvsignore, - themes/tubular/.cvsignore, themes/tux/.cvsignore, - themes/variation/.cvsignore, themes/xfce/.cvsignore: remove - .cvsignore cruft - -2005-02-05 22:19 olivier - - * ., .cvsignore, COPYING, INSTALL, Makefile.in, aclocal.m4, - autogen.sh, config.h.in, configure, install-sh, missing, - mkinstalldirs, themes, themes/.cvsignore, themes/Makefile.in, - themes/adept, themes/adept/.cvsignore, themes/adept/Makefile.in, - themes/agua, themes/agua/.cvsignore, themes/agua/Makefile.in, - themes/agualemon, themes/agualemon/.cvsignore, - themes/agualemon/Makefile.in, themes/alternate, - themes/alternate/.cvsignore, themes/alternate/Makefile.in, - themes/atlanta, themes/atlanta/.cvsignore, - themes/atlanta/Makefile.in, themes/atlanta2, - themes/atlanta2/.cvsignore, themes/atlanta2/Makefile.in, - themes/b5, themes/b5/.cvsignore, themes/b5/Makefile.in, - themes/b6, themes/b6/.cvsignore, themes/b6/Makefile.in, - themes/basix, themes/basix/.cvsignore, themes/basix/Makefile.in, - themes/bbs, themes/bbs/.cvsignore, themes/bbs/Makefile.in, - themes/beastie, themes/beastie/.cvsignore, - themes/beastie/Makefile.in, themes/biz, themes/biz/.cvsignore, - themes/biz/Makefile.in, themes/blackwall, - themes/blackwall/.cvsignore, themes/blackwall/Makefile.in, - themes/buzz, themes/buzz/.cvsignore, themes/buzz/Makefile.in, - themes/coldsteel, themes/coldsteel/.cvsignore, - themes/coldsteel/Makefile.in, themes/coolclean, - themes/coolclean/.cvsignore, themes/coolclean/Makefile.in, - themes/crux, themes/crux/.cvsignore, themes/crux/Makefile.in, - themes/cruxish, themes/cruxish/.cvsignore, - themes/cruxish/Makefile.in, themes/curve, - themes/curve/.cvsignore, themes/curve/Makefile.in, - themes/defcon-IV, themes/defcon-IV/.cvsignore, - themes/defcon-IV/Makefile.in, themes/eazel-blue, - themes/eazel-blue/.cvsignore, themes/eazel-blue/Makefile.in, - themes/elberg, themes/elberg/.cvsignore, - themes/elberg/Makefile.in, themes/exocet, - themes/exocet/.cvsignore, themes/exocet/Makefile.in, themes/fbx, - themes/fbx/.cvsignore, themes/fbx/Makefile.in, themes/g2, - themes/g2/.cvsignore, themes/g2/Makefile.in, themes/galaxy, - themes/galaxy/.cvsignore, themes/galaxy/Makefile.in, - themes/gaudy, themes/gaudy/.cvsignore, themes/gaudy/Makefile.in, - themes/gelly, themes/gelly/.cvsignore, themes/gelly/Makefile.in, - themes/gnububble, themes/gnububble/.cvsignore, - themes/gnububble/Makefile.in, themes/gorilla, - themes/gorilla/.cvsignore, themes/gorilla/Makefile.in, - themes/gtk, themes/gtk/.cvsignore, themes/gtk/Makefile.in, - themes/iceg, themes/iceg/.cvsignore, themes/iceg/Makefile.in, - themes/kde, themes/kde/.cvsignore, themes/kde/Makefile.in, - themes/kde1, themes/kde1/.cvsignore, themes/kde1/Makefile.in, - themes/keramik, themes/keramik/.cvsignore, - themes/keramik/Makefile.in, themes/kindaker, - themes/kindaker/.cvsignore, themes/kindaker/Makefile.in, - themes/kleanux, themes/kleanux/.cvsignore, - themes/kleanux/Makefile.in, themes/koynacity, - themes/koynacity/.cvsignore, themes/koynacity/Makefile.in, - themes/linea, themes/linea/.cvsignore, themes/linea/Makefile.in, - themes/lineart, themes/lineart/.cvsignore, - themes/lineart/Makefile.in, themes/meenee, - themes/meenee/.cvsignore, themes/meenee/Makefile.in, - themes/metabox, themes/metabox/.cvsignore, - themes/metabox/Makefile.in, themes/microcurve, - themes/microcurve/.cvsignore, themes/microcurve/Makefile.in, - themes/microdeck, themes/microdeck/.cvsignore, - themes/microdeck/Makefile.in, themes/microdeck2, - themes/microdeck2/.cvsignore, themes/microdeck2/Makefile.in, - themes/microdeck3, themes/microdeck3/.cvsignore, - themes/microdeck3/Makefile.in, themes/microgui, - themes/microgui/.cvsignore, themes/microgui/Makefile.in, - themes/mofit, themes/mofit/.cvsignore, themes/mofit/Makefile.in, - themes/next, themes/next/.cvsignore, themes/next/Makefile.in, - themes/ops, themes/ops/.cvsignore, themes/ops/Makefile.in, - themes/oroborus, themes/oroborus/.cvsignore, - themes/oroborus/Makefile.in, themes/perl, themes/perl/.cvsignore, - themes/perl/Makefile.in, themes/pills, themes/pills/.cvsignore, - themes/pills/Makefile.in, themes/piranha, - themes/piranha/.cvsignore, themes/piranha/Makefile.in, - themes/platinum, themes/platinum/.cvsignore, - themes/platinum/Makefile.in, themes/prune, - themes/prune/.cvsignore, themes/prune/Makefile.in, - themes/quiet-purple, themes/quiet-purple/.cvsignore, - themes/quiet-purple/Makefile.in, themes/quinx, - themes/quinx/.cvsignore, themes/quinx/Makefile.in, themes/r9x, - themes/r9x/.cvsignore, themes/r9x/Makefile.in, themes/redmond, - themes/redmond/.cvsignore, themes/redmond/Makefile.in, - themes/redmondxp, themes/redmondxp/.cvsignore, - themes/redmondxp/Makefile.in, themes/retro, - themes/retro/.cvsignore, themes/retro/Makefile.in, - themes/silverado, themes/silverado/.cvsignore, - themes/silverado/Makefile.in, themes/slick, - themes/slick/.cvsignore, themes/slick/Makefile.in, - themes/slimline, themes/slimline/.cvsignore, - themes/slimline/Makefile.in, themes/smallscreen, - themes/smallscreen/.cvsignore, themes/smallscreen/Makefile.in, - themes/smoothwall, themes/smoothwall/.cvsignore, - themes/smoothwall/Makefile.in, themes/synthetic, - themes/synthetic/.cvsignore, themes/synthetic/Makefile.in, - themes/tabs, themes/tabs/.cvsignore, themes/tabs/Makefile.in, - themes/tgc, themes/tgc-large, themes/tgc-large/.cvsignore, - themes/tgc-large/Makefile.in, themes/tgc/.cvsignore, - themes/tgc/Makefile.in, themes/today, themes/today/.cvsignore, - themes/today/Makefile.in, themes/totem, themes/totem/.cvsignore, - themes/totem/Makefile.in, themes/trench, - themes/trench/.cvsignore, themes/trench/Makefile.in, - themes/triviality, themes/triviality/.cvsignore, - themes/triviality/Makefile.in, themes/tubular, - themes/tubular/.cvsignore, themes/tubular/Makefile.in, - themes/tux, themes/tux/.cvsignore, themes/tux/Makefile.in, - themes/variation, themes/variation/.cvsignore, - themes/variation/Makefile.in, themes/xfce, - themes/xfce/.cvsignore, themes/xfce/Makefile.in: Ignore generated - files - -2005-01-02 12:51 olivier - - * ChangeLog, Makefile.in, configure, configure.ac: Update version - and changelog - -2004-12-25 20:33 kelnos - - * Makefile.am: fix distcheck-bz2 - -2004-12-24 00:03 kelnos - - * Makefile.am: add dist-bz2 and distcheck-bz2 targets - -2004-12-20 21:00 jasper - - * ChangeLog: Update versions and ChangeLog - -2004-12-18 20:22 olivier - - * themes/redmondxp/top-left-active.png, - themes/redmondxp/top-left-inactive.png, - themes/redmondxp/top-right-active.png, - themes/redmondxp/top-right-inactive.png: Top corners (again) - -2004-12-18 20:15 olivier - - * themes/redmondxp/top-left-active.png, - themes/redmondxp/top-left-inactive.png, - themes/redmondxp/top-right-active.png, - themes/redmondxp/top-right-inactive.png: Corners - -2004-12-18 17:55 olivier - - * themes/redmondxp/title-1-active.png, - themes/redmondxp/title-1-inactive.png, - themes/redmondxp/title-2-active.png, - themes/redmondxp/title-2-inactive.png, - themes/redmondxp/title-3-active.png, - themes/redmondxp/title-3-inactive.png, - themes/redmondxp/title-4-active.png, - themes/redmondxp/title-4-inactive.png, - themes/redmondxp/title-5-active.png, - themes/redmondxp/title-5-inactive.png, - themes/redmondxp/top-left-active.png, - themes/redmondxp/top-left-inactive.png, - themes/redmondxp/top-right-active.png, - themes/redmondxp/top-right-inactive.png: Improve title and - corners - -2004-12-18 12:33 olivier - - * themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm: Reduce colors for menu button - -2004-12-18 12:25 olivier - - * themes/redmondxp/close-active.xpm, - themes/redmondxp/close-inactive.xpm, - themes/redmondxp/close-pressed.xpm, - themes/redmondxp/hide-active.xpm, - themes/redmondxp/hide-inactive.xpm, - themes/redmondxp/hide-pressed.xpm, - themes/redmondxp/maximize-active.xpm, - themes/redmondxp/maximize-inactive.xpm, - themes/redmondxp/maximize-pressed.xpm, - themes/redmondxp/maximize-toggled-active.xpm, - themes/redmondxp/maximize-toggled-inactive.xpm, - themes/redmondxp/maximize-toggled-pressed.xpm, - themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm: Improve button on light themes - -2004-12-17 23:34 olivier - - * configure, configure.ac, themes/redmondxp/Makefile.am, - themes/redmondxp/Makefile.in, themes/redmondxp/bottom-active.png, - themes/redmondxp/bottom-active.xpm, - themes/redmondxp/bottom-inactive.png, - themes/redmondxp/bottom-inactive.xpm, - themes/redmondxp/bottom-left-active.png, - themes/redmondxp/bottom-left-active.xpm, - themes/redmondxp/bottom-left-inactive.png, - themes/redmondxp/bottom-left-inactive.xpm, - themes/redmondxp/bottom-right-active.png, - themes/redmondxp/bottom-right-active.xpm, - themes/redmondxp/bottom-right-inactive.png, - themes/redmondxp/bottom-right-inactive.xpm, - themes/redmondxp/close-active.png, - themes/redmondxp/close-active.xpm, - themes/redmondxp/close-inactive.png, - themes/redmondxp/close-inactive.xpm, - themes/redmondxp/close-pressed.png, - themes/redmondxp/close-pressed.xpm, - themes/redmondxp/frame-active.png, - themes/redmondxp/frame-inactive.png, - themes/redmondxp/hide-active.png, - themes/redmondxp/hide-active.xpm, - themes/redmondxp/hide-inactive.png, - themes/redmondxp/hide-inactive.xpm, - themes/redmondxp/hide-pressed.png, - themes/redmondxp/hide-pressed.xpm, - themes/redmondxp/left-active.png, - themes/redmondxp/left-active.xpm, - themes/redmondxp/left-inactive.png, - themes/redmondxp/left-inactive.xpm, - themes/redmondxp/maximize-active.png, - themes/redmondxp/maximize-active.xpm, - themes/redmondxp/maximize-inactive.png, - themes/redmondxp/maximize-inactive.xpm, - themes/redmondxp/maximize-pressed.png, - themes/redmondxp/maximize-pressed.xpm, - themes/redmondxp/maximize-toggled-active.png, - themes/redmondxp/maximize-toggled-active.xpm, - themes/redmondxp/maximize-toggled-inactive.png, - themes/redmondxp/maximize-toggled-inactive.xpm, - themes/redmondxp/maximize-toggled-pressed.png, - themes/redmondxp/maximize-toggled-pressed.xpm, - themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm, - themes/redmondxp/right-active.png, - themes/redmondxp/right-active.xpm, - themes/redmondxp/right-inactive.png, - themes/redmondxp/right-inactive.xpm, - themes/redmondxp/shade-active.xpm, - themes/redmondxp/shade-inactive.xpm, - themes/redmondxp/shade-pressed.xpm, - themes/redmondxp/stick-active.xpm, - themes/redmondxp/stick-inactive.xpm, - themes/redmondxp/stick-pressed.xpm, themes/redmondxp/themerc, - themes/redmondxp/title-1-active.png, - themes/redmondxp/title-1-active.xpm, - themes/redmondxp/title-1-inactive.png, - themes/redmondxp/title-1-inactive.xpm, - themes/redmondxp/title-2-active.png, - themes/redmondxp/title-2-active.xpm, - themes/redmondxp/title-2-inactive.png, - themes/redmondxp/title-2-inactive.xpm, - themes/redmondxp/title-3-active.png, - themes/redmondxp/title-3-active.xpm, - themes/redmondxp/title-3-inactive.png, - themes/redmondxp/title-3-inactive.xpm, - themes/redmondxp/title-4-active.png, - themes/redmondxp/title-4-active.xpm, - themes/redmondxp/title-4-inactive.png, - themes/redmondxp/title-4-inactive.xpm, - themes/redmondxp/title-5-active.png, - themes/redmondxp/title-5-active.xpm, - themes/redmondxp/title-5-inactive.png, - themes/redmondxp/title-5-inactive.xpm, - themes/redmondxp/top-left-active.png, - themes/redmondxp/top-left-active.xpm, - themes/redmondxp/top-left-inactive.png, - themes/redmondxp/top-left-inactive.xpm, - themes/redmondxp/top-right-active.png, - themes/redmondxp/top-right-active.xpm, - themes/redmondxp/top-right-inactive.png, - themes/redmondxp/top-right-inactive.xpm: Redo the RedmondXP - theme, using gtk colors. - -2004-12-04 17:42 benny - - * ChangeLog: Updated ChangeLog. - -2004-12-01 22:26 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/savage: Remove the "Savage" theme, too similar to the - default theme. - -2004-12-01 22:17 olivier - - * themes/redmond/close-active.xpm, - themes/redmond/close-inactive.xpm, - themes/redmond/close-pressed.xpm, themes/redmond/hide-active.xpm, - themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, - themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm, - themes/redmond/maximize-toggled-active.xpm, - themes/redmond/maximize-toggled-inactive.xpm, - themes/redmond/maximize-toggled-pressed.xpm, - themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm, - themes/redmond/title-1-active.xpm, - themes/redmond/title-1-inactive.xpm, - themes/redmond/title-2-active.xpm, - themes/redmond/title-2-inactive.xpm, - themes/redmond/title-3-active.xpm, - themes/redmond/title-3-inactive.xpm, - themes/redmond/title-4-active.xpm, - themes/redmond/title-4-inactive.xpm, - themes/redmond/title-5-active.xpm, - themes/redmond/title-5-inactive.xpm, - themes/redmond/top-left-active.xpm, - themes/redmond/top-left-inactive.xpm, - themes/redmond/top-right-active.xpm, - themes/redmond/top-right-inactive.xpm, - themes/redmondxp/title-1-active.xpm, - themes/redmondxp/title-1-inactive.xpm, - themes/redmondxp/title-2-active.xpm, - themes/redmondxp/title-2-inactive.xpm, - themes/redmondxp/title-3-active.xpm, - themes/redmondxp/title-3-inactive.xpm, - themes/redmondxp/title-4-active.xpm, - themes/redmondxp/title-4-inactive.xpm, - themes/redmondxp/title-5-active.xpm, - themes/redmondxp/title-5-inactive.xpm, - themes/redmondxp/top-left-active.xpm: Various themes updated for - the themes package - -2004-11-21 21:55 olivier - - * configure, configure.ac: Update version - -2004-11-21 17:11 olivier - - * themes/metabox/Makefile.am, themes/metabox/Makefile.in, - themes/metabox/close-active.png, themes/metabox/close-active.xpm, - themes/metabox/close-inactive.png, - themes/metabox/close-inactive.xpm, - themes/metabox/close-pressed.png, - themes/metabox/close-pressed.xpm, themes/metabox/hide-active.png, - themes/metabox/hide-active.xpm, themes/metabox/hide-inactive.png, - themes/metabox/hide-inactive.xpm, - themes/metabox/hide-pressed.png, themes/metabox/hide-pressed.xpm, - themes/metabox/maximize-active.png, - themes/metabox/maximize-active.xpm, - themes/metabox/maximize-inactive.png, - themes/metabox/maximize-inactive.xpm, - themes/metabox/maximize-pressed.png, - themes/metabox/maximize-pressed.xpm, - themes/metabox/maximize-toggled-active.png, - themes/metabox/maximize-toggled-active.xpm, - themes/metabox/maximize-toggled-inactive.png, - themes/metabox/maximize-toggled-inactive.xpm, - themes/metabox/maximize-toggled-pressed.png, - themes/metabox/maximize-toggled-pressed.xpm, - themes/metabox/menu-active.png, themes/metabox/menu-active.xpm, - themes/metabox/menu-inactive.png, - themes/metabox/menu-inactive.xpm, - themes/metabox/menu-pressed.png, themes/metabox/menu-pressed.xpm, - themes/metabox/themerc, themes/metabox/title-1-active.png, - themes/metabox/title-1-active.xpm, - themes/metabox/title-1-inactive.png, - themes/metabox/title-1-inactive.xpm, - themes/metabox/title-2-active.png, - themes/metabox/title-2-active.xpm, - themes/metabox/title-2-inactive.png, - themes/metabox/title-2-inactive.xpm, - themes/metabox/title-3-active.png, - themes/metabox/title-3-active.xpm, - themes/metabox/title-3-inactive.png, - themes/metabox/title-3-inactive.xpm, - themes/metabox/title-4-active.png, - themes/metabox/title-4-active.xpm, - themes/metabox/title-4-inactive.png, - themes/metabox/title-4-inactive.xpm, - themes/metabox/title-5-active.png, - themes/metabox/title-5-active.xpm, - themes/metabox/title-5-inactive.png, - themes/metabox/title-5-inactive.xpm, - themes/metabox/top-left-active.png, - themes/metabox/top-left-active.xpm, - themes/metabox/top-left-inactive.png, - themes/metabox/top-left-inactive.xpm, - themes/metabox/top-right-active.png, - themes/metabox/top-right-active.xpm, - themes/metabox/top-right-inactive.png, - themes/metabox/top-right-inactive.xpm: Update "metabox" theme so - it uses transparent png and toggled maximize button - -2004-11-13 18:01 olivier - - * ChangeLog: Update ChangeLog - -2004-11-06 16:25 olivier - - * ChangeLog, Makefile.in, aclocal.m4, configure, configure.ac, - install-sh, missing, themes/Makefile.in, - themes/adept/Makefile.in, themes/agua/Makefile.in, - themes/agualemon/Makefile.in, themes/alternate/Makefile.in, - themes/atlanta/Makefile.in, themes/atlanta2/Makefile.in, - themes/b5/Makefile.in, themes/b6/Makefile.in, - themes/basix/Makefile.in, themes/bbs/Makefile.in, - themes/beastie/Makefile.in, themes/biz/Makefile.in, - themes/blackwall/Makefile.in, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.in, themes/coolclean/Makefile.in, - themes/crux/Makefile.in, themes/cruxish/Makefile.in, - themes/curve/Makefile.in, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.in, themes/elberg/Makefile.in, - themes/exocet/Makefile.in, themes/fbx/Makefile.in, - themes/g2/Makefile.in, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.in, themes/gelly/Makefile.in, - themes/gnububble/Makefile.in, themes/gorilla/Makefile.in, - themes/gtk/Makefile.in, themes/iceg/Makefile.in, - themes/kde/Makefile.in, themes/kde1/Makefile.in, - themes/keramik/Makefile.in, themes/kindaker/Makefile.in, - themes/kleanux/Makefile.in, themes/koynacity/Makefile.in, - themes/linea/Makefile.in, themes/lineart/Makefile.in, - themes/meenee/Makefile.in, themes/metabox/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/microgui/Makefile.in, themes/mofit/Makefile.in, - themes/next/Makefile.in, themes/ops/Makefile.in, - themes/oroborus/Makefile.in, themes/perl/Makefile.in, - themes/pills/Makefile.in, themes/piranha/Makefile.in, - themes/platinum/Makefile.in, themes/prune/Makefile.in, - themes/quiet-purple/Makefile.in, themes/quinx/Makefile.in, - themes/r9x/Makefile.in, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.in, themes/retro/Makefile.in, - themes/savage/Makefile.in, themes/silverado/Makefile.in, - themes/slick/Makefile.in, themes/slimline/Makefile.in, - themes/smallscreen/Makefile.in, themes/smoothwall/Makefile.in, - themes/synthetic/Makefile.in, themes/tabs/Makefile.in, - themes/tgc-large/Makefile.in, themes/tgc/Makefile.in, - themes/today/Makefile.in, themes/totem/Makefile.in, - themes/trench/Makefile.in, themes/triviality/Makefile.in, - themes/tubular/Makefile.in, themes/tux/Makefile.in, - themes/variation/Makefile.in, themes/xfce/Makefile.in: Update - automake/autoconf/libtool/gettext versions to generate the - configure scripts and Makefiles, - Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), - Update ChangeLogs. - -2004-10-30 19:03 olivier - - * AUTHORS, ChangeLog: Global update for 4.1.91 (Xfce 4.2 beta 2) - -2004-10-27 17:53 olivier - - * themes/redmondxp/bottom-active.xpm, - themes/redmondxp/bottom-inactive.xpm, - themes/redmondxp/bottom-left-active.xpm, - themes/redmondxp/bottom-left-inactive.xpm, - themes/redmondxp/bottom-right-active.xpm, - themes/redmondxp/bottom-right-inactive.xpm, - themes/redmondxp/close-active.xpm, - themes/redmondxp/close-inactive.xpm, - themes/redmondxp/close-pressed.xpm, - themes/redmondxp/hide-active.xpm, - themes/redmondxp/hide-inactive.xpm, - themes/redmondxp/hide-pressed.xpm, - themes/redmondxp/left-active.xpm, - themes/redmondxp/left-inactive.xpm, - themes/redmondxp/maximize-active.xpm, - themes/redmondxp/maximize-inactive.xpm, - themes/redmondxp/maximize-pressed.xpm, - themes/redmondxp/maximize-toggled-active.xpm, - themes/redmondxp/maximize-toggled-inactive.xpm, - themes/redmondxp/maximize-toggled-pressed.xpm, - themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm, - themes/redmondxp/right-active.xpm, - themes/redmondxp/right-inactive.xpm, - themes/redmondxp/shade-active.xpm, - themes/redmondxp/shade-inactive.xpm, - themes/redmondxp/shade-pressed.xpm, - themes/redmondxp/stick-active.xpm, - themes/redmondxp/stick-inactive.xpm, - themes/redmondxp/stick-pressed.xpm, themes/redmondxp/themerc, - themes/redmondxp/title-1-active.xpm, - themes/redmondxp/title-1-inactive.xpm, - themes/redmondxp/title-2-active.xpm, - themes/redmondxp/title-2-inactive.xpm, - themes/redmondxp/title-3-active.xpm, - themes/redmondxp/title-3-inactive.xpm, - themes/redmondxp/title-4-active.xpm, - themes/redmondxp/title-4-inactive.xpm, - themes/redmondxp/title-5-active.xpm, - themes/redmondxp/title-5-inactive.xpm, - themes/redmondxp/top-left-active.xpm, - themes/redmondxp/top-left-inactive.xpm, - themes/redmondxp/top-right-active.xpm, - themes/redmondxp/top-right-inactive.xpm: Renewed redmondxp theme - -2004-10-23 14:45 olivier - - * ChangeLog: Update ChangeLog - -2004-10-22 20:38 olivier - - * ChangeLog: Updated versions and change logs - -2004-10-21 20:07 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/b6/themerc, themes/basix, themes/basix/Makefile.am, - themes/basix/Makefile.in, themes/basix/README, - themes/basix/bottom-active.xpm, themes/basix/bottom-inactive.xpm, - themes/basix/bottom-left-active.xpm, - themes/basix/bottom-left-inactive.xpm, - themes/basix/bottom-right-active.xpm, - themes/basix/bottom-right-inactive.xpm, - themes/basix/close-active.xpm, themes/basix/close-inactive.xpm, - themes/basix/close-pressed.xpm, themes/basix/hide-active.xpm, - themes/basix/hide-inactive.xpm, themes/basix/hide-pressed.xpm, - themes/basix/inactive.png, themes/basix/left-active.xpm, - themes/basix/left-inactive.xpm, themes/basix/maximize-active.xpm, - themes/basix/maximize-inactive.xpm, - themes/basix/maximize-pressed.xpm, - themes/basix/maximize-toggled-active.xpm, - themes/basix/maximize-toggled-inactive.xpm, - themes/basix/maximize-toggled-pressed.xpm, - themes/basix/menu-active.xpm, themes/basix/menu-inactive.xpm, - themes/basix/menu-pressed.xpm, themes/basix/right-active.xpm, - themes/basix/right-inactive.xpm, themes/basix/shade-active.xpm, - themes/basix/shade-inactive.xpm, themes/basix/shade-pressed.xpm, - themes/basix/shade-toggled-active.xpm, - themes/basix/shade-toggled-inactive.xpm, - themes/basix/shade-toggled-pressed.xpm, - themes/basix/stick-active.xpm, themes/basix/stick-inactive.xpm, - themes/basix/stick-pressed.xpm, - themes/basix/stick-toggled-active.xpm, - themes/basix/stick-toggled-inactive.xpm, - themes/basix/stick-toggled-pressed.xpm, themes/basix/themerc, - themes/basix/title-1-active.png, themes/basix/title-1-active.xpm, - themes/basix/title-1-inactive.png, - themes/basix/title-1-inactive.xpm, - themes/basix/title-2-active.png, themes/basix/title-2-active.xpm, - themes/basix/title-2-inactive.png, - themes/basix/title-2-inactive.xpm, - themes/basix/title-3-active.png, themes/basix/title-3-active.xpm, - themes/basix/title-3-inactive.png, - themes/basix/title-3-inactive.xpm, - themes/basix/title-4-active.png, themes/basix/title-4-active.xpm, - themes/basix/title-4-inactive.png, - themes/basix/title-4-inactive.xpm, - themes/basix/title-5-active.png, themes/basix/title-5-active.xpm, - themes/basix/title-5-inactive.png, - themes/basix/title-5-inactive.xpm, - themes/basix/top-left-active.png, - themes/basix/top-left-active.xpm, - themes/basix/top-left-inactive.png, - themes/basix/top-left-inactive.xpm, - themes/basix/top-right-active.png, - themes/basix/top-right-active.xpm, - themes/basix/top-right-inactive.png, - themes/basix/top-right-inactive.xpm: Add a theme I had for a - while... - -2004-10-02 13:28 olivier - - * ChangeLog, configure, configure.ac: Update all files for 4.2 beta - 1 - -2004-10-02 10:30 olivier - - * themes/b5/themerc, themes/b6/themerc, themes/beastie/themerc, - themes/r9x/themerc, themes/tux/themerc: Add delta for shadow - size/position on some themes - -2004-09-20 22:22 olivier - - * ChangeLog: Update all ChangeLogs - -2004-09-07 21:44 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/symphony, themes/tyrex: Remove "Old Symphony" and "Tyrex" - (promoted new default theme) - -2004-09-06 11:28 olivier - - * xfwm4-themes.spec.in: Fix spec file - -2004-08-27 16:34 olivier - - * themes/tyrex/themerc: *** empty log message *** - -2004-08-24 10:31 olivier - - * themes/tyrex/themerc: *** empty log message *** - -2004-08-23 21:50 olivier - - * themes/tyrex/top-left-active.xpm, - themes/tyrex/top-left-inactive.xpm: Small pixels - -2004-08-21 08:16 olivier - - * themes/savage/close-active.xpm, themes/savage/close-inactive.xpm, - themes/savage/close-pressed.xpm, themes/savage/hide-active.xpm, - themes/savage/hide-inactive.xpm, themes/savage/hide-pressed.xpm, - themes/savage/maximize-active.xpm, - themes/savage/maximize-inactive.xpm, - themes/savage/maximize-pressed.xpm, - themes/savage/maximize-toggled-active.xpm, - themes/savage/maximize-toggled-inactive.xpm, - themes/savage/maximize-toggled-pressed.xpm, - themes/savage/menu-active.xpm, themes/savage/menu-inactive.xpm, - themes/savage/menu-pressed.xpm, themes/savage/shade-active.xpm, - themes/savage/shade-inactive.xpm, - themes/savage/shade-pressed.xpm, - themes/savage/shade-toggled-active.xpm, - themes/savage/shade-toggled-inactive.xpm, - themes/savage/shade-toggled-pressed.xpm, - themes/savage/stick-active.xpm, themes/savage/stick-inactive.xpm, - themes/savage/stick-pressed.xpm, - themes/savage/stick-toggled-active.xpm, - themes/savage/stick-toggled-inactive.xpm, - themes/savage/stick-toggled-pressed.xpm, themes/savage/themerc, - themes/savage/title-1-active.png, - themes/savage/title-1-inactive.png, - themes/savage/title-2-active.png, - themes/savage/title-2-inactive.png, - themes/savage/title-3-active.png, - themes/savage/title-3-inactive.png, - themes/savage/title-4-active.png, - themes/savage/title-4-inactive.png, - themes/savage/title-5-active.png, - themes/savage/title-5-inactive.png, - themes/savage/top-left-active.png, - themes/savage/top-left-inactive.png, - themes/savage/top-right-active.png, - themes/savage/top-right-inactive.png, - themes/symphony/close-active.xpm, - themes/symphony/close-inactive.xpm, - themes/symphony/close-pressed.xpm, - themes/symphony/hide-active.xpm, - themes/symphony/hide-inactive.xpm, - themes/symphony/hide-pressed.xpm, - themes/symphony/maximize-active.xpm, - themes/symphony/maximize-inactive.xpm, - themes/symphony/maximize-pressed.xpm, - themes/symphony/maximize-toggled-active.xpm, - themes/symphony/maximize-toggled-inactive.xpm, - themes/symphony/maximize-toggled-pressed.xpm, - themes/symphony/menu-active.xpm, - themes/symphony/menu-inactive.xpm, - themes/symphony/menu-pressed.xpm, - themes/symphony/shade-active.xpm, - themes/symphony/shade-inactive.xpm, - themes/symphony/shade-pressed.xpm, - themes/symphony/shade-toggled-active.xpm, - themes/symphony/shade-toggled-inactive.xpm, - themes/symphony/shade-toggled-pressed.xpm, - themes/symphony/stick-active.xpm, - themes/symphony/stick-inactive.xpm, - themes/symphony/stick-pressed.xpm, - themes/symphony/stick-toggled-active.xpm, - themes/symphony/stick-toggled-inactive.xpm, - themes/symphony/stick-toggled-pressed.xpm, - themes/symphony/themerc, themes/symphony/title-1-active.png, - themes/symphony/title-1-active.xpm, - themes/symphony/title-1-inactive.png, - themes/symphony/title-1-inactive.xpm, - themes/symphony/title-2-active.png, - themes/symphony/title-2-active.xpm, - themes/symphony/title-2-inactive.png, - themes/symphony/title-2-inactive.xpm, - themes/symphony/title-3-active.png, - themes/symphony/title-3-active.xpm, - themes/symphony/title-3-inactive.png, - themes/symphony/title-3-inactive.xpm, - themes/symphony/title-4-active.png, - themes/symphony/title-4-active.xpm, - themes/symphony/title-4-inactive.png, - themes/symphony/title-4-inactive.xpm, - themes/symphony/title-5-active.png, - themes/symphony/title-5-active.xpm, - themes/symphony/title-5-inactive.png, - themes/symphony/title-5-inactive.xpm, - themes/symphony/top-left-active.png, - themes/symphony/top-left-active.xpm, - themes/symphony/top-left-inactive.png, - themes/symphony/top-left-inactive.xpm, - themes/symphony/top-right-active.png, - themes/symphony/top-right-active.xpm, - themes/symphony/top-right-inactive.png, - themes/symphony/top-right-inactive.xpm: Themes update - -2004-08-17 20:17 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/savage, themes/savage/Makefile.am, - themes/savage/Makefile.in, themes/savage/README, - themes/savage/bottom-active.xpm, - themes/savage/bottom-inactive.xpm, - themes/savage/bottom-left-active.xpm, - themes/savage/bottom-left-inactive.xpm, - themes/savage/bottom-right-active.xpm, - themes/savage/bottom-right-inactive.xpm, - themes/savage/close-active.xpm, themes/savage/close-inactive.xpm, - themes/savage/close-pressed.xpm, themes/savage/hide-active.xpm, - themes/savage/hide-inactive.xpm, themes/savage/hide-pressed.xpm, - themes/savage/left-active.xpm, themes/savage/left-inactive.xpm, - themes/savage/maximize-active.xpm, - themes/savage/maximize-inactive.xpm, - themes/savage/maximize-pressed.xpm, - themes/savage/maximize-toggled-active.xpm, - themes/savage/maximize-toggled-inactive.xpm, - themes/savage/maximize-toggled-pressed.xpm, - themes/savage/menu-active.xpm, themes/savage/menu-inactive.xpm, - themes/savage/menu-pressed.xpm, themes/savage/right-active.xpm, - themes/savage/right-inactive.xpm, themes/savage/shade-active.xpm, - themes/savage/shade-inactive.xpm, - themes/savage/shade-pressed.xpm, - themes/savage/shade-toggled-active.xpm, - themes/savage/shade-toggled-inactive.xpm, - themes/savage/shade-toggled-pressed.xpm, - themes/savage/stick-active.xpm, themes/savage/stick-inactive.xpm, - themes/savage/stick-pressed.xpm, - themes/savage/stick-toggled-active.xpm, - themes/savage/stick-toggled-inactive.xpm, - themes/savage/stick-toggled-pressed.xpm, themes/savage/themerc, - themes/savage/title-1-active.png, - themes/savage/title-1-active.xpm, - themes/savage/title-1-inactive.png, - themes/savage/title-1-inactive.xpm, - themes/savage/title-2-active.png, - themes/savage/title-2-active.xpm, - themes/savage/title-2-inactive.png, - themes/savage/title-2-inactive.xpm, - themes/savage/title-3-active.png, - themes/savage/title-3-active.xpm, - themes/savage/title-3-inactive.png, - themes/savage/title-3-inactive.xpm, - themes/savage/title-4-active.png, - themes/savage/title-4-active.xpm, - themes/savage/title-4-inactive.png, - themes/savage/title-4-inactive.xpm, - themes/savage/title-5-active.png, - themes/savage/title-5-active.xpm, - themes/savage/title-5-inactive.png, - themes/savage/title-5-inactive.xpm, - themes/savage/top-left-active.png, - themes/savage/top-left-active.xpm, - themes/savage/top-left-inactive.png, - themes/savage/top-left-inactive.xpm, - themes/savage/top-right-active.png, - themes/savage/top-right-active.xpm, - themes/savage/top-right-inactive.png, - themes/savage/top-right-inactive.xpm, themes/symphony, - themes/symphony/Makefile.am, themes/symphony/Makefile.in, - themes/symphony/README, themes/symphony/bottom-active.png, - themes/symphony/bottom-active.xpm, - themes/symphony/bottom-inactive.png, - themes/symphony/bottom-inactive.xpm, - themes/symphony/bottom-left-active.png, - themes/symphony/bottom-left-active.xpm, - themes/symphony/bottom-left-inactive.png, - themes/symphony/bottom-left-inactive.xpm, - themes/symphony/bottom-right-active.png, - themes/symphony/bottom-right-active.xpm, - themes/symphony/bottom-right-inactive.png, - themes/symphony/bottom-right-inactive.xpm, - themes/symphony/close-active.xpm, - themes/symphony/close-inactive.xpm, - themes/symphony/close-pressed.xpm, - themes/symphony/hide-active.xpm, - themes/symphony/hide-inactive.xpm, - themes/symphony/hide-pressed.xpm, - themes/symphony/left-active.png, themes/symphony/left-active.xpm, - themes/symphony/left-inactive.png, - themes/symphony/left-inactive.xpm, - themes/symphony/maximize-active.xpm, - themes/symphony/maximize-inactive.xpm, - themes/symphony/maximize-pressed.xpm, - themes/symphony/maximize-toggled-active.xpm, - themes/symphony/maximize-toggled-inactive.xpm, - themes/symphony/maximize-toggled-pressed.xpm, - themes/symphony/menu-active.xpm, - themes/symphony/menu-inactive.xpm, - themes/symphony/menu-pressed.xpm, - themes/symphony/right-active.png, - themes/symphony/right-active.xpm, - themes/symphony/right-inactive.png, - themes/symphony/right-inactive.xpm, - themes/symphony/shade-active.xpm, - themes/symphony/shade-inactive.xpm, - themes/symphony/shade-pressed.xpm, - themes/symphony/shade-toggled-active.xpm, - themes/symphony/shade-toggled-inactive.xpm, - themes/symphony/shade-toggled-pressed.xpm, - themes/symphony/stick-active.xpm, - themes/symphony/stick-inactive.xpm, - themes/symphony/stick-pressed.xpm, - themes/symphony/stick-toggled-active.xpm, - themes/symphony/stick-toggled-inactive.xpm, - themes/symphony/stick-toggled-pressed.xpm, - themes/symphony/themerc, themes/symphony/title-1-active.png, - themes/symphony/title-1-active.xpm, - themes/symphony/title-1-inactive.png, - themes/symphony/title-1-inactive.xpm, - themes/symphony/title-2-active.png, - themes/symphony/title-2-active.xpm, - themes/symphony/title-2-inactive.png, - themes/symphony/title-2-inactive.xpm, - themes/symphony/title-3-active.png, - themes/symphony/title-3-active.xpm, - themes/symphony/title-3-inactive.png, - themes/symphony/title-3-inactive.xpm, - themes/symphony/title-4-active.png, - themes/symphony/title-4-active.xpm, - themes/symphony/title-4-inactive.png, - themes/symphony/title-4-inactive.xpm, - themes/symphony/title-5-active.png, - themes/symphony/title-5-active.xpm, - themes/symphony/title-5-inactive.png, - themes/symphony/title-5-inactive.xpm, - themes/symphony/top-left-active.png, - themes/symphony/top-left-active.xpm, - themes/symphony/top-left-inactive.png, - themes/symphony/top-left-inactive.xpm, - themes/symphony/top-right-active.png, - themes/symphony/top-right-active.xpm, - themes/symphony/top-right-inactive.png, - themes/symphony/top-right-inactive.xpm, themes/tyrex, - themes/tyrex/Makefile.am, themes/tyrex/Makefile.in, - themes/tyrex/README, themes/tyrex/bottom-active.xpm, - themes/tyrex/bottom-inactive.xpm, - themes/tyrex/bottom-left-active.xpm, - themes/tyrex/bottom-left-inactive.xpm, - themes/tyrex/bottom-right-active.xpm, - themes/tyrex/bottom-right-inactive.xpm, - themes/tyrex/close-active.xpm, themes/tyrex/close-inactive.xpm, - themes/tyrex/close-pressed.xpm, themes/tyrex/hide-active.xpm, - themes/tyrex/hide-inactive.xpm, themes/tyrex/hide-pressed.xpm, - themes/tyrex/left-active.xpm, themes/tyrex/left-inactive.xpm, - themes/tyrex/maximize-active.xpm, - themes/tyrex/maximize-inactive.xpm, - themes/tyrex/maximize-pressed.xpm, - themes/tyrex/maximize-toggled-active.xpm, - themes/tyrex/maximize-toggled-inactive.xpm, - themes/tyrex/maximize-toggled-pressed.xpm, - themes/tyrex/menu-active.xpm, themes/tyrex/menu-inactive.xpm, - themes/tyrex/menu-pressed.xpm, themes/tyrex/right-active.xpm, - themes/tyrex/right-inactive.xpm, themes/tyrex/shade-active.xpm, - themes/tyrex/shade-inactive.xpm, themes/tyrex/shade-pressed.xpm, - themes/tyrex/shade-toggled-active.xpm, - themes/tyrex/shade-toggled-inactive.xpm, - themes/tyrex/shade-toggled-pressed.xpm, - themes/tyrex/stick-active.xpm, themes/tyrex/stick-inactive.xpm, - themes/tyrex/stick-pressed.xpm, - themes/tyrex/stick-toggled-active.xpm, - themes/tyrex/stick-toggled-inactive.xpm, - themes/tyrex/stick-toggled-pressed.xpm, themes/tyrex/themerc, - themes/tyrex/title-1-active.png, themes/tyrex/title-1-active.xpm, - themes/tyrex/title-1-inactive.png, - themes/tyrex/title-1-inactive.xpm, - themes/tyrex/title-2-active.png, themes/tyrex/title-2-active.xpm, - themes/tyrex/title-2-inactive.png, - themes/tyrex/title-2-inactive.xpm, - themes/tyrex/title-3-active.png, themes/tyrex/title-3-active.xpm, - themes/tyrex/title-3-inactive.png, - themes/tyrex/title-3-inactive.xpm, - themes/tyrex/title-4-active.png, themes/tyrex/title-4-active.xpm, - themes/tyrex/title-4-inactive.png, - themes/tyrex/title-4-inactive.xpm, - themes/tyrex/title-5-active.png, themes/tyrex/title-5-active.xpm, - themes/tyrex/title-5-inactive.png, - themes/tyrex/title-5-inactive.xpm, - themes/tyrex/top-left-active.png, - themes/tyrex/top-left-active.xpm, - themes/tyrex/top-left-inactive.png, - themes/tyrex/top-left-inactive.xpm, - themes/tyrex/top-right-active.png, - themes/tyrex/top-right-active.xpm, - themes/tyrex/top-right-inactive.png, - themes/tyrex/top-right-inactive.xpm: Add some of the themes I - had. - -2004-07-16 20:11 olivier - - * themes/lineart/title-3-active.png: Use png from previous default - theme. - -2004-07-10 21:01 perldude - - * themes/totem/maximize-inactive.xpm: patch by LiNuCe - -2004-07-09 11:17 olivier - - * themes/lineart/title-3-active.png: Change active title's png - layer - -2004-07-07 20:30 olivier - - * themes/lineart/title-3-active.png: Simpler gradient - -2004-07-07 19:48 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/lineart, themes/lineart/Makefile.am, - themes/lineart/Makefile.in, themes/lineart/README, - themes/lineart/bottom-active.xpm, - themes/lineart/bottom-inactive.xpm, - themes/lineart/bottom-left-active.xpm, - themes/lineart/bottom-left-inactive.xpm, - themes/lineart/bottom-right-active.xpm, - themes/lineart/bottom-right-inactive.xpm, - themes/lineart/close-active.xpm, - themes/lineart/close-inactive.xpm, - themes/lineart/close-pressed.xpm, themes/lineart/hide-active.xpm, - themes/lineart/hide-inactive.xpm, - themes/lineart/hide-pressed.xpm, themes/lineart/left-active.xpm, - themes/lineart/left-inactive.xpm, - themes/lineart/maximize-active.xpm, - themes/lineart/maximize-inactive.xpm, - themes/lineart/maximize-pressed.xpm, - themes/lineart/maximize-toggled-active.xpm, - themes/lineart/maximize-toggled-inactive.xpm, - themes/lineart/maximize-toggled-pressed.xpm, - themes/lineart/menu-active.xpm, themes/lineart/menu-inactive.xpm, - themes/lineart/menu-pressed.xpm, themes/lineart/right-active.xpm, - themes/lineart/right-inactive.xpm, - themes/lineart/shade-active.xpm, - themes/lineart/shade-inactive.xpm, - themes/lineart/shade-pressed.xpm, - themes/lineart/shade-toggled-active.xpm, - themes/lineart/shade-toggled-inactive.xpm, - themes/lineart/shade-toggled-pressed.xpm, - themes/lineart/stick-active.xpm, - themes/lineart/stick-inactive.xpm, - themes/lineart/stick-pressed.xpm, - themes/lineart/stick-toggled-active.xpm, - themes/lineart/stick-toggled-inactive.xpm, - themes/lineart/stick-toggled-pressed.xpm, themes/lineart/themerc, - themes/lineart/title-1-active.xpm, - themes/lineart/title-1-inactive.xpm, - themes/lineart/title-2-active.xpm, - themes/lineart/title-2-inactive.xpm, - themes/lineart/title-3-active.png, - themes/lineart/title-3-active.xpm, - themes/lineart/title-3-inactive.xpm, - themes/lineart/title-4-active.xpm, - themes/lineart/title-4-inactive.xpm, - themes/lineart/title-5-active.xpm, - themes/lineart/title-5-inactive.xpm, - themes/lineart/top-left-active.xpm, - themes/lineart/top-left-inactive.xpm, - themes/lineart/top-right-active.xpm, - themes/lineart/top-right-inactive.xpm: Add LineArt theme - -2004-06-22 19:45 olivier - - * themes/blackwall/bottom-active.xpm, - themes/blackwall/bottom-inactive.xpm, - themes/blackwall/bottom-left-active.xpm, - themes/blackwall/bottom-left-inactive.xpm, - themes/blackwall/bottom-right-active.xpm, - themes/blackwall/bottom-right-inactive.xpm, - themes/blackwall/close-active.xpm, - themes/blackwall/close-inactive.xpm, - themes/blackwall/close-pressed.xpm, - themes/blackwall/hide-active.xpm, - themes/blackwall/hide-inactive.xpm, - themes/blackwall/hide-pressed.xpm, - themes/blackwall/left-active.xpm, - themes/blackwall/left-inactive.xpm, - themes/blackwall/maximize-active.xpm, - themes/blackwall/maximize-inactive.xpm, - themes/blackwall/maximize-pressed.xpm, - themes/blackwall/maximize-toggled-active.xpm, - themes/blackwall/maximize-toggled-inactive.xpm, - themes/blackwall/maximize-toggled-pressed.xpm, - themes/blackwall/menu-active.xpm, - themes/blackwall/menu-inactive.xpm, - themes/blackwall/menu-pressed.xpm, - themes/blackwall/right-active.xpm, - themes/blackwall/right-inactive.xpm, - themes/blackwall/shade-active.xpm, - themes/blackwall/shade-inactive.xpm, - themes/blackwall/shade-pressed.xpm, - themes/blackwall/shade-toggled-active.xpm, - themes/blackwall/shade-toggled-inactive.xpm, - themes/blackwall/shade-toggled-pressed.xpm, - themes/blackwall/stick-active.xpm, - themes/blackwall/stick-inactive.xpm, - themes/blackwall/stick-pressed.xpm, - themes/blackwall/stick-toggled-active.xpm, - themes/blackwall/stick-toggled-inactive.xpm, - themes/blackwall/stick-toggled-pressed.xpm, - themes/blackwall/themerc, themes/blackwall/title-1-active.xpm, - themes/blackwall/title-1-inactive.xpm, - themes/blackwall/title-2-active.xpm, - themes/blackwall/title-2-inactive.xpm, - themes/blackwall/title-3-active.xpm, - themes/blackwall/title-3-inactive.xpm, - themes/blackwall/title-4-active.xpm, - themes/blackwall/title-4-inactive.xpm, - themes/blackwall/title-5-active.xpm, - themes/blackwall/title-5-inactive.xpm, - themes/blackwall/top-left-active.xpm, - themes/blackwall/top-left-inactive.xpm, - themes/blackwall/top-right-active.xpm, - themes/blackwall/top-right-inactive.xpm: Simpler blackwall theme - -2004-05-25 20:40 olivier - - * themes/gelly/themerc: Tweaking "Gelly" theme - -2004-05-13 21:52 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/synthetic, themes/synthetic/Makefile.am, - themes/synthetic/Makefile.in, themes/synthetic/README, - themes/synthetic/bottom-active.xpm, - themes/synthetic/bottom-inactive.xpm, - themes/synthetic/bottom-left-active.xpm, - themes/synthetic/bottom-left-inactive.xpm, - themes/synthetic/bottom-right-active.xpm, - themes/synthetic/bottom-right-inactive.xpm, - themes/synthetic/close-active.xpm, - themes/synthetic/close-inactive.xpm, - themes/synthetic/close-pressed.xpm, - themes/synthetic/hide-active.xpm, - themes/synthetic/hide-inactive.xpm, - themes/synthetic/hide-pressed.xpm, - themes/synthetic/left-active.xpm, - themes/synthetic/left-inactive.xpm, - themes/synthetic/maximize-active.xpm, - themes/synthetic/maximize-inactive.xpm, - themes/synthetic/maximize-pressed.xpm, - themes/synthetic/maximize-toggled-active.xpm, - themes/synthetic/maximize-toggled-inactive.xpm, - themes/synthetic/maximize-toggled-pressed.xpm, - themes/synthetic/menu-active.xpm, - themes/synthetic/menu-inactive.xpm, - themes/synthetic/menu-pressed.xpm, - themes/synthetic/right-active.xpm, - themes/synthetic/right-inactive.xpm, - themes/synthetic/shade-active.xpm, - themes/synthetic/shade-inactive.xpm, - themes/synthetic/shade-pressed.xpm, - themes/synthetic/shade-toggled-active.xpm, - themes/synthetic/shade-toggled-inactive.xpm, - themes/synthetic/shade-toggled-pressed.xpm, - themes/synthetic/stick-active.xpm, - themes/synthetic/stick-inactive.xpm, - themes/synthetic/stick-pressed.xpm, - themes/synthetic/stick-toggled-active.xpm, - themes/synthetic/stick-toggled-inactive.xpm, - themes/synthetic/stick-toggled-pressed.xpm, - themes/synthetic/themerc, themes/synthetic/title-1-active.xpm, - themes/synthetic/title-1-inactive.xpm, - themes/synthetic/title-2-active.xpm, - themes/synthetic/title-2-inactive.xpm, - themes/synthetic/title-3-active.xpm, - themes/synthetic/title-3-inactive.xpm, - themes/synthetic/title-4-active.xpm, - themes/synthetic/title-4-inactive.xpm, - themes/synthetic/title-5-active.xpm, - themes/synthetic/title-5-inactive.xpm, - themes/synthetic/top-left-active.xpm, - themes/synthetic/top-left-inactive.xpm, - themes/synthetic/top-right-active.xpm, - themes/synthetic/top-right-inactive.xpm: Add "synthetic" from - xfwm4 package - -2004-05-03 21:45 olivier - - * Makefile.in, aclocal.m4, configure, install-sh, mkinstalldirs, - themes/Makefile.in, themes/adept/Makefile.in, - themes/agua/Makefile.in, themes/agualemon/Makefile.in, - themes/alternate/Makefile.in, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.in, themes/b5/Makefile.in, - themes/b6/Makefile.in, themes/bbs/Makefile.in, - themes/beastie/Makefile.in, themes/biz/Makefile.in, - themes/blackwall/Makefile.in, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.in, themes/coolclean/Makefile.in, - themes/crux/Makefile.in, themes/cruxish/Makefile.in, - themes/curve/Makefile.in, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.in, themes/elberg/Makefile.in, - themes/exocet/Makefile.in, themes/fbx/Makefile.in, - themes/g2/Makefile.in, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.in, themes/gelly/Makefile.in, - themes/gnububble/Makefile.in, themes/gorilla/Makefile.in, - themes/gtk/Makefile.in, themes/iceg/Makefile.in, - themes/kde/Makefile.in, themes/kde1/Makefile.in, - themes/keramik/Makefile.in, themes/kindaker/Makefile.in, - themes/kleanux/Makefile.in, themes/koynacity/Makefile.in, - themes/linea/Makefile.in, themes/meenee/Makefile.in, - themes/metabox/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/microgui/Makefile.in, - themes/mofit/Makefile.in, themes/next/Makefile.in, - themes/ops/Makefile.in, themes/oroborus/Makefile.in, - themes/perl/Makefile.in, themes/pills/Makefile.in, - themes/piranha/Makefile.in, themes/platinum/Makefile.in, - themes/prune/Makefile.in, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.in, themes/r9x/Makefile.in, - themes/redmond/Makefile.in, themes/redmondxp/Makefile.in, - themes/retro/Makefile.in, themes/silverado/Makefile.in, - themes/slick/Makefile.in, themes/slimline/Makefile.in, - themes/smallscreen/Makefile.in, themes/smoothwall/Makefile.in, - themes/tabs/Makefile.in, themes/tgc-large/Makefile.in, - themes/tgc/Makefile.in, themes/today/Makefile.in, - themes/totem/Makefile.in, themes/trench/Makefile.in, - themes/triviality/Makefile.in, themes/tubular/Makefile.in, - themes/tux/Makefile.in, themes/variation/Makefile.in, - themes/xfce/Makefile.in: Update zh_TW translations from umm - - -2004-04-28 17:15 olivier - - * themes/gelly/bottom-left-active.xpm, - themes/gelly/bottom-left-inactive.xpm, - themes/gelly/left-active.xpm, themes/gelly/left-inactive.xpm, - themes/gelly/top-left-active.xpm, - themes/gelly/top-left-inactive.xpm: Add light from the left - -2004-04-27 19:17 olivier - - * themes/gelly/bottom-left-active.xpm, - themes/gelly/bottom-left-inactive.xpm, - themes/gelly/bottom-right-active.xpm, - themes/gelly/bottom-right-inactive.xpm: Smoother corners a bit - -2004-04-26 20:48 olivier - - * Makefile.in, configure, configure.ac, themes/Makefile.in, - themes/adept/Makefile.am, themes/adept/Makefile.in, - themes/agua/Makefile.am, themes/agua/Makefile.in, - themes/agualemon/Makefile.am, themes/agualemon/Makefile.in, - themes/alternate/Makefile.am, themes/alternate/Makefile.in, - themes/atlanta/Makefile.am, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.am, themes/atlanta2/Makefile.in, - themes/b5/Makefile.am, themes/b5/Makefile.in, - themes/b6/Makefile.am, themes/b6/Makefile.in, - themes/bbs/Makefile.am, themes/bbs/Makefile.in, - themes/beastie/Makefile.am, themes/beastie/Makefile.in, - themes/biz/Makefile.am, themes/biz/Makefile.in, - themes/blackwall/Makefile.am, themes/blackwall/Makefile.in, - themes/buzz/Makefile.am, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.am, themes/coldsteel/Makefile.in, - themes/coolclean/Makefile.am, themes/coolclean/Makefile.in, - themes/crux/Makefile.am, themes/crux/Makefile.in, - themes/cruxish/Makefile.am, themes/cruxish/Makefile.in, - themes/curve/Makefile.am, themes/curve/Makefile.in, - themes/defcon-IV/Makefile.am, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.am, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.am, themes/elberg/Makefile.in, - themes/exocet/Makefile.am, themes/exocet/Makefile.in, - themes/fbx/Makefile.am, themes/fbx/Makefile.in, - themes/g2/Makefile.am, themes/g2/Makefile.in, - themes/galaxy/Makefile.am, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.am, themes/gaudy/Makefile.in, - themes/gelly/Makefile.am, themes/gelly/Makefile.in, - themes/gelly/close-active.xpm, themes/gelly/close-inactive.xpm, - themes/gelly/close-pressed.xpm, themes/gelly/hide-active.xpm, - themes/gelly/hide-inactive.xpm, themes/gelly/hide-pressed.xpm, - themes/gelly/maximize-active.xpm, - themes/gelly/maximize-inactive.xpm, - themes/gelly/maximize-pressed.xpm, - themes/gelly/maximize-toggled-active.xpm, - themes/gelly/maximize-toggled-inactive.xpm, - themes/gelly/maximize-toggled-pressed.xpm, - themes/gelly/menu-active.xpm, themes/gelly/menu-inactive.xpm, - themes/gelly/menu-pressed.xpm, themes/gelly/shade-active.xpm, - themes/gelly/shade-inactive.xpm, themes/gelly/shade-pressed.xpm, - themes/gelly/shade-toggled-active.xpm, - themes/gelly/shade-toggled-inactive.xpm, - themes/gelly/shade-toggled-pressed.xpm, - themes/gelly/stick-active.xpm, themes/gelly/stick-inactive.xpm, - themes/gelly/stick-pressed.xpm, - themes/gelly/stick-toggled-active.xpm, - themes/gelly/stick-toggled-inactive.xpm, - themes/gelly/stick-toggled-pressed.xpm, - themes/gnububble/Makefile.am, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.am, themes/gorilla/Makefile.in, - themes/gtk/Makefile.am, themes/gtk/Makefile.in, - themes/iceg/Makefile.am, themes/iceg/Makefile.in, - themes/kde/Makefile.am, themes/kde/Makefile.in, - themes/kde1/Makefile.am, themes/kde1/Makefile.in, - themes/keramik/Makefile.am, themes/keramik/Makefile.in, - themes/kindaker/Makefile.am, themes/kindaker/Makefile.in, - themes/kleanux/Makefile.am, themes/kleanux/Makefile.in, - themes/koynacity/Makefile.am, themes/koynacity/Makefile.in, - themes/linea/Makefile.am, themes/linea/Makefile.in, - themes/meenee/Makefile.am, themes/meenee/Makefile.in, - themes/metabox/Makefile.am, themes/metabox/Makefile.in, - themes/microcurve/Makefile.am, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.am, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.am, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.am, themes/microdeck3/Makefile.in, - themes/microgui/Makefile.am, themes/microgui/Makefile.in, - themes/mofit/Makefile.am, themes/mofit/Makefile.in, - themes/next/Makefile.am, themes/next/Makefile.in, - themes/ops/Makefile.am, themes/ops/Makefile.in, - themes/oroborus/Makefile.am, themes/oroborus/Makefile.in, - themes/perl/Makefile.am, themes/perl/Makefile.in, - themes/pills/Makefile.am, themes/pills/Makefile.in, - themes/piranha/Makefile.am, themes/piranha/Makefile.in, - themes/platinum/Makefile.am, themes/platinum/Makefile.in, - themes/prune/Makefile.am, themes/prune/Makefile.in, - themes/quiet-purple/Makefile.am, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.am, themes/quinx/Makefile.in, - themes/r9x/Makefile.am, themes/r9x/Makefile.in, - themes/redmond/Makefile.am, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.am, themes/redmondxp/Makefile.in, - themes/retro/Makefile.am, themes/retro/Makefile.in, - themes/silverado/Makefile.am, themes/silverado/Makefile.in, - themes/slick/Makefile.am, themes/slick/Makefile.in, - themes/slimline/Makefile.am, themes/slimline/Makefile.in, - themes/smallscreen/Makefile.am, themes/smallscreen/Makefile.in, - themes/smoothwall/Makefile.am, themes/smoothwall/Makefile.in, - themes/tabs/Makefile.am, themes/tabs/Makefile.in, - themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in, - themes/tgc/Makefile.am, themes/tgc/Makefile.in, - themes/today/Makefile.am, themes/today/Makefile.in, - themes/totem/Makefile.am, themes/totem/Makefile.in, - themes/trench/Makefile.am, themes/trench/Makefile.in, - themes/triviality/Makefile.am, themes/triviality/Makefile.in, - themes/tubular/Makefile.am, themes/tubular/Makefile.in, - themes/tux/Makefile.am, themes/tux/Makefile.in, - themes/variation/Makefile.am, themes/variation/Makefile.in, - themes/xfce/Makefile.am, themes/xfce/Makefile.in: Got tired of - the thread about pax on the ML, reverting. - -2004-04-24 20:56 olivier - - * Makefile.in, configure, configure.ac, themes/Makefile.in, - themes/adept/Makefile.in, themes/agua/Makefile.in, - themes/agualemon/Makefile.in, themes/alternate/Makefile.in, - themes/atlanta/Makefile.in, themes/atlanta2/Makefile.in, - themes/b5/Makefile.in, themes/b6/Makefile.in, - themes/bbs/Makefile.in, themes/beastie/Makefile.in, - themes/biz/Makefile.in, themes/blackwall/Makefile.in, - themes/buzz/Makefile.in, themes/coldsteel/Makefile.in, - themes/coolclean/Makefile.in, themes/crux/Makefile.in, - themes/cruxish/Makefile.in, themes/curve/Makefile.in, - themes/defcon-IV/Makefile.in, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.in, themes/exocet/Makefile.in, - themes/fbx/Makefile.in, themes/g2/Makefile.in, - themes/galaxy/Makefile.in, themes/gaudy/Makefile.in, - themes/gelly/Makefile.in, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.in, themes/gtk/Makefile.in, - themes/iceg/Makefile.in, themes/kde/Makefile.in, - themes/kde1/Makefile.in, themes/keramik/Makefile.in, - themes/kindaker/Makefile.in, themes/kleanux/Makefile.in, - themes/koynacity/Makefile.in, themes/linea/Makefile.in, - themes/meenee/Makefile.in, themes/metabox/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/microgui/Makefile.in, themes/mofit/Makefile.in, - themes/next/Makefile.in, themes/ops/Makefile.in, - themes/oroborus/Makefile.in, themes/perl/Makefile.in, - themes/pills/Makefile.in, themes/piranha/Makefile.in, - themes/platinum/Makefile.in, themes/prune/Makefile.in, - themes/quiet-purple/Makefile.in, themes/quinx/Makefile.in, - themes/r9x/Makefile.in, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.in, themes/retro/Makefile.in, - themes/silverado/Makefile.in, themes/slick/Makefile.in, - themes/slimline/Makefile.in, themes/smallscreen/Makefile.in, - themes/smoothwall/Makefile.in, themes/tabs/Makefile.in, - themes/tgc-large/Makefile.in, themes/tgc/Makefile.in, - themes/today/Makefile.in, themes/totem/Makefile.in, - themes/trench/Makefile.in, themes/triviality/Makefile.in, - themes/tubular/Makefile.in, themes/tux/Makefile.in, - themes/variation/Makefile.in, themes/xfce/Makefile.in: Provide an - URL to download pax if missing - -2004-04-24 12:26 olivier - - * configure.ac, themes/adept/Makefile.am, themes/agua/Makefile.am, - themes/agualemon/Makefile.am, themes/alternate/Makefile.am, - themes/atlanta/Makefile.am, themes/atlanta2/Makefile.am, - themes/b5/Makefile.am, themes/b6/Makefile.am, - themes/bbs/Makefile.am, themes/beastie/Makefile.am, - themes/biz/Makefile.am, themes/blackwall/Makefile.am, - themes/buzz/Makefile.am, themes/coldsteel/Makefile.am, - themes/coolclean/Makefile.am, themes/crux/Makefile.am, - themes/cruxish/Makefile.am, themes/curve/Makefile.am, - themes/defcon-IV/Makefile.am, themes/eazel-blue/Makefile.am, - themes/elberg/Makefile.am, themes/exocet/Makefile.am, - themes/fbx/Makefile.am, themes/g2/Makefile.am, - themes/galaxy/Makefile.am, themes/gaudy/Makefile.am, - themes/gelly/Makefile.am, themes/gelly/Makefile.in, - themes/gnububble/Makefile.am, themes/gorilla/Makefile.am, - themes/gtk/Makefile.am, themes/iceg/Makefile.am, - themes/kde/Makefile.am, themes/kde1/Makefile.am, - themes/keramik/Makefile.am, themes/kindaker/Makefile.am, - themes/kleanux/Makefile.am, themes/koynacity/Makefile.am, - themes/linea/Makefile.am, themes/meenee/Makefile.am, - themes/metabox/Makefile.am, themes/microcurve/Makefile.am, - themes/microdeck/Makefile.am, themes/microdeck2/Makefile.am, - themes/microdeck3/Makefile.am, themes/microgui/Makefile.am, - themes/mofit/Makefile.am, themes/next/Makefile.am, - themes/ops/Makefile.am, themes/oroborus/Makefile.am, - themes/perl/Makefile.am, themes/pills/Makefile.am, - themes/piranha/Makefile.am, themes/platinum/Makefile.am, - themes/prune/Makefile.am, themes/quiet-purple/Makefile.am, - themes/quinx/Makefile.am, themes/r9x/Makefile.am, - themes/redmond/Makefile.am, themes/redmondxp/Makefile.am, - themes/retro/Makefile.am, themes/silverado/Makefile.am, - themes/slick/Makefile.am, themes/slimline/Makefile.am, - themes/smallscreen/Makefile.am, themes/smoothwall/Makefile.am, - themes/tabs/Makefile.am, themes/tgc-large/Makefile.am, - themes/tgc/Makefile.am, themes/today/Makefile.am, - themes/totem/Makefile.am, themes/trench/Makefile.am, - themes/triviality/Makefile.am, themes/tubular/Makefile.am, - themes/tux/Makefile.am, themes/variation/Makefile.am, - themes/xfce/Makefile.am: Use pax instead of tar as suggested by - Benny - Makes thing a lot simpler - -2004-04-24 06:59 olivier - - * themes/adept/Makefile.am, themes/adept/Makefile.in, - themes/agua/Makefile.am, themes/agua/Makefile.in, - themes/agualemon/Makefile.am, themes/agualemon/Makefile.in, - themes/alternate/Makefile.am, themes/alternate/Makefile.in, - themes/atlanta/Makefile.am, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.am, themes/atlanta2/Makefile.in, - themes/b5/Makefile.am, themes/b5/Makefile.in, - themes/b6/Makefile.am, themes/b6/Makefile.in, - themes/bbs/Makefile.am, themes/bbs/Makefile.in, - themes/beastie/Makefile.am, themes/beastie/Makefile.in, - themes/biz/Makefile.am, themes/biz/Makefile.in, - themes/blackwall/Makefile.am, themes/blackwall/Makefile.in, - themes/buzz/Makefile.am, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.am, themes/coldsteel/Makefile.in, - themes/coolclean/Makefile.am, themes/coolclean/Makefile.in, - themes/crux/Makefile.am, themes/crux/Makefile.in, - themes/cruxish/Makefile.am, themes/cruxish/Makefile.in, - themes/curve/Makefile.am, themes/curve/Makefile.in, - themes/defcon-IV/Makefile.am, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.am, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.am, themes/elberg/Makefile.in, - themes/exocet/Makefile.am, themes/exocet/Makefile.in, - themes/fbx/Makefile.am, themes/fbx/Makefile.in, - themes/g2/Makefile.am, themes/g2/Makefile.in, - themes/galaxy/Makefile.am, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.am, themes/gaudy/Makefile.in, - themes/gelly/Makefile.am, themes/gelly/Makefile.in, - themes/gnububble/Makefile.am, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.am, themes/gorilla/Makefile.in, - themes/gtk/Makefile.am, themes/gtk/Makefile.in, - themes/iceg/Makefile.am, themes/iceg/Makefile.in, - themes/kde/Makefile.am, themes/kde/Makefile.in, - themes/kde1/Makefile.am, themes/kde1/Makefile.in, - themes/keramik/Makefile.am, themes/keramik/Makefile.in, - themes/kindaker/Makefile.am, themes/kindaker/Makefile.in, - themes/kleanux/Makefile.am, themes/kleanux/Makefile.in, - themes/koynacity/Makefile.am, themes/koynacity/Makefile.in, - themes/linea/Makefile.am, themes/linea/Makefile.in, - themes/meenee/Makefile.am, themes/meenee/Makefile.in, - themes/metabox/Makefile.am, themes/metabox/Makefile.in, - themes/microcurve/Makefile.am, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.am, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.am, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.am, themes/microdeck3/Makefile.in, - themes/microgui/Makefile.am, themes/microgui/Makefile.in, - themes/mofit/Makefile.am, themes/mofit/Makefile.in, - themes/next/Makefile.am, themes/next/Makefile.in, - themes/ops/Makefile.am, themes/ops/Makefile.in, - themes/oroborus/Makefile.am, themes/oroborus/Makefile.in, - themes/perl/Makefile.am, themes/perl/Makefile.in, - themes/pills/Makefile.am, themes/pills/Makefile.in, - themes/piranha/Makefile.am, themes/piranha/Makefile.in, - themes/platinum/Makefile.am, themes/platinum/Makefile.in, - themes/prune/Makefile.am, themes/prune/Makefile.in, - themes/quiet-purple/Makefile.am, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.am, themes/quinx/Makefile.in, - themes/r9x/Makefile.am, themes/r9x/Makefile.in, - themes/redmond/Makefile.am, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.am, themes/redmondxp/Makefile.in, - themes/retro/Makefile.am, themes/retro/Makefile.in, - themes/silverado/Makefile.am, themes/silverado/Makefile.in, - themes/slick/Makefile.am, themes/slick/Makefile.in, - themes/slimline/Makefile.am, themes/slimline/Makefile.in, - themes/smallscreen/Makefile.am, themes/smallscreen/Makefile.in, - themes/smoothwall/Makefile.am, themes/smoothwall/Makefile.in, - themes/tabs/Makefile.am, themes/tabs/Makefile.in, - themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in, - themes/tgc/Makefile.am, themes/tgc/Makefile.in, - themes/today/Makefile.am, themes/today/Makefile.in, - themes/totem/Makefile.am, themes/totem/Makefile.in, - themes/trench/Makefile.am, themes/trench/Makefile.in, - themes/triviality/Makefile.am, themes/triviality/Makefile.in, - themes/tubular/Makefile.am, themes/tubular/Makefile.in, - themes/tux/Makefile.am, themes/tux/Makefile.in, - themes/variation/Makefile.am, themes/variation/Makefile.in, - themes/xfce/Makefile.am, themes/xfce/Makefile.in: Improve theme - install - -2004-04-23 22:03 olivier - - * themes/adept/Makefile.am, themes/adept/Makefile.in, - themes/agua/Makefile.am, themes/agua/Makefile.in, - themes/agualemon/Makefile.am, themes/agualemon/Makefile.in, - themes/alternate/Makefile.am, themes/alternate/Makefile.in, - themes/atlanta/Makefile.am, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.am, themes/atlanta2/Makefile.in, - themes/b5/Makefile.am, themes/b5/Makefile.in, - themes/b6/Makefile.am, themes/b6/Makefile.in, - themes/bbs/Makefile.am, themes/bbs/Makefile.in, - themes/beastie/Makefile.am, themes/beastie/Makefile.in, - themes/biz/Makefile.am, themes/biz/Makefile.in, - themes/blackwall/Makefile.am, themes/blackwall/Makefile.in, - themes/buzz/Makefile.am, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.am, themes/coldsteel/Makefile.in, - themes/coolclean/Makefile.am, themes/coolclean/Makefile.in, - themes/crux/Makefile.am, themes/crux/Makefile.in, - themes/cruxish/Makefile.am, themes/cruxish/Makefile.in, - themes/curve/Makefile.am, themes/curve/Makefile.in, - themes/defcon-IV/Makefile.am, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.am, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.am, themes/elberg/Makefile.in, - themes/exocet/Makefile.am, themes/exocet/Makefile.in, - themes/fbx/Makefile.am, themes/fbx/Makefile.in, - themes/g2/Makefile.am, themes/g2/Makefile.in, - themes/galaxy/Makefile.am, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.am, themes/gaudy/Makefile.in, - themes/gelly/Makefile.am, themes/gelly/Makefile.in, - themes/gnububble/Makefile.am, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.am, themes/gorilla/Makefile.in, - themes/gtk/Makefile.am, themes/gtk/Makefile.in, - themes/iceg/Makefile.am, themes/iceg/Makefile.in, - themes/kde/Makefile.am, themes/kde/Makefile.in, - themes/kde1/Makefile.am, themes/kde1/Makefile.in, - themes/keramik/Makefile.am, themes/keramik/Makefile.in, - themes/kindaker/Makefile.am, themes/kindaker/Makefile.in, - themes/kleanux/Makefile.am, themes/kleanux/Makefile.in, - themes/koynacity/Makefile.am, themes/koynacity/Makefile.in, - themes/linea/Makefile.am, themes/linea/Makefile.in, - themes/meenee/Makefile.am, themes/meenee/Makefile.in, - themes/metabox/Makefile.am, themes/metabox/Makefile.in, - themes/microcurve/Makefile.am, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.am, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.am, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.am, themes/microdeck3/Makefile.in, - themes/microgui/Makefile.am, themes/microgui/Makefile.in, - themes/mofit/Makefile.am, themes/mofit/Makefile.in, - themes/next/Makefile.am, themes/next/Makefile.in, - themes/ops/Makefile.am, themes/ops/Makefile.in, - themes/oroborus/Makefile.am, themes/oroborus/Makefile.in, - themes/perl/Makefile.am, themes/perl/Makefile.in, - themes/pills/Makefile.am, themes/pills/Makefile.in, - themes/piranha/Makefile.am, themes/piranha/Makefile.in, - themes/platinum/Makefile.am, themes/platinum/Makefile.in, - themes/prune/Makefile.am, themes/prune/Makefile.in, - themes/quiet-purple/Makefile.am, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.am, themes/quinx/Makefile.in, - themes/r9x/Makefile.am, themes/r9x/Makefile.in, - themes/redmond/Makefile.am, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.am, themes/redmondxp/Makefile.in, - themes/retro/Makefile.am, themes/retro/Makefile.in, - themes/silverado/Makefile.am, themes/silverado/Makefile.in, - themes/slick/Makefile.am, themes/slick/Makefile.in, - themes/slimline/Makefile.am, themes/slimline/Makefile.in, - themes/smallscreen/Makefile.am, themes/smallscreen/Makefile.in, - themes/smoothwall/Makefile.am, themes/smoothwall/Makefile.in, - themes/tabs/Makefile.am, themes/tabs/Makefile.in, - themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in, - themes/tgc/Makefile.am, themes/tgc/Makefile.in, - themes/today/Makefile.am, themes/today/Makefile.in, - themes/totem/Makefile.am, themes/totem/Makefile.in, - themes/trench/Makefile.am, themes/trench/Makefile.in, - themes/triviality/Makefile.am, themes/triviality/Makefile.in, - themes/tubular/Makefile.am, themes/tubular/Makefile.in, - themes/tux/Makefile.am, themes/tux/Makefile.in, - themes/variation/Makefile.am, themes/variation/Makefile.in, - themes/xfce/Makefile.am, themes/xfce/Makefile.in: Try to speed up - install by using tar to copy the files - -2004-04-23 21:00 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/gelly, themes/gelly/Makefile.am, themes/gelly/Makefile.in, - themes/gelly/README, themes/gelly/bottom-active.xpm, - themes/gelly/bottom-inactive.xpm, - themes/gelly/bottom-left-active.xpm, - themes/gelly/bottom-left-inactive.xpm, - themes/gelly/bottom-right-active.xpm, - themes/gelly/bottom-right-inactive.xpm, - themes/gelly/close-active.xpm, themes/gelly/close-inactive.xpm, - themes/gelly/close-pressed.xpm, themes/gelly/hide-active.xpm, - themes/gelly/hide-inactive.xpm, themes/gelly/hide-pressed.xpm, - themes/gelly/left-active.xpm, themes/gelly/left-inactive.xpm, - themes/gelly/maximize-active.xpm, - themes/gelly/maximize-inactive.xpm, - themes/gelly/maximize-pressed.xpm, - themes/gelly/maximize-toggled-active.xpm, - themes/gelly/maximize-toggled-inactive.xpm, - themes/gelly/maximize-toggled-pressed.xpm, - themes/gelly/menu-active.xpm, themes/gelly/menu-inactive.xpm, - themes/gelly/menu-pressed.xpm, themes/gelly/right-active.xpm, - themes/gelly/right-inactive.xpm, themes/gelly/shade-active.xpm, - themes/gelly/shade-inactive.xpm, themes/gelly/shade-pressed.xpm, - themes/gelly/shade-toggled-active.xpm, - themes/gelly/shade-toggled-inactive.xpm, - themes/gelly/shade-toggled-pressed.xpm, - themes/gelly/stick-active.xpm, themes/gelly/stick-inactive.xpm, - themes/gelly/stick-pressed.xpm, - themes/gelly/stick-toggled-active.xpm, - themes/gelly/stick-toggled-inactive.xpm, - themes/gelly/stick-toggled-pressed.xpm, themes/gelly/themerc, - themes/gelly/title-1-active.png, themes/gelly/title-1-active.xpm, - themes/gelly/title-1-inactive.png, - themes/gelly/title-1-inactive.xpm, - themes/gelly/title-2-active.png, themes/gelly/title-2-active.xpm, - themes/gelly/title-2-inactive.png, - themes/gelly/title-2-inactive.xpm, - themes/gelly/title-3-active.png, themes/gelly/title-3-active.xpm, - themes/gelly/title-3-inactive.png, - themes/gelly/title-3-inactive.xpm, - themes/gelly/title-4-active.png, themes/gelly/title-4-active.xpm, - themes/gelly/title-4-inactive.png, - themes/gelly/title-4-inactive.xpm, - themes/gelly/title-5-active.png, themes/gelly/title-5-active.xpm, - themes/gelly/title-5-inactive.png, - themes/gelly/title-5-inactive.xpm, - themes/gelly/top-left-active.png, - themes/gelly/top-left-active.xpm, - themes/gelly/top-left-inactive.png, - themes/gelly/top-left-inactive.xpm, - themes/gelly/top-right-active.png, - themes/gelly/top-right-active.xpm, - themes/gelly/top-right-inactive.png, - themes/gelly/top-right-inactive.xpm: Add new theme - -2004-04-06 19:32 olivier - - * configure, configure.ac: Chnage package version to 4.1.0 - -2004-03-16 21:13 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/smoothwall, themes/smoothwall/Makefile.am, - themes/smoothwall/Makefile.in, themes/smoothwall/README, - themes/smoothwall/bottom-active.xpm, - themes/smoothwall/bottom-inactive.xpm, - themes/smoothwall/bottom-left-active.xpm, - themes/smoothwall/bottom-left-inactive.xpm, - themes/smoothwall/bottom-right-active.xpm, - themes/smoothwall/bottom-right-inactive.xpm, - themes/smoothwall/close-active.xpm, - themes/smoothwall/close-inactive.xpm, - themes/smoothwall/close-pressed.xpm, - themes/smoothwall/hide-active.xpm, - themes/smoothwall/hide-inactive.xpm, - themes/smoothwall/hide-pressed.xpm, - themes/smoothwall/left-active.xpm, - themes/smoothwall/left-inactive.xpm, - themes/smoothwall/maximize-active.xpm, - themes/smoothwall/maximize-inactive.xpm, - themes/smoothwall/maximize-pressed.xpm, - themes/smoothwall/maximize-toggled-active.xpm, - themes/smoothwall/maximize-toggled-inactive.xpm, - themes/smoothwall/maximize-toggled-pressed.xpm, - themes/smoothwall/menu-active.xpm, - themes/smoothwall/menu-inactive.xpm, - themes/smoothwall/menu-pressed.xpm, - themes/smoothwall/right-active.xpm, - themes/smoothwall/right-inactive.xpm, - themes/smoothwall/shade-active.xpm, - themes/smoothwall/shade-inactive.xpm, - themes/smoothwall/shade-pressed.xpm, - themes/smoothwall/shade-toggled-active.xpm, - themes/smoothwall/shade-toggled-inactive.xpm, - themes/smoothwall/shade-toggled-pressed.xpm, - themes/smoothwall/stick-active.xpm, - themes/smoothwall/stick-inactive.xpm, - themes/smoothwall/stick-pressed.xpm, - themes/smoothwall/stick-toggled-active.xpm, - themes/smoothwall/stick-toggled-inactive.xpm, - themes/smoothwall/stick-toggled-pressed.xpm, - themes/smoothwall/themerc, themes/smoothwall/title-1-active.xpm, - themes/smoothwall/title-1-inactive.xpm, - themes/smoothwall/title-2-active.xpm, - themes/smoothwall/title-2-inactive.xpm, - themes/smoothwall/title-3-active.xpm, - themes/smoothwall/title-3-inactive.xpm, - themes/smoothwall/title-4-active.xpm, - themes/smoothwall/title-4-inactive.xpm, - themes/smoothwall/title-5-active.xpm, - themes/smoothwall/title-5-inactive.xpm, - themes/smoothwall/top-left-active.xpm, - themes/smoothwall/top-left-inactive.xpm, - themes/smoothwall/top-right-active.xpm, - themes/smoothwall/top-right-inactive.xpm: Add "smoothwall" theme. - Content subject to change without notice. - -2004-03-07 14:25 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/blackwall, themes/blackwall/Makefile.am, - themes/blackwall/Makefile.in, themes/blackwall/README, - themes/blackwall/bottom-active.xpm, - themes/blackwall/bottom-inactive.xpm, - themes/blackwall/bottom-left-active.xpm, - themes/blackwall/bottom-left-inactive.xpm, - themes/blackwall/bottom-right-active.xpm, - themes/blackwall/bottom-right-inactive.xpm, - themes/blackwall/close-active.xpm, - themes/blackwall/close-inactive.xpm, - themes/blackwall/close-pressed.xpm, - themes/blackwall/hide-active.xpm, - themes/blackwall/hide-inactive.xpm, - themes/blackwall/hide-pressed.xpm, - themes/blackwall/left-active.xpm, - themes/blackwall/left-inactive.xpm, - themes/blackwall/maximize-active.xpm, - themes/blackwall/maximize-inactive.xpm, - themes/blackwall/maximize-pressed.xpm, - themes/blackwall/maximize-toggled-active.xpm, - themes/blackwall/maximize-toggled-inactive.xpm, - themes/blackwall/maximize-toggled-pressed.xpm, - themes/blackwall/menu-active.xpm, - themes/blackwall/menu-inactive.xpm, - themes/blackwall/menu-pressed.xpm, - themes/blackwall/right-active.xpm, - themes/blackwall/right-inactive.xpm, - themes/blackwall/shade-active.xpm, - themes/blackwall/shade-inactive.xpm, - themes/blackwall/shade-pressed.xpm, - themes/blackwall/shade-toggled-active.xpm, - themes/blackwall/shade-toggled-inactive.xpm, - themes/blackwall/shade-toggled-pressed.xpm, - themes/blackwall/stick-active.xpm, - themes/blackwall/stick-inactive.xpm, - themes/blackwall/stick-pressed.xpm, - themes/blackwall/stick-toggled-active.xpm, - themes/blackwall/stick-toggled-inactive.xpm, - themes/blackwall/stick-toggled-pressed.xpm, - themes/blackwall/themerc, themes/blackwall/title-1-active.xpm, - themes/blackwall/title-1-inactive.xpm, - themes/blackwall/title-2-active.xpm, - themes/blackwall/title-2-inactive.xpm, - themes/blackwall/title-3-active.xpm, - themes/blackwall/title-3-inactive.xpm, - themes/blackwall/title-4-active.xpm, - themes/blackwall/title-4-inactive.xpm, - themes/blackwall/title-5-active.xpm, - themes/blackwall/title-5-inactive.xpm, - themes/blackwall/top-left-active.xpm, - themes/blackwall/top-left-inactive.xpm, - themes/blackwall/top-right-active.xpm, - themes/blackwall/top-right-inactive.xpm: Add blackwall theme - -2004-02-27 21:34 olivier - - * themes/adept/Makefile.am, themes/adept/Makefile.in, - themes/agua/Makefile.am, themes/agua/Makefile.in, - themes/agualemon/Makefile.am, themes/agualemon/Makefile.in, - themes/alternate/Makefile.am, themes/alternate/Makefile.in, - themes/atlanta/Makefile.am, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.am, themes/atlanta2/Makefile.in, - themes/b5/Makefile.am, themes/b5/Makefile.in, - themes/b6/Makefile.am, themes/b6/Makefile.in, - themes/bbs/Makefile.am, themes/bbs/Makefile.in, - themes/beastie/Makefile.am, themes/beastie/Makefile.in, - themes/biz/Makefile.am, themes/biz/Makefile.in, - themes/buzz/Makefile.am, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.am, themes/coldsteel/Makefile.in, - themes/coolclean/Makefile.am, themes/coolclean/Makefile.in, - themes/crux/Makefile.am, themes/crux/Makefile.in, - themes/cruxish/Makefile.am, themes/cruxish/Makefile.in, - themes/curve/Makefile.am, themes/curve/Makefile.in, - themes/defcon-IV/Makefile.am, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.am, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.am, themes/elberg/Makefile.in, - themes/exocet/Makefile.am, themes/exocet/Makefile.in, - themes/fbx/Makefile.am, themes/fbx/Makefile.in, - themes/g2/Makefile.am, themes/g2/Makefile.in, - themes/galaxy/Makefile.am, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.am, themes/gaudy/Makefile.in, - themes/gnububble/Makefile.am, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.am, themes/gorilla/Makefile.in, - themes/gtk/Makefile.am, themes/gtk/Makefile.in, - themes/iceg/Makefile.am, themes/iceg/Makefile.in, - themes/kde/Makefile.am, themes/kde/Makefile.in, - themes/kde1/Makefile.am, themes/kde1/Makefile.in, - themes/keramik/Makefile.am, themes/keramik/Makefile.in, - themes/kindaker/Makefile.am, themes/kindaker/Makefile.in, - themes/kleanux/Makefile.am, themes/kleanux/Makefile.in, - themes/koynacity/Makefile.am, themes/koynacity/Makefile.in, - themes/linea/Makefile.am, themes/linea/Makefile.in, - themes/meenee/Makefile.am, themes/meenee/Makefile.in, - themes/metabox/Makefile.am, themes/metabox/Makefile.in, - themes/microcurve/Makefile.am, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.am, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.am, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.am, themes/microdeck3/Makefile.in, - themes/microgui/Makefile.am, themes/microgui/Makefile.in, - themes/mofit/Makefile.am, themes/mofit/Makefile.in, - themes/next/Makefile.am, themes/next/Makefile.in, - themes/ops/Makefile.am, themes/ops/Makefile.in, - themes/oroborus/Makefile.am, themes/oroborus/Makefile.in, - themes/perl/Makefile.am, themes/perl/Makefile.in, - themes/pills/Makefile.am, themes/pills/Makefile.in, - themes/piranha/Makefile.am, themes/piranha/Makefile.in, - themes/platinum/Makefile.am, themes/platinum/Makefile.in, - themes/prune/Makefile.am, themes/prune/Makefile.in, - themes/quiet-purple/Makefile.am, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.am, themes/quinx/Makefile.in, - themes/r9x/Makefile.am, themes/r9x/Makefile.in, - themes/redmond/Makefile.am, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.am, themes/redmondxp/Makefile.in, - themes/retro/Makefile.am, themes/retro/Makefile.in, - themes/silverado/Makefile.am, themes/silverado/Makefile.in, - themes/slick/Makefile.am, themes/slick/Makefile.in, - themes/slimline/Makefile.am, themes/slimline/Makefile.in, - themes/smallscreen/Makefile.am, themes/smallscreen/Makefile.in, - themes/tabs/Makefile.am, themes/tabs/Makefile.in, - themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in, - themes/tgc/Makefile.am, themes/tgc/Makefile.in, - themes/today/Makefile.am, themes/today/Makefile.in, - themes/totem/Makefile.am, themes/totem/Makefile.in, - themes/trench/Makefile.am, themes/trench/Makefile.in, - themes/triviality/Makefile.am, themes/triviality/Makefile.in, - themes/tubular/Makefile.am, themes/tubular/Makefile.in, - themes/tux/Makefile.am, themes/tux/Makefile.in, - themes/variation/Makefile.am, themes/variation/Makefile.in, - themes/xfce/Makefile.am, themes/xfce/Makefile.in: Use standard - location for xfwm4 themes (breaking backward compat, older themes - won't show anymore) - -2004-02-25 23:36 olivier - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/bbs, themes/bbs/Makefile.am, themes/bbs/Makefile.in, - themes/bbs/README, themes/bbs/bottom-active.xpm, - themes/bbs/bottom-inactive.xpm, - themes/bbs/bottom-left-active.xpm, - themes/bbs/bottom-left-inactive.xpm, - themes/bbs/bottom-right-active.xpm, - themes/bbs/bottom-right-inactive.xpm, - themes/bbs/close-active.xpm, themes/bbs/close-inactive.xpm, - themes/bbs/close-pressed.xpm, themes/bbs/hide-active.xpm, - themes/bbs/hide-inactive.xpm, themes/bbs/hide-pressed.xpm, - themes/bbs/left-active.xpm, themes/bbs/left-inactive.xpm, - themes/bbs/maximize-active.xpm, themes/bbs/maximize-inactive.xpm, - themes/bbs/maximize-pressed.xpm, themes/bbs/menu-active.xpm, - themes/bbs/menu-inactive.xpm, themes/bbs/menu-pressed.xpm, - themes/bbs/right-active.xpm, themes/bbs/right-inactive.xpm, - themes/bbs/shade-active.xpm, themes/bbs/shade-inactive.xpm, - themes/bbs/shade-pressed.xpm, themes/bbs/stick-active.xpm, - themes/bbs/stick-inactive.xpm, themes/bbs/stick-pressed.xpm, - themes/bbs/themerc, themes/bbs/title-1-active.xpm, - themes/bbs/title-1-inactive.xpm, themes/bbs/title-2-active.xpm, - themes/bbs/title-2-inactive.xpm, themes/bbs/title-3-active.xpm, - themes/bbs/title-3-inactive.xpm, themes/bbs/title-4-active.xpm, - themes/bbs/title-4-inactive.xpm, themes/bbs/title-5-active.xpm, - themes/bbs/title-5-inactive.xpm, themes/bbs/top-left-active.xpm, - themes/bbs/top-left-inactive.xpm, - themes/bbs/top-right-active.xpm, - themes/bbs/top-right-inactive.xpm, themes/curve, - themes/curve/Makefile.am, themes/curve/Makefile.in, - themes/curve/README, themes/curve/bottom-active.xpm, - themes/curve/bottom-inactive.xpm, - themes/curve/bottom-left-active.xpm, - themes/curve/bottom-left-inactive.xpm, - themes/curve/bottom-right-active.xpm, - themes/curve/bottom-right-inactive.xpm, - themes/curve/close-active.xpm, themes/curve/close-inactive.xpm, - themes/curve/close-pressed.xpm, themes/curve/hide-active.xpm, - themes/curve/hide-inactive.xpm, themes/curve/hide-pressed.xpm, - themes/curve/left-active.xpm, themes/curve/left-inactive.xpm, - themes/curve/maximize-active.xpm, - themes/curve/maximize-inactive.xpm, - themes/curve/maximize-pressed.xpm, themes/curve/menu-active.xpm, - themes/curve/menu-inactive.xpm, themes/curve/menu-pressed.xpm, - themes/curve/right-active.xpm, themes/curve/right-inactive.xpm, - themes/curve/shade-active.xpm, themes/curve/shade-inactive.xpm, - themes/curve/shade-pressed.xpm, themes/curve/stick-active.xpm, - themes/curve/stick-inactive.xpm, themes/curve/stick-pressed.xpm, - themes/curve/themerc, themes/curve/title-1-active.xpm, - themes/curve/title-1-inactive.xpm, - themes/curve/title-2-active.xpm, - themes/curve/title-2-inactive.xpm, - themes/curve/title-3-active.xpm, - themes/curve/title-3-inactive.xpm, - themes/curve/title-4-active.xpm, - themes/curve/title-4-inactive.xpm, - themes/curve/title-5-active.xpm, - themes/curve/title-5-inactive.xpm, - themes/curve/top-left-active.xpm, - themes/curve/top-left-inactive.xpm, - themes/curve/top-right-active.xpm, - themes/curve/top-right-inactive.xpm, themes/exocet, - themes/exocet/Makefile.am, themes/exocet/Makefile.in, - themes/exocet/README, themes/exocet/bottom-active.xpm, - themes/exocet/bottom-inactive.xpm, - themes/exocet/bottom-left-active.xpm, - themes/exocet/bottom-left-inactive.xpm, - themes/exocet/bottom-right-active.xpm, - themes/exocet/bottom-right-inactive.xpm, - themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm, - themes/exocet/close-pressed.xpm, themes/exocet/hide-active.xpm, - themes/exocet/hide-inactive.xpm, themes/exocet/hide-pressed.xpm, - themes/exocet/left-active.xpm, themes/exocet/left-inactive.xpm, - themes/exocet/maximize-active.xpm, - themes/exocet/maximize-inactive.xpm, - themes/exocet/maximize-pressed.xpm, - themes/exocet/menu-active.xpm, themes/exocet/menu-inactive.xpm, - themes/exocet/menu-pressed.xpm, themes/exocet/right-active.xpm, - themes/exocet/right-inactive.xpm, themes/exocet/shade-active.xpm, - themes/exocet/shade-inactive.xpm, - themes/exocet/shade-pressed.xpm, themes/exocet/stick-active.xpm, - themes/exocet/stick-inactive.xpm, - themes/exocet/stick-pressed.xpm, themes/exocet/themerc, - themes/exocet/title-1-active.xpm, - themes/exocet/title-1-inactive.xpm, - themes/exocet/title-2-active.xpm, - themes/exocet/title-2-inactive.xpm, - themes/exocet/title-3-active.xpm, - themes/exocet/title-3-inactive.xpm, - themes/exocet/title-4-active.xpm, - themes/exocet/title-4-inactive.xpm, - themes/exocet/title-5-active.xpm, - themes/exocet/title-5-inactive.xpm, - themes/exocet/top-left-active.xpm, - themes/exocet/top-left-inactive.xpm, - themes/exocet/top-right-active.xpm, - themes/exocet/top-right-inactive.xpm, themes/meenee, - themes/meenee/Makefile.am, themes/meenee/Makefile.in, - themes/meenee/README, themes/meenee/bottom-active.xpm, - themes/meenee/bottom-inactive.xpm, - themes/meenee/bottom-left-active.xpm, - themes/meenee/bottom-left-inactive.xpm, - themes/meenee/bottom-right-active.xpm, - themes/meenee/bottom-right-inactive.xpm, - themes/meenee/close-active.xpm, themes/meenee/close-inactive.xpm, - themes/meenee/close-pressed.xpm, themes/meenee/hide-active.xpm, - themes/meenee/hide-inactive.xpm, themes/meenee/hide-pressed.xpm, - themes/meenee/left-active.xpm, themes/meenee/left-inactive.xpm, - themes/meenee/maximize-active.xpm, - themes/meenee/maximize-inactive.xpm, - themes/meenee/maximize-pressed.xpm, - themes/meenee/menu-active.xpm, themes/meenee/menu-inactive.xpm, - themes/meenee/menu-pressed.xpm, themes/meenee/right-active.xpm, - themes/meenee/right-inactive.xpm, themes/meenee/shade-active.xpm, - themes/meenee/shade-inactive.xpm, - themes/meenee/shade-pressed.xpm, themes/meenee/stick-active.xpm, - themes/meenee/stick-inactive.xpm, - themes/meenee/stick-pressed.xpm, themes/meenee/themerc, - themes/meenee/title-1-active.xpm, - themes/meenee/title-1-inactive.xpm, - themes/meenee/title-2-active.xpm, - themes/meenee/title-2-inactive.xpm, - themes/meenee/title-3-active.xpm, - themes/meenee/title-3-inactive.xpm, - themes/meenee/title-4-active.xpm, - themes/meenee/title-4-inactive.xpm, - themes/meenee/title-5-active.xpm, - themes/meenee/title-5-inactive.xpm, - themes/meenee/top-left-active.xpm, - themes/meenee/top-left-inactive.xpm, - themes/meenee/top-right-active.xpm, - themes/meenee/top-right-inactive.xpm, themes/microcurve, - themes/microcurve/Makefile.am, themes/microcurve/Makefile.in, - themes/microcurve/README, themes/microcurve/bottom-active.xpm, - themes/microcurve/bottom-inactive.xpm, - themes/microcurve/bottom-left-active.xpm, - themes/microcurve/bottom-left-inactive.xpm, - themes/microcurve/bottom-right-active.xpm, - themes/microcurve/bottom-right-inactive.xpm, - themes/microcurve/close-active.xpm, - themes/microcurve/close-inactive.xpm, - themes/microcurve/close-pressed.xpm, - themes/microcurve/hide-active.xpm, - themes/microcurve/hide-inactive.xpm, - themes/microcurve/hide-pressed.xpm, - themes/microcurve/left-active.xpm, - themes/microcurve/left-inactive.xpm, - themes/microcurve/maximize-active.xpm, - themes/microcurve/maximize-inactive.xpm, - themes/microcurve/maximize-pressed.xpm, - themes/microcurve/menu-active.xpm, - themes/microcurve/menu-inactive.xpm, - themes/microcurve/menu-pressed.xpm, - themes/microcurve/right-active.xpm, - themes/microcurve/right-inactive.xpm, - themes/microcurve/shade-active.xpm, - themes/microcurve/shade-inactive.xpm, - themes/microcurve/shade-pressed.xpm, - themes/microcurve/stick-active.xpm, - themes/microcurve/stick-inactive.xpm, - themes/microcurve/stick-pressed.xpm, themes/microcurve/themerc, - themes/microcurve/title-1-active.xpm, - themes/microcurve/title-1-inactive.xpm, - themes/microcurve/title-2-active.xpm, - themes/microcurve/title-2-inactive.xpm, - themes/microcurve/title-3-active.xpm, - themes/microcurve/title-3-inactive.xpm, - themes/microcurve/title-4-active.xpm, - themes/microcurve/title-4-inactive.xpm, - themes/microcurve/title-5-active.xpm, - themes/microcurve/title-5-inactive.xpm, - themes/microcurve/top-left-active.xpm, - themes/microcurve/top-left-inactive.xpm, - themes/microcurve/top-right-active.xpm, - themes/microcurve/top-right-inactive.xpm, themes/microdeck, - themes/microdeck/Makefile.am, themes/microdeck/Makefile.in, - themes/microdeck/README, themes/microdeck/bottom-active.xpm, - themes/microdeck/bottom-inactive.xpm, - themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck/bottom-right-active.xpm, - themes/microdeck/bottom-right-inactive.xpm, - themes/microdeck/close-active.xpm, - themes/microdeck/close-inactive.xpm, - themes/microdeck/close-pressed.xpm, - themes/microdeck/hide-active.xpm, - themes/microdeck/hide-inactive.xpm, - themes/microdeck/hide-pressed.xpm, - themes/microdeck/left-active.xpm, - themes/microdeck/left-inactive.xpm, - themes/microdeck/maximize-active.xpm, - themes/microdeck/maximize-inactive.xpm, - themes/microdeck/maximize-pressed.xpm, - themes/microdeck/maximize-toggled-active.xpm, - themes/microdeck/maximize-toggled-inactive.xpm, - themes/microdeck/maximize-toggled-pressed.xpm, - themes/microdeck/menu-active.xpm, - themes/microdeck/menu-inactive.xpm, - themes/microdeck/menu-pressed.xpm, - themes/microdeck/right-active.xpm, - themes/microdeck/right-inactive.xpm, - themes/microdeck/shade-active.xpm, - themes/microdeck/shade-inactive.xpm, - themes/microdeck/shade-pressed.xpm, - themes/microdeck/shade-toggled-active.xpm, - themes/microdeck/shade-toggled-inactive.xpm, - themes/microdeck/shade-toggled-pressed.xpm, - themes/microdeck/stick-active.xpm, - themes/microdeck/stick-inactive.xpm, - themes/microdeck/stick-pressed.xpm, - themes/microdeck/stick-toggled-active.xpm, - themes/microdeck/stick-toggled-inactive.xpm, - themes/microdeck/stick-toggled-pressed.xpm, - themes/microdeck/themerc, themes/microdeck/title-1-active.xpm, - themes/microdeck/title-1-inactive.xpm, - themes/microdeck/title-2-active.xpm, - themes/microdeck/title-2-inactive.xpm, - themes/microdeck/title-3-active.xpm, - themes/microdeck/title-3-inactive.xpm, - themes/microdeck/title-4-active.xpm, - themes/microdeck/title-4-inactive.xpm, - themes/microdeck/title-5-active.xpm, - themes/microdeck/title-5-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm, themes/microdeck2, - themes/microdeck2/Makefile.am, themes/microdeck2/Makefile.in, - themes/microdeck2/README, themes/microdeck2/bottom-active.xpm, - themes/microdeck2/bottom-inactive.xpm, - themes/microdeck2/bottom-left-active.xpm, - themes/microdeck2/bottom-left-inactive.xpm, - themes/microdeck2/bottom-right-active.xpm, - themes/microdeck2/bottom-right-inactive.xpm, - themes/microdeck2/close-active.xpm, - themes/microdeck2/close-inactive.xpm, - themes/microdeck2/close-pressed.xpm, - themes/microdeck2/hide-active.xpm, - themes/microdeck2/hide-inactive.xpm, - themes/microdeck2/hide-pressed.xpm, - themes/microdeck2/left-active.xpm, - themes/microdeck2/left-inactive.xpm, - themes/microdeck2/maximize-active.xpm, - themes/microdeck2/maximize-inactive.xpm, - themes/microdeck2/maximize-pressed.xpm, - themes/microdeck2/menu-active.xpm, - themes/microdeck2/menu-inactive.xpm, - themes/microdeck2/menu-pressed.xpm, - themes/microdeck2/right-active.xpm, - themes/microdeck2/right-inactive.xpm, - themes/microdeck2/shade-active.xpm, - themes/microdeck2/shade-inactive.xpm, - themes/microdeck2/shade-pressed.xpm, - themes/microdeck2/stick-active.xpm, - themes/microdeck2/stick-inactive.xpm, - themes/microdeck2/stick-pressed.xpm, themes/microdeck2/themerc, - themes/microdeck2/title-1-active.xpm, - themes/microdeck2/title-1-inactive.xpm, - themes/microdeck2/title-2-active.xpm, - themes/microdeck2/title-2-inactive.xpm, - themes/microdeck2/title-3-active.xpm, - themes/microdeck2/title-3-inactive.xpm, - themes/microdeck2/title-4-active.xpm, - themes/microdeck2/title-4-inactive.xpm, - themes/microdeck2/title-5-active.xpm, - themes/microdeck2/title-5-inactive.xpm, - themes/microdeck2/top-left-active.xpm, - themes/microdeck2/top-left-inactive.xpm, - themes/microdeck2/top-right-active.xpm, - themes/microdeck2/top-right-inactive.xpm, themes/microdeck3, - themes/microdeck3/Makefile.am, themes/microdeck3/Makefile.in, - themes/microdeck3/README, themes/microdeck3/bottom-active.xpm, - themes/microdeck3/bottom-inactive.xpm, - themes/microdeck3/bottom-left-active.xpm, - themes/microdeck3/bottom-left-inactive.xpm, - themes/microdeck3/bottom-right-active.xpm, - themes/microdeck3/bottom-right-inactive.xpm, - themes/microdeck3/close-active.xpm, - themes/microdeck3/close-inactive.xpm, - themes/microdeck3/close-pressed.xpm, - themes/microdeck3/hide-active.xpm, - themes/microdeck3/hide-inactive.xpm, - themes/microdeck3/hide-pressed.xpm, - themes/microdeck3/left-active.xpm, - themes/microdeck3/left-inactive.xpm, - themes/microdeck3/maximize-active.xpm, - themes/microdeck3/maximize-inactive.xpm, - themes/microdeck3/maximize-pressed.xpm, - themes/microdeck3/menu-active.xpm, - themes/microdeck3/menu-inactive.xpm, - themes/microdeck3/menu-pressed.xpm, - themes/microdeck3/right-active.xpm, - themes/microdeck3/right-inactive.xpm, - themes/microdeck3/shade-active.xpm, - themes/microdeck3/shade-inactive.xpm, - themes/microdeck3/shade-pressed.xpm, - themes/microdeck3/stick-active.xpm, - themes/microdeck3/stick-inactive.xpm, - themes/microdeck3/stick-pressed.xpm, themes/microdeck3/themerc, - themes/microdeck3/title-1-active.xpm, - themes/microdeck3/title-1-inactive.xpm, - themes/microdeck3/title-2-active.xpm, - themes/microdeck3/title-2-inactive.xpm, - themes/microdeck3/title-3-active.xpm, - themes/microdeck3/title-3-inactive.xpm, - themes/microdeck3/title-4-active.xpm, - themes/microdeck3/title-4-inactive.xpm, - themes/microdeck3/title-5-active.xpm, - themes/microdeck3/title-5-inactive.xpm, - themes/microdeck3/top-left-active.xpm, - themes/microdeck3/top-left-inactive.xpm, - themes/microdeck3/top-right-active.xpm, - themes/microdeck3/top-right-inactive.xpm, themes/prune, - themes/prune/Makefile.am, themes/prune/Makefile.in, - themes/prune/README, themes/prune/bottom-active.xpm, - themes/prune/bottom-inactive.xpm, - themes/prune/bottom-left-active.xpm, - themes/prune/bottom-left-inactive.xpm, - themes/prune/bottom-right-active.xpm, - themes/prune/bottom-right-inactive.xpm, - themes/prune/close-active.xpm, themes/prune/close-inactive.xpm, - themes/prune/close-pressed.xpm, themes/prune/hide-active.xpm, - themes/prune/hide-inactive.xpm, themes/prune/hide-pressed.xpm, - themes/prune/left-active.xpm, themes/prune/left-inactive.xpm, - themes/prune/maximize-active.xpm, - themes/prune/maximize-inactive.xpm, - themes/prune/maximize-pressed.xpm, - themes/prune/maximize-toggled-active.xpm, - themes/prune/maximize-toggled-inactive.xpm, - themes/prune/maximize-toggled-pressed.xpm, - themes/prune/menu-active.xpm, themes/prune/menu-inactive.xpm, - themes/prune/menu-pressed.xpm, themes/prune/right-active.xpm, - themes/prune/right-inactive.xpm, themes/prune/shade-active.xpm, - themes/prune/shade-inactive.xpm, themes/prune/shade-pressed.xpm, - themes/prune/shade-toggled-active.xpm, - themes/prune/shade-toggled-inactive.xpm, - themes/prune/shade-toggled-pressed.xpm, - themes/prune/stick-active.xpm, themes/prune/stick-inactive.xpm, - themes/prune/stick-pressed.xpm, - themes/prune/stick-toggled-active.xpm, - themes/prune/stick-toggled-inactive.xpm, - themes/prune/stick-toggled-pressed.xpm, themes/prune/themerc, - themes/prune/title-1-active.xpm, - themes/prune/title-1-inactive.xpm, - themes/prune/title-2-active.xpm, - themes/prune/title-2-inactive.xpm, - themes/prune/title-3-active.xpm, - themes/prune/title-3-inactive.xpm, - themes/prune/title-4-active.xpm, - themes/prune/title-4-inactive.xpm, - themes/prune/title-5-active.xpm, - themes/prune/title-5-inactive.xpm, - themes/prune/top-left-active.xpm, - themes/prune/top-left-inactive.xpm, - themes/prune/top-right-active.xpm, - themes/prune/top-right-inactive.xpm, themes/tgc, - themes/tgc-large, themes/tgc-large/Makefile.am, - themes/tgc-large/Makefile.in, themes/tgc-large/README, - themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/left-active.xpm, - themes/tgc-large/left-inactive.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/themerc, themes/tgc-large/title-1-active.xpm, - themes/tgc-large/title-1-inactive.xpm, - themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-3-active.xpm, - themes/tgc-large/title-3-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/title-5-active.xpm, - themes/tgc-large/title-5-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm, themes/tgc/Makefile.am, - themes/tgc/Makefile.in, themes/tgc/README, - themes/tgc/bottom-active.xpm, themes/tgc/bottom-inactive.xpm, - themes/tgc/bottom-left-active.xpm, - themes/tgc/bottom-left-inactive.xpm, - themes/tgc/bottom-right-active.xpm, - themes/tgc/bottom-right-inactive.xpm, - themes/tgc/close-active.xpm, themes/tgc/close-inactive.xpm, - themes/tgc/close-pressed.xpm, themes/tgc/hide-active.xpm, - themes/tgc/hide-inactive.xpm, themes/tgc/hide-pressed.xpm, - themes/tgc/left-active.xpm, themes/tgc/left-inactive.xpm, - themes/tgc/maximize-active.xpm, themes/tgc/maximize-inactive.xpm, - themes/tgc/maximize-pressed.xpm, themes/tgc/menu-active.xpm, - themes/tgc/menu-inactive.xpm, themes/tgc/menu-pressed.xpm, - themes/tgc/right-active.xpm, themes/tgc/right-inactive.xpm, - themes/tgc/shade-active.xpm, themes/tgc/shade-inactive.xpm, - themes/tgc/shade-pressed.xpm, themes/tgc/stick-active.xpm, - themes/tgc/stick-inactive.xpm, themes/tgc/stick-pressed.xpm, - themes/tgc/themerc, themes/tgc/title-1-active.xpm, - themes/tgc/title-1-inactive.xpm, themes/tgc/title-2-active.xpm, - themes/tgc/title-2-inactive.xpm, themes/tgc/title-3-active.xpm, - themes/tgc/title-3-inactive.xpm, themes/tgc/title-4-active.xpm, - themes/tgc/title-4-inactive.xpm, themes/tgc/title-5-active.xpm, - themes/tgc/title-5-inactive.xpm, themes/tgc/top-left-active.xpm, - themes/tgc/top-left-inactive.xpm, - themes/tgc/top-right-active.xpm, - themes/tgc/top-right-inactive.xpm, themes/tubular, - themes/tubular/Makefile.am, themes/tubular/Makefile.in, - themes/tubular/README, themes/tubular/bottom-active.xpm, - themes/tubular/bottom-inactive.xpm, - themes/tubular/bottom-left-active.xpm, - themes/tubular/bottom-left-inactive.xpm, - themes/tubular/bottom-right-active.xpm, - themes/tubular/bottom-right-inactive.xpm, - themes/tubular/close-active.xpm, - themes/tubular/close-inactive.xpm, - themes/tubular/close-pressed.xpm, themes/tubular/hide-active.xpm, - themes/tubular/hide-inactive.xpm, - themes/tubular/hide-pressed.xpm, themes/tubular/left-active.xpm, - themes/tubular/left-inactive.xpm, - themes/tubular/maximize-active.xpm, - themes/tubular/maximize-inactive.xpm, - themes/tubular/maximize-pressed.xpm, - themes/tubular/maximize-toggled-active.xpm, - themes/tubular/maximize-toggled-inactive.xpm, - themes/tubular/maximize-toggled-pressed.xpm, - themes/tubular/menu-active.xpm, themes/tubular/menu-inactive.xpm, - themes/tubular/menu-pressed.xpm, themes/tubular/right-active.xpm, - themes/tubular/right-inactive.xpm, - themes/tubular/shade-active.xpm, - themes/tubular/shade-inactive.xpm, - themes/tubular/shade-pressed.xpm, - themes/tubular/shade-toggled-active.xpm, - themes/tubular/shade-toggled-inactive.xpm, - themes/tubular/shade-toggled-pressed.xpm, - themes/tubular/stick-active.xpm, - themes/tubular/stick-inactive.xpm, - themes/tubular/stick-pressed.xpm, - themes/tubular/stick-toggled-active.xpm, - themes/tubular/stick-toggled-inactive.xpm, - themes/tubular/stick-toggled-pressed.xpm, themes/tubular/themerc, - themes/tubular/title-1-active.xpm, - themes/tubular/title-1-inactive.xpm, - themes/tubular/title-2-active.xpm, - themes/tubular/title-2-inactive.xpm, - themes/tubular/title-3-active.xpm, - themes/tubular/title-3-inactive.xpm, - themes/tubular/title-4-active.xpm, - themes/tubular/title-4-inactive.xpm, - themes/tubular/title-5-active.xpm, - themes/tubular/title-5-inactive.xpm, - themes/tubular/top-left-active.xpm, - themes/tubular/top-left-inactive.xpm, - themes/tubular/top-right-active.xpm, - themes/tubular/top-right-inactive.xpm: Reorg xfwm4 theme by - moving most theme from xfwm4 base package to xfwm4-themes - -2004-01-25 00:08 olivier - - * Makefile.in, aclocal.m4, configure, install-sh, missing, - mkinstalldirs, themes/Makefile.in, themes/adept/Makefile.in, - themes/agua/Makefile.in, themes/agualemon/Makefile.in, - themes/alternate/Makefile.in, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.in, themes/b5/Makefile.in, - themes/b6/Makefile.in, themes/beastie/Makefile.in, - themes/biz/Makefile.in, themes/buzz/Makefile.in, - themes/coldsteel/Makefile.in, themes/coolclean/Makefile.in, - themes/crux/Makefile.in, themes/cruxish/Makefile.in, - themes/defcon-IV/Makefile.in, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.in, themes/fbx/Makefile.in, - themes/g2/Makefile.in, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.in, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.in, themes/gtk/Makefile.in, - themes/iceg/Makefile.in, themes/kde/Makefile.in, - themes/kde1/Makefile.in, themes/keramik/Makefile.in, - themes/kindaker/Makefile.in, themes/kleanux/Makefile.in, - themes/koynacity/Makefile.in, themes/linea/Makefile.in, - themes/metabox/Makefile.in, themes/microgui/Makefile.in, - themes/mofit/Makefile.in, themes/next/Makefile.in, - themes/ops/Makefile.in, themes/oroborus/Makefile.in, - themes/perl/Makefile.in, themes/pills/Makefile.in, - themes/piranha/Makefile.in, themes/platinum/Makefile.in, - themes/quiet-purple/Makefile.in, themes/quinx/Makefile.in, - themes/r9x/Makefile.in, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.in, themes/retro/Makefile.in, - themes/silverado/Makefile.in, themes/slick/Makefile.in, - themes/slimline/Makefile.in, themes/smallscreen/Makefile.in, - themes/tabs/Makefile.in, themes/today/Makefile.in, - themes/totem/Makefile.in, themes/trench/Makefile.in, - themes/triviality/Makefile.in, themes/tux/Makefile.in, - themes/variation/Makefile.in, themes/xfce/Makefile.in: Update - libtool and other automake, autoconf and gettext packages - -2003-10-13 18:51 jasper - - * ChangeLog: Update ChangeLog's after syncing with SF. Everything - should now be up-to-date. - -2003-09-22 20:56 huysmans - - * ChangeLog: Update ChangeLogs - -2003-09-21 22:43 xfce - - * configure, configure.ac: Update version number to 4.0.0 - -2003-09-19 17:07 xfce - - * themes/buzz/bottom-inactive.xpm, - themes/buzz/bottom-left-inactive.xpm, - themes/buzz/bottom-right-inactive.xpm, - themes/buzz/hide-active.xpm, themes/buzz/hide-inactive.xpm, - themes/buzz/hide-pressed.xpm, themes/buzz/left-inactive.xpm, - themes/buzz/maximize-active.xpm, - themes/buzz/maximize-inactive.xpm, - themes/buzz/maximize-pressed.xpm, themes/buzz/right-inactive.xpm, - themes/buzz/title-1-inactive.xpm, - themes/buzz/title-2-inactive.xpm, - themes/buzz/title-3-inactive.xpm, - themes/buzz/title-4-inactive.xpm, - themes/buzz/title-5-inactive.xpm, - themes/buzz/top-left-inactive.xpm, - themes/buzz/top-right-inactive.xpm: Change inactive frames - -2003-09-18 21:15 xfce - - * themes/linea/bottom-left-active.xpm: *** empty log message *** - -2003-09-18 21:08 xfce - - * themes/buzz/close-active.xpm, themes/buzz/close-inactive.xpm, - themes/buzz/close-pressed.xpm, themes/buzz/hide-active.xpm, - themes/buzz/hide-inactive.xpm, themes/buzz/hide-pressed.xpm, - themes/buzz/maximize-active.xpm, - themes/buzz/maximize-inactive.xpm, - themes/buzz/maximize-pressed.xpm, - themes/buzz/maximize-toggled-active.xpm, - themes/buzz/maximize-toggled-inactive.xpm, - themes/buzz/maximize-toggled-pressed.xpm, - themes/buzz/menu-active.xpm, themes/buzz/menu-inactive.xpm, - themes/buzz/menu-pressed.xpm, themes/buzz/shade-active.xpm, - themes/buzz/shade-inactive.xpm, themes/buzz/shade-pressed.xpm, - themes/buzz/shade-toggled-active.xpm, - themes/buzz/shade-toggled-inactive.xpm, - themes/buzz/shade-toggled-pressed.xpm, - themes/buzz/stick-active.xpm, themes/buzz/stick-inactive.xpm, - themes/buzz/stick-pressed.xpm, - themes/buzz/stick-toggled-active.xpm, - themes/buzz/stick-toggled-inactive.xpm, - themes/buzz/stick-toggled-pressed.xpm, themes/buzz/themerc, - themes/buzz/title-1-active.xpm, themes/buzz/title-1-inactive.xpm, - themes/buzz/title-2-active.xpm, themes/buzz/title-2-inactive.xpm, - themes/buzz/title-3-active.xpm, themes/buzz/title-3-inactive.xpm, - themes/buzz/title-4-active.xpm, themes/buzz/title-4-inactive.xpm, - themes/buzz/title-5-active.xpm, themes/buzz/title-5-inactive.xpm, - themes/buzz/top-left-active.xpm, - themes/buzz/top-left-inactive.xpm, - themes/buzz/top-right-active.xpm, - themes/buzz/top-right-inactive.xpm: Some more changes - -2003-09-18 20:19 xfce - - * themes/buzz/close-active.xpm, themes/buzz/close-pressed.xpm, - themes/buzz/hide-active.xpm, themes/buzz/hide-pressed.xpm, - themes/buzz/maximize-active.xpm, - themes/buzz/maximize-pressed.xpm, - themes/buzz/maximize-toggled-active.xpm, - themes/buzz/maximize-toggled-pressed.xpm, - themes/buzz/menu-active.xpm, themes/buzz/menu-inactive.xpm, - themes/buzz/menu-pressed.xpm, themes/buzz/shade-active.xpm, - themes/buzz/shade-pressed.xpm, - themes/buzz/shade-toggled-active.xpm, - themes/buzz/shade-toggled-pressed.xpm, - themes/buzz/stick-active.xpm, themes/buzz/stick-pressed.xpm, - themes/buzz/stick-toggled-active.xpm, - themes/buzz/stick-toggled-pressed.xpm, themes/buzz/themerc, - themes/buzz/title-1-active.xpm, themes/buzz/title-2-active.xpm, - themes/buzz/title-3-active.xpm, themes/buzz/title-4-active.xpm, - themes/buzz/title-5-active.xpm, themes/buzz/top-left-active.xpm, - themes/buzz/top-left-inactive.xpm, - themes/buzz/top-right-active.xpm, - themes/buzz/top-right-inactive.xpm: Change colors, pixmaps, - buttons, shadows, etc. - -2003-09-17 20:45 xfce - - * themes/buzz/close-active.xpm, themes/buzz/close-inactive.xpm, - themes/buzz/close-pressed.xpm, themes/buzz/hide-active.xpm, - themes/buzz/hide-inactive.xpm, themes/buzz/hide-pressed.xpm, - themes/buzz/maximize-active.xpm, - themes/buzz/maximize-inactive.xpm, - themes/buzz/maximize-pressed.xpm, - themes/buzz/maximize-toggled-active.xpm, - themes/buzz/maximize-toggled-inactive.xpm, - themes/buzz/maximize-toggled-pressed.xpm, - themes/buzz/menu-active.xpm, themes/buzz/menu-inactive.xpm, - themes/buzz/menu-pressed.xpm, themes/buzz/shade-active.xpm, - themes/buzz/shade-inactive.xpm, themes/buzz/shade-pressed.xpm, - themes/buzz/shade-toggled-active.xpm, - themes/buzz/shade-toggled-inactive.xpm, - themes/buzz/shade-toggled-pressed.xpm, - themes/buzz/stick-active.xpm, themes/buzz/stick-inactive.xpm, - themes/buzz/stick-pressed.xpm, - themes/buzz/stick-toggled-active.xpm, - themes/buzz/stick-toggled-inactive.xpm, - themes/buzz/stick-toggled-pressed.xpm, themes/buzz/themerc, - themes/buzz/title-1-active.xpm, themes/buzz/title-1-inactive.xpm, - themes/buzz/title-2-active.xpm, themes/buzz/title-2-inactive.xpm, - themes/buzz/title-3-active.xpm, themes/buzz/title-3-inactive.xpm, - themes/buzz/title-4-active.xpm, themes/buzz/title-4-inactive.xpm, - themes/buzz/title-5-active.xpm, themes/buzz/title-5-inactive.xpm, - themes/buzz/top-left-active.xpm, - themes/buzz/top-left-inactive.xpm, - themes/buzz/top-right-active.xpm, - themes/buzz/top-right-inactive.xpm: *** empty log message *** - -2003-09-17 20:34 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/buzz, themes/buzz/Makefile.am, themes/buzz/Makefile.in, - themes/buzz/README, themes/buzz/bottom-active.xpm, - themes/buzz/bottom-inactive.xpm, - themes/buzz/bottom-left-active.xpm, - themes/buzz/bottom-left-inactive.xpm, - themes/buzz/bottom-right-active.xpm, - themes/buzz/bottom-right-inactive.xpm, - themes/buzz/close-active.xpm, themes/buzz/close-inactive.xpm, - themes/buzz/close-pressed.xpm, themes/buzz/hide-active.xpm, - themes/buzz/hide-inactive.xpm, themes/buzz/hide-pressed.xpm, - themes/buzz/left-active.xpm, themes/buzz/left-inactive.xpm, - themes/buzz/maximize-active.xpm, - themes/buzz/maximize-inactive.xpm, - themes/buzz/maximize-pressed.xpm, - themes/buzz/maximize-toggled-active.xpm, - themes/buzz/maximize-toggled-inactive.xpm, - themes/buzz/maximize-toggled-pressed.xpm, - themes/buzz/menu-active.xpm, themes/buzz/menu-inactive.xpm, - themes/buzz/menu-pressed.xpm, themes/buzz/right-active.xpm, - themes/buzz/right-inactive.xpm, themes/buzz/shade-active.xpm, - themes/buzz/shade-inactive.xpm, themes/buzz/shade-pressed.xpm, - themes/buzz/shade-toggled-active.xpm, - themes/buzz/shade-toggled-inactive.xpm, - themes/buzz/shade-toggled-pressed.xpm, - themes/buzz/stick-active.xpm, themes/buzz/stick-inactive.xpm, - themes/buzz/stick-pressed.xpm, - themes/buzz/stick-toggled-active.xpm, - themes/buzz/stick-toggled-inactive.xpm, - themes/buzz/stick-toggled-pressed.xpm, themes/buzz/themerc, - themes/buzz/title-1-active.xpm, themes/buzz/title-1-inactive.xpm, - themes/buzz/title-2-active.xpm, themes/buzz/title-2-inactive.xpm, - themes/buzz/title-3-active.xpm, themes/buzz/title-3-inactive.xpm, - themes/buzz/title-4-active.xpm, themes/buzz/title-4-inactive.xpm, - themes/buzz/title-5-active.xpm, themes/buzz/title-5-inactive.xpm, - themes/buzz/top-left-active.xpm, - themes/buzz/top-left-inactive.xpm, - themes/buzz/top-right-active.xpm, - themes/buzz/top-right-inactive.xpm: Add "buzz" theme - -2003-09-15 22:30 xfce - - * themes/redmondxp/hide-active.xpm, - themes/redmondxp/hide-inactive.xpm, - themes/redmondxp/hide-pressed.xpm: *** empty log message *** - -2003-09-15 22:11 xfce - - * themes/redmondxp/Makefile.am, themes/redmondxp/Makefile.in, - themes/redmondxp/maximize-toggled-active.xpm, - themes/redmondxp/maximize-toggled-inactive.xpm, - themes/redmondxp/maximize-toggled-pressed.xpm, - themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm, themes/redmondxp/themerc: - Improve redmondxp theme - -2003-09-15 18:44 xfce - - * themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm, - themes/redmond/maximize-toggled-active.xpm, - themes/redmond/maximize-toggled-inactive.xpm, - themes/redmond/maximize-toggled-pressed.xpm: Change buttons - -2003-09-15 16:54 xfce - - * themes/redmond/hide-active.xpm, themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, - themes/redmond/maximize-toggled-active.xpm, - themes/redmond/maximize-toggled-inactive.xpm, - themes/redmond/maximize-toggled-pressed.xpm: Slightly change hide - and maximized-toggled buttons - -2003-09-13 09:43 xfce - - * themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm: Change icon button - -2003-09-12 22:45 xfce - - * themes/defcon-IV/themerc, themes/mofit/bottom-inactive.xpm, - themes/mofit/bottom-left-inactive.xpm, - themes/mofit/bottom-right-inactive.xpm, - themes/mofit/close-inactive.xpm, themes/mofit/hide-inactive.xpm, - themes/mofit/left-inactive.xpm, - themes/mofit/maximize-inactive.xpm, - themes/mofit/maximize-toggled-inactive.xpm, - themes/mofit/menu-inactive.xpm, themes/mofit/right-inactive.xpm, - themes/mofit/shade-inactive.xpm, themes/mofit/stick-inactive.xpm, - themes/mofit/title-1-inactive.xpm, - themes/mofit/title-2-inactive.xpm, - themes/mofit/title-3-inactive.xpm, - themes/mofit/title-4-inactive.xpm, - themes/mofit/title-5-inactive.xpm, - themes/mofit/top-left-inactive.xpm, - themes/mofit/top-right-inactive.xpm, themes/redmond/Makefile.am, - themes/redmond/Makefile.in, themes/redmond/close-active.xpm, - themes/redmond/close-inactive.xpm, - themes/redmond/close-pressed.xpm, themes/redmond/hide-active.xpm, - themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, - themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm, - themes/redmond/maximize-toggled-active.xpm, - themes/redmond/maximize-toggled-inactive.xpm, - themes/redmond/maximize-toggled-pressed.xpm, - themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm: Theme updates - -2003-09-10 07:57 huysmans - - * ChangeLog: Update ChangeLogs - -2003-09-10 07:49 huysmans - - * configure, configure.ac: Update version numbers and po files for - release - -2003-09-09 20:04 xfce - - * themes/gaudy/title-3-active.xpm, - themes/gaudy/title-3-inactive.xpm: Change hilight/shadow in gaudy - title - -2003-09-04 19:51 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/agualemon, themes/agualemon/Makefile.am, - themes/agualemon/Makefile.in, themes/agualemon/README, - themes/agualemon/bottom-active.xpm, - themes/agualemon/bottom-inactive.xpm, - themes/agualemon/bottom-left-active.xpm, - themes/agualemon/bottom-left-inactive.xpm, - themes/agualemon/bottom-right-active.xpm, - themes/agualemon/bottom-right-inactive.xpm, - themes/agualemon/close-active.xpm, - themes/agualemon/close-inactive.xpm, - themes/agualemon/close-pressed.xpm, - themes/agualemon/hide-active.xpm, - themes/agualemon/hide-inactive.xpm, - themes/agualemon/hide-pressed.xpm, - themes/agualemon/left-active.xpm, - themes/agualemon/left-inactive.xpm, - themes/agualemon/maximize-active.xpm, - themes/agualemon/maximize-inactive.xpm, - themes/agualemon/maximize-pressed.xpm, - themes/agualemon/menu-active.xpm, - themes/agualemon/menu-inactive.xpm, - themes/agualemon/menu-pressed.xpm, - themes/agualemon/right-active.xpm, - themes/agualemon/right-inactive.xpm, - themes/agualemon/shade-active.xpm, - themes/agualemon/shade-inactive.xpm, - themes/agualemon/shade-pressed.xpm, - themes/agualemon/stick-active.xpm, - themes/agualemon/stick-inactive.xpm, - themes/agualemon/stick-pressed.xpm, themes/agualemon/themerc, - themes/agualemon/title-1-active.xpm, - themes/agualemon/title-1-inactive.xpm, - themes/agualemon/title-2-active.xpm, - themes/agualemon/title-2-inactive.xpm, - themes/agualemon/title-3-active.xpm, - themes/agualemon/title-3-inactive.xpm, - themes/agualemon/title-4-active.xpm, - themes/agualemon/title-4-inactive.xpm, - themes/agualemon/title-5-active.xpm, - themes/agualemon/title-5-inactive.xpm, - themes/agualemon/top-left-active.xpm, - themes/agualemon/top-left-inactive.xpm, - themes/agualemon/top-right-active.xpm, - themes/agualemon/top-right-inactive.xpm: Add agualemon theme from - Fuzzbox - -2003-09-03 17:00 xfce - - * themes/kde1/bottom-left-active.xpm, - themes/kde1/bottom-left-inactive.xpm, - themes/kde1/close-pressed.xpm, themes/kde1/hide-pressed.xpm, - themes/kde1/left-active.xpm, themes/kde1/left-inactive.xpm, - themes/kde1/maximize-pressed.xpm, - themes/kde1/maximize-toggled-pressed.xpm, - themes/kde1/menu-pressed.xpm, themes/kde1/stick-pressed.xpm, - themes/kde1/stick-toggled-pressed.xpm, - themes/kde1/title-1-active.xpm, themes/kde1/title-1-inactive.xpm, - themes/kde1/title-2-active.xpm, themes/kde1/title-2-inactive.xpm, - themes/kde1/title-3-active.xpm, themes/kde1/title-3-inactive.xpm, - themes/kde1/title-4-active.xpm, themes/kde1/title-4-inactive.xpm, - themes/kde1/title-5-active.xpm, themes/kde1/title-5-inactive.xpm, - themes/kde1/top-left-active.xpm, - themes/kde1/top-left-inactive.xpm, - themes/kde1/top-right-active.xpm, - themes/kde1/top-right-inactive.xpm: Fix small remaining issues - with kde1 theme - -2003-09-03 06:14 xfce - - * themes/kde1/stick-pressed.xpm: Fix offset on pressed button - -2003-09-02 21:54 xfce - - * themes/kde1/title-2-inactive.xpm, - themes/kde1/title-3-inactive.xpm, - themes/kde1/title-4-inactive.xpm: Fic color on inactive titlebar - -2003-09-02 21:26 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/kde1, themes/kde1/Makefile.am, themes/kde1/Makefile.in, - themes/kde1/README, themes/kde1/bottom-active.xpm, - themes/kde1/bottom-inactive.xpm, - themes/kde1/bottom-left-active.xpm, - themes/kde1/bottom-left-inactive.xpm, - themes/kde1/bottom-right-active.xpm, - themes/kde1/bottom-right-inactive.xpm, - themes/kde1/close-active.xpm, themes/kde1/close-inactive.xpm, - themes/kde1/close-pressed.xpm, themes/kde1/hide-active.xpm, - themes/kde1/hide-inactive.xpm, themes/kde1/hide-pressed.xpm, - themes/kde1/left-active.xpm, themes/kde1/left-inactive.xpm, - themes/kde1/maximize-active.xpm, - themes/kde1/maximize-inactive.xpm, - themes/kde1/maximize-pressed.xpm, - themes/kde1/maximize-toggled-active.xpm, - themes/kde1/maximize-toggled-inactive.xpm, - themes/kde1/maximize-toggled-pressed.xpm, - themes/kde1/menu-active.xpm, themes/kde1/menu-inactive.xpm, - themes/kde1/menu-pressed.xpm, themes/kde1/right-active.xpm, - themes/kde1/right-inactive.xpm, themes/kde1/stick-active.xpm, - themes/kde1/stick-inactive.xpm, themes/kde1/stick-pressed.xpm, - themes/kde1/stick-toggled-active.xpm, - themes/kde1/stick-toggled-inactive.xpm, - themes/kde1/stick-toggled-pressed.xpm, themes/kde1/themerc, - themes/kde1/title-1-active.xpm, themes/kde1/title-1-inactive.xpm, - themes/kde1/title-2-active.xpm, themes/kde1/title-2-inactive.xpm, - themes/kde1/title-3-active.xpm, themes/kde1/title-3-inactive.xpm, - themes/kde1/title-4-active.xpm, themes/kde1/title-4-inactive.xpm, - themes/kde1/title-5-active.xpm, themes/kde1/title-5-inactive.xpm, - themes/kde1/top-left-active.xpm, - themes/kde1/top-left-inactive.xpm, - themes/kde1/top-right-active.xpm, - themes/kde1/top-right-inactive.xpm: Add kde1 theme - -2003-08-26 07:38 huysmans - - * ChangeLog: Update changelogs - -2003-08-25 20:22 xfce - - * themes/smallscreen/bottom-left-active.xpm, - themes/smallscreen/bottom-left-inactive.xpm, - themes/smallscreen/bottom-right-active.xpm, - themes/smallscreen/bottom-right-inactive.xpm, - themes/smallscreen/close-active.xpm, - themes/smallscreen/close-inactive.xpm, - themes/smallscreen/close-pressed.xpm, - themes/smallscreen/hide-active.xpm, - themes/smallscreen/hide-inactive.xpm, - themes/smallscreen/hide-pressed.xpm, - themes/smallscreen/maximize-active.xpm, - themes/smallscreen/maximize-inactive.xpm, - themes/smallscreen/maximize-pressed.xpm, - themes/smallscreen/menu-active.xpm, - themes/smallscreen/menu-inactive.xpm, - themes/smallscreen/menu-pressed.xpm, - themes/smallscreen/shade-active.xpm, - themes/smallscreen/shade-inactive.xpm, - themes/smallscreen/shade-pressed.xpm, - themes/smallscreen/stick-active.xpm, - themes/smallscreen/stick-inactive.xpm, - themes/smallscreen/stick-pressed.xpm, - themes/smallscreen/title-1-active.xpm, - themes/smallscreen/title-1-inactive.xpm, - themes/smallscreen/title-2-active.xpm, - themes/smallscreen/title-2-inactive.xpm, - themes/smallscreen/title-3-active.xpm, - themes/smallscreen/title-3-inactive.xpm, - themes/smallscreen/title-4-active.xpm, - themes/smallscreen/title-4-inactive.xpm, - themes/smallscreen/title-5-active.xpm, - themes/smallscreen/title-5-inactive.xpm, - themes/smallscreen/top-left-active.xpm, - themes/smallscreen/top-left-inactive.xpm, - themes/smallscreen/top-right-active.xpm, - themes/smallscreen/top-right-inactive.xpm: Make "smallscreen" - theme smaller - -2003-08-24 15:38 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/smallscreen, themes/smallscreen/Makefile.am, - themes/smallscreen/Makefile.in, themes/smallscreen/README, - themes/smallscreen/bottom-active.xpm, - themes/smallscreen/bottom-inactive.xpm, - themes/smallscreen/bottom-left-active.xpm, - themes/smallscreen/bottom-left-inactive.xpm, - themes/smallscreen/bottom-right-active.xpm, - themes/smallscreen/bottom-right-inactive.xpm, - themes/smallscreen/close-active.xpm, - themes/smallscreen/close-inactive.xpm, - themes/smallscreen/close-pressed.xpm, - themes/smallscreen/hide-active.xpm, - themes/smallscreen/hide-inactive.xpm, - themes/smallscreen/hide-pressed.xpm, - themes/smallscreen/left-active.xpm, - themes/smallscreen/left-inactive.xpm, - themes/smallscreen/maximize-active.xpm, - themes/smallscreen/maximize-inactive.xpm, - themes/smallscreen/maximize-pressed.xpm, - themes/smallscreen/menu-active.xpm, - themes/smallscreen/menu-inactive.xpm, - themes/smallscreen/menu-pressed.xpm, - themes/smallscreen/right-active.xpm, - themes/smallscreen/right-inactive.xpm, - themes/smallscreen/shade-active.xpm, - themes/smallscreen/shade-inactive.xpm, - themes/smallscreen/shade-pressed.xpm, - themes/smallscreen/stick-active.xpm, - themes/smallscreen/stick-inactive.xpm, - themes/smallscreen/stick-pressed.xpm, themes/smallscreen/themerc, - themes/smallscreen/title-1-active.xpm, - themes/smallscreen/title-1-inactive.xpm, - themes/smallscreen/title-2-active.xpm, - themes/smallscreen/title-2-inactive.xpm, - themes/smallscreen/title-3-active.xpm, - themes/smallscreen/title-3-inactive.xpm, - themes/smallscreen/title-4-active.xpm, - themes/smallscreen/title-4-inactive.xpm, - themes/smallscreen/title-5-active.xpm, - themes/smallscreen/title-5-inactive.xpm, - themes/smallscreen/top-left-active.xpm, - themes/smallscreen/top-left-inactive.xpm, - themes/smallscreen/top-right-active.xpm, - themes/smallscreen/top-right-inactive.xpm: Add "smallscreen" - theme - -2003-07-30 11:31 huysmans - - * ChangeLog: Update changlogs - -2003-07-30 08:15 huysmans - - * configure, configure.ac: Update version numbers and po files for - release - -2003-07-29 05:56 huysmans - - * Makefile.am, Makefile.in: Remove cache dir on distclean - -2003-07-19 09:30 huysmans - - * ChangeLog: Update ChangeLogs - -2003-07-19 09:08 huysmans - - * configure, configure.ac: Update version numbers and po files for - release - -2003-07-13 08:43 huysmans - - * ChangeLog: Update ChangeLogs for release - -2003-07-11 07:34 huysmans - - * ChangeLog: Update ChangeLog's for release - -2003-07-10 09:56 huysmans - - * ChangeLog: Update ChangeLog's for release - -2003-07-10 09:45 huysmans - - * configure, configure.ac: Bump versions for release and update po - files - -2003-07-08 20:20 xfce - - * themes/redmond/close-active.xpm, - themes/redmond/close-inactive.xpm, - themes/redmond/close-pressed.xpm, themes/redmond/hide-active.xpm, - themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, - themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm: *** empty log message *** - -2003-07-08 19:58 xfce - - * themes/kleanux/themerc: *** empty log message *** - -2003-07-07 20:14 xfce - - * themes/kleanux/Makefile.am, themes/kleanux/Makefile.in, - themes/kleanux/README, themes/kleanux/bottom-active.xpm, - themes/kleanux/bottom-inactive.xpm, - themes/kleanux/bottom-left-active.xpm, - themes/kleanux/bottom-left-inactive.xpm, - themes/kleanux/bottom-right-active.xpm, - themes/kleanux/bottom-right-inactive.xpm, - themes/kleanux/close-active.xpm, - themes/kleanux/close-inactive.xpm, - themes/kleanux/close-pressed.xpm, themes/kleanux/hide-active.xpm, - themes/kleanux/hide-inactive.xpm, - themes/kleanux/hide-pressed.xpm, themes/kleanux/left-active.xpm, - themes/kleanux/left-inactive.xpm, - themes/kleanux/maximize-active.xpm, - themes/kleanux/maximize-inactive.xpm, - themes/kleanux/maximize-pressed.xpm, - themes/kleanux/menu-active.xpm, themes/kleanux/menu-inactive.xpm, - themes/kleanux/menu-pressed.xpm, themes/kleanux/right-active.xpm, - themes/kleanux/right-inactive.xpm, themes/kleanux/themerc, - themes/kleanux/title-1-active.xpm, - themes/kleanux/title-1-inactive.xpm, - themes/kleanux/title-2-active.xpm, - themes/kleanux/title-2-inactive.xpm, - themes/kleanux/title-3-active.xpm, - themes/kleanux/title-3-inactive.xpm, - themes/kleanux/title-4-active.xpm, - themes/kleanux/title-4-inactive.xpm, - themes/kleanux/title-5-active.xpm, - themes/kleanux/title-5-inactive.xpm, - themes/kleanux/top-left-active.xpm, - themes/kleanux/top-left-inactive.xpm, - themes/kleanux/top-right-active.xpm, - themes/kleanux/top-right-inactive.xpm: Use my modified version of - kleanux based on Mark C. Chu-Carroll version - -2003-07-06 20:14 huysmans - - * ChangeLog: Update ChangeLogs - -2003-07-06 19:28 bmeurer - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in: - Added kleanux theme. - -2003-07-06 19:26 bmeurer - - * themes/kleanux, themes/kleanux/Makefile.am, - themes/kleanux/Makefile.in, themes/kleanux/bottom-active.xpm, - themes/kleanux/bottom-inactive.xpm, - themes/kleanux/bottom-left-active.xpm, - themes/kleanux/bottom-left-inactive.xpm, - themes/kleanux/bottom-right-active.xpm, - themes/kleanux/bottom-right-inactive.xpm, - themes/kleanux/close-active.xpm, - themes/kleanux/close-inactive-tmp.xpm, - themes/kleanux/close-inactive.xpm, - themes/kleanux/close-pressed.xpm, themes/kleanux/hide-active.xpm, - themes/kleanux/hide-inactive.xpm, - themes/kleanux/hide-pressed.xpm, themes/kleanux/left-active.xpm, - themes/kleanux/left-inactive.xpm, - themes/kleanux/maximize-active.xpm, - themes/kleanux/maximize-inactive.xpm, - themes/kleanux/maximize-pressed.xpm, - themes/kleanux/menu-active.xpm, themes/kleanux/menu-inactive.xpm, - themes/kleanux/menu-pressed.xpm, themes/kleanux/right-active.xpm, - themes/kleanux/right-inactive.xpm, themes/kleanux/themerc, - themes/kleanux/title-1-active.xpm, - themes/kleanux/title-1-inactive.xpm, - themes/kleanux/title-2-active.xpm, - themes/kleanux/title-2-inactive.xpm, - themes/kleanux/title-3-active.xpm, - themes/kleanux/title-3-inactive.xpm, - themes/kleanux/title-4-active.xpm, - themes/kleanux/title-4-inactive.xpm, - themes/kleanux/title-5-active.xpm, - themes/kleanux/title-5-inactive.xpm, - themes/kleanux/top-left-active.xpm, - themes/kleanux/top-left-inactive.xpm, - themes/kleanux/top-right-active.xpm, - themes/kleanux/top-right-inactive.xpm: Initial revision - -2003-06-28 20:47 xfce - - * themes/redmond/title-3-inactive.xpm, - themes/redmond/title-4-inactive.xpm: Fix wrong height in pixmaps - -2003-06-28 10:01 xfce - - * aclocal.m4: Switch to GNU libtool 1.5 - -2003-06-27 20:22 xfce - - * themes/redmond/close-active.xpm, - themes/redmond/close-inactive.xpm, - themes/redmond/close-pressed.xpm, themes/redmond/hide-active.xpm, - themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, - themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm, - themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm, - themes/redmond/title-1-active.xpm, - themes/redmond/title-1-inactive.xpm, - themes/redmond/title-2-active.xpm, - themes/redmond/title-2-inactive.xpm, - themes/redmond/title-3-active.xpm, - themes/redmond/title-3-inactive.xpm, - themes/redmond/title-4-active.xpm, - themes/redmond/title-4-inactive.xpm, - themes/redmond/title-5-active.xpm, - themes/redmond/title-5-inactive.xpm, - themes/redmond/top-left-active.xpm, - themes/redmond/top-left-inactive.xpm, - themes/redmond/top-right-active.xpm, - themes/redmond/top-right-inactive.xpm: Enlarge redmond title - -2003-06-24 22:33 xfce - - * themes/alternate/bottom-left-active.xpm, - themes/alternate/bottom-left-inactive.xpm, - themes/alternate/bottom-right-active.xpm, - themes/alternate/bottom-right-inactive.xpm: Change corners of the - alternate theme - -2003-06-15 22:35 xfce - - * Makefile.in, aclocal.m4, configure, configure.ac, install-sh, - themes/Makefile.in, themes/adept/Makefile.in, - themes/agua/Makefile.in, themes/alternate/Makefile.in, - themes/atlanta/Makefile.in, themes/atlanta2/Makefile.in, - themes/b5/Makefile.in, themes/b6/Makefile.in, - themes/beastie/Makefile.in, themes/biz/Makefile.in, - themes/coldsteel/Makefile.in, themes/coolclean/Makefile.in, - themes/crux/Makefile.in, themes/cruxish/Makefile.in, - themes/defcon-IV/Makefile.in, themes/eazel-blue/Makefile.in, - themes/elberg/Makefile.in, themes/fbx/Makefile.in, - themes/g2/Makefile.in, themes/galaxy/Makefile.in, - themes/gaudy/Makefile.in, themes/gnububble/Makefile.in, - themes/gorilla/Makefile.in, themes/gtk/Makefile.in, - themes/iceg/Makefile.in, themes/kde/Makefile.in, - themes/keramik/Makefile.in, themes/kindaker/Makefile.in, - themes/koynacity/Makefile.in, themes/linea/Makefile.in, - themes/metabox/Makefile.in, themes/microgui/Makefile.in, - themes/mofit/Makefile.in, themes/next/Makefile.in, - themes/ops/Makefile.in, themes/oroborus/Makefile.in, - themes/perl/Makefile.in, themes/pills/Makefile.in, - themes/piranha/Makefile.in, themes/platinum/Makefile.in, - themes/quiet-purple/Makefile.in, themes/quinx/Makefile.in, - themes/r9x/Makefile.in, themes/redmond/Makefile.in, - themes/redmondxp/Makefile.in, themes/retro/Makefile.in, - themes/silverado/Makefile.in, themes/slick/Makefile.in, - themes/slimline/Makefile.in, themes/tabs/Makefile.in, - themes/today/Makefile.in, themes/totem/Makefile.in, - themes/trench/Makefile.in, themes/triviality/Makefile.in, - themes/tux/Makefile.in, themes/variation/Makefile.in, - themes/xfce/Makefile.in: Set version to 3.91.0 - -2003-06-07 22:54 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/alternate, themes/alternate/Makefile.am, - themes/alternate/Makefile.in, themes/alternate/README, - themes/alternate/bottom-active.xpm, - themes/alternate/bottom-inactive.xpm, - themes/alternate/bottom-left-active.xpm, - themes/alternate/bottom-left-inactive.xpm, - themes/alternate/bottom-right-active.xpm, - themes/alternate/bottom-right-inactive.xpm, - themes/alternate/close-active.xpm, - themes/alternate/close-inactive.xpm, - themes/alternate/close-pressed.xpm, - themes/alternate/hide-active.xpm, - themes/alternate/hide-inactive.xpm, - themes/alternate/hide-pressed.xpm, - themes/alternate/left-active.xpm, - themes/alternate/left-inactive.xpm, - themes/alternate/maximize-active.xpm, - themes/alternate/maximize-inactive.xpm, - themes/alternate/maximize-pressed.xpm, - themes/alternate/maximize-toggled-active.xpm, - themes/alternate/maximize-toggled-inactive.xpm, - themes/alternate/maximize-toggled-pressed.xpm, - themes/alternate/menu-active.xpm, - themes/alternate/menu-inactive.xpm, - themes/alternate/menu-pressed.xpm, - themes/alternate/right-active.xpm, - themes/alternate/right-inactive.xpm, - themes/alternate/shade-active.xpm, - themes/alternate/shade-inactive.xpm, - themes/alternate/shade-pressed.xpm, - themes/alternate/shade-toggled-active.xpm, - themes/alternate/shade-toggled-inactive.xpm, - themes/alternate/shade-toggled-pressed.xpm, - themes/alternate/stick-active.xpm, - themes/alternate/stick-inactive.xpm, - themes/alternate/stick-pressed.xpm, - themes/alternate/stick-toggled-active.xpm, - themes/alternate/stick-toggled-inactive.xpm, - themes/alternate/stick-toggled-pressed.xpm, - themes/alternate/themerc, themes/alternate/title-1-active.xpm, - themes/alternate/title-1-inactive.xpm, - themes/alternate/title-2-active.xpm, - themes/alternate/title-2-inactive.xpm, - themes/alternate/title-3-active.xpm, - themes/alternate/title-3-inactive.xpm, - themes/alternate/title-4-active.xpm, - themes/alternate/title-4-inactive.xpm, - themes/alternate/title-5-active.xpm, - themes/alternate/title-5-inactive.xpm, - themes/alternate/top-left-active.xpm, - themes/alternate/top-left-inactive.xpm, - themes/alternate/top-right-active.xpm, - themes/alternate/top-right-inactive.xpm: Add "alternate" theme, a - "default" theme candidate for xfwm4 (very close the the final - "default" theme except that it features an inner frame) - -2003-06-07 00:05 xfce - - * Makefile.am, Makefile.in: Build process error - -2003-06-06 21:53 xfce - - * configure, configure.ac: Vesionning scheme - -2003-06-03 22:20 xfce - - * themes/defcon-IV/Makefile.am, themes/defcon-IV/Makefile.in: Fix - wrong install path for defcon-IV theme - -2003-06-03 21:13 xfce - - * Makefile.in, aclocal.m4, configure, install-sh, mkinstalldirs, - themes/Makefile.am, themes/Makefile.in, themes/adept/Makefile.in, - themes/agua/Makefile.in, themes/atlanta/Makefile.in, - themes/atlanta2/Makefile.in, themes/b5/Makefile.in, - themes/b6/Makefile.in, themes/beastie/Makefile.in, - themes/biz/Makefile.in, themes/coldsteel/Makefile.in, - themes/coolclean/Makefile.in, themes/crux/Makefile.in, - themes/cruxish/Makefile.in, themes/defcon-IV/Makefile.in, - themes/eazel-blue/Makefile.in, themes/elberg/Makefile.in, - themes/fbx/Makefile.in, themes/g2/Makefile.in, - themes/galaxy/Makefile.in, themes/gaudy/Makefile.in, - themes/gnububble/Makefile.in, themes/gorilla/Makefile.in, - themes/gtk/Makefile.in, themes/iceg/Makefile.in, - themes/kde/Makefile.in, themes/keramik/Makefile.in, - themes/kindaker/Makefile.in, themes/koynacity/Makefile.in, - themes/linea/Makefile.in, themes/metabox/Makefile.in, - themes/microgui/Makefile.in, themes/mofit/Makefile.in, - themes/next/Makefile.in, themes/ops/Makefile.in, - themes/oroborus/Makefile.in, themes/perl/Makefile.in, - themes/pills/Makefile.in, themes/piranha/Makefile.in, - themes/platinum/Makefile.in, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.in, themes/r9x/Makefile.in, - themes/redmond/Makefile.in, themes/redmondxp/Makefile.in, - themes/retro/Makefile.in, themes/silverado/Makefile.in, - themes/slick/Makefile.in, themes/slimline/Makefile.in, - themes/tabs/Makefile.in, themes/today/Makefile.in, - themes/totem/Makefile.in, themes/trench/Makefile.in, - themes/triviality/Makefile.in, themes/tux/Makefile.in, - themes/variation/Makefile.in, themes/xfce/Makefile.in: Use - correct auto* tools version - -2003-06-03 21:01 xfce - - * Makefile.in, aclocal.m4, configure, configure.ac, install-sh, - mkinstalldirs, themes/Makefile.am, themes/Makefile.in, - themes/adept/Makefile.in, themes/agua/Makefile.in, - themes/atlanta/Makefile.in, themes/atlanta2/Makefile.in, - themes/b5/Makefile.in, themes/b6/Makefile.in, - themes/beastie/Makefile.in, themes/biz/Makefile.in, - themes/coldsteel/Makefile.in, themes/coolclean/Makefile.in, - themes/crux/Makefile.in, themes/cruxish/Makefile.in, - themes/defcon-IV, themes/defcon-IV/Makefile.am, - themes/defcon-IV/Makefile.in, themes/defcon-IV/README, - themes/defcon-IV/bottom-active.xpm, - themes/defcon-IV/bottom-inactive.xpm, - themes/defcon-IV/bottom-left-active.xpm, - themes/defcon-IV/bottom-left-inactive.xpm, - themes/defcon-IV/bottom-right-active.xpm, - themes/defcon-IV/bottom-right-inactive.xpm, - themes/defcon-IV/close-active.xpm, - themes/defcon-IV/close-inactive.xpm, - themes/defcon-IV/close-pressed.xpm, - themes/defcon-IV/hide-active.xpm, - themes/defcon-IV/hide-inactive.xpm, - themes/defcon-IV/hide-pressed.xpm, - themes/defcon-IV/left-active.xpm, - themes/defcon-IV/left-inactive.xpm, - themes/defcon-IV/maximize-active.xpm, - themes/defcon-IV/maximize-inactive.xpm, - themes/defcon-IV/maximize-pressed.xpm, - themes/defcon-IV/maximize-toggled-active.xpm, - themes/defcon-IV/maximize-toggled-inactive.xpm, - themes/defcon-IV/maximize-toggled-pressed.xpm, - themes/defcon-IV/menu-active.xpm, - themes/defcon-IV/menu-inactive.xpm, - themes/defcon-IV/menu-pressed.xpm, - themes/defcon-IV/right-active.xpm, - themes/defcon-IV/right-inactive.xpm, - themes/defcon-IV/shade-active.xpm, - themes/defcon-IV/shade-inactive.xpm, - themes/defcon-IV/shade-pressed.xpm, - themes/defcon-IV/shade-toggled-active.xpm, - themes/defcon-IV/shade-toggled-inactive.xpm, - themes/defcon-IV/shade-toggled-pressed.xpm, - themes/defcon-IV/stick-active.xpm, - themes/defcon-IV/stick-inactive.xpm, - themes/defcon-IV/stick-pressed.xpm, - themes/defcon-IV/stick-toggled-active.xpm, - themes/defcon-IV/stick-toggled-inactive.xpm, - themes/defcon-IV/stick-toggled-pressed.xpm, - themes/defcon-IV/themerc, themes/defcon-IV/title-1-active.xpm, - themes/defcon-IV/title-1-inactive.xpm, - themes/defcon-IV/title-2-active.xpm, - themes/defcon-IV/title-2-inactive.xpm, - themes/defcon-IV/title-3-active.xpm, - themes/defcon-IV/title-3-inactive.xpm, - themes/defcon-IV/title-4-active.xpm, - themes/defcon-IV/title-4-inactive.xpm, - themes/defcon-IV/title-5-active.xpm, - themes/defcon-IV/title-5-inactive.xpm, - themes/defcon-IV/top-left-active.xpm, - themes/defcon-IV/top-left-inactive.xpm, - themes/defcon-IV/top-right-active.xpm, - themes/defcon-IV/top-right-inactive.xpm, - themes/eazel-blue/Makefile.in, themes/elberg/Makefile.in, - themes/fbx/Makefile.in, themes/g2/Makefile.in, - themes/galaxy/Makefile.in, themes/gaudy/Makefile.in, - themes/gnububble/Makefile.in, themes/gorilla/Makefile.in, - themes/gtk/Makefile.in, themes/iceg/Makefile.in, - themes/kde/Makefile.in, themes/keramik/Makefile.in, - themes/kindaker/Makefile.in, themes/koynacity/Makefile.in, - themes/linea/Makefile.in, themes/metabox/Makefile.in, - themes/microgui/Makefile.in, themes/mofit/Makefile.in, - themes/next/Makefile.in, themes/ops/Makefile.in, - themes/oroborus/Makefile.in, themes/perl/Makefile.in, - themes/pills/Makefile.in, themes/piranha/Makefile.in, - themes/platinum/Makefile.in, themes/quiet-purple/Makefile.in, - themes/quinx/Makefile.in, themes/r9x/Makefile.in, - themes/redmond/Makefile.in, themes/redmondxp/Makefile.in, - themes/retro/Makefile.in, themes/silverado/Makefile.in, - themes/slick/Makefile.in, themes/slimline/Makefile.in, - themes/tabs/Makefile.in, themes/today/Makefile.in, - themes/totem/Makefile.in, themes/trench/Makefile.in, - themes/triviality/Makefile.in, themes/tux/Makefile.in, - themes/variation/Makefile.in, themes/xfce/Makefile.in: Add new - theme "defcon-IV" (an old one actually, but I did not bother - adding it) - -2003-06-02 20:13 xfce - - * themes/triviality/themerc, themes/triviality/title-1-active.xpm, - themes/triviality/title-1-inactive.xpm, - themes/triviality/title-2-active.xpm, - themes/triviality/title-2-inactive.xpm, - themes/triviality/title-3-active.xpm, - themes/triviality/title-3-inactive.xpm, - themes/triviality/title-4-active.xpm, - themes/triviality/title-4-inactive.xpm, - themes/triviality/title-5-active.xpm, - themes/triviality/title-5-inactive.xpm, - themes/triviality/top-left-active.xpm, - themes/triviality/top-left-inactive.xpm, - themes/triviality/top-right-active.xpm, - themes/triviality/top-right-inactive.xpm: Futility in triviality - (yeah, I'm a poet tonite ;) ) - -2003-05-10 14:52 xfce - - * themes/today/menu-active.xpm, themes/today/menu-inactive.xpm, - themes/today/menu-pressed.xpm: Minor fix on menu button height - -2003-05-10 13:31 xfce - - * themes/today/README, themes/today/menu-active.xpm, - themes/today/menu-inactive.xpm, themes/today/menu-pressed.xpm: - Use Drewbian's menu buttons that look better than mine IMO - -2003-05-09 15:17 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/mofit/Makefile.am, themes/mofit/Makefile.in, - themes/mofit/maximize-toggled-active.xpm, - themes/mofit/maximize-toggled-inactive.xpm, - themes/mofit/maximize-toggled-pressed.xpm, themes/today, - themes/today/Makefile.am, themes/today/Makefile.in, - themes/today/README, themes/today/bottom-active.xpm, - themes/today/bottom-inactive.xpm, - themes/today/bottom-left-active.xpm, - themes/today/bottom-left-inactive.xpm, - themes/today/bottom-right-active.xpm, - themes/today/bottom-right-inactive.xpm, - themes/today/close-active.xpm, themes/today/close-inactive.xpm, - themes/today/close-pressed.xpm, themes/today/hide-active.xpm, - themes/today/hide-inactive.xpm, themes/today/hide-pressed.xpm, - themes/today/left-active.xpm, themes/today/left-inactive.xpm, - themes/today/maximize-active.xpm, - themes/today/maximize-inactive.xpm, - themes/today/maximize-pressed.xpm, - themes/today/maximize-toggled-active.xpm, - themes/today/maximize-toggled-inactive.xpm, - themes/today/maximize-toggled-pressed.xpm, - themes/today/menu-active.xpm, themes/today/menu-inactive.xpm, - themes/today/menu-pressed.xpm, themes/today/right-active.xpm, - themes/today/right-inactive.xpm, themes/today/themerc, - themes/today/title-1-active.xpm, - themes/today/title-1-inactive.xpm, - themes/today/title-2-active.xpm, - themes/today/title-2-inactive.xpm, - themes/today/title-3-active.xpm, - themes/today/title-3-inactive.xpm, - themes/today/title-4-active.xpm, - themes/today/title-4-inactive.xpm, - themes/today/title-5-active.xpm, - themes/today/title-5-inactive.xpm, - themes/today/top-left-active.xpm, - themes/today/top-left-inactive.xpm, - themes/today/top-right-active.xpm, - themes/today/top-right-inactive.xpm: Add "today" theme from - Eugenia. - Add toggled maximized buttons to mofit theme - -2003-05-05 20:53 xfce - - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - themes/galaxy, themes/galaxy/Makefile.am, - themes/galaxy/Makefile.in, themes/galaxy/README, - themes/galaxy/bottom-active.xpm, - themes/galaxy/bottom-inactive.xpm, - themes/galaxy/bottom-left-active.xpm, - themes/galaxy/bottom-left-inactive.xpm, - themes/galaxy/bottom-right-active.xpm, - themes/galaxy/bottom-right-inactive.xpm, - themes/galaxy/close-active.xpm, themes/galaxy/close-inactive.xpm, - themes/galaxy/close-pressed.xpm, themes/galaxy/hide-active.xpm, - themes/galaxy/hide-inactive.xpm, themes/galaxy/hide-pressed.xpm, - themes/galaxy/left-active.xpm, themes/galaxy/left-inactive.xpm, - themes/galaxy/maximize-active.xpm, - themes/galaxy/maximize-inactive.xpm, - themes/galaxy/maximize-pressed.xpm, - themes/galaxy/menu-active.xpm, themes/galaxy/menu-inactive.xpm, - themes/galaxy/menu-pressed.xpm, themes/galaxy/right-active.xpm, - themes/galaxy/right-inactive.xpm, themes/galaxy/themerc, - themes/galaxy/title-1-active.xpm, - themes/galaxy/title-1-inactive.xpm, - themes/galaxy/title-2-active.xpm, - themes/galaxy/title-2-inactive.xpm, - themes/galaxy/title-3-active.xpm, - themes/galaxy/title-3-inactive.xpm, - themes/galaxy/title-4-active.xpm, - themes/galaxy/title-4-inactive.xpm, - themes/galaxy/title-5-active.xpm, - themes/galaxy/title-5-inactive.xpm, - themes/galaxy/top-left-active.xpm, - themes/galaxy/top-left-inactive.xpm, - themes/galaxy/top-right-active.xpm, - themes/galaxy/top-right-inactive.xpm: Add Mandrake "Galaxy" theme - -2003-05-04 21:10 xfce - - * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in, - NEWS, NOTES, README, TODO, aclocal.m4, autogen.sh, config.h.in, - configure, configure.ac, install-sh, missing, mkinstalldirs, - themes, themes/Makefile.am, themes/Makefile.in, themes/adept, - themes/adept/Makefile.am, themes/adept/Makefile.in, - themes/adept/README, themes/adept/bottom-active.xpm, - themes/adept/bottom-inactive.xpm, - themes/adept/bottom-left-active.xpm, - themes/adept/bottom-left-inactive.xpm, - themes/adept/bottom-right-active.xpm, - themes/adept/bottom-right-inactive.xpm, - themes/adept/close-active.xpm, themes/adept/close-inactive.xpm, - themes/adept/close-pressed.xpm, themes/adept/hide-active.xpm, - themes/adept/hide-inactive.xpm, themes/adept/hide-pressed.xpm, - themes/adept/left-active.xpm, themes/adept/left-inactive.xpm, - themes/adept/maximize-active.xpm, - themes/adept/maximize-inactive.xpm, - themes/adept/maximize-pressed.xpm, themes/adept/right-active.xpm, - themes/adept/right-inactive.xpm, themes/adept/themerc, - themes/adept/title-1-active.xpm, - themes/adept/title-1-inactive.xpm, - themes/adept/title-2-active.xpm, - themes/adept/title-2-inactive.xpm, - themes/adept/title-3-active.xpm, - themes/adept/title-3-inactive.xpm, - themes/adept/title-4-active.xpm, - themes/adept/title-4-inactive.xpm, - themes/adept/title-5-active.xpm, - themes/adept/title-5-inactive.xpm, - themes/adept/top-left-active.xpm, - themes/adept/top-left-inactive.xpm, - themes/adept/top-right-active.xpm, - themes/adept/top-right-inactive.xpm, themes/agua, - themes/agua/Makefile.am, themes/agua/Makefile.in, - themes/agua/README, themes/agua/bottom-active.xpm, - themes/agua/bottom-inactive.xpm, - themes/agua/bottom-left-active.xpm, - themes/agua/bottom-left-inactive.xpm, - themes/agua/bottom-right-active.xpm, - themes/agua/bottom-right-inactive.xpm, - themes/agua/close-active.xpm, themes/agua/close-inactive.xpm, - themes/agua/close-pressed.xpm, themes/agua/hide-active.xpm, - themes/agua/hide-inactive.xpm, themes/agua/hide-pressed.xpm, - themes/agua/left-active.xpm, themes/agua/left-inactive.xpm, - themes/agua/maximize-active.xpm, - themes/agua/maximize-inactive.xpm, - themes/agua/maximize-pressed.xpm, themes/agua/menu-active.xpm, - themes/agua/menu-inactive.xpm, themes/agua/menu-pressed.xpm, - themes/agua/right-active.xpm, themes/agua/right-inactive.xpm, - themes/agua/shade-active.xpm, themes/agua/shade-inactive.xpm, - themes/agua/shade-pressed.xpm, themes/agua/stick-active.xpm, - themes/agua/stick-inactive.xpm, themes/agua/stick-pressed.xpm, - themes/agua/themerc, themes/agua/title-1-active.xpm, - themes/agua/title-1-inactive.xpm, themes/agua/title-2-active.xpm, - themes/agua/title-2-inactive.xpm, themes/agua/title-3-active.xpm, - themes/agua/title-3-inactive.xpm, themes/agua/title-4-active.xpm, - themes/agua/title-4-inactive.xpm, themes/agua/title-5-active.xpm, - themes/agua/title-5-inactive.xpm, - themes/agua/top-left-active.xpm, - themes/agua/top-left-inactive.xpm, - themes/agua/top-right-active.xpm, - themes/agua/top-right-inactive.xpm, themes/atlanta, - themes/atlanta/Makefile.am, themes/atlanta/Makefile.in, - themes/atlanta/README, themes/atlanta/bottom-active.xpm, - themes/atlanta/bottom-inactive.xpm, - themes/atlanta/bottom-left-active.xpm, - themes/atlanta/bottom-left-inactive.xpm, - themes/atlanta/bottom-right-active.xpm, - themes/atlanta/bottom-right-inactive.xpm, - themes/atlanta/close-active.xpm, - themes/atlanta/close-inactive.xpm, - themes/atlanta/close-pressed.xpm, themes/atlanta/hide-active.xpm, - themes/atlanta/hide-inactive.xpm, - themes/atlanta/hide-pressed.xpm, themes/atlanta/left-active.xpm, - themes/atlanta/left-inactive.xpm, - themes/atlanta/maximize-active.xpm, - themes/atlanta/maximize-inactive.xpm, - themes/atlanta/maximize-pressed.xpm, - themes/atlanta/menu-active.xpm, themes/atlanta/menu-inactive.xpm, - themes/atlanta/menu-pressed.xpm, themes/atlanta/right-active.xpm, - themes/atlanta/right-inactive.xpm, - themes/atlanta/shade-active.xpm, - themes/atlanta/shade-inactive.xpm, - themes/atlanta/shade-pressed.xpm, - themes/atlanta/stick-active.xpm, - themes/atlanta/stick-inactive.xpm, - themes/atlanta/stick-pressed.xpm, themes/atlanta/themerc, - themes/atlanta/title-1-active.xpm, - themes/atlanta/title-1-inactive.xpm, - themes/atlanta/title-2-active.xpm, - themes/atlanta/title-2-inactive.xpm, - themes/atlanta/title-3-active.xpm, - themes/atlanta/title-3-inactive.xpm, - themes/atlanta/title-4-active.xpm, - themes/atlanta/title-4-inactive.xpm, - themes/atlanta/title-5-active.xpm, - themes/atlanta/title-5-inactive.xpm, - themes/atlanta/top-left-active.xpm, - themes/atlanta/top-left-inactive.xpm, - themes/atlanta/top-right-active.xpm, - themes/atlanta/top-right-inactive.xpm, themes/atlanta2, - themes/atlanta2/Makefile.am, themes/atlanta2/Makefile.in, - themes/atlanta2/README, themes/atlanta2/bottom-active.xpm, - themes/atlanta2/bottom-inactive.xpm, - themes/atlanta2/bottom-left-active.xpm, - themes/atlanta2/bottom-left-inactive.xpm, - themes/atlanta2/bottom-right-active.xpm, - themes/atlanta2/bottom-right-inactive.xpm, - themes/atlanta2/close-active.xpm, - themes/atlanta2/close-inactive.xpm, - themes/atlanta2/close-pressed.xpm, - themes/atlanta2/hide-active.xpm, - themes/atlanta2/hide-inactive.xpm, - themes/atlanta2/hide-pressed.xpm, - themes/atlanta2/left-active.xpm, - themes/atlanta2/left-inactive.xpm, - themes/atlanta2/maximize-active.xpm, - themes/atlanta2/maximize-inactive.xpm, - themes/atlanta2/maximize-pressed.xpm, - themes/atlanta2/menu-active.xpm, - themes/atlanta2/menu-inactive.xpm, - themes/atlanta2/menu-pressed.xpm, - themes/atlanta2/right-active.xpm, - themes/atlanta2/right-inactive.xpm, - themes/atlanta2/shade-active.xpm, - themes/atlanta2/shade-inactive.xpm, - themes/atlanta2/shade-pressed.xpm, - themes/atlanta2/stick-active.xpm, - themes/atlanta2/stick-inactive.xpm, - themes/atlanta2/stick-pressed.xpm, themes/atlanta2/themerc, - themes/atlanta2/title-1-active.xpm, - themes/atlanta2/title-1-inactive.xpm, - themes/atlanta2/title-2-active.xpm, - themes/atlanta2/title-2-inactive.xpm, - themes/atlanta2/title-3-active.xpm, - themes/atlanta2/title-3-inactive.xpm, - themes/atlanta2/title-4-active.xpm, - themes/atlanta2/title-4-inactive.xpm, - themes/atlanta2/title-5-active.xpm, - themes/atlanta2/title-5-inactive.xpm, - themes/atlanta2/top-left-active.xpm, - themes/atlanta2/top-left-inactive.xpm, - themes/atlanta2/top-right-active.xpm, - themes/atlanta2/top-right-inactive.xpm, themes/b5, - themes/b5/Makefile.am, themes/b5/Makefile.in, themes/b5/README, - themes/b5/bottom-active.xpm, themes/b5/bottom-inactive.xpm, - themes/b5/bottom-left-active.xpm, - themes/b5/bottom-left-inactive.xpm, - themes/b5/bottom-right-active.xpm, - themes/b5/bottom-right-inactive.xpm, themes/b5/close-active.xpm, - themes/b5/close-inactive.xpm, themes/b5/close-pressed.xpm, - themes/b5/left-active.xpm, themes/b5/left-inactive.xpm, - themes/b5/right-active.xpm, themes/b5/right-inactive.xpm, - themes/b5/themerc, themes/b5/title-1-active.xpm, - themes/b5/title-1-inactive.xpm, themes/b5/title-2-active.xpm, - themes/b5/title-2-inactive.xpm, themes/b5/title-3-active.xpm, - themes/b5/title-3-inactive.xpm, themes/b5/title-4-active.xpm, - themes/b5/title-4-inactive.xpm, themes/b5/title-5-active.xpm, - themes/b5/title-5-inactive.xpm, themes/b5/top-left-active.xpm, - themes/b5/top-left-inactive.xpm, themes/b5/top-right-active.xpm, - themes/b5/top-right-inactive.xpm, themes/b6, - themes/b6/Makefile.am, themes/b6/Makefile.in, themes/b6/README, - themes/b6/bottom-active.xpm, themes/b6/bottom-inactive.xpm, - themes/b6/bottom-left-active.xpm, - themes/b6/bottom-left-inactive.xpm, - themes/b6/bottom-right-active.xpm, - themes/b6/bottom-right-inactive.xpm, themes/b6/close-active.xpm, - themes/b6/close-inactive.xpm, themes/b6/close-pressed.xpm, - themes/b6/hide-active.xpm, themes/b6/hide-inactive.xpm, - themes/b6/hide-pressed.xpm, themes/b6/left-active.xpm, - themes/b6/left-inactive.xpm, themes/b6/maximize-active.xpm, - themes/b6/maximize-inactive.xpm, themes/b6/maximize-pressed.xpm, - themes/b6/right-active.xpm, themes/b6/right-inactive.xpm, - themes/b6/shade-active.xpm, themes/b6/shade-inactive.xpm, - themes/b6/shade-pressed.xpm, themes/b6/themerc, - themes/b6/title-1-active.xpm, themes/b6/title-1-inactive.xpm, - themes/b6/title-2-active.xpm, themes/b6/title-2-inactive.xpm, - themes/b6/title-3-active.xpm, themes/b6/title-3-inactive.xpm, - themes/b6/title-4-active.xpm, themes/b6/title-4-inactive.xpm, - themes/b6/title-5-active.xpm, themes/b6/title-5-inactive.xpm, - themes/b6/top-left-active.xpm, themes/b6/top-left-inactive.xpm, - themes/b6/top-right-active.xpm, themes/b6/top-right-inactive.xpm, - themes/beastie, themes/beastie/Makefile.am, - themes/beastie/Makefile.in, themes/beastie/README, - themes/beastie/bottom-active.xpm, - themes/beastie/bottom-inactive.xpm, - themes/beastie/bottom-left-active.xpm, - themes/beastie/bottom-left-inactive.xpm, - themes/beastie/bottom-right-active.xpm, - themes/beastie/bottom-right-inactive.xpm, - themes/beastie/close-active.xpm, - themes/beastie/close-inactive.xpm, - themes/beastie/close-pressed.xpm, themes/beastie/hide-active.xpm, - themes/beastie/hide-inactive.xpm, - themes/beastie/hide-pressed.xpm, themes/beastie/left-active.xpm, - themes/beastie/left-inactive.xpm, - themes/beastie/maximize-active.xpm, - themes/beastie/maximize-inactive.xpm, - themes/beastie/maximize-pressed.xpm, - themes/beastie/menu-active.xpm, themes/beastie/menu-inactive.xpm, - themes/beastie/menu-pressed.xpm, themes/beastie/right-active.xpm, - themes/beastie/right-inactive.xpm, - themes/beastie/shade-active.xpm, - themes/beastie/shade-inactive.xpm, - themes/beastie/shade-pressed.xpm, - themes/beastie/stick-active.xpm, - themes/beastie/stick-inactive.xpm, - themes/beastie/stick-pressed.xpm, themes/beastie/themerc, - themes/beastie/title-1-active.xpm, - themes/beastie/title-1-inactive.xpm, - themes/beastie/title-2-active.xpm, - themes/beastie/title-2-inactive.xpm, - themes/beastie/title-3-active.xpm, - themes/beastie/title-3-inactive.xpm, - themes/beastie/title-4-active.xpm, - themes/beastie/title-4-inactive.xpm, - themes/beastie/title-5-active.xpm, - themes/beastie/title-5-inactive.xpm, - themes/beastie/top-left-active.xpm, - themes/beastie/top-left-inactive.xpm, - themes/beastie/top-right-active.xpm, - themes/beastie/top-right-inactive.xpm, themes/biz, - themes/biz/Makefile.am, themes/biz/Makefile.in, - themes/biz/README, themes/biz/bottom-active.xpm, - themes/biz/bottom-inactive.xpm, - themes/biz/bottom-left-active.xpm, - themes/biz/bottom-left-inactive.xpm, - themes/biz/bottom-right-active.xpm, - themes/biz/bottom-right-inactive.xpm, - themes/biz/close-active.xpm, themes/biz/close-inactive.xpm, - themes/biz/close-pressed.xpm, themes/biz/hide-active.xpm, - themes/biz/hide-inactive.xpm, themes/biz/hide-pressed.xpm, - themes/biz/left-active.xpm, themes/biz/left-inactive.xpm, - themes/biz/maximize-active.xpm, themes/biz/maximize-inactive.xpm, - themes/biz/maximize-pressed.xpm, themes/biz/menu-active.xpm, - themes/biz/menu-inactive.xpm, themes/biz/menu-pressed.xpm, - themes/biz/right-active.xpm, themes/biz/right-inactive.xpm, - themes/biz/shade-active.xpm, themes/biz/shade-inactive.xpm, - themes/biz/shade-pressed.xpm, themes/biz/stick-active.xpm, - themes/biz/stick-inactive.xpm, themes/biz/stick-pressed.xpm, - themes/biz/themerc, themes/biz/title-1-active.xpm, - themes/biz/title-1-inactive.xpm, themes/biz/title-2-active.xpm, - themes/biz/title-2-inactive.xpm, themes/biz/title-3-active.xpm, - themes/biz/title-3-inactive.xpm, themes/biz/title-4-active.xpm, - themes/biz/title-4-inactive.xpm, themes/biz/title-5-active.xpm, - themes/biz/title-5-inactive.xpm, themes/biz/top-left-active.xpm, - themes/biz/top-left-inactive.xpm, - themes/biz/top-right-active.xpm, - themes/biz/top-right-inactive.xpm, themes/coldsteel, - themes/coldsteel/Makefile.am, themes/coldsteel/Makefile.in, - themes/coldsteel/README, themes/coldsteel/bottom-active.xpm, - themes/coldsteel/bottom-inactive.xpm, - themes/coldsteel/bottom-left-active.xpm, - themes/coldsteel/bottom-left-inactive.xpm, - themes/coldsteel/bottom-right-active.xpm, - themes/coldsteel/bottom-right-inactive.xpm, - themes/coldsteel/close-active.xpm, - themes/coldsteel/close-inactive.xpm, - themes/coldsteel/close-pressed.xpm, - themes/coldsteel/hide-active.xpm, - themes/coldsteel/hide-inactive.xpm, - themes/coldsteel/hide-pressed.xpm, - themes/coldsteel/left-active.xpm, - themes/coldsteel/left-inactive.xpm, - themes/coldsteel/maximize-active.xpm, - themes/coldsteel/maximize-inactive.xpm, - themes/coldsteel/maximize-pressed.xpm, - themes/coldsteel/menu-active.xpm, - themes/coldsteel/menu-inactive.xpm, - themes/coldsteel/menu-pressed.xpm, - themes/coldsteel/right-active.xpm, - themes/coldsteel/right-inactive.xpm, - themes/coldsteel/shade-active.xpm, - themes/coldsteel/shade-inactive.xpm, - themes/coldsteel/shade-pressed.xpm, - themes/coldsteel/stick-active.xpm, - themes/coldsteel/stick-inactive.xpm, - themes/coldsteel/stick-pressed.xpm, themes/coldsteel/themerc, - themes/coldsteel/title-1-active.xpm, - themes/coldsteel/title-1-inactive.xpm, - themes/coldsteel/title-2-active.xpm, - themes/coldsteel/title-2-inactive.xpm, - themes/coldsteel/title-3-active.xpm, - themes/coldsteel/title-3-inactive.xpm, - themes/coldsteel/title-4-active.xpm, - themes/coldsteel/title-4-inactive.xpm, - themes/coldsteel/title-5-active.xpm, - themes/coldsteel/title-5-inactive.xpm, - themes/coldsteel/top-left-active.xpm, - themes/coldsteel/top-left-inactive.xpm, - themes/coldsteel/top-right-active.xpm, - themes/coldsteel/top-right-inactive.xpm, themes/coolclean, - themes/coolclean/Makefile.am, themes/coolclean/Makefile.in, - themes/coolclean/README, themes/coolclean/bottom-active.xpm, - themes/coolclean/bottom-inactive.xpm, - themes/coolclean/bottom-left-active.xpm, - themes/coolclean/bottom-left-inactive.xpm, - themes/coolclean/bottom-right-active.xpm, - themes/coolclean/bottom-right-inactive.xpm, - themes/coolclean/close-active.xpm, - themes/coolclean/close-inactive.xpm, - themes/coolclean/close-pressed.xpm, - themes/coolclean/hide-active.xpm, - themes/coolclean/hide-inactive.xpm, - themes/coolclean/hide-pressed.xpm, - themes/coolclean/left-active.xpm, - themes/coolclean/left-inactive.xpm, - themes/coolclean/maximize-active.xpm, - themes/coolclean/maximize-inactive.xpm, - themes/coolclean/maximize-pressed.xpm, - themes/coolclean/menu-active.xpm, - themes/coolclean/menu-inactive.xpm, - themes/coolclean/menu-pressed.xpm, - themes/coolclean/right-active.xpm, - themes/coolclean/right-inactive.xpm, themes/coolclean/themerc, - themes/coolclean/title-1-active.xpm, - themes/coolclean/title-1-inactive.xpm, - themes/coolclean/title-2-active.xpm, - themes/coolclean/title-2-inactive.xpm, - themes/coolclean/title-3-active.xpm, - themes/coolclean/title-3-inactive.xpm, - themes/coolclean/title-4-active.xpm, - themes/coolclean/title-4-inactive.xpm, - themes/coolclean/title-5-active.xpm, - themes/coolclean/title-5-inactive.xpm, - themes/coolclean/top-left-active.xpm, - themes/coolclean/top-left-inactive.xpm, - themes/coolclean/top-right-active.xpm, - themes/coolclean/top-right-inactive.xpm, themes/crux, - themes/crux/Makefile.am, themes/crux/Makefile.in, - themes/crux/README, themes/crux/bottom-active.xpm, - themes/crux/bottom-inactive.xpm, - themes/crux/bottom-left-active.xpm, - themes/crux/bottom-left-inactive.xpm, - themes/crux/bottom-right-active.xpm, - themes/crux/bottom-right-inactive.xpm, - themes/crux/button-active.xpm, themes/crux/button-inactive.xpm, - themes/crux/button-pressed.xpm, themes/crux/close-active.xpm, - themes/crux/close-inactive.xpm, themes/crux/close-pressed.xpm, - themes/crux/hide-active.xpm, themes/crux/hide-inactive.xpm, - themes/crux/hide-pressed.xpm, themes/crux/left-active.xpm, - themes/crux/left-inactive.xpm, themes/crux/maximize-active.xpm, - themes/crux/maximize-inactive.xpm, - themes/crux/maximize-pressed.xpm, themes/crux/menu-active.xpm, - themes/crux/menu-inactive.xpm, themes/crux/menu-pressed.xpm, - themes/crux/right-active.xpm, themes/crux/right-inactive.xpm, - themes/crux/shade-active.xpm, themes/crux/shade-inactive.xpm, - themes/crux/shade-pressed.xpm, themes/crux/stick-active.xpm, - themes/crux/stick-inactive.xpm, themes/crux/stick-pressed.xpm, - themes/crux/themerc, themes/crux/title-1-active.xpm, - themes/crux/title-1-inactive.xpm, themes/crux/title-2-active.xpm, - themes/crux/title-2-inactive.xpm, themes/crux/title-3-active.xpm, - themes/crux/title-3-inactive.xpm, themes/crux/title-4-active.xpm, - themes/crux/title-4-inactive.xpm, themes/crux/title-5-active.xpm, - themes/crux/title-5-inactive.xpm, - themes/crux/top-left-active.xpm, - themes/crux/top-left-inactive.xpm, - themes/crux/top-right-active.xpm, - themes/crux/top-right-inactive.xpm, themes/cruxish, - themes/cruxish/Makefile.am, themes/cruxish/Makefile.in, - themes/cruxish/README, themes/cruxish/bottom-active.xpm, - themes/cruxish/bottom-inactive.xpm, - themes/cruxish/bottom-left-active.xpm, - themes/cruxish/bottom-left-inactive.xpm, - themes/cruxish/bottom-right-active.xpm, - themes/cruxish/bottom-right-inactive.xpm, - themes/cruxish/close-active.xpm, - themes/cruxish/close-inactive.xpm, - themes/cruxish/close-pressed.xpm, themes/cruxish/hide-active.xpm, - themes/cruxish/hide-inactive.xpm, - themes/cruxish/hide-pressed.xpm, themes/cruxish/left-active.xpm, - themes/cruxish/left-inactive.xpm, - themes/cruxish/maximize-active.xpm, - themes/cruxish/maximize-inactive.xpm, - themes/cruxish/maximize-pressed.xpm, - themes/cruxish/menu-active.xpm, themes/cruxish/menu-inactive.xpm, - themes/cruxish/menu-pressed.xpm, themes/cruxish/right-active.xpm, - themes/cruxish/right-inactive.xpm, - themes/cruxish/shade-active.xpm, - themes/cruxish/shade-inactive.xpm, - themes/cruxish/shade-pressed.xpm, - themes/cruxish/stick-active.xpm, - themes/cruxish/stick-inactive.xpm, - themes/cruxish/stick-pressed.xpm, themes/cruxish/themerc, - themes/cruxish/title-1-active.xpm, - themes/cruxish/title-1-inactive.xpm, - themes/cruxish/title-2-active.xpm, - themes/cruxish/title-2-inactive.xpm, - themes/cruxish/title-3-active.xpm, - themes/cruxish/title-3-inactive.xpm, - themes/cruxish/title-4-active.xpm, - themes/cruxish/title-4-inactive.xpm, - themes/cruxish/title-5-active.xpm, - themes/cruxish/title-5-inactive.xpm, - themes/cruxish/top-left-active.xpm, - themes/cruxish/top-left-inactive.xpm, - themes/cruxish/top-right-active.xpm, - themes/cruxish/top-right-inactive.xpm, themes/eazel-blue, - themes/eazel-blue/Makefile.am, themes/eazel-blue/Makefile.in, - themes/eazel-blue/README, themes/eazel-blue/bottom-active.xpm, - themes/eazel-blue/bottom-inactive.xpm, - themes/eazel-blue/bottom-left-active.xpm, - themes/eazel-blue/bottom-left-inactive.xpm, - themes/eazel-blue/bottom-right-active.xpm, - themes/eazel-blue/bottom-right-inactive.xpm, - themes/eazel-blue/close-active.xpm, - themes/eazel-blue/close-inactive.xpm, - themes/eazel-blue/close-pressed.xpm, - themes/eazel-blue/hide-active.xpm, - themes/eazel-blue/hide-inactive.xpm, - themes/eazel-blue/hide-pressed.xpm, - themes/eazel-blue/left-active.xpm, - themes/eazel-blue/left-inactive.xpm, - themes/eazel-blue/maximize-active.xpm, - themes/eazel-blue/maximize-inactive.xpm, - themes/eazel-blue/maximize-pressed.xpm, - themes/eazel-blue/menu-active.xpm, - themes/eazel-blue/menu-inactive.xpm, - themes/eazel-blue/menu-pressed.xpm, - themes/eazel-blue/right-active.xpm, - themes/eazel-blue/right-inactive.xpm, - themes/eazel-blue/shade-active.xpm, - themes/eazel-blue/shade-inactive.xpm, - themes/eazel-blue/shade-pressed.xpm, - themes/eazel-blue/stick-active.xpm, - themes/eazel-blue/stick-inactive.xpm, - themes/eazel-blue/stick-pressed.xpm, themes/eazel-blue/themerc, - themes/eazel-blue/title-1-active.xpm, - themes/eazel-blue/title-1-inactive.xpm, - themes/eazel-blue/title-2-active.xpm, - themes/eazel-blue/title-2-inactive.xpm, - themes/eazel-blue/title-3-active.xpm, - themes/eazel-blue/title-3-inactive.xpm, - themes/eazel-blue/title-4-active.xpm, - themes/eazel-blue/title-4-inactive.xpm, - themes/eazel-blue/title-5-active.xpm, - themes/eazel-blue/title-5-inactive.xpm, - themes/eazel-blue/top-left-active.xpm, - themes/eazel-blue/top-left-inactive.xpm, - themes/eazel-blue/top-right-active.xpm, - themes/eazel-blue/top-right-inactive.xpm, themes/elberg, - themes/elberg/Makefile.am, themes/elberg/Makefile.in, - themes/elberg/README, themes/elberg/bottom-active.xpm, - themes/elberg/bottom-inactive.xpm, - themes/elberg/bottom-left-active.xpm, - themes/elberg/bottom-left-inactive.xpm, - themes/elberg/bottom-right-active.xpm, - themes/elberg/bottom-right-inactive.xpm, - themes/elberg/close-active.xpm, themes/elberg/close-inactive.xpm, - themes/elberg/close-pressed.xpm, themes/elberg/hide-active.xpm, - themes/elberg/hide-inactive.xpm, themes/elberg/hide-pressed.xpm, - themes/elberg/left-active.xpm, themes/elberg/left-inactive.xpm, - themes/elberg/maximize-active.xpm, - themes/elberg/maximize-inactive.xpm, - themes/elberg/maximize-pressed.xpm, - themes/elberg/menu-active.xpm, themes/elberg/menu-inactive.xpm, - themes/elberg/menu-pressed.xpm, themes/elberg/right-active.xpm, - themes/elberg/right-inactive.xpm, themes/elberg/themerc, - themes/elberg/title-1-active.xpm, - themes/elberg/title-1-inactive.xpm, - themes/elberg/title-2-active.xpm, - themes/elberg/title-2-inactive.xpm, - themes/elberg/title-3-active.xpm, - themes/elberg/title-3-inactive.xpm, - themes/elberg/title-4-active.xpm, - themes/elberg/title-4-inactive.xpm, - themes/elberg/title-5-active.xpm, - themes/elberg/title-5-inactive.xpm, - themes/elberg/top-left-active.xpm, - themes/elberg/top-left-inactive.xpm, - themes/elberg/top-right-active.xpm, - themes/elberg/top-right-inactive.xpm, themes/fbx, - themes/fbx/Makefile.am, themes/fbx/Makefile.in, - themes/fbx/README, themes/fbx/bottom-active.xpm, - themes/fbx/bottom-inactive.xpm, - themes/fbx/bottom-left-active.xpm, - themes/fbx/bottom-left-inactive.xpm, - themes/fbx/bottom-right-active.xpm, - themes/fbx/bottom-right-inactive.xpm, - themes/fbx/close-active.xpm, themes/fbx/close-inactive.xpm, - themes/fbx/close-pressed.xpm, themes/fbx/hide-active.xpm, - themes/fbx/hide-inactive.xpm, themes/fbx/hide-pressed.xpm, - themes/fbx/left-active.xpm, themes/fbx/left-inactive.xpm, - themes/fbx/maximize-active.xpm, themes/fbx/maximize-inactive.xpm, - themes/fbx/maximize-pressed.xpm, themes/fbx/menu-active.xpm, - themes/fbx/menu-inactive.xpm, themes/fbx/menu-pressed.xpm, - themes/fbx/right-active.xpm, themes/fbx/right-inactive.xpm, - themes/fbx/shade-active.xpm, themes/fbx/shade-inactive.xpm, - themes/fbx/shade-pressed.xpm, themes/fbx/stick-active.xpm, - themes/fbx/stick-inactive.xpm, themes/fbx/stick-pressed.xpm, - themes/fbx/themerc, themes/fbx/title-1-active.xpm, - themes/fbx/title-1-inactive.xpm, themes/fbx/title-2-active.xpm, - themes/fbx/title-2-inactive.xpm, themes/fbx/title-3-active.xpm, - themes/fbx/title-3-inactive.xpm, themes/fbx/title-4-active.xpm, - themes/fbx/title-4-inactive.xpm, themes/fbx/title-5-active.xpm, - themes/fbx/title-5-inactive.xpm, themes/fbx/top-left-active.xpm, - themes/fbx/top-left-inactive.xpm, - themes/fbx/top-right-active.xpm, - themes/fbx/top-right-inactive.xpm, themes/g2, - themes/g2/Makefile.am, themes/g2/Makefile.in, themes/g2/README, - themes/g2/bottom-active.xpm, themes/g2/bottom-inactive.xpm, - themes/g2/bottom-left-active.xpm, - themes/g2/bottom-left-inactive.xpm, - themes/g2/bottom-right-active.xpm, - themes/g2/bottom-right-inactive.xpm, themes/g2/close-active.xpm, - themes/g2/close-inactive.xpm, themes/g2/close-pressed.xpm, - themes/g2/hide-active.xpm, themes/g2/hide-inactive.xpm, - themes/g2/hide-pressed.xpm, themes/g2/left-active.xpm, - themes/g2/left-inactive.xpm, themes/g2/maximize-active.xpm, - themes/g2/maximize-inactive.xpm, themes/g2/maximize-pressed.xpm, - themes/g2/menu-active.xpm, themes/g2/menu-inactive.xpm, - themes/g2/menu-pressed.xpm, themes/g2/right-active.xpm, - themes/g2/right-inactive.xpm, themes/g2/shade-active.xpm, - themes/g2/shade-inactive.xpm, themes/g2/shade-pressed.xpm, - themes/g2/stick-active.xpm, themes/g2/stick-inactive.xpm, - themes/g2/stick-pressed.xpm, themes/g2/themerc, - themes/g2/title-1-active.xpm, themes/g2/title-1-inactive.xpm, - themes/g2/title-2-active.xpm, themes/g2/title-2-inactive.xpm, - themes/g2/title-3-active.xpm, themes/g2/title-3-inactive.xpm, - themes/g2/title-4-active.xpm, themes/g2/title-4-inactive.xpm, - themes/g2/title-5-active.xpm, themes/g2/title-5-inactive.xpm, - themes/g2/top-left-active.xpm, themes/g2/top-left-inactive.xpm, - themes/g2/top-right-active.xpm, themes/g2/top-right-inactive.xpm, - themes/gaudy, themes/gaudy/Makefile.am, themes/gaudy/Makefile.in, - themes/gaudy/README, themes/gaudy/bottom-active.xpm, - themes/gaudy/bottom-inactive.xpm, - themes/gaudy/bottom-left-active.xpm, - themes/gaudy/bottom-left-inactive.xpm, - themes/gaudy/bottom-right-active.xpm, - themes/gaudy/bottom-right-inactive.xpm, - themes/gaudy/close-active.xpm, themes/gaudy/close-inactive.xpm, - themes/gaudy/close-pressed.xpm, themes/gaudy/hide-active.xpm, - themes/gaudy/hide-inactive.xpm, themes/gaudy/hide-pressed.xpm, - themes/gaudy/left-active.xpm, themes/gaudy/left-inactive.xpm, - themes/gaudy/maximize-active.xpm, - themes/gaudy/maximize-inactive.xpm, - themes/gaudy/maximize-pressed.xpm, themes/gaudy/menu-active.xpm, - themes/gaudy/menu-inactive.xpm, themes/gaudy/menu-pressed.xpm, - themes/gaudy/right-active.xpm, themes/gaudy/right-inactive.xpm, - themes/gaudy/shade-active.xpm, themes/gaudy/shade-inactive.xpm, - themes/gaudy/shade-pressed.xpm, themes/gaudy/stick-active.xpm, - themes/gaudy/stick-inactive.xpm, themes/gaudy/stick-pressed.xpm, - themes/gaudy/themerc, themes/gaudy/title-1-active.xpm, - themes/gaudy/title-1-inactive.xpm, - themes/gaudy/title-2-active.xpm, - themes/gaudy/title-2-inactive.xpm, - themes/gaudy/title-3-active.xpm, - themes/gaudy/title-3-inactive.xpm, - themes/gaudy/title-4-active.xpm, - themes/gaudy/title-4-inactive.xpm, - themes/gaudy/title-5-active.xpm, - themes/gaudy/title-5-inactive.xpm, - themes/gaudy/top-left-active.xpm, - themes/gaudy/top-left-inactive.xpm, - themes/gaudy/top-right-active.xpm, - themes/gaudy/top-right-inactive.xpm, themes/gnububble, - themes/gnububble/Makefile.am, themes/gnububble/Makefile.in, - themes/gnububble/README, themes/gnububble/bottom-active.xpm, - themes/gnububble/bottom-inactive.xpm, - themes/gnububble/bottom-left-active.xpm, - themes/gnububble/bottom-left-inactive.xpm, - themes/gnububble/bottom-right-active.xpm, - themes/gnububble/bottom-right-inactive.xpm, - themes/gnububble/close-active.xpm, - themes/gnububble/close-inactive.xpm, - themes/gnububble/close-pressed.xpm, - themes/gnububble/hide-active.xpm, - themes/gnububble/hide-inactive.xpm, - themes/gnububble/hide-pressed.xpm, - themes/gnububble/left-active.xpm, - themes/gnububble/left-inactive.xpm, - themes/gnububble/maximize-active.xpm, - themes/gnububble/maximize-inactive.xpm, - themes/gnububble/maximize-pressed.xpm, - themes/gnububble/menu-active.xpm, - themes/gnububble/menu-inactive.xpm, - themes/gnububble/menu-pressed.xpm, - themes/gnububble/right-active.xpm, - themes/gnububble/right-inactive.xpm, - themes/gnububble/shade-active.xpm, - themes/gnububble/shade-inactive.xpm, - themes/gnububble/shade-pressed.xpm, - themes/gnububble/stick-active.xpm, - themes/gnububble/stick-inactive.xpm, - themes/gnububble/stick-pressed.xpm, themes/gnububble/themerc, - themes/gnububble/title-1-active.xpm, - themes/gnububble/title-1-inactive.xpm, - themes/gnububble/title-2-active.xpm, - themes/gnububble/title-2-inactive.xpm, - themes/gnububble/title-3-active.xpm, - themes/gnububble/title-3-inactive.xpm, - themes/gnububble/title-4-active.xpm, - themes/gnububble/title-4-inactive.xpm, - themes/gnububble/title-5-active.xpm, - themes/gnububble/title-5-inactive.xpm, - themes/gnububble/top-left-active.xpm, - themes/gnububble/top-left-inactive.xpm, - themes/gnububble/top-right-active.xpm, - themes/gnububble/top-right-inactive.xpm, themes/gorilla, - themes/gorilla/Makefile.am, themes/gorilla/Makefile.in, - themes/gorilla/README, themes/gorilla/bottom-active.xpm, - themes/gorilla/bottom-inactive.xpm, - themes/gorilla/bottom-left-active.xpm, - themes/gorilla/bottom-left-inactive.xpm, - themes/gorilla/bottom-right-active.xpm, - themes/gorilla/bottom-right-inactive.xpm, - themes/gorilla/close-active.xpm, - themes/gorilla/close-inactive.xpm, - themes/gorilla/close-pressed.xpm, themes/gorilla/hide-active.xpm, - themes/gorilla/hide-inactive.xpm, - themes/gorilla/hide-pressed.xpm, themes/gorilla/left-active.xpm, - themes/gorilla/left-inactive.xpm, - themes/gorilla/maximize-active.xpm, - themes/gorilla/maximize-inactive.xpm, - themes/gorilla/maximize-pressed.xpm, - themes/gorilla/menu-active.xpm, themes/gorilla/menu-inactive.xpm, - themes/gorilla/menu-pressed.xpm, themes/gorilla/right-active.xpm, - themes/gorilla/right-inactive.xpm, - themes/gorilla/shade-active.xpm, - themes/gorilla/shade-inactive.xpm, - themes/gorilla/shade-pressed.xpm, - themes/gorilla/stick-active.xpm, - themes/gorilla/stick-inactive.xpm, - themes/gorilla/stick-pressed.xpm, themes/gorilla/themerc, - themes/gorilla/title-1-active.xpm, - themes/gorilla/title-1-inactive.xpm, - themes/gorilla/title-2-active.xpm, - themes/gorilla/title-2-inactive.xpm, - themes/gorilla/title-3-active.xpm, - themes/gorilla/title-3-inactive.xpm, - themes/gorilla/title-4-active.xpm, - themes/gorilla/title-4-inactive.xpm, - themes/gorilla/title-5-active.xpm, - themes/gorilla/title-5-inactive.xpm, - themes/gorilla/top-left-active.xpm, - themes/gorilla/top-left-inactive.xpm, - themes/gorilla/top-right-active.xpm, - themes/gorilla/top-right-inactive.xpm, themes/gtk, - themes/gtk/Makefile.am, themes/gtk/Makefile.in, - themes/gtk/README, themes/gtk/bottom-active.xpm, - themes/gtk/bottom-inactive.xpm, - themes/gtk/bottom-left-active.xpm, - themes/gtk/bottom-left-inactive.xpm, - themes/gtk/bottom-right-active.xpm, - themes/gtk/bottom-right-inactive.xpm, - themes/gtk/close-active.xpm, themes/gtk/close-inactive.xpm, - themes/gtk/close-pressed.xpm, themes/gtk/hide-active.xpm, - themes/gtk/hide-inactive.xpm, themes/gtk/hide-pressed.xpm, - themes/gtk/left-active.xpm, themes/gtk/left-inactive.xpm, - themes/gtk/maximize-active.xpm, themes/gtk/maximize-inactive.xpm, - themes/gtk/maximize-pressed.xpm, - themes/gtk/maximize-toggled-active.xpm, - themes/gtk/maximize-toggled-inactive.xpm, - themes/gtk/maximize-toggled-pressed.xpm, - themes/gtk/menu-active.xpm, themes/gtk/menu-inactive.xpm, - themes/gtk/menu-pressed.xpm, themes/gtk/right-active.xpm, - themes/gtk/right-inactive.xpm, themes/gtk/shade-active.xpm, - themes/gtk/shade-inactive.xpm, themes/gtk/shade-pressed.xpm, - themes/gtk/shade-toggled-active.xpm, - themes/gtk/shade-toggled-inactive.xpm, - themes/gtk/shade-toggled-pressed.xpm, - themes/gtk/stick-active.xpm, themes/gtk/stick-inactive.xpm, - themes/gtk/stick-pressed.xpm, - themes/gtk/stick-toggled-active.xpm, - themes/gtk/stick-toggled-inactive.xpm, - themes/gtk/stick-toggled-pressed.xpm, themes/gtk/themerc, - themes/gtk/title-1-active.xpm, themes/gtk/title-1-inactive.xpm, - themes/gtk/title-2-active.xpm, themes/gtk/title-2-inactive.xpm, - themes/gtk/title-3-active.xpm, themes/gtk/title-3-inactive.xpm, - themes/gtk/title-4-active.xpm, themes/gtk/title-4-inactive.xpm, - themes/gtk/title-5-active.xpm, themes/gtk/title-5-inactive.xpm, - themes/gtk/top-left-active.xpm, themes/gtk/top-left-inactive.xpm, - themes/gtk/top-right-active.xpm, - themes/gtk/top-right-inactive.xpm, themes/iceg, - themes/iceg/Makefile.am, themes/iceg/Makefile.in, - themes/iceg/README, themes/iceg/bottom-active.xpm, - themes/iceg/bottom-inactive.xpm, - themes/iceg/bottom-left-active.xpm, - themes/iceg/bottom-left-inactive.xpm, - themes/iceg/bottom-right-active.xpm, - themes/iceg/bottom-right-inactive.xpm, - themes/iceg/close-active.xpm, themes/iceg/close-inactive.xpm, - themes/iceg/close-pressed.xpm, themes/iceg/hide-active.xpm, - themes/iceg/hide-inactive.xpm, themes/iceg/hide-pressed.xpm, - themes/iceg/left-active.xpm, themes/iceg/left-inactive.xpm, - themes/iceg/maximize-active.xpm, - themes/iceg/maximize-inactive.xpm, - themes/iceg/maximize-pressed.xpm, themes/iceg/menu-active.xpm, - themes/iceg/menu-inactive.xpm, themes/iceg/menu-pressed.xpm, - themes/iceg/right-active.xpm, themes/iceg/right-inactive.xpm, - themes/iceg/shade-active.xpm, themes/iceg/shade-inactive.xpm, - themes/iceg/shade-pressed.xpm, themes/iceg/shtick-inactive.xpm, - themes/iceg/stick-active.xpm, themes/iceg/stick-inactive.xpm, - themes/iceg/stick-pressed.xpm, themes/iceg/themerc, - themes/iceg/title-1-active.xpm, themes/iceg/title-1-inactive.xpm, - themes/iceg/title-2-active.xpm, themes/iceg/title-2-inactive.xpm, - themes/iceg/title-3-active.xpm, themes/iceg/title-3-inactive.xpm, - themes/iceg/title-4-active.xpm, themes/iceg/title-4-inactive.xpm, - themes/iceg/title-5-active.xpm, themes/iceg/title-5-inactive.xpm, - themes/iceg/top-left-active.xpm, - themes/iceg/top-left-inactive.xpm, - themes/iceg/top-right-active.xpm, - themes/iceg/top-right-inactive.xpm, themes/kde, - themes/kde/Makefile.am, themes/kde/Makefile.in, - themes/kde/README, themes/kde/bottom-active.xpm, - themes/kde/bottom-inactive.xpm, - themes/kde/bottom-left-active.xpm, - themes/kde/bottom-left-inactive.xpm, - themes/kde/bottom-right-active.xpm, - themes/kde/bottom-right-inactive.xpm, - themes/kde/close-active.xpm, themes/kde/close-inactive.xpm, - themes/kde/close-pressed.xpm, themes/kde/hide-active.xpm, - themes/kde/hide-inactive.xpm, themes/kde/hide-pressed.xpm, - themes/kde/left-active.xpm, themes/kde/left-inactive.xpm, - themes/kde/maximize-active.xpm, themes/kde/maximize-inactive.xpm, - themes/kde/maximize-pressed.xpm, themes/kde/menu-active.xpm, - themes/kde/menu-inactive.xpm, themes/kde/menu-pressed.xpm, - themes/kde/right-active.xpm, themes/kde/right-inactive.xpm, - themes/kde/shade-active.xpm, themes/kde/shade-inactive.xpm, - themes/kde/shade-pressed.xpm, themes/kde/stick-active.xpm, - themes/kde/stick-inactive.xpm, themes/kde/stick-pressed.xpm, - themes/kde/themerc, themes/kde/title-1-active.xpm, - themes/kde/title-1-inactive.xpm, themes/kde/title-2-active.xpm, - themes/kde/title-2-inactive.xpm, themes/kde/title-3-active.xpm, - themes/kde/title-3-inactive.xpm, themes/kde/title-4-active.xpm, - themes/kde/title-4-inactive.xpm, themes/kde/title-5-active.xpm, - themes/kde/title-5-inactive.xpm, themes/kde/top-left-active.xpm, - themes/kde/top-left-inactive.xpm, - themes/kde/top-right-active.xpm, - themes/kde/top-right-inactive.xpm, themes/keramik, - themes/keramik/Makefile.am, themes/keramik/Makefile.in, - themes/keramik/README, themes/keramik/bottom-active.xpm, - themes/keramik/bottom-inactive.xpm, - themes/keramik/bottom-left-active.xpm, - themes/keramik/bottom-left-inactive.xpm, - themes/keramik/bottom-right-active.xpm, - themes/keramik/bottom-right-inactive.xpm, - themes/keramik/close-active.xpm, - themes/keramik/close-inactive.xpm, - themes/keramik/close-pressed.xpm, themes/keramik/hide-active.xpm, - themes/keramik/hide-inactive.xpm, - themes/keramik/hide-pressed.xpm, themes/keramik/left-active.xpm, - themes/keramik/left-inactive.xpm, - themes/keramik/maximize-active.xpm, - themes/keramik/maximize-inactive.xpm, - themes/keramik/maximize-pressed.xpm, - themes/keramik/menu-active.xpm, themes/keramik/menu-inactive.xpm, - themes/keramik/menu-pressed.xpm, themes/keramik/right-active.xpm, - themes/keramik/right-inactive.xpm, - themes/keramik/shade-active.xpm, - themes/keramik/shade-inactive.xpm, - themes/keramik/shade-pressed.xpm, - themes/keramik/stick-active.xpm, - themes/keramik/stick-inactive.xpm, - themes/keramik/stick-pressed.xpm, themes/keramik/themerc, - themes/keramik/title-1-active.xpm, - themes/keramik/title-1-inactive.xpm, - themes/keramik/title-2-active.xpm, - themes/keramik/title-2-inactive.xpm, - themes/keramik/title-3-active.xpm, - themes/keramik/title-3-inactive.xpm, - themes/keramik/title-4-active.xpm, - themes/keramik/title-4-inactive.xpm, - themes/keramik/title-5-active.xpm, - themes/keramik/title-5-inactive.xpm, - themes/keramik/top-left-active.xpm, - themes/keramik/top-left-inactive.xpm, - themes/keramik/top-right-active.xpm, - themes/keramik/top-right-inactive.xpm, themes/kindaker, - themes/kindaker/Makefile.am, themes/kindaker/Makefile.in, - themes/kindaker/README, themes/kindaker/bottom-active.xpm, - themes/kindaker/bottom-inactive.xpm, - themes/kindaker/bottom-left-active.xpm, - themes/kindaker/bottom-left-inactive.xpm, - themes/kindaker/bottom-right-active.xpm, - themes/kindaker/bottom-right-inactive.xpm, - themes/kindaker/close-active.xpm, - themes/kindaker/close-inactive.xpm, - themes/kindaker/close-pressed.xpm, - themes/kindaker/hide-active.xpm, - themes/kindaker/hide-inactive.xpm, - themes/kindaker/hide-pressed.xpm, - themes/kindaker/left-active.xpm, - themes/kindaker/left-inactive.xpm, - themes/kindaker/maximize-active.xpm, - themes/kindaker/maximize-inactive.xpm, - themes/kindaker/maximize-pressed.xpm, - themes/kindaker/menu-active.xpm, - themes/kindaker/menu-inactive.xpm, - themes/kindaker/menu-pressed.xpm, - themes/kindaker/right-active.xpm, - themes/kindaker/right-inactive.xpm, - themes/kindaker/shade-active.xpm, - themes/kindaker/shade-inactive.xpm, - themes/kindaker/shade-pressed.xpm, - themes/kindaker/stick-active.xpm, - themes/kindaker/stick-inactive.xpm, - themes/kindaker/stick-pressed.xpm, themes/kindaker/themerc, - themes/kindaker/title-1-active.xpm, - themes/kindaker/title-1-inactive.xpm, - themes/kindaker/title-2-active.xpm, - themes/kindaker/title-2-inactive.xpm, - themes/kindaker/title-3-active.xpm, - themes/kindaker/title-3-inactive.xpm, - themes/kindaker/title-4-active.xpm, - themes/kindaker/title-4-inactive.xpm, - themes/kindaker/title-5-active.xpm, - themes/kindaker/title-5-inactive.xpm, - themes/kindaker/top-left-active.xpm, - themes/kindaker/top-left-inactive.xpm, - themes/kindaker/top-right-active.xpm, - themes/kindaker/top-right-inactive.xpm, themes/koynacity, - themes/koynacity/Makefile.am, themes/koynacity/Makefile.in, - themes/koynacity/README, themes/koynacity/bottom-active.xpm, - themes/koynacity/bottom-inactive.xpm, - themes/koynacity/bottom-left-active.xpm, - themes/koynacity/bottom-left-inactive.xpm, - themes/koynacity/bottom-right-active.xpm, - themes/koynacity/bottom-right-inactive.xpm, - themes/koynacity/close-active.xpm, - themes/koynacity/close-inactive.xpm, - themes/koynacity/close-pressed.xpm, - themes/koynacity/hide-active.xpm, - themes/koynacity/hide-inactive.xpm, - themes/koynacity/hide-pressed.xpm, - themes/koynacity/left-active.xpm, - themes/koynacity/left-inactive.xpm, - themes/koynacity/maximize-active.xpm, - themes/koynacity/maximize-inactive.xpm, - themes/koynacity/maximize-pressed.xpm, - themes/koynacity/menu-active.xpm, - themes/koynacity/menu-inactive.xpm, - themes/koynacity/menu-pressed.xpm, - themes/koynacity/right-active.xpm, - themes/koynacity/right-inactive.xpm, themes/koynacity/themerc, - themes/koynacity/title-1-active.xpm, - themes/koynacity/title-1-inactive.xpm, - themes/koynacity/title-2-active.xpm, - themes/koynacity/title-2-inactive.xpm, - themes/koynacity/title-3-active.xpm, - themes/koynacity/title-3-inactive.xpm, - themes/koynacity/title-4-active.xpm, - themes/koynacity/title-4-inactive.xpm, - themes/koynacity/title-5-active.xpm, - themes/koynacity/title-5-inactive.xpm, - themes/koynacity/top-left-active.xpm, - themes/koynacity/top-left-inactive.xpm, - themes/koynacity/top-right-active.xpm, - themes/koynacity/top-right-inactive.xpm, themes/linea, - themes/linea/Makefile.am, themes/linea/Makefile.in, - themes/linea/README, themes/linea/bottom-active.xpm, - themes/linea/bottom-inactive.xpm, - themes/linea/bottom-left-active.xpm, - themes/linea/bottom-left-inactive.xpm, - themes/linea/bottom-right-active.xpm, - themes/linea/bottom-right-inactive.xpm, - themes/linea/close-active.xpm, themes/linea/close-inactive.xpm, - themes/linea/close-pressed.xpm, themes/linea/hide-active.xpm, - themes/linea/hide-inactive.xpm, themes/linea/hide-pressed.xpm, - themes/linea/left-active.xpm, themes/linea/left-inactive.xpm, - themes/linea/maximize-active.xpm, - themes/linea/maximize-inactive.xpm, - themes/linea/maximize-pressed.xpm, themes/linea/menu-active.xpm, - themes/linea/menu-inactive.xpm, themes/linea/menu-pressed.xpm, - themes/linea/right-active.xpm, themes/linea/right-inactive.xpm, - themes/linea/shade-active.xpm, themes/linea/shade-inactive.xpm, - themes/linea/shade-pressed.xpm, themes/linea/stick-active.xpm, - themes/linea/stick-inactive.xpm, themes/linea/stick-pressed.xpm, - themes/linea/themerc, themes/linea/title-1-active.xpm, - themes/linea/title-1-inactive.xpm, - themes/linea/title-2-active.xpm, - themes/linea/title-2-inactive.xpm, - themes/linea/title-3-active.xpm, - themes/linea/title-3-inactive.xpm, - themes/linea/title-4-active.xpm, - themes/linea/title-4-inactive.xpm, - themes/linea/title-5-active.xpm, - themes/linea/title-5-inactive.xpm, - themes/linea/top-left-active.xpm, - themes/linea/top-left-inactive.xpm, - themes/linea/top-right-active.xpm, - themes/linea/top-right-inactive.xpm, themes/metabox, - themes/metabox/Makefile.am, themes/metabox/Makefile.in, - themes/metabox/README, themes/metabox/bottom-active.xpm, - themes/metabox/bottom-inactive.xpm, - themes/metabox/bottom-left-active.xpm, - themes/metabox/bottom-left-inactive.xpm, - themes/metabox/bottom-right-active.xpm, - themes/metabox/bottom-right-inactive.xpm, - themes/metabox/close-active.xpm, - themes/metabox/close-inactive.xpm, - themes/metabox/close-pressed.xpm, themes/metabox/hide-active.xpm, - themes/metabox/hide-inactive.xpm, - themes/metabox/hide-pressed.xpm, themes/metabox/left-active.xpm, - themes/metabox/left-inactive.xpm, - themes/metabox/maximize-active.xpm, - themes/metabox/maximize-inactive.xpm, - themes/metabox/maximize-pressed.xpm, - themes/metabox/menu-active.xpm, themes/metabox/menu-inactive.xpm, - themes/metabox/menu-pressed.xpm, themes/metabox/right-active.xpm, - themes/metabox/right-inactive.xpm, themes/metabox/themerc, - themes/metabox/title-1-active.xpm, - themes/metabox/title-1-inactive.xpm, - themes/metabox/title-2-active.xpm, - themes/metabox/title-2-inactive.xpm, - themes/metabox/title-3-active.xpm, - themes/metabox/title-3-inactive.xpm, - themes/metabox/title-4-active.xpm, - themes/metabox/title-4-inactive.xpm, - themes/metabox/title-5-active.xpm, - themes/metabox/title-5-inactive.xpm, - themes/metabox/top-left-active.xpm, - themes/metabox/top-left-inactive.xpm, - themes/metabox/top-right-active.xpm, - themes/metabox/top-right-inactive.xpm, themes/microgui, - themes/microgui/Makefile.am, themes/microgui/Makefile.in, - themes/microgui/README, themes/microgui/bottom-active.xpm, - themes/microgui/bottom-inactive.xpm, - themes/microgui/bottom-left-active.xpm, - themes/microgui/bottom-left-inactive.xpm, - themes/microgui/bottom-right-active.xpm, - themes/microgui/bottom-right-inactive.xpm, - themes/microgui/close-active.xpm, - themes/microgui/close-inactive.xpm, - themes/microgui/close-pressed.xpm, - themes/microgui/hide-active.xpm, - themes/microgui/hide-inactive.xpm, - themes/microgui/hide-pressed.xpm, - themes/microgui/left-active.xpm, - themes/microgui/left-inactive.xpm, - themes/microgui/maximize-active.xpm, - themes/microgui/maximize-inactive.xpm, - themes/microgui/maximize-pressed.xpm, - themes/microgui/menu-active.xpm, - themes/microgui/menu-inactive.xpm, - themes/microgui/menu-pressed.xpm, - themes/microgui/right-active.xpm, - themes/microgui/right-inactive.xpm, themes/microgui/themerc, - themes/microgui/title-1-active.xpm, - themes/microgui/title-1-inactive.xpm, - themes/microgui/title-2-active.xpm, - themes/microgui/title-2-inactive.xpm, - themes/microgui/title-3-active.xpm, - themes/microgui/title-3-inactive.xpm, - themes/microgui/title-4-active.xpm, - themes/microgui/title-4-inactive.xpm, - themes/microgui/title-5-active.xpm, - themes/microgui/title-5-inactive.xpm, - themes/microgui/top-left-active.xpm, - themes/microgui/top-left-inactive.xpm, - themes/microgui/top-right-active.xpm, - themes/microgui/top-right-inactive.xpm, themes/mofit, - themes/mofit/Makefile.am, themes/mofit/Makefile.in, - themes/mofit/README, themes/mofit/bottom-active.xpm, - themes/mofit/bottom-inactive.xpm, - themes/mofit/bottom-left-active.xpm, - themes/mofit/bottom-left-inactive.xpm, - themes/mofit/bottom-right-active.xpm, - themes/mofit/bottom-right-inactive.xpm, - themes/mofit/close-active.xpm, themes/mofit/close-inactive.xpm, - themes/mofit/close-pressed.xpm, themes/mofit/hide-active.xpm, - themes/mofit/hide-inactive.xpm, themes/mofit/hide-pressed.xpm, - themes/mofit/left-active.xpm, themes/mofit/left-inactive.xpm, - themes/mofit/maximize-active.xpm, - themes/mofit/maximize-inactive.xpm, - themes/mofit/maximize-pressed.xpm, themes/mofit/menu-active.xpm, - themes/mofit/menu-inactive.xpm, themes/mofit/menu-pressed.xpm, - themes/mofit/right-active.xpm, themes/mofit/right-inactive.xpm, - themes/mofit/shade-active.xpm, themes/mofit/shade-inactive.xpm, - themes/mofit/shade-pressed.xpm, themes/mofit/stick-active.xpm, - themes/mofit/stick-inactive.xpm, themes/mofit/stick-pressed.xpm, - themes/mofit/themerc, themes/mofit/title-1-active.xpm, - themes/mofit/title-1-inactive.xpm, - themes/mofit/title-2-active.xpm, - themes/mofit/title-2-inactive.xpm, - themes/mofit/title-3-active.xpm, - themes/mofit/title-3-inactive.xpm, - themes/mofit/title-4-active.xpm, - themes/mofit/title-4-inactive.xpm, - themes/mofit/title-5-active.xpm, - themes/mofit/title-5-inactive.xpm, - themes/mofit/top-left-active.xpm, - themes/mofit/top-left-inactive.xpm, - themes/mofit/top-right-active.xpm, - themes/mofit/top-right-inactive.xpm, themes/next, - themes/next/Makefile.am, themes/next/Makefile.in, - themes/next/README, themes/next/bottom-active.xpm, - themes/next/bottom-inactive.xpm, - themes/next/bottom-left-active.xpm, - themes/next/bottom-left-inactive.xpm, - themes/next/bottom-right-active.xpm, - themes/next/bottom-right-inactive.xpm, - themes/next/close-active.xpm, themes/next/close-inactive.xpm, - themes/next/close-pressed.xpm, themes/next/hide-active.xpm, - themes/next/hide-inactive.xpm, themes/next/hide-pressed.xpm, - themes/next/left-active.xpm, themes/next/left-inactive.xpm, - themes/next/maximize-active.xpm, - themes/next/maximize-inactive.xpm, - themes/next/maximize-pressed.xpm, themes/next/menu-active.xpm, - themes/next/menu-inactive.xpm, themes/next/menu-pressed.xpm, - themes/next/right-active.xpm, themes/next/right-inactive.xpm, - themes/next/shade-active.xpm, themes/next/shade-inactive.xpm, - themes/next/shade-pressed.xpm, themes/next/stick-active.xpm, - themes/next/stick-inactive.xpm, themes/next/stick-pressed.xpm, - themes/next/themerc, themes/next/title-1-active.xpm, - themes/next/title-1-inactive.xpm, themes/next/title-2-active.xpm, - themes/next/title-2-inactive.xpm, themes/next/title-3-active.xpm, - themes/next/title-3-inactive.xpm, themes/next/title-4-active.xpm, - themes/next/title-4-inactive.xpm, themes/next/title-5-active.xpm, - themes/next/title-5-inactive.xpm, - themes/next/top-left-active.xpm, - themes/next/top-left-inactive.xpm, - themes/next/top-right-active.xpm, - themes/next/top-right-inactive.xpm, themes/ops, - themes/ops/Makefile.am, themes/ops/Makefile.in, - themes/ops/README, themes/ops/bottom-active.xpm, - themes/ops/bottom-inactive.xpm, - themes/ops/bottom-left-active.xpm, - themes/ops/bottom-left-inactive.xpm, - themes/ops/bottom-right-active.xpm, - themes/ops/bottom-right-inactive.xpm, - themes/ops/button-active.xpm, themes/ops/button-inactive.xpm, - themes/ops/button-pressed.xpm, themes/ops/close-active.xpm, - themes/ops/close-inactive.xpm, themes/ops/close-pressed.xpm, - themes/ops/hide-active.xpm, themes/ops/hide-inactive.xpm, - themes/ops/hide-pressed.xpm, themes/ops/left-active.xpm, - themes/ops/left-inactive.xpm, themes/ops/maximize-active.xpm, - themes/ops/maximize-inactive.xpm, - themes/ops/maximize-pressed.xpm, themes/ops/menu-active.xpm, - themes/ops/menu-inactive.xpm, themes/ops/menu-pressed.xpm, - themes/ops/right-active.xpm, themes/ops/right-inactive.xpm, - themes/ops/shade-active.xpm, themes/ops/shade-inactive.xpm, - themes/ops/shade-pressed.xpm, themes/ops/stick-active.xpm, - themes/ops/stick-inactive.xpm, themes/ops/stick-pressed.xpm, - themes/ops/themerc, themes/ops/title-1-active.xpm, - themes/ops/title-1-inactive.xpm, themes/ops/title-2-active.xpm, - themes/ops/title-2-inactive.xpm, themes/ops/title-3-active.xpm, - themes/ops/title-3-inactive.xpm, themes/ops/title-4-active.xpm, - themes/ops/title-4-inactive.xpm, themes/ops/title-5-active.xpm, - themes/ops/title-5-inactive.xpm, themes/ops/top-left-active.xpm, - themes/ops/top-left-inactive.xpm, - themes/ops/top-right-active.xpm, - themes/ops/top-right-inactive.xpm, themes/oroborus, - themes/oroborus/Makefile.am, themes/oroborus/Makefile.in, - themes/oroborus/README, themes/oroborus/bottom-active.xpm, - themes/oroborus/bottom-inactive.xpm, - themes/oroborus/bottom-left-active.xpm, - themes/oroborus/bottom-left-inactive.xpm, - themes/oroborus/bottom-right-active.xpm, - themes/oroborus/bottom-right-inactive.xpm, - themes/oroborus/close-active.xpm, - themes/oroborus/close-inactive.xpm, - themes/oroborus/close-pressed.xpm, - themes/oroborus/hide-active.xpm, - themes/oroborus/hide-inactive.xpm, - themes/oroborus/hide-pressed.xpm, - themes/oroborus/left-active.xpm, - themes/oroborus/left-inactive.xpm, - themes/oroborus/maximize-active.xpm, - themes/oroborus/maximize-inactive.xpm, - themes/oroborus/maximize-pressed.xpm, - themes/oroborus/menu-active.xpm, - themes/oroborus/menu-inactive.xpm, - themes/oroborus/menu-pressed.xpm, - themes/oroborus/right-active.xpm, - themes/oroborus/right-inactive.xpm, - themes/oroborus/shade-active.xpm, - themes/oroborus/shade-inactive.xpm, - themes/oroborus/shade-pressed.xpm, - themes/oroborus/stick-active.xpm, - themes/oroborus/stick-inactive.xpm, - themes/oroborus/stick-pressed.xpm, themes/oroborus/themerc, - themes/oroborus/title-1-active.xpm, - themes/oroborus/title-1-inactive.xpm, - themes/oroborus/title-2-active.xpm, - themes/oroborus/title-2-inactive.xpm, - themes/oroborus/title-3-active.xpm, - themes/oroborus/title-3-inactive.xpm, - themes/oroborus/title-4-active.xpm, - themes/oroborus/title-4-inactive.xpm, - themes/oroborus/title-5-active.xpm, - themes/oroborus/title-5-inactive.xpm, - themes/oroborus/top-left-active.xpm, - themes/oroborus/top-left-inactive.xpm, - themes/oroborus/top-right-active.xpm, - themes/oroborus/top-right-inactive.xpm, themes/perl, - themes/perl/Makefile.am, themes/perl/Makefile.in, - themes/perl/README, themes/perl/bottom-active.xpm, - themes/perl/bottom-inactive.xpm, - themes/perl/bottom-left-active.xpm, - themes/perl/bottom-left-inactive.xpm, - themes/perl/bottom-right-active.xpm, - themes/perl/bottom-right-inactive.xpm, - themes/perl/close-active.xpm, themes/perl/close-inactive.xpm, - themes/perl/close-pressed.xpm, themes/perl/hide-active.xpm, - themes/perl/hide-inactive.xpm, themes/perl/hide-pressed.xpm, - themes/perl/left-active.xpm, themes/perl/left-inactive.xpm, - themes/perl/maximize-active.xpm, - themes/perl/maximize-inactive.xpm, - themes/perl/maximize-pressed.xpm, themes/perl/menu-active.xpm, - themes/perl/menu-inactive.xpm, themes/perl/menu-pressed.xpm, - themes/perl/right-active.xpm, themes/perl/right-inactive.xpm, - themes/perl/shade-active.xpm, themes/perl/shade-inactive.xpm, - themes/perl/shade-pressed.xpm, themes/perl/stick-active.xpm, - themes/perl/stick-inactive.xpm, themes/perl/stick-pressed.xpm, - themes/perl/themerc, themes/perl/title-1-active.xpm, - themes/perl/title-1-inactive.xpm, themes/perl/title-2-active.xpm, - themes/perl/title-2-inactive.xpm, themes/perl/title-3-active.xpm, - themes/perl/title-3-inactive.xpm, themes/perl/title-4-active.xpm, - themes/perl/title-4-inactive.xpm, themes/perl/title-5-active.xpm, - themes/perl/title-5-inactive.xpm, - themes/perl/top-left-active.xpm, - themes/perl/top-left-inactive.xpm, - themes/perl/top-right-active.xpm, - themes/perl/top-right-inactive.xpm, themes/pills, - themes/pills/Makefile.am, themes/pills/Makefile.in, - themes/pills/README, themes/pills/bottom-active.xpm, - themes/pills/bottom-inactive.xpm, - themes/pills/bottom-left-active.xpm, - themes/pills/bottom-left-inactive.xpm, - themes/pills/bottom-right-active.xpm, - themes/pills/bottom-right-inactive.xpm, - themes/pills/close-active.xpm, themes/pills/close-inactive.xpm, - themes/pills/close-pressed.xpm, themes/pills/hide-active.xpm, - themes/pills/hide-inactive.xpm, themes/pills/hide-pressed.xpm, - themes/pills/left-active.xpm, themes/pills/left-inactive.xpm, - themes/pills/maximize-active.xpm, - themes/pills/maximize-inactive.xpm, - themes/pills/maximize-pressed.xpm, themes/pills/menu-active.xpm, - themes/pills/menu-inactive.xpm, themes/pills/menu-pressed.xpm, - themes/pills/right-active.xpm, themes/pills/right-inactive.xpm, - themes/pills/shade-active.xpm, themes/pills/shade-inactive.xpm, - themes/pills/shade-pressed.xpm, themes/pills/stick-active.xpm, - themes/pills/stick-inactive.xpm, themes/pills/stick-pressed.xpm, - themes/pills/themerc, themes/pills/title-1-active.xpm, - themes/pills/title-1-inactive.xpm, - themes/pills/title-2-active.xpm, - themes/pills/title-2-inactive.xpm, - themes/pills/title-3-active.xpm, - themes/pills/title-3-inactive.xpm, - themes/pills/title-4-active.xpm, - themes/pills/title-4-inactive.xpm, - themes/pills/title-5-active.xpm, - themes/pills/title-5-inactive.xpm, - themes/pills/top-left-active.xpm, - themes/pills/top-left-inactive.xpm, - themes/pills/top-right-active.xpm, - themes/pills/top-right-inactive.xpm, themes/piranha, - themes/piranha/Makefile.am, themes/piranha/Makefile.in, - themes/piranha/README, themes/piranha/bottom-active.xpm, - themes/piranha/bottom-inactive.xpm, - themes/piranha/bottom-left-active.xpm, - themes/piranha/bottom-left-inactive.xpm, - themes/piranha/bottom-right-active.xpm, - themes/piranha/bottom-right-inactive.xpm, - themes/piranha/close-active.xpm, - themes/piranha/close-inactive.xpm, - themes/piranha/close-pressed.xpm, themes/piranha/hide-active.xpm, - themes/piranha/hide-inactive.xpm, - themes/piranha/hide-pressed.xpm, themes/piranha/left-active.xpm, - themes/piranha/left-inactive.xpm, - themes/piranha/maximize-active.xpm, - themes/piranha/maximize-inactive.xpm, - themes/piranha/maximize-pressed.xpm, - themes/piranha/menu-active.xpm, themes/piranha/menu-inactive.xpm, - themes/piranha/menu-pressed.xpm, themes/piranha/right-active.xpm, - themes/piranha/right-inactive.xpm, - themes/piranha/shade-active.xpm, - themes/piranha/shade-inactive.xpm, - themes/piranha/shade-pressed.xpm, - themes/piranha/stick-active.xpm, - themes/piranha/stick-inactive.xpm, - themes/piranha/stick-pressed.xpm, themes/piranha/themerc, - themes/piranha/title-1-active.xpm, - themes/piranha/title-1-inactive.xpm, - themes/piranha/title-2-active.xpm, - themes/piranha/title-2-inactive.xpm, - themes/piranha/title-3-active.xpm, - themes/piranha/title-3-inactive.xpm, - themes/piranha/title-4-active.xpm, - themes/piranha/title-4-inactive.xpm, - themes/piranha/title-5-active.xpm, - themes/piranha/title-5-inactive.xpm, - themes/piranha/top-left-active.xpm, - themes/piranha/top-left-inactive.xpm, - themes/piranha/top-right-active.xpm, - themes/piranha/top-right-inactive.xpm, themes/platinum, - themes/platinum/Makefile.am, themes/platinum/Makefile.in, - themes/platinum/README, themes/platinum/bottom-active.xpm, - themes/platinum/bottom-inactive.xpm, - themes/platinum/bottom-left-active.xpm, - themes/platinum/bottom-left-inactive.xpm, - themes/platinum/bottom-right-active.xpm, - themes/platinum/bottom-right-inactive.xpm, - themes/platinum/close-active.xpm, - themes/platinum/close-inactive.xpm, - themes/platinum/close-pressed.xpm, - themes/platinum/hide-active.xpm, - themes/platinum/hide-inactive.xpm, - themes/platinum/hide-pressed.xpm, - themes/platinum/left-active.xpm, - themes/platinum/left-inactive.xpm, - themes/platinum/maximize-active.xpm, - themes/platinum/maximize-inactive.xpm, - themes/platinum/maximize-pressed.xpm, - themes/platinum/menu-active.xpm, - themes/platinum/menu-inactive.xpm, - themes/platinum/menu-pressed.xpm, - themes/platinum/right-active.xpm, - themes/platinum/right-inactive.xpm, - themes/platinum/shade-active.xpm, - themes/platinum/shade-inactive.xpm, - themes/platinum/shade-pressed.xpm, - themes/platinum/stick-active.xpm, - themes/platinum/stick-inactive.xpm, - themes/platinum/stick-pressed.xpm, themes/platinum/themerc, - themes/platinum/title-1-active.xpm, - themes/platinum/title-1-inactive.xpm, - themes/platinum/title-2-active.xpm, - themes/platinum/title-2-inactive.xpm, - themes/platinum/title-3-active.xpm, - themes/platinum/title-3-inactive.xpm, - themes/platinum/title-4-active.xpm, - themes/platinum/title-4-inactive.xpm, - themes/platinum/title-5-active.xpm, - themes/platinum/title-5-inactive.xpm, - themes/platinum/top-left-active.xpm, - themes/platinum/top-left-inactive.xpm, - themes/platinum/top-right-active.xpm, - themes/platinum/top-right-inactive.xpm, themes/quiet-purple, - themes/quiet-purple/Makefile.am, themes/quiet-purple/Makefile.in, - themes/quiet-purple/README, - themes/quiet-purple/bottom-active.xpm, - themes/quiet-purple/bottom-inactive.xpm, - themes/quiet-purple/bottom-left-active.xpm, - themes/quiet-purple/bottom-left-inactive.xpm, - themes/quiet-purple/bottom-right-active.xpm, - themes/quiet-purple/bottom-right-inactive.xpm, - themes/quiet-purple/close-active.xpm, - themes/quiet-purple/close-inactive.xpm, - themes/quiet-purple/close-pressed.xpm, - themes/quiet-purple/hide-active.xpm, - themes/quiet-purple/hide-inactive.xpm, - themes/quiet-purple/hide-pressed.xpm, - themes/quiet-purple/left-active.xpm, - themes/quiet-purple/left-inactive.xpm, - themes/quiet-purple/maximize-active.xpm, - themes/quiet-purple/maximize-inactive.xpm, - themes/quiet-purple/maximize-pressed.xpm, - themes/quiet-purple/menu-active.xpm, - themes/quiet-purple/menu-inactive.xpm, - themes/quiet-purple/menu-pressed.xpm, - themes/quiet-purple/right-active.xpm, - themes/quiet-purple/right-inactive.xpm, - themes/quiet-purple/shade-active.xpm, - themes/quiet-purple/shade-inactive.xpm, - themes/quiet-purple/shade-pressed.xpm, - themes/quiet-purple/shide-inactive.xpm, - themes/quiet-purple/stick-active.xpm, - themes/quiet-purple/stick-inactive.xpm, - themes/quiet-purple/stick-pressed.xpm, - themes/quiet-purple/themerc, - themes/quiet-purple/title-1-active.xpm, - themes/quiet-purple/title-1-inactive.xpm, - themes/quiet-purple/title-2-active.xpm, - themes/quiet-purple/title-2-inactive.xpm, - themes/quiet-purple/title-3-active.xpm, - themes/quiet-purple/title-3-inactive.xpm, - themes/quiet-purple/title-4-active.xpm, - themes/quiet-purple/title-4-inactive.xpm, - themes/quiet-purple/title-5-active.xpm, - themes/quiet-purple/title-5-inactive.xpm, - themes/quiet-purple/top-left-active.xpm, - themes/quiet-purple/top-left-inactive.xpm, - themes/quiet-purple/top-right-active.xpm, - themes/quiet-purple/top-right-inactive.xpm, themes/quinx, - themes/quinx/Makefile.am, themes/quinx/Makefile.in, - themes/quinx/README, themes/quinx/bottom-active.xpm, - themes/quinx/bottom-inactive.xpm, - themes/quinx/bottom-left-active.xpm, - themes/quinx/bottom-left-inactive.xpm, - themes/quinx/bottom-right-active.xpm, - themes/quinx/bottom-right-inactive.xpm, - themes/quinx/close-active.xpm, themes/quinx/close-inactive.xpm, - themes/quinx/close-pressed.xpm, themes/quinx/hide-active.xpm, - themes/quinx/hide-inactive.xpm, themes/quinx/hide-pressed.xpm, - themes/quinx/left-active.xpm, themes/quinx/left-inactive.xpm, - themes/quinx/maximize-active.xpm, - themes/quinx/maximize-inactive.xpm, - themes/quinx/maximize-pressed.xpm, themes/quinx/menu-active.xpm, - themes/quinx/menu-inactive.xpm, themes/quinx/menu-pressed.xpm, - themes/quinx/right-active.xpm, themes/quinx/right-inactive.xpm, - themes/quinx/shade-active.xpm, themes/quinx/shade-inactive.xpm, - themes/quinx/shade-pressed.xpm, themes/quinx/themerc, - themes/quinx/title-1-active.xpm, - themes/quinx/title-1-inactive.xpm, - themes/quinx/title-2-active.xpm, - themes/quinx/title-2-inactive.xpm, - themes/quinx/title-3-active.xpm, - themes/quinx/title-3-inactive.xpm, - themes/quinx/title-4-active.xpm, - themes/quinx/title-4-inactive.xpm, - themes/quinx/title-5-active.xpm, - themes/quinx/title-5-inactive.xpm, - themes/quinx/top-left-active.xpm, - themes/quinx/top-left-inactive.xpm, - themes/quinx/top-right-active.xpm, - themes/quinx/top-right-inactive.xpm, themes/r9x, - themes/r9x/Makefile.am, themes/r9x/Makefile.in, - themes/r9x/README, themes/r9x/bottom-active.xpm, - themes/r9x/bottom-inactive.xpm, - themes/r9x/bottom-left-active.xpm, - themes/r9x/bottom-left-inactive.xpm, - themes/r9x/bottom-right-active.xpm, - themes/r9x/bottom-right-inactive.xpm, - themes/r9x/close-active.xpm, themes/r9x/close-inactive.xpm, - themes/r9x/close-pressed.xpm, themes/r9x/hide-active.xpm, - themes/r9x/hide-inactive.xpm, themes/r9x/hide-pressed.xpm, - themes/r9x/left-active.xpm, themes/r9x/left-inactive.xpm, - themes/r9x/maximize-active.xpm, themes/r9x/maximize-inactive.xpm, - themes/r9x/maximize-pressed.xpm, themes/r9x/menu-active.xpm, - themes/r9x/menu-inactive.xpm, themes/r9x/menu-pressed.xpm, - themes/r9x/right-active.xpm, themes/r9x/right-inactive.xpm, - themes/r9x/shade-active.xpm, themes/r9x/shade-inactive.xpm, - themes/r9x/shade-pressed.xpm, themes/r9x/stick-active.xpm, - themes/r9x/stick-inactive.xpm, themes/r9x/stick-pressed.xpm, - themes/r9x/themerc, themes/r9x/title-1-active.xpm, - themes/r9x/title-1-inactive.xpm, themes/r9x/title-2-active.xpm, - themes/r9x/title-2-inactive.xpm, themes/r9x/title-3-active.xpm, - themes/r9x/title-3-inactive.xpm, themes/r9x/title-4-active.xpm, - themes/r9x/title-4-inactive.xpm, themes/r9x/title-5-active.xpm, - themes/r9x/title-5-inactive.xpm, themes/r9x/top-left-active.xpm, - themes/r9x/top-left-inactive.xpm, - themes/r9x/top-right-active.xpm, - themes/r9x/top-right-inactive.xpm, themes/redmond, - themes/redmond/Makefile.am, themes/redmond/Makefile.in, - themes/redmond/README, themes/redmond/bottom-active.xpm, - themes/redmond/bottom-inactive.xpm, - themes/redmond/bottom-left-active.xpm, - themes/redmond/bottom-left-inactive.xpm, - themes/redmond/bottom-right-active.xpm, - themes/redmond/bottom-right-inactive.xpm, - themes/redmond/close-active.xpm, - themes/redmond/close-inactive.xpm, - themes/redmond/close-pressed.xpm, themes/redmond/hide-active.xpm, - themes/redmond/hide-inactive.xpm, - themes/redmond/hide-pressed.xpm, themes/redmond/left-active.xpm, - themes/redmond/left-inactive.xpm, - themes/redmond/maximize-active.xpm, - themes/redmond/maximize-inactive.xpm, - themes/redmond/maximize-pressed.xpm, - themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm, - themes/redmond/menu-pressed.xpm, themes/redmond/right-active.xpm, - themes/redmond/right-inactive.xpm, - themes/redmond/shade-active.xpm, - themes/redmond/shade-inactive.xpm, - themes/redmond/shade-pressed.xpm, - themes/redmond/stick-active.xpm, - themes/redmond/stick-inactive.xpm, - themes/redmond/stick-pressed.xpm, themes/redmond/themerc, - themes/redmond/title-1-active.xpm, - themes/redmond/title-1-inactive.xpm, - themes/redmond/title-2-active.xpm, - themes/redmond/title-2-inactive.xpm, - themes/redmond/title-3-active.xpm, - themes/redmond/title-3-inactive.xpm, - themes/redmond/title-4-active.xpm, - themes/redmond/title-4-inactive.xpm, - themes/redmond/title-5-active.xpm, - themes/redmond/title-5-inactive.xpm, - themes/redmond/top-left-active.xpm, - themes/redmond/top-left-inactive.xpm, - themes/redmond/top-right-active.xpm, - themes/redmond/top-right-inactive.xpm, themes/redmondxp, - themes/redmondxp/Makefile.am, themes/redmondxp/Makefile.in, - themes/redmondxp/README, themes/redmondxp/bottom-active.xpm, - themes/redmondxp/bottom-inactive.xpm, - themes/redmondxp/bottom-left-active.xpm, - themes/redmondxp/bottom-left-inactive.xpm, - themes/redmondxp/bottom-right-active.xpm, - themes/redmondxp/bottom-right-inactive.xpm, - themes/redmondxp/close-active.xpm, - themes/redmondxp/close-inactive.xpm, - themes/redmondxp/close-pressed.xpm, - themes/redmondxp/hide-active.xpm, - themes/redmondxp/hide-inactive.xpm, - themes/redmondxp/hide-pressed.xpm, - themes/redmondxp/left-active.xpm, - themes/redmondxp/left-inactive.xpm, - themes/redmondxp/maximize-active.xpm, - themes/redmondxp/maximize-inactive.xpm, - themes/redmondxp/maximize-pressed.xpm, - themes/redmondxp/menu-active.xpm, - themes/redmondxp/menu-inactive.xpm, - themes/redmondxp/menu-pressed.xpm, - themes/redmondxp/right-active.xpm, - themes/redmondxp/right-inactive.xpm, - themes/redmondxp/shade-active.xpm, - themes/redmondxp/shade-inactive.xpm, - themes/redmondxp/shade-pressed.xpm, - themes/redmondxp/stick-active.xpm, - themes/redmondxp/stick-inactive.xpm, - themes/redmondxp/stick-pressed.xpm, themes/redmondxp/themerc, - themes/redmondxp/title-1-active.xpm, - themes/redmondxp/title-1-inactive.xpm, - themes/redmondxp/title-2-active.xpm, - themes/redmondxp/title-2-inactive.xpm, - themes/redmondxp/title-3-active.xpm, - themes/redmondxp/title-3-inactive.xpm, - themes/redmondxp/title-4-active.xpm, - themes/redmondxp/title-4-inactive.xpm, - themes/redmondxp/title-5-active.xpm, - themes/redmondxp/title-5-inactive.xpm, - themes/redmondxp/top-left-active.xpm, - themes/redmondxp/top-left-inactive.xpm, - themes/redmondxp/top-right-active.xpm, - themes/redmondxp/top-right-inactive.xpm, themes/retro, - themes/retro/Makefile.am, themes/retro/Makefile.in, - themes/retro/README, themes/retro/bottom-active.xpm, - themes/retro/bottom-inactive.xpm, - themes/retro/bottom-left-active.xpm, - themes/retro/bottom-left-inactive.xpm, - themes/retro/bottom-right-active.xpm, - themes/retro/bottom-right-inactive.xpm, - themes/retro/close-active.xpm, themes/retro/close-inactive.xpm, - themes/retro/close-pressed.xpm, themes/retro/hide-active.xpm, - themes/retro/hide-inactive.xpm, themes/retro/hide-pressed.xpm, - themes/retro/left-active.xpm, themes/retro/left-inactive.xpm, - themes/retro/maximize-active.xpm, - themes/retro/maximize-inactive.xpm, - themes/retro/maximize-pressed.xpm, themes/retro/menu-active.xpm, - themes/retro/menu-inactive.xpm, themes/retro/menu-pressed.xpm, - themes/retro/right-active.xpm, themes/retro/right-inactive.xpm, - themes/retro/shade-active.xpm, themes/retro/shade-inactive.xpm, - themes/retro/shade-pressed.xpm, themes/retro/stick-active.xpm, - themes/retro/stick-inactive.xpm, themes/retro/stick-pressed.xpm, - themes/retro/themerc, themes/retro/title-1-active.xpm, - themes/retro/title-1-inactive.xpm, - themes/retro/title-2-active.xpm, - themes/retro/title-2-inactive.xpm, - themes/retro/title-3-active.xpm, - themes/retro/title-3-inactive.xpm, - themes/retro/title-4-active.xpm, - themes/retro/title-4-inactive.xpm, - themes/retro/title-5-active.xpm, - themes/retro/title-5-inactive.xpm, - themes/retro/top-left-active.xpm, - themes/retro/top-left-inactive.xpm, - themes/retro/top-right-active.xpm, - themes/retro/top-right-inactive.xpm, themes/silverado, - themes/silverado/Makefile.am, themes/silverado/Makefile.in, - themes/silverado/README, themes/silverado/bottom-active.xpm, - themes/silverado/bottom-inactive.xpm, - themes/silverado/bottom-left-active.xpm, - themes/silverado/bottom-left-inactive.xpm, - themes/silverado/bottom-right-active.xpm, - themes/silverado/bottom-right-inactive.xpm, - themes/silverado/close-active.xpm, - themes/silverado/close-inactive.xpm, - themes/silverado/close-pressed.xpm, - themes/silverado/hide-active.xpm, - themes/silverado/hide-inactive.xpm, - themes/silverado/hide-pressed.xpm, - themes/silverado/left-active.xpm, - themes/silverado/left-inactive.xpm, - themes/silverado/maximize-active.xpm, - themes/silverado/maximize-inactive.xpm, - themes/silverado/maximize-pressed.xpm, - themes/silverado/menu-active.xpm, - themes/silverado/menu-inactive.xpm, - themes/silverado/menu-pressed.xpm, - themes/silverado/right-active.xpm, - themes/silverado/right-inactive.xpm, themes/silverado/themerc, - themes/silverado/title-1-active.xpm, - themes/silverado/title-1-inactive.xpm, - themes/silverado/title-2-active.xpm, - themes/silverado/title-2-inactive.xpm, - themes/silverado/title-3-active.xpm, - themes/silverado/title-3-inactive.xpm, - themes/silverado/title-4-active.xpm, - themes/silverado/title-4-inactive.xpm, - themes/silverado/title-5-active.xpm, - themes/silverado/title-5-inactive.xpm, - themes/silverado/top-left-active.xpm, - themes/silverado/top-left-inactive.xpm, - themes/silverado/top-right-active.xpm, - themes/silverado/top-right-inactive.xpm, themes/slick, - themes/slick/Makefile.am, themes/slick/Makefile.in, - themes/slick/README, themes/slick/bottom-active.xpm, - themes/slick/bottom-inactive.xpm, - themes/slick/bottom-left-active.xpm, - themes/slick/bottom-left-inactive.xpm, - themes/slick/bottom-right-active.xpm, - themes/slick/bottom-right-inactive.xpm, - themes/slick/close-active.xpm, themes/slick/close-inactive.xpm, - themes/slick/close-pressed.xpm, themes/slick/hide-active.xpm, - themes/slick/hide-inactive.xpm, themes/slick/hide-pressed.xpm, - themes/slick/left-active.xpm, themes/slick/left-inactive.xpm, - themes/slick/maximize-active.xpm, - themes/slick/maximize-inactive.xpm, - themes/slick/maximize-pressed.xpm, themes/slick/menu-active.xpm, - themes/slick/menu-inactive.xpm, themes/slick/menu-pressed.xpm, - themes/slick/right-active.xpm, themes/slick/right-inactive.xpm, - themes/slick/shade-active.xpm, themes/slick/shade-inactive.xpm, - themes/slick/shade-pressed.xpm, themes/slick/stick-active.xpm, - themes/slick/stick-inactive.xpm, themes/slick/stick-pressed.xpm, - themes/slick/themerc, themes/slick/title-1-active.xpm, - themes/slick/title-1-inactive.xpm, - themes/slick/title-2-active.xpm, - themes/slick/title-2-inactive.xpm, - themes/slick/title-3-active.xpm, - themes/slick/title-3-inactive.xpm, - themes/slick/title-4-active.xpm, - themes/slick/title-4-inactive.xpm, - themes/slick/title-5-active.xpm, - themes/slick/title-5-inactive.xpm, - themes/slick/top-left-active.xpm, - themes/slick/top-left-inactive.xpm, - themes/slick/top-right-active.xpm, - themes/slick/top-right-inactive.xpm, themes/slimline, - themes/slimline/Makefile.am, themes/slimline/Makefile.in, - themes/slimline/README, themes/slimline/bottom-active.xpm, - themes/slimline/bottom-inactive.xpm, - themes/slimline/bottom-left-active.xpm, - themes/slimline/bottom-left-inactive.xpm, - themes/slimline/bottom-right-active.xpm, - themes/slimline/bottom-right-inactive.xpm, - themes/slimline/close-active.xpm, - themes/slimline/close-inactive.xpm, - themes/slimline/close-pressed.xpm, - themes/slimline/hide-active.xpm, - themes/slimline/hide-inactive.xpm, - themes/slimline/hide-pressed.xpm, - themes/slimline/left-active.xpm, - themes/slimline/left-inactive.xpm, - themes/slimline/maximize-active.xpm, - themes/slimline/maximize-inactive.xpm, - themes/slimline/maximize-pressed.xpm, - themes/slimline/menu-active.xpm, - themes/slimline/menu-inactive.xpm, - themes/slimline/menu-pressed.xpm, - themes/slimline/right-active.xpm, - themes/slimline/right-inactive.xpm, - themes/slimline/shade-active.xpm, - themes/slimline/shade-inactive.xpm, - themes/slimline/shade-pressed.xpm, - themes/slimline/stick-active.xpm, - themes/slimline/stick-inactive.xpm, - themes/slimline/stick-pressed.xpm, themes/slimline/themerc, - themes/slimline/title-1-active.xpm, - themes/slimline/title-1-inactive.xpm, - themes/slimline/title-2-active.xpm, - themes/slimline/title-2-inactive.xpm, - themes/slimline/title-3-active.xpm, - themes/slimline/title-3-inactive.xpm, - themes/slimline/title-4-active.xpm, - themes/slimline/title-4-inactive.xpm, - themes/slimline/title-5-active.xpm, - themes/slimline/title-5-inactive.xpm, - themes/slimline/top-left-active.xpm, - themes/slimline/top-left-inactive.xpm, - themes/slimline/top-right-active.xpm, - themes/slimline/top-right-inactive.xpm, themes/tabs, - themes/tabs/Makefile.am, themes/tabs/Makefile.in, - themes/tabs/README, themes/tabs/bottom-active.xpm, - themes/tabs/bottom-inactive.xpm, - themes/tabs/bottom-left-active.xpm, - themes/tabs/bottom-left-inactive.xpm, - themes/tabs/bottom-right-active.xpm, - themes/tabs/bottom-right-inactive.xpm, - themes/tabs/close-active.xpm, themes/tabs/close-inactive.xpm, - themes/tabs/close-pressed.xpm, themes/tabs/hide-active.xpm, - themes/tabs/hide-inactive.xpm, themes/tabs/hide-pressed.xpm, - themes/tabs/left-active.xpm, themes/tabs/left-inactive.xpm, - themes/tabs/maximize-active.xpm, - themes/tabs/maximize-inactive.xpm, - themes/tabs/maximize-pressed.xpm, themes/tabs/menu-active.xpm, - themes/tabs/menu-inactive.xpm, themes/tabs/menu-pressed.xpm, - themes/tabs/menu_inactive.xpm, themes/tabs/right-active.xpm, - themes/tabs/right-inactive.xpm, themes/tabs/shade-active.xpm, - themes/tabs/shade-inactive.xpm, themes/tabs/shade-pressed.xpm, - themes/tabs/stick-active.xpm, themes/tabs/stick-inactive.xpm, - themes/tabs/stick-pressed.xpm, themes/tabs/themerc, - themes/tabs/title-1-active.xpm, themes/tabs/title-1-inactive.xpm, - themes/tabs/title-2-active.xpm, themes/tabs/title-2-inactive.xpm, - themes/tabs/title-3-active.xpm, themes/tabs/title-3-inactive.xpm, - themes/tabs/title-4-active.xpm, themes/tabs/title-4-inactive.xpm, - themes/tabs/title-5-active.xpm, themes/tabs/title-5-inactive.xpm, - themes/tabs/top-left-active.xpm, - themes/tabs/top-left-inactive.xpm, - themes/tabs/top-right-active.xpm, - themes/tabs/top-right-inactive.xpm, themes/totem, - themes/totem/Makefile.am, themes/totem/Makefile.in, - themes/totem/README, themes/totem/bottom-active.xpm, - themes/totem/bottom-inactive.xpm, - themes/totem/bottom-left-active.xpm, - themes/totem/bottom-left-inactive.xpm, - themes/totem/bottom-right-active.xpm, - themes/totem/bottom-right-inactive.xpm, - themes/totem/button-active.xpm, themes/totem/close-active.xpm, - themes/totem/close-inactive.xpm, themes/totem/close-pressed.xpm, - themes/totem/hide-active.xpm, themes/totem/hide-inactive.xpm, - themes/totem/hide-pressed.xpm, themes/totem/left-active.xpm, - themes/totem/left-inactive.xpm, themes/totem/maximize-active.xpm, - themes/totem/maximize-inactive.xpm, - themes/totem/maximize-pressed.xpm, themes/totem/menu-active.xpm, - themes/totem/menu-inactive.xpm, themes/totem/menu-pressed.xpm, - themes/totem/right-active.xpm, themes/totem/right-inactive.xpm, - themes/totem/shade-active.xpm, themes/totem/shade-inactive.xpm, - themes/totem/shade-pressed.xpm, themes/totem/stick-active.xpm, - themes/totem/stick-inactive.xpm, themes/totem/stick-pressed.xpm, - themes/totem/themerc, themes/totem/title-1-active.xpm, - themes/totem/title-1-inactive.xpm, - themes/totem/title-2-active.xpm, - themes/totem/title-2-inactive.xpm, - themes/totem/title-3-active.xpm, - themes/totem/title-3-inactive.xpm, - themes/totem/title-4-active.xpm, - themes/totem/title-4-inactive.xpm, - themes/totem/title-5-active.xpm, - themes/totem/title-5-inactive.xpm, - themes/totem/top-left-active.xpm, - themes/totem/top-left-inactive.xpm, - themes/totem/top-right-active.xpm, - themes/totem/top-right-inactive.xpm, themes/trench, - themes/trench/Makefile.am, themes/trench/Makefile.in, - themes/trench/README, themes/trench/bottom-active.xpm, - themes/trench/bottom-inactive.xpm, - themes/trench/bottom-left-active.xpm, - themes/trench/bottom-left-inactive.xpm, - themes/trench/bottom-right-active.xpm, - themes/trench/bottom-right-inactive.xpm, - themes/trench/close-active.xpm, themes/trench/close-inactive.xpm, - themes/trench/close-pressed.xpm, themes/trench/hide-active.xpm, - themes/trench/hide-inactive.xpm, themes/trench/hide-pressed.xpm, - themes/trench/left-active.xpm, themes/trench/left-inactive.xpm, - themes/trench/maximize-active.xpm, - themes/trench/maximize-inactive.xpm, - themes/trench/maximize-pressed.xpm, - themes/trench/menu-active.xpm, themes/trench/menu-inactive.xpm, - themes/trench/menu-pressed.xpm, themes/trench/right-active.xpm, - themes/trench/right-inactive.xpm, themes/trench/shade-active.xpm, - themes/trench/shade-inactive.xpm, - themes/trench/shade-pressed.xpm, themes/trench/stick-active.xpm, - themes/trench/stick-inactive.xpm, - themes/trench/stick-pressed.xpm, themes/trench/themerc, - themes/trench/title-1-active.xpm, - themes/trench/title-1-inactive.xpm, - themes/trench/title-2-active.xpm, - themes/trench/title-2-inactive.xpm, - themes/trench/title-3-active.xpm, - themes/trench/title-3-inactive.xpm, - themes/trench/title-4-active.xpm, - themes/trench/title-4-inactive.xpm, - themes/trench/title-5-active.xpm, - themes/trench/title-5-inactive.xpm, - themes/trench/top-left-active.xpm, - themes/trench/top-left-inactive.xpm, - themes/trench/top-right-active.xpm, - themes/trench/top-right-inactive.xpm, themes/triviality, - themes/triviality/Makefile.am, themes/triviality/Makefile.in, - themes/triviality/README, themes/triviality/bottom-active.xpm, - themes/triviality/bottom-inactive.xpm, - themes/triviality/bottom-left-active.xpm, - themes/triviality/bottom-left-inactive.xpm, - themes/triviality/bottom-right-active.xpm, - themes/triviality/bottom-right-inactive.xpm, - themes/triviality/close-active.xpm, - themes/triviality/close-inactive.xpm, - themes/triviality/close-pressed.xpm, - themes/triviality/hide-active.xpm, - themes/triviality/hide-inactive.xpm, - themes/triviality/hide-pressed.xpm, - themes/triviality/left-active.xpm, - themes/triviality/left-inactive.xpm, - themes/triviality/maximize-active.xpm, - themes/triviality/maximize-inactive.xpm, - themes/triviality/maximize-pressed.xpm, - themes/triviality/maximize-toggled-active.xpm, - themes/triviality/maximize-toggled-inactive.xpm, - themes/triviality/maximize-toggled-pressed.xpm, - themes/triviality/menu-active-test.xpm, - themes/triviality/menu-active.xpm, - themes/triviality/menu-inactive.xpm, - themes/triviality/menu-pressed.xpm, - themes/triviality/right-active.xpm, - themes/triviality/right-inactive.xpm, - themes/triviality/shade-active.xpm, - themes/triviality/shade-inactive.xpm, - themes/triviality/shade-pressed.xpm, - themes/triviality/shade-toggled-active.xpm, - themes/triviality/shade-toggled-inactive.xpm, - themes/triviality/shade-toggled-pressed.xpm, - themes/triviality/stick-active.xpm, - themes/triviality/stick-inactive.xpm, - themes/triviality/stick-pressed.xpm, - themes/triviality/stick-toggled-active.xpm, - themes/triviality/stick-toggled-inactive.xpm, - themes/triviality/stick-toggled-pressed.xpm, - themes/triviality/themerc, themes/triviality/title-1-active.xpm, - themes/triviality/title-1-inactive.xpm, - themes/triviality/title-2-active.xpm, - themes/triviality/title-2-inactive.xpm, - themes/triviality/title-3-active.xpm, - themes/triviality/title-3-inactive.xpm, - themes/triviality/title-4-active.xpm, - themes/triviality/title-4-inactive.xpm, - themes/triviality/title-5-active.xpm, - themes/triviality/title-5-inactive.xpm, - themes/triviality/top-left-active.xpm, - themes/triviality/top-left-inactive.xpm, - themes/triviality/top-right-active.xpm, - themes/triviality/top-right-inactive.xpm, themes/tux, - themes/tux/Makefile.am, themes/tux/Makefile.in, - themes/tux/README, themes/tux/bottom-active.xpm, - themes/tux/bottom-inactive.xpm, - themes/tux/bottom-left-active.xpm, - themes/tux/bottom-left-inactive.xpm, - themes/tux/bottom-right-active.xpm, - themes/tux/bottom-right-inactive.xpm, - themes/tux/close-active.xpm, themes/tux/close-inactive.xpm, - themes/tux/close-pressed.xpm, themes/tux/hide-active.xpm, - themes/tux/hide-inactive.xpm, themes/tux/hide-pressed.xpm, - themes/tux/left-active.xpm, themes/tux/left-inactive.xpm, - themes/tux/maximize-active.xpm, themes/tux/maximize-inactive.xpm, - themes/tux/maximize-pressed.xpm, themes/tux/menu-active.xpm, - themes/tux/menu-inactive.xpm, themes/tux/menu-pressed.xpm, - themes/tux/right-active.xpm, themes/tux/right-inactive.xpm, - themes/tux/shade-active.xpm, themes/tux/shade-inactive.xpm, - themes/tux/shade-pressed.xpm, themes/tux/stick-active.xpm, - themes/tux/stick-inactive.xpm, themes/tux/stick-pressed.xpm, - themes/tux/themerc, themes/tux/title-1-active.xpm, - themes/tux/title-1-inactive.xpm, themes/tux/title-2-active.xpm, - themes/tux/title-2-inactive.xpm, themes/tux/title-3-active.xpm, - themes/tux/title-3-inactive.xpm, themes/tux/title-4-active.xpm, - themes/tux/title-4-inactive.xpm, themes/tux/title-5-active.xpm, - themes/tux/title-5-inactive.xpm, themes/tux/top-left-active.xpm, - themes/tux/top-left-inactive.xpm, - themes/tux/top-right-active.xpm, - themes/tux/top-right-inactive.xpm, themes/variation, - themes/variation/Makefile.am, themes/variation/Makefile.in, - themes/variation/README, themes/variation/bottom-active.xpm, - themes/variation/bottom-inactive.xpm, - themes/variation/bottom-left-active.xpm, - themes/variation/bottom-left-inactive.xpm, - themes/variation/bottom-right-active.xpm, - themes/variation/bottom-right-inactive.xpm, - themes/variation/close-active.xpm, - themes/variation/close-inactive.xpm, - themes/variation/close-pressed.xpm, - themes/variation/hide-active.xpm, - themes/variation/hide-inactive.xpm, - themes/variation/hide-pressed.xpm, - themes/variation/left-active.xpm, - themes/variation/left-inactive.xpm, - themes/variation/maximize-active.xpm, - themes/variation/maximize-inactive.xpm, - themes/variation/maximize-pressed.xpm, - themes/variation/menu-active.xpm, - themes/variation/menu-inactive.xpm, - themes/variation/menu-pressed.xpm, - themes/variation/right-active.xpm, - themes/variation/right-inactive.xpm, - themes/variation/shade-active.xpm, - themes/variation/shade-inactive.xpm, - themes/variation/shade-pressed.xpm, - themes/variation/stick-active.xpm, - themes/variation/stick-inactive.xpm, - themes/variation/stick-pressed.xpm, themes/variation/themerc, - themes/variation/title-1-active.xpm, - themes/variation/title-1-inactive.xpm, - themes/variation/title-2-active.xpm, - themes/variation/title-2-inactive.xpm, - themes/variation/title-3-active.xpm, - themes/variation/title-3-inactive.xpm, - themes/variation/title-4-active.xpm, - themes/variation/title-4-inactive.xpm, - themes/variation/title-5-active.xpm, - themes/variation/title-5-inactive.xpm, - themes/variation/top-left-active.xpm, - themes/variation/top-left-inactive.xpm, - themes/variation/top-right-active.xpm, - themes/variation/top-right-inactive.xpm, themes/xfce, - themes/xfce/Makefile.am, themes/xfce/Makefile.in, - themes/xfce/README, themes/xfce/bottom-active.xpm, - themes/xfce/bottom-inactive.xpm, - themes/xfce/bottom-left-active.xpm, - themes/xfce/bottom-left-inactive.xpm, - themes/xfce/bottom-right-active.xpm, - themes/xfce/bottom-right-inactive.xpm, - themes/xfce/close-active.xpm, themes/xfce/close-inactive.xpm, - themes/xfce/close-pressed.xpm, themes/xfce/hide-active.xpm, - themes/xfce/hide-inactive.xpm, themes/xfce/hide-pressed.xpm, - themes/xfce/left-active.xpm, themes/xfce/left-inactive.xpm, - themes/xfce/maximize-active.xpm, - themes/xfce/maximize-inactive.xpm, - themes/xfce/maximize-pressed.xpm, themes/xfce/menu-active.xpm, - themes/xfce/menu-inactive.xpm, themes/xfce/menu-pressed.xpm, - themes/xfce/right-active.xpm, themes/xfce/right-inactive.xpm, - themes/xfce/shade-active.xpm, themes/xfce/shade-inactive.xpm, - themes/xfce/shade-pressed.xpm, themes/xfce/stick-active.xpm, - themes/xfce/stick-inactive.xpm, themes/xfce/stick-pressed.xpm, - themes/xfce/themerc, themes/xfce/title-1-active.xpm, - themes/xfce/title-1-inactive.xpm, themes/xfce/title-2-active.xpm, - themes/xfce/title-2-inactive.xpm, themes/xfce/title-3-active.xpm, - themes/xfce/title-3-inactive.xpm, themes/xfce/title-4-active.xpm, - themes/xfce/title-4-inactive.xpm, themes/xfce/title-5-active.xpm, - themes/xfce/title-5-inactive.xpm, - themes/xfce/top-left-active.xpm, - themes/xfce/top-left-inactive.xpm, - themes/xfce/top-right-active.xpm, - themes/xfce/top-right-inactive.xpm, xfwm4-themes.spec.in: Move - most of themes from base xfwm4 to xfwm4-themes package - -2003-05-04 21:10 - - * xfwm4-themes/branches, xfwm4-themes/tags, .: New repository - initialized by cvs2svn. - +commit 7f2ed4fb98e5d09d612dc2c7b446afb11be0b17c +Author: Nick Schermer +Date: Sun Apr 29 00:01:44 2012 +0200 + + Updates for release. + +commit 3281298bee58e8b5456e1099866448238fbe53ba +Author: Olivier Fourdan +Date: Tue Dec 13 09:09:31 2011 +0100 + + Remove spec files + +commit 284ce4027d6771a9a3eb96b9d2418a3663030d22 +Author: Olivier Fourdan +Date: Mon Dec 12 20:48:32 2011 +0100 + + Move a few old themes to xfwm4-themes + +commit 135bc4133bb05989349a19ae82f6201ee7442243 +Author: Olivier Fourdan +Date: Mon Sep 7 14:21:37 2009 +0200 + + Broken Makefile + +commit 853f78d95f468ab537757cffe8e00fcd911b2bdc +Author: Stephan Arts +Date: Wed Feb 25 23:56:09 2009 +0000 + + == Xfce 4.6.0 Released! == + + + (Old svn revision: 29620) + +commit 60fa64fcf01ef3446b4ba020ec4317229e625a80 +Author: Jannis Pohlmann +Date: Mon Jan 26 01:32:53 2009 +0000 + + == 4.5.99.1 released! == + + (Old svn revision: 29381) + +commit aff98828b39955c9c77f8ca8f5bac637ca8a6403 +Author: Jannis Pohlmann +Date: Tue Jan 13 12:07:10 2009 +0000 + + Bump version number to 4.5.93. + + (Old svn revision: 29219) + +commit 0870194e8718e922026111fde7c5e3606dbc7a94 +Author: Stephan Arts +Date: Fri Nov 14 11:07:38 2008 +0000 + + Update version number + + + + (Old svn revision: 28801) + +commit f4d5c11fd48f16b1e38254a7129d87a68c9b9556 +Author: Stephan Arts +Date: Tue Oct 14 09:14:38 2008 +0000 + + Bump version number + + + + (Old svn revision: 28243) + +commit 462fa774a753c8431986a3dd3388948fa2df55ef +Author: Brian Tarricone +Date: Sat Sep 13 23:50:29 2008 +0000 + + remove autogenerated file + + (Old svn revision: 27857) + +commit dacfbc02d3bfd2ed18b94ce40ab8442b00f5c276 +Author: Stephan Arts +Date: Mon Aug 18 05:18:18 2008 +0000 + + Bump version number + + + + (Old svn revision: 27501) + +commit fcbf4be767ae24c009a13d4af5d30e9594e2eaa0 +Author: Stephan Arts +Date: Mon Aug 18 05:16:10 2008 +0000 + + Bump version number + + + + (Old svn revision: 27499) + +commit fd5be80007e7847c1659bb4f61954d72e18e9617 +Author: Olivier Fourdan +Date: Sun Apr 22 21:08:16 2007 +0000 + + Fix syntax error in XPM file (Bug #3172, patch by Yves-Alexis Perez ) + + (Old svn revision: 25628) + +commit 139662a0b9ee20f15b8a16c43108e4437dd369c4 +Author: Olivier Fourdan +Date: Fri Jan 19 22:09:01 2007 +0000 + + Update ChangeLog + + (Old svn revision: 24595) + +commit 752ace5e98f2254bba23411e1cf9e055ad1370a2 +Author: Olivier Fourdan +Date: Fri Jan 19 21:50:17 2007 +0000 + + Update version + + (Old svn revision: 24580) + +commit 0344f77af55b3e4058bfa454c140185d4a9b3d9b +Author: Benedikt Meurer +Date: Sun Nov 5 10:12:56 2006 +0000 + + Update build framework. + + + + (Old svn revision: 23715) + +commit c9761da07c58291210e78150f54c88ff845cbbfe +Author: Olivier Fourdan +Date: Tue Oct 24 21:47:24 2006 +0000 + + Update version + + (Old svn revision: 23518) + +commit 06e16be9115a4952363815f17f24e693dde92ae1 +Author: Olivier Fourdan +Date: Sun Sep 17 21:04:01 2006 +0000 + + Adjust themes for the new options in xfwm 4.4 + + (Old svn revision: 23165) + +commit ff75d3fb8fa388c2089541c647b2d0afa4c696eb +Author: Benedikt Meurer +Date: Sat Sep 2 16:07:52 2006 +0000 + + Bump version and requirements. + + (Old svn revision: 23047) + +commit 13a8cdd2e8c53673944826558ed2718562d0efb8 +Author: Olivier Fourdan +Date: Mon Jul 17 05:52:29 2006 +0000 + + Update themes for full maximization + + (Old svn revision: 22467) + +commit b2e26ab22bcd7104e2a2e5e6b7a4163e4919ccb0 +Author: Olivier Fourdan +Date: Sun Jul 9 10:11:59 2006 +0000 + + Use white color for active frame title + + (Old svn revision: 22311) + +commit 1fe415a7370a15af0fe289c72837af8d4bea3177 +Author: Olivier Fourdan +Date: Sun Jul 9 09:35:52 2006 +0000 + + Use app icon, and framed shadow + + (Old svn revision: 22308) + +commit f7a19d60016a06253721b97fcfb847e345429786 +Author: Olivier Fourdan +Date: Tue Jul 4 20:51:38 2006 +0000 + + Update package + + (Old svn revision: 22264) + +commit e5d62a7c76b55f4150e48cc1028dc823b328faa9 +Author: Olivier Fourdan +Date: Tue Jul 4 20:38:56 2006 +0000 + + Use app icon. + + (Old svn revision: 22263) + +commit b003912fea716e368e595e7d3554b31c15fc8a67 +Author: Olivier Fourdan +Date: Tue Jul 4 20:17:11 2006 +0000 + + Fix typo + + (Old svn revision: 22261) + +commit bd71a7ce6d13cada5cc7b87feb0dae0545ae36d9 +Author: Olivier Fourdan +Date: Wed Jun 21 19:19:40 2006 +0000 + + Add missing INSTALL file. + + (Old svn revision: 22166) + +commit ae33d0fc6230a89d1c04d7ab97bae2f06f94a3c3 +Author: Olivier Fourdan +Date: Fri May 5 21:54:24 2006 +0000 + + Adjust themes after a bug fix in title offset. + + (Old svn revision: 21527) + +commit b5863822a22257c457630f7c5ad5c69b67518ce8 +Author: Olivier Fourdan +Date: Sun Apr 16 22:36:28 2006 +0000 + + Fix build. + + (Old svn revision: 21034) + +commit df999dc551e140f47a0eb86e4348f001b2e2cf3a +Author: Olivier Fourdan +Date: Sun Apr 16 14:35:31 2006 +0000 + + Update package + + (Old svn revision: 21008) + +commit 3385580251b0f2fde73c425a9e58ced2ca70d409 +Author: Olivier Fourdan +Date: Sat Apr 15 17:46:37 2006 +0000 + + Update ChangeLog + + (Old svn revision: 20942) + +commit 234b69189fc5271dfbdbb631175fae60ce40f4fe +Author: Olivier Fourdan +Date: Tue Apr 11 19:50:11 2006 +0000 + + Update an old and useless historical theme so that is works with the latest version of xfwm4. + + (Old svn revision: 20851) + +commit 3d3ade94a6955b389340bc9db6fd47f8a9fa771e +Author: Olivier Fourdan +Date: Wed Mar 8 21:37:54 2006 +0000 + + Updating makefiles + + (Old svn revision: 20300) + +commit 40624b08add793556814dc0ac32269399ed65b4b +Author: Olivier Fourdan +Date: Wed Mar 8 21:35:33 2006 +0000 + + Moving back wallis to xfwm4. + + + (Old svn revision: 20299) + +commit fb46b519525a8178b57a322d036b7ac1bace19bc +Author: Olivier Fourdan +Date: Sat Nov 19 16:29:34 2005 +0000 + + Make some more themes use application icon as menu button. + + (Old svn revision: 18892) + +commit 89d5881dcd1c38a26125b5e77e8dec393051ff23 +Author: Olivier Fourdan +Date: Tue Nov 15 22:39:24 2005 +0000 + + Tweak + + (Old svn revision: 18872) + +commit 8548bc381344aa0b61fca4bffe39590c4914cfae +Author: Olivier Fourdan +Date: Sat Nov 12 21:27:44 2005 +0000 + + Increase vertical offset of title. + + (Old svn revision: 18838) + +commit 19382d1dbc3b4758b0375efb2774713c5c50a5dd +Author: Olivier Fourdan +Date: Sat Nov 12 21:22:58 2005 +0000 + + Add application icon to theme. + + (Old svn revision: 18837) + +commit 601649e5a2015320daa20cb78d5339c3c5bc9da8 +Author: Olivier Fourdan +Date: Fri Nov 11 18:06:06 2005 +0000 + + Tweak tgc themes. + + (Old svn revision: 18821) + +commit c52cb0dc1485fc56a1b885e974f1e5f3d7709bce +Author: Olivier Fourdan +Date: Fri Nov 11 11:48:52 2005 +0000 + + Larger corners. + + (Old svn revision: 18811) + +commit fe7f9391dc4c394f6bcba0fa1ff88e6f3c6fa12b +Author: Olivier Fourdan +Date: Fri Nov 11 11:47:03 2005 +0000 + + Larger corners. + + (Old svn revision: 18810) + +commit 7d79500392a76712c4f94f3f65ad0aadea5e5197 +Author: Olivier Fourdan +Date: Fri Nov 11 11:20:13 2005 +0000 + + Fixing mime types + + (Old svn revision: 18809) + +commit 1a4880796087ebb7756efe1298b7626eded99478 +Author: Olivier Fourdan +Date: Fri Nov 11 10:49:48 2005 +0000 + + Fixing mime types + + (Old svn revision: 18807) + +commit e68f1fc87b76f4313947b97fbed05981079022ef +Author: Olivier Fourdan +Date: Fri Nov 11 09:41:35 2005 +0000 + + Resync + + (Old svn revision: 18801) + +commit 20fdcb8fa1f30da1a7cc7759b9cd512261d0de40 +Author: Olivier Fourdan +Date: Fri Nov 11 09:40:51 2005 +0000 + + Forgot to add the actual pixmaps... + + (Old svn revision: 18800) + +commit d5c000b934e9ec378ea9284df77dd2bda4b21705 +Author: Olivier Fourdan +Date: Thu Nov 10 20:48:35 2005 +0000 + + Add toggled buttons. + + (Old svn revision: 18778) + +commit 718ba9176d5d6a04bfc43e33105c88f1ca7fdef0 +Author: Olivier Fourdan +Date: Thu Nov 10 18:25:33 2005 +0000 + + Small tweak + + (Old svn revision: 18776) + +commit c1c90cab401ef3fac66d0c4d4340ce1d6ce1eb15 +Author: Olivier Fourdan +Date: Wed Nov 9 17:38:55 2005 +0000 + + Rework theme + + (Old svn revision: 18772) + +commit d332380096c28182d6b1ddd369cd7f859d432c57 +Author: Olivier Fourdan +Date: Tue Nov 8 19:25:24 2005 +0000 + + Convert more theme to the application icon in menu button. + + (Old svn revision: 18771) + +commit 18a7f1c7078402b68b7d151b36ecfe192d8a9022 +Author: Olivier Fourdan +Date: Fri Nov 4 12:05:29 2005 +0000 + + Update theme + + (Old svn revision: 18630) + +commit 8027953d4b8ed18d245e3372336fed65c41b88fa +Author: Olivier Fourdan +Date: Thu Nov 3 22:16:19 2005 +0000 + + Change package version + + (Old svn revision: 18620) + +commit c97337cdfd8d1d95e110a3c8ab7995794a321972 +Author: Olivier Fourdan +Date: Sun Oct 30 22:30:58 2005 +0000 + + Theme reorg. + + + (Old svn revision: 18550) + +commit a56d10b75a6617a4e5d12a6400264c6988ac13e5 +Author: Olivier Fourdan +Date: Sun Oct 30 22:19:45 2005 +0000 + + Move "symphony" to separate theme package. + + + (Old svn revision: 18548) + +commit 52366125b13f6cfe6e97106e350d409c2da91f0a +Author: Olivier Fourdan +Date: Sun Oct 30 22:17:58 2005 +0000 + + Move "waza" to separate theme package. + + + (Old svn revision: 18547) + +commit b6b3992248a73f18d41b7e76150815d37f59f1e7 +Author: Olivier Fourdan +Date: Sun Oct 30 22:17:15 2005 +0000 + + Move "opta" to separate theme package. + + + (Old svn revision: 18546) + +commit b83dbf39060f038676c680490c792762edaf7f0a +Author: Olivier Fourdan +Date: Sun Oct 30 22:16:25 2005 +0000 + + Move wallis to separate theme package. + + + (Old svn revision: 18545) + +commit 2915fcf81a157210948f088d805dc9805c5c8ec5 +Author: Olivier Fourdan +Date: Sun Oct 30 22:12:05 2005 +0000 + + Move wildbush to separate theme package. + + + (Old svn revision: 18544) + +commit f52ee1dbe222125be9a048cde2b112d9c0bbdd4a +Author: Olivier Fourdan +Date: Sun Oct 30 15:44:55 2005 +0000 + + Add missing files + + + (Old svn revision: 18540) + +commit 92abcf6a4339f16bd0bc9ddeeea271935258b1be +Author: Olivier Fourdan +Date: Sun Oct 30 15:43:34 2005 +0000 + + Change a few themes to make use of application icons. + + + (Old svn revision: 18539) + +commit f8865d42d8b9fbec73854bdf3eef994c9f03ee7f +Author: Olivier Fourdan +Date: Sat May 14 19:42:53 2005 +0000 + + Update ChangeLog + + (Old svn revision: 14367) + +commit 7014cb0d281e3c70107c71b38d2f616eb637afae +Author: Olivier Fourdan +Date: Wed May 4 21:20:40 2005 +0000 + + Update ChangeLog + + (Old svn revision: 14058) + +commit b6c30558144134bcf542bea61d1d216e42dc4eaf +Author: Jens Luedicke +Date: Wed Apr 6 07:33:46 2005 +0000 + + remove .cvsignore cruft + + (Old svn revision: 13317) + +commit 6c8a685afa66e7537f41d448bc78a1fed8f02d8f +Author: Olivier Fourdan +Date: Sat Feb 5 22:19:45 2005 +0000 + + Ignore generated files + + + (Old svn revision: 12607) + +commit ac73d8afe368cecd0680e01e7b009d27ac2b08d9 +Author: Olivier Fourdan +Date: Sun Jan 2 12:51:38 2005 +0000 + + Update version and changelog + + + (Old svn revision: 12603) + +commit 83ddec91a195ac8e95abf5a612f5047b478cfc51 +Author: Brian Tarricone +Date: Sat Dec 25 20:33:19 2004 +0000 + + fix distcheck-bz2 + + + (Old svn revision: 12602) + +commit 7367c83c615d5b471696d8f145ffd7026a0aff46 +Author: Brian Tarricone +Date: Fri Dec 24 00:03:43 2004 +0000 + + add dist-bz2 and distcheck-bz2 targets + + + (Old svn revision: 12601) + +commit f238a6391c512ae8b236b8d4dfde18ad3987838d +Author: Jasper Huijsmans +Date: Mon Dec 20 21:00:59 2004 +0000 + + Update versions and ChangeLog + + + (Old svn revision: 12599) + +commit f4950b4f88c429c80a4690f292ecb46b4337396a +Author: Olivier Fourdan +Date: Sat Dec 18 20:22:22 2004 +0000 + + Top corners (again) + + + (Old svn revision: 12598) + +commit bf5ecae282f4bafa0949b5627065710b318465b6 +Author: Olivier Fourdan +Date: Sat Dec 18 20:15:37 2004 +0000 + + Corners + + + (Old svn revision: 12597) + +commit 3a3bc243f7e8c308ce5dc40df98fb7ff343b21f4 +Author: Olivier Fourdan +Date: Sat Dec 18 17:55:31 2004 +0000 + + Improve title and corners + + + (Old svn revision: 12596) + +commit ba9cabd6864c2b72e99b3602b8aa9f9601db4923 +Author: Olivier Fourdan +Date: Sat Dec 18 12:33:20 2004 +0000 + + Reduce colors for menu button + + + (Old svn revision: 12595) + +commit e68000b3241c333621c0d651be2aff2a3900d992 +Author: Olivier Fourdan +Date: Sat Dec 18 12:25:59 2004 +0000 + + Improve button on light themes + + + (Old svn revision: 12594) + +commit 8dc8710d8bf57183c0d59f87f2cd685631ee71d0 +Author: Olivier Fourdan +Date: Fri Dec 17 23:34:32 2004 +0000 + + Redo the RedmondXP theme, using gtk colors. + + + (Old svn revision: 12593) + +commit c4a3f3ac63b4e419be83cc96d10d0e937a4477c9 +Author: Benedikt Meurer +Date: Sat Dec 4 17:42:38 2004 +0000 + + Updated ChangeLog. + + + (Old svn revision: 12591) + +commit cb76784a9d72d54442a3cbcbe0d281a0c2ba4646 +Author: Olivier Fourdan +Date: Wed Dec 1 22:26:01 2004 +0000 + + Remove the "Savage" theme, too similar to the default theme. + + + (Old svn revision: 12590) + +commit 05172203324fe3c2438aee35dfbe3b75227b2d69 +Author: Olivier Fourdan +Date: Wed Dec 1 22:17:29 2004 +0000 + + Various themes updated for the themes package + + + (Old svn revision: 12589) + +commit 8959f404e1c5e50e2f46d8c42fd0370b404fd758 +Author: Olivier Fourdan +Date: Sun Nov 21 21:55:47 2004 +0000 + + Update version + + + (Old svn revision: 12588) + +commit 2098e9464387cf367ff8826c51af96c16675ee0f +Author: Olivier Fourdan +Date: Sun Nov 21 17:11:43 2004 +0000 + + Update "metabox" theme so it uses transparent png and toggled maximize button + + + (Old svn revision: 12587) + +commit e0e48abf6db748eaffa1064cd8dc0171a991490e +Author: Olivier Fourdan +Date: Sat Nov 13 18:01:30 2004 +0000 + + Update ChangeLog + + + (Old svn revision: 12585) + +commit e47cc5660edee08ae29621928e83ad835235b934 +Author: Olivier Fourdan +Date: Sat Nov 6 16:25:38 2004 +0000 + + Update automake/autoconf/libtool/gettext versions to generate the configure scripts and Makefiles, + Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), + Update ChangeLogs. + + + (Old svn revision: 12584) + +commit e9ff9f0ed9b95638ef55205a2a7303c49badf58e +Author: Olivier Fourdan +Date: Sat Oct 30 19:03:17 2004 +0000 + + Global update for 4.1.91 (Xfce 4.2 beta 2) + + + (Old svn revision: 12582) + +commit e962a8249d20a10348d92787be7f2a74abe62a4c +Author: Olivier Fourdan +Date: Wed Oct 27 17:53:24 2004 +0000 + + Renewed redmondxp theme + + + (Old svn revision: 12581) + +commit 9616d808bdbb5147a3f2b039de34d13292291f7c +Author: Olivier Fourdan +Date: Sat Oct 23 14:45:03 2004 +0000 + + Update ChangeLog + + + (Old svn revision: 12580) + +commit ca5d47d9cea08ba02076fdb4e9afb909c53c1ce3 +Author: Olivier Fourdan +Date: Fri Oct 22 20:38:10 2004 +0000 + + Updated versions and change logs + + + (Old svn revision: 12579) + +commit 45d23428b594241879e2634293794a442c71ccba +Author: Olivier Fourdan +Date: Thu Oct 21 20:07:36 2004 +0000 + + Add a theme I had for a while... + + + (Old svn revision: 12578) + +commit 0fd4b6936ba36c793e92fde69e22fc34ea367044 +Author: Olivier Fourdan +Date: Sat Oct 2 13:28:26 2004 +0000 + + Update all files for 4.2 beta 1 + + + (Old svn revision: 12576) + +commit 91b87a63a3922d4d450d053a9f4a7bd19f068059 +Author: Olivier Fourdan +Date: Sat Oct 2 10:30:16 2004 +0000 + + Add delta for shadow size/position on some themes + + + (Old svn revision: 12575) + +commit 8e43b85504b415e1bc9677b0050a3332d326125f +Author: Olivier Fourdan +Date: Mon Sep 20 22:22:06 2004 +0000 + + Update all ChangeLogs + + + (Old svn revision: 12574) + +commit 3f4e056ed1e68f153d40f8b97108c2c9207677ea +Author: Olivier Fourdan +Date: Tue Sep 7 21:44:15 2004 +0000 + + Remove "Old Symphony" and "Tyrex" (promoted new default theme) + + + (Old svn revision: 12573) + +commit 59d113a52e8cbb2d01b6fbbeefdba825c071e334 +Author: Olivier Fourdan +Date: Mon Sep 6 11:28:42 2004 +0000 + + Fix spec file + + + (Old svn revision: 12572) + +commit 1e7204101a7097b15c9cd982bd1ccfd964c3236d +Author: Olivier Fourdan +Date: Fri Aug 27 16:34:11 2004 +0000 + + *** empty log message *** + + + (Old svn revision: 12571) + +commit 62b22850a8e2cc49c6547d3a3417275d4bd8f6f9 +Author: Olivier Fourdan +Date: Tue Aug 24 10:31:25 2004 +0000 + + *** empty log message *** + + + (Old svn revision: 12570) + +commit c3913a779f89126461525ab3a01b7491ec9f6a7a +Author: Olivier Fourdan +Date: Mon Aug 23 21:50:53 2004 +0000 + + Small pixels + + + (Old svn revision: 12569) + +commit 5c0b30ee44aeea7b55d8fb56c2402754228a6c9e +Author: Olivier Fourdan +Date: Sat Aug 21 08:16:04 2004 +0000 + + Themes update + + + (Old svn revision: 12568) + +commit fc655818931846ab727aa8dc518a43a07df52ffc +Author: Olivier Fourdan +Date: Tue Aug 17 20:17:49 2004 +0000 + + Add some of the themes I had. + + + (Old svn revision: 12567) + +commit 508b7288980c5bff20409eeedfae62e0c84b8196 +Author: Olivier Fourdan +Date: Fri Jul 16 20:11:31 2004 +0000 + + Use png from previous default theme. + + + (Old svn revision: 12566) + +commit 10407b062e9a5b7bcf0eaf1e669d272d26162d78 +Author: Jens Luedicke +Date: Sat Jul 10 21:01:51 2004 +0000 + + patch by LiNuCe + + + (Old svn revision: 12565) + +commit 9fcdc99ca22358fb4aa38dc87fd7a14f1d03b21d +Author: Olivier Fourdan +Date: Fri Jul 9 11:17:31 2004 +0000 + + Change active title's png layer + + + (Old svn revision: 12564) + +commit 2b6e385d7bf056b65e608cbae1f21ca1c050a94e +Author: Olivier Fourdan +Date: Wed Jul 7 20:30:30 2004 +0000 + + Simpler gradient + + + (Old svn revision: 12559) + +commit 865e81b9dc6ad5c6214aa600f36a6f9d2d082a6c +Author: Olivier Fourdan +Date: Wed Jul 7 19:48:04 2004 +0000 + + Add LineArt theme + + + (Old svn revision: 12558) + +commit c3e55daf1dbe171f93ce85c933182771650697c7 +Author: Olivier Fourdan +Date: Tue Jun 22 19:45:27 2004 +0000 + + Simpler blackwall theme + + + (Old svn revision: 12557) + +commit aa640a58cfd30f3f028718a73152604bb8ebd163 +Author: Olivier Fourdan +Date: Tue May 25 20:40:43 2004 +0000 + + Tweaking "Gelly" theme + + + (Old svn revision: 12556) + +commit 6c79f012efdc6e523837e4db8264101a023c609f +Author: Olivier Fourdan +Date: Thu May 13 21:52:47 2004 +0000 + + Add "synthetic" from xfwm4 package + + + (Old svn revision: 12555) + +commit 84333a6ec5127e94b064c814b474ee2c1e745b65 +Author: Olivier Fourdan +Date: Mon May 3 21:45:15 2004 +0000 + + Update zh_TW translations from umm + + + (Old svn revision: 12553) + +commit 5d4b3333891e65fb2a44e98f9daff8f5a7efc3c5 +Author: Olivier Fourdan +Date: Wed Apr 28 17:15:39 2004 +0000 + + Add light from the left + + + (Old svn revision: 12552) + +commit 402efec8f4a7972e5b2eeedf0c6196b6c67042ac +Author: Olivier Fourdan +Date: Tue Apr 27 19:17:34 2004 +0000 + + Smoother corners a bit + + + (Old svn revision: 12551) + +commit 3fddd71523c66de420bd3fe13f3217ffe9e740f6 +Author: Olivier Fourdan +Date: Mon Apr 26 20:48:34 2004 +0000 + + Got tired of the thread about pax on the ML, reverting. + + + (Old svn revision: 12550) + +commit 03d3c667bd9739f963d556e613fb04f5a98911d9 +Author: Olivier Fourdan +Date: Sat Apr 24 20:56:58 2004 +0000 + + Provide an URL to download pax if missing + + + (Old svn revision: 12549) + +commit c72d211d84c7b858589994cf2c1554bd2e124682 +Author: Olivier Fourdan +Date: Sat Apr 24 12:26:55 2004 +0000 + + Use pax instead of tar as suggested by Benny - Makes thing a lot simpler + + + (Old svn revision: 12548) + +commit 7586271435aec66eb9387edea2fe64d8595e2479 +Author: Olivier Fourdan +Date: Sat Apr 24 06:59:40 2004 +0000 + + Improve theme install + + + (Old svn revision: 12547) + +commit 092b94c7f0262b57705499b8ce746aa6d0f6bd52 +Author: Olivier Fourdan +Date: Fri Apr 23 22:03:49 2004 +0000 + + Try to speed up install by using tar to copy the files + + + (Old svn revision: 12546) + +commit 9f4efa094efefcf2a802039d982c018a40516acf +Author: Olivier Fourdan +Date: Fri Apr 23 21:00:28 2004 +0000 + + Add new theme + + + (Old svn revision: 12545) + +commit 6ebaa3b3d4346b08ce438ef4ce91a1cc6acdd926 +Author: Olivier Fourdan +Date: Tue Apr 6 19:32:07 2004 +0000 + + Chnage package version to 4.1.0 + + + (Old svn revision: 12542) + +commit ea7d08c599b3b5b77b6cda7998eb3ccbc7a69b13 +Author: Olivier Fourdan +Date: Tue Mar 16 21:13:47 2004 +0000 + + Add "smoothwall" theme. Content subject to change without notice. + + + (Old svn revision: 12541) + +commit 0ce32200422ac4e427a5ddcef6439a60201a6ee1 +Author: Olivier Fourdan +Date: Sun Mar 7 14:25:26 2004 +0000 + + Add blackwall theme + + + (Old svn revision: 12540) + +commit 327766213d269ecd3d198b41027a22b9f965877f +Author: Olivier Fourdan +Date: Fri Feb 27 21:34:08 2004 +0000 + + Use standard location for xfwm4 themes (breaking backward compat, older themes won't show anymore) + + + (Old svn revision: 12539) + +commit 5a9d3e9b808565e40f9dbcd51d23a7ccf7ca62ef +Author: Olivier Fourdan +Date: Wed Feb 25 23:36:41 2004 +0000 + + Reorg xfwm4 theme by moving most theme from xfwm4 base package to xfwm4-themes + + + (Old svn revision: 12538) + +commit d8d702957e7aabef605567034741467c37b83932 +Author: Olivier Fourdan +Date: Sun Jan 25 00:08:14 2004 +0000 + + Update libtool and other automake, autoconf and gettext packages + + + (Old svn revision: 12535) + +commit 73fd604cf5a2fca5eec808932c5d0fc123e16b0d +Author: Jasper Huijsmans +Date: Mon Oct 13 18:51:21 2003 +0000 + + Update ChangeLog's after syncing with SF. Everything should now be up-to-date. + + + (Old svn revision: 12532) + +commit d9e5d5a4cd01f3e16f7cf6f893a00a13f749e505 +Author: Jasper Huijsmans +Date: Mon Sep 22 20:56:59 2003 +0000 + + Update ChangeLogs + + + (Old svn revision: 12527) + +commit 1781a8c241e02d8e891065222b2a55f322e8c3f1 +Author: Olivier Fourdan +Date: Sun Sep 21 22:43:44 2003 +0000 + + Update version number to 4.0.0 + + + (Old svn revision: 12526) + +commit e77de2efeeb78b74e36c98ac848318a159228b14 +Author: Olivier Fourdan +Date: Fri Sep 19 17:07:46 2003 +0000 + + Change inactive frames + + + (Old svn revision: 12525) + +commit d153ab878741bfe1a6e0aa20fd308cfcb41e4839 +Author: Olivier Fourdan +Date: Thu Sep 18 21:15:07 2003 +0000 + + *** empty log message *** + + + (Old svn revision: 12524) + +commit c9c290dc087ed5f1add01ecd1d633a078637ae59 +Author: Olivier Fourdan +Date: Thu Sep 18 21:08:21 2003 +0000 + + Some more changes + + + (Old svn revision: 12523) + +commit 5077c811432281dd9a1bc594193ba5d5d3acd81c +Author: Olivier Fourdan +Date: Thu Sep 18 20:19:01 2003 +0000 + + Change colors, pixmaps, buttons, shadows, etc. + + + (Old svn revision: 12522) + +commit 167dc53d0b6f9e728a9a154d568da11a0f04cdce +Author: Olivier Fourdan +Date: Wed Sep 17 20:45:41 2003 +0000 + + *** empty log message *** + + + (Old svn revision: 12521) + +commit c9f0565cbd416fd9fd882529410e51bc5ce88870 +Author: Olivier Fourdan +Date: Wed Sep 17 20:34:22 2003 +0000 + + Add "buzz" theme + + + (Old svn revision: 12520) + +commit 8e20f30f8385bb6a1ac86bf2dcaa6619d7ee52a6 +Author: Olivier Fourdan +Date: Mon Sep 15 22:30:54 2003 +0000 + + *** empty log message *** + + + (Old svn revision: 12519) + +commit 819d8520d549776e6fb92085e2f16dd0011cbdf1 +Author: Olivier Fourdan +Date: Mon Sep 15 22:11:32 2003 +0000 + + Improve redmondxp theme + + + (Old svn revision: 12518) + +commit d580a72612a8feee8b2bf8bba86c796ac18b8985 +Author: Olivier Fourdan +Date: Mon Sep 15 18:44:33 2003 +0000 + + Change buttons + + + (Old svn revision: 12517) + +commit 99ac735205a93a7b0a5b91b2f5d12c660e250e40 +Author: Olivier Fourdan +Date: Mon Sep 15 16:54:43 2003 +0000 + + Slightly change hide and maximized-toggled buttons + + + (Old svn revision: 12516) + +commit 574615e2f2500906bfdc69716d4d83f9a61f146c +Author: Olivier Fourdan +Date: Sat Sep 13 09:43:32 2003 +0000 + + Change icon button + + + (Old svn revision: 12515) + +commit 0016d6df3040e30eec4e763a0105e59bb83074da +Author: Olivier Fourdan +Date: Fri Sep 12 22:45:59 2003 +0000 + + Theme updates + + + (Old svn revision: 12514) + +commit 814b33464834bbbae7ed8c3fcb67ab33aed094d7 +Author: Jasper Huijsmans +Date: Wed Sep 10 07:57:59 2003 +0000 + + Update ChangeLogs + + + (Old svn revision: 12512) + +commit 51d1f0b67228e225442e2243ea16493e73acdeb8 +Author: Jasper Huijsmans +Date: Wed Sep 10 07:49:27 2003 +0000 + + Update version numbers and po files for release + + + (Old svn revision: 12511) + +commit e9b5b0190d53baeeae8eea4e2d398cfe3ae12051 +Author: Olivier Fourdan +Date: Tue Sep 9 20:04:43 2003 +0000 + + Change hilight/shadow in gaudy title + + + (Old svn revision: 12510) + +commit 4b89555f65035afdae14cf577282695fffefc3be +Author: Olivier Fourdan +Date: Thu Sep 4 19:51:56 2003 +0000 + + Add agualemon theme from Fuzzbox + + + (Old svn revision: 12509) + +commit dc960131b65e2c736630f0c3614ce4f95e0cb489 +Author: Olivier Fourdan +Date: Wed Sep 3 17:00:58 2003 +0000 + + Fix small remaining issues with kde1 theme + + + (Old svn revision: 12508) + +commit 3406f7719abd27d9c3090d68c6c09db9f2b1ffde +Author: Olivier Fourdan +Date: Wed Sep 3 06:14:24 2003 +0000 + + Fix offset on pressed button + + + (Old svn revision: 12507) + +commit 648fb2b342395416f433e8e8916d1b24a6334787 +Author: Olivier Fourdan +Date: Tue Sep 2 21:54:09 2003 +0000 + + Fic color on inactive titlebar + + + (Old svn revision: 12506) + +commit 4f9e0c6fbca5778299ed865fd916cad656a4b9ac +Author: Olivier Fourdan +Date: Tue Sep 2 21:26:40 2003 +0000 + + Add kde1 theme + + + (Old svn revision: 12505) + +commit f08aa2cf8099dcf9cb9d91ae7e44be8990e93aca +Author: Jasper Huijsmans +Date: Tue Aug 26 07:38:26 2003 +0000 + + Update changelogs + + + (Old svn revision: 12503) + +commit 2e4412265ad161f34307a08e86845b207fcf65d3 +Author: Olivier Fourdan +Date: Mon Aug 25 20:22:40 2003 +0000 + + Make "smallscreen" theme smaller + + + (Old svn revision: 12502) + +commit 7a4e274ea661b8c4312dc1ea799fb5b7906b3abf +Author: Olivier Fourdan +Date: Sun Aug 24 15:38:41 2003 +0000 + + Add "smallscreen" theme + + + (Old svn revision: 12501) + +commit 8207ee9258c4041798d23da0067513394c5cafea +Author: Jasper Huijsmans +Date: Wed Jul 30 11:31:21 2003 +0000 + + Update changlogs + + + (Old svn revision: 12500) + +commit 9539c4a34bfd8d51c2181e5231447b32ae450546 +Author: Jasper Huijsmans +Date: Wed Jul 30 08:15:19 2003 +0000 + + Update version numbers and po files for release + + + (Old svn revision: 12499) + +commit 98b2884104b22bcb781b2318120939291027d71e +Author: Jasper Huijsmans +Date: Tue Jul 29 05:56:32 2003 +0000 + + Remove cache dir on distclean + + + (Old svn revision: 12498) + +commit 873f4ec07f180f80fc5c4d9baa7b7f18f0a4e4c8 +Author: Jasper Huijsmans +Date: Sat Jul 19 09:30:09 2003 +0000 + + Update ChangeLogs + + + (Old svn revision: 12496) + +commit 07bb8d8203dc9ce7e9af4238abe8aa26c24b64b6 +Author: Jasper Huijsmans +Date: Sat Jul 19 09:08:39 2003 +0000 + + Update version numbers and po files for release + + + (Old svn revision: 12495) + +commit 9f46021aba1a0e3d3f97c4ca40ba6b7a6458a6d0 +Author: Jasper Huijsmans +Date: Sun Jul 13 08:43:13 2003 +0000 + + Update ChangeLogs for release + + + (Old svn revision: 12493) + +commit f86b7cec1d0038facb9e3b9e6273fbf17e177d29 +Author: Jasper Huijsmans +Date: Fri Jul 11 07:34:00 2003 +0000 + + Update ChangeLog's for release + + + (Old svn revision: 12492) + +commit 9d5aa74350524ba32b8e3662008ca3a75ea7d560 +Author: Jasper Huijsmans +Date: Thu Jul 10 09:56:08 2003 +0000 + + Update ChangeLog's for release + + + (Old svn revision: 12491) + +commit 230798aef97359980b91128cadb4e8620aefd5e1 +Author: Jasper Huijsmans +Date: Thu Jul 10 09:45:31 2003 +0000 + + Bump versions for release and update po files + + + (Old svn revision: 12490) + +commit 8c50b850e4ffc3a148417cb150061a35ed187eb4 +Author: Olivier Fourdan +Date: Tue Jul 8 20:20:23 2003 +0000 + + *** empty log message *** + + + (Old svn revision: 12489) + +commit be3141af638c1133dfde3a3c7cf3c1b5bfb3b7c6 +Author: Olivier Fourdan +Date: Tue Jul 8 19:58:44 2003 +0000 + + *** empty log message *** + + + (Old svn revision: 12488) + +commit edf4310caa1c2f6d3fdafb679c02b9cb16d05159 +Author: Olivier Fourdan +Date: Mon Jul 7 20:14:46 2003 +0000 + + Use my modified version of kleanux based on Mark C. Chu-Carroll version + + + (Old svn revision: 12487) + +commit 1040877f7d63473af0ffad2c13dc91ab9ae495fc +Author: Jasper Huijsmans +Date: Sun Jul 6 20:14:28 2003 +0000 + + Update ChangeLogs + + + (Old svn revision: 12486) + +commit cf4f3a94c50c0b5653424841b77d4a6a5bdb36d4 +Author: Benedikt Meurer +Date: Sun Jul 6 19:28:17 2003 +0000 + + Added kleanux theme. + + + (Old svn revision: 12485) + +commit 3bc9e782252c73927e792e9edc085b35db805527 +Author: Benedikt Meurer +Date: Sun Jul 6 19:26:14 2003 +0000 + + Initial revision + + + (Old svn revision: 12481) + +commit a8da14dab374a8900b8bc600b675e9fef3d5d64f +Author: Olivier Fourdan +Date: Sat Jun 28 20:47:45 2003 +0000 + + Fix wrong height in pixmaps + + + (Old svn revision: 12480) + +commit 1ec7e5d8623825111dc646bb861aae2fb4f62800 +Author: Olivier Fourdan +Date: Sat Jun 28 10:01:06 2003 +0000 + + Switch to GNU libtool 1.5 + + + (Old svn revision: 12479) + +commit db356b4519cfbc194249a9ceb1dc016c38e27fbe +Author: Olivier Fourdan +Date: Fri Jun 27 20:22:18 2003 +0000 + + Enlarge redmond title + + + (Old svn revision: 12478) + +commit 482b7cdc06f703930fa3ac0103ba7b3cfbd1327b +Author: Olivier Fourdan +Date: Tue Jun 24 22:33:00 2003 +0000 + + Change corners of the alternate theme + + + (Old svn revision: 12476) + +commit 106b724f8e42035f925a7c26315e6f75801693de +Author: Olivier Fourdan +Date: Sun Jun 15 22:35:29 2003 +0000 + + Set version to 3.91.0 + + + (Old svn revision: 12475) + +commit f98e25ad1749ca89bf3bc7b3f0567815272b70dd +Author: Olivier Fourdan +Date: Sat Jun 7 22:54:05 2003 +0000 + + Add "alternate" theme, a "default" theme candidate for xfwm4 (very close the the final "default" theme except that it features an inner frame) + + + (Old svn revision: 12474) + +commit 39835c0a77ef5defd79ea6e92eb78a7173e5361b +Author: Olivier Fourdan +Date: Sat Jun 7 00:05:04 2003 +0000 + + Build process error + + + (Old svn revision: 12472) + +commit fbd9d4ad41be0688538008382a7fdb0f7752e68b +Author: Olivier Fourdan +Date: Fri Jun 6 21:53:31 2003 +0000 + + Vesionning scheme + + + (Old svn revision: 12471) + +commit e04532b81ade9da6b680b22e7264133f60cc3313 +Author: Olivier Fourdan +Date: Tue Jun 3 22:20:46 2003 +0000 + + Fix wrong install path for defcon-IV theme + + + (Old svn revision: 12470) + +commit 512c4ab10b6493644ad29e537cc713d14a2cad0b +Author: Olivier Fourdan +Date: Tue Jun 3 21:13:12 2003 +0000 + + Use correct auto* tools version + + + (Old svn revision: 12469) + +commit 96b48e9c7f4c02672e88936ad7564825d3ec14e1 +Author: Olivier Fourdan +Date: Tue Jun 3 21:01:48 2003 +0000 + + Add new theme "defcon-IV" (an old one actually, but I did not bother adding it) + + + (Old svn revision: 12468) + +commit 6e487e5ca0ec3eda4c1261d1c2095bd459ae8b5c +Author: Olivier Fourdan +Date: Mon Jun 2 20:13:33 2003 +0000 + + Futility in triviality (yeah, I'm a poet tonite ;) ) + + + (Old svn revision: 12467) + +commit 7bbd51fcd3707480d1e6143c0c0b379c4270a963 +Author: Olivier Fourdan +Date: Sat May 10 14:52:41 2003 +0000 + + Minor fix on menu button height + + + (Old svn revision: 12466) + +commit e3db7ee1c96e58e97f500e0967883821d45a9f91 +Author: Olivier Fourdan +Date: Sat May 10 13:31:37 2003 +0000 + + Use Drewbian's menu buttons that look better than mine IMO + + + (Old svn revision: 12465) + +commit 9beb1b6a9b9327b59642d405fce3cc9566d83300 +Author: Olivier Fourdan +Date: Fri May 9 15:17:35 2003 +0000 + + Add "today" theme from Eugenia. + Add toggled maximized buttons to mofit theme + + + (Old svn revision: 12464) + +commit a034e4aa1418577430360a4e31713a207b4b14a8 +Author: Olivier Fourdan +Date: Mon May 5 20:53:46 2003 +0000 + + Add Mandrake "Galaxy" theme + + + (Old svn revision: 12463) + +commit 2aec645cf8c3991df792c3809860f44052dc67ba +Author: Olivier Fourdan +Date: Sun May 4 21:10:01 2003 +0000 + + Move most of themes from base xfwm4 to xfwm4-themes package + + + (Old svn revision: 12462) + +commit dea395157f76480650610686b1bb8d8ea8f92888 +Author: Unknown Author +Date: Sun May 4 21:10:01 2003 +0000 + + New repository initialized by cvs2svn. + + (Old svn revision: 12461) diff -Nru xfwm4-themes-4.6.0/config.h.in xfwm4-themes-4.10.0/config.h.in --- xfwm4-themes-4.6.0/config.h.in 2009-02-26 00:03:48.000000000 +0000 +++ xfwm4-themes-4.10.0/config.h.in 2012-04-28 22:02:16.000000000 +0000 @@ -15,6 +15,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION diff -Nru xfwm4-themes-4.6.0/configure xfwm4-themes-4.10.0/configure --- xfwm4-themes-4.6.0/configure 2009-02-26 00:04:08.000000000 +0000 +++ xfwm4-themes-4.10.0/configure 2012-04-28 22:02:19.000000000 +0000 @@ -1,62 +1,83 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for xfwm4-themes 4.6.0. +# Generated by GNU Autoconf 2.69 for xfwm4-themes 4.10.0. # # Report bugs to . # -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. -## --------------------- ## -## M4sh Initialization. ## -## --------------------- ## +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; esac - fi - - -# PATH needs CR -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' fi -# Support unset when possible. -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi @@ -65,20 +86,19 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. -case $0 in +as_myself= +case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done IFS=$as_save_IFS ;; @@ -89,354 +109,366 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 fi -# Work around bugs in pre-3.0 UWIN ksh. -for as_var in ENV MAIL MAILPATH -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done - -# Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - - -# Name of the executable. -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # CDPATH. -$as_unset CDPATH - +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then - if (eval ":") 2>/dev/null; then - as_have_required=yes + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST else - as_have_required=no + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac fi - - if test $as_have_required = yes && (eval ": -(as_func_return () { - (exit \$1) -} -as_func_success () { - as_func_return 0 -} -as_func_failure () { - as_func_return 1 -} -as_func_ret_success () { - return 0 -} -as_func_ret_failure () { - return 1 -} +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } exitcode=0 -if as_func_success; then - : -else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. -fi - -if as_func_ret_success; then - : -else - exitcode=1 - echo as_func_ret_success failed. -fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. -fi - -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then - : +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes else - exitcode=1 - echo positional parameters were not saved. + as_have_required=no fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : -test \$exitcode = 0) || { (exit 1); exit 1; } - -( - as_lineno_1=\$LINENO - as_lineno_2=\$LINENO - test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && - test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } -") 2> /dev/null; then - : else - as_candidate_shells= - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - case $as_dir in + as_found=: + case $as_dir in #( /*) for as_base in sh bash ksh sh5; do - as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi done;; esac + as_found=false done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } IFS=$as_save_IFS - for as_shell in $as_candidate_shells $SHELL; do - # Try only shells that exist, to save several forks. - if { test -f "$as_shell" || test -f "$as_shell.exe"; } && - { ("$as_shell") 2> /dev/null <<\_ASEOF -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; -esac - -fi - - -: -_ASEOF -}; then - CONFIG_SHELL=$as_shell - as_have_required=yes - if { "$as_shell" 2> /dev/null <<\_ASEOF -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; esac - +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi - -: -(as_func_return () { - (exit $1) -} -as_func_success () { - as_func_return 0 -} -as_func_failure () { - as_func_return 1 -} -as_func_ret_success () { - return 0 -} -as_func_ret_failure () { - return 1 -} - -exitcode=0 -if as_func_success; then - : -else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. -fi - -if as_func_ret_success; then - : -else - exitcode=1 - echo as_func_ret_success failed. + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: http://bugzilla.xfce.org about your system, including +$0: any error possibly output before this message. Then +$0: install a modern shell, or manually run the script +$0: under such a shell if you do have one." + fi + exit 1 fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. fi - -if ( set x; as_func_ret_success y && test x = "$1" ); then - : -else - exitcode=1 - echo positional parameters were not saved. fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS -test $exitcode = 0) || { (exit 1); exit 1; } - -( - as_lineno_1=$LINENO - as_lineno_2=$LINENO - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } - -_ASEOF -}; then - break -fi - -fi - - done - - if test "x$CONFIG_SHELL" != x; then - for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} -fi +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status - if test $as_have_required = no; then - echo This script requires a shell more modern than all the - echo shells that I found on your system. Please install a - echo modern shell, or manually run the script under such a - echo shell if you do have one. - { (exit 1); exit 1; } -fi +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" -fi -fi +} # as_fn_mkdir_p +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith -(eval "as_func_return () { - (exit \$1) -} -as_func_success () { - as_func_return 0 -} -as_func_failure () { - as_func_return 1 -} -as_func_ret_success () { - return 0 -} -as_func_ret_failure () { - return 1 -} +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error -exitcode=0 -if as_func_success; then - : +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. + as_expr=false fi -if as_func_ret_success; then - : +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename else - exitcode=1 - echo as_func_ret_success failed. -fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. + as_basename=false fi -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then - : +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname else - exitcode=1 - echo positional parameters were not saved. + as_dirname=false fi -test \$exitcode = 0") || { - echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message -} +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits - as_lineno_1=$LINENO - as_lineno_2=$LINENO - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line after each line using $LINENO; the second 'sed' - # does the real work. The second script uses 'N' to pair each - # line-number line with the line containing $LINENO, and appends - # trailing '-' during substitution so that $LINENO is not a special - # case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # scripts with optimization help from Paolo Bonzini. Blame Lee - # E. McMahon (1931-1989) for sed's syntax. :-) + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= @@ -453,9 +485,12 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). @@ -464,84 +499,55 @@ exit } - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in +case `echo -n x` in #((((( -n*) - case `echo 'x\c'` in + case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. - *) ECHO_C='\c';; + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then - as_mkdir_p=: + as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -550,11 +556,11 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - -exec 7<&0 &1 +test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` @@ -569,80 +575,86 @@ subdirs= MFLAGS= MAKEFLAGS= -SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='xfwm4-themes' PACKAGE_TARNAME='xfwm4-themes' -PACKAGE_VERSION='4.6.0' -PACKAGE_STRING='xfwm4-themes 4.6.0' +PACKAGE_VERSION='4.10.0' +PACKAGE_STRING='xfwm4-themes 4.10.0' PACKAGE_BUGREPORT='http://bugzilla.xfce.org' +PACKAGE_URL='' -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 -datarootdir -datadir -sysconfdir -sharedstatedir -localstatedir -includedir -oldincludedir -docdir -infodir -htmldir -dvidir -pdfdir -psdir -libdir -localedir -mandir -DEFS -ECHO_C -ECHO_N -ECHO_T -LIBS -build_alias -host_alias -target_alias -INSTALL_PROGRAM -INSTALL_SCRIPT -INSTALL_DATA -am__isrc -CYGPATH_W -PACKAGE -VERSION -ACLOCAL -AUTOCONF -AUTOMAKE -AUTOHEADER -MAKEINFO -install_sh -STRIP -INSTALL_STRIP_PROGRAM -mkdir_p -AWK -SET_MAKE -am__leading_dot -AMTAR -am__tar -am__untar -MAINTAINER_MODE_TRUE -MAINTAINER_MODE_FALSE -MAINT +ac_subst_vars='LTLIBOBJS LIBOBJS -LTLIBOBJS' +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_maintainer_mode +' ac_precious_vars='build_alias host_alias target_alias' @@ -651,6 +663,8 @@ # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -706,8 +720,9 @@ fi case $ac_option in - *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; - *) ac_optarg=yes ;; + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. @@ -749,13 +764,20 @@ datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=no ;; + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -768,13 +790,20 @@ dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -965,22 +994,36 @@ ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=\$ac_optarg ;; + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=no ;; + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1000,26 +1043,26 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option -Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac @@ -1027,23 +1070,36 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 - { (exit 1); exit 1; }; } + as_fn_error $? "missing argument to $ac_option" fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; } + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' @@ -1057,8 +1113,6 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1073,23 +1127,21 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 - { (exit 1); exit 1; }; } + as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 - { (exit 1); exit 1; }; } + as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1116,13 +1168,11 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 - { (exit 1); exit 1; }; } + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 - { (exit 1); exit 1; }; } + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then @@ -1148,7 +1198,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xfwm4-themes 4.6.0 to adapt to many kinds of systems. +\`configure' configures xfwm4-themes 4.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1162,7 +1212,7 @@ --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking...' messages + -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files @@ -1170,9 +1220,9 @@ Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1182,25 +1232,25 @@ For better control, use the options below. Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/xfwm4-themes] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/xfwm4-themes] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1214,11 +1264,12 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xfwm4-themes 4.6.0:";; + short | recursive ) echo "Configuration of xfwm4-themes 4.10.0:";; esac cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful @@ -1232,15 +1283,17 @@ if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1276,7 +1329,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1285,22 +1338,25 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xfwm4-themes configure 4.6.0 -generated by GNU Autoconf 2.61 +xfwm4-themes configure 4.10.0 +generated by GNU Autoconf 2.69 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xfwm4-themes $as_me 4.6.0, which was -generated by GNU Autoconf 2.61. Invocation command line was +It was created by xfwm4-themes $as_me 4.10.0, which was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -1336,8 +1392,8 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" -done + $as_echo "PATH: $as_dir" + done IFS=$as_save_IFS } >&5 @@ -1371,12 +1427,12 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) - ac_configure_args1="$ac_configure_args1 '$ac_arg'" + as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else @@ -1392,13 +1448,13 @@ -* ) ac_must_keep_next=true ;; esac fi - ac_configure_args="$ac_configure_args '$ac_arg'" + as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there @@ -1410,11 +1466,9 @@ { echo - cat <<\_ASBOX -## ---------------- ## + $as_echo "## ---------------- ## ## Cache variables. ## -## ---------------- ## -_ASBOX +## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( @@ -1423,12 +1477,13 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( - *) $as_unset $ac_var ;; + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done @@ -1447,128 +1502,136 @@ ) echo - cat <<\_ASBOX -## ----------------- ## + $as_echo "## ----------------- ## ## Output variables. ## -## ----------------- ## -_ASBOX +## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then - cat <<\_ASBOX -## ------------------- ## + $as_echo "## ------------------- ## ## File substitutions. ## -## ------------------- ## -_ASBOX +## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then - cat <<\_ASBOX -## ----------- ## + $as_echo "## ----------- ## ## confdefs.h. ## -## ----------- ## -_ASBOX +## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h +$as_echo "/* confdefs.h */" > confdefs.h + # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF - cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF - cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF - cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF - cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do - if test -r "$ac_site_file"; then - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -echo "$as_me: loading site script $ac_site_file" >&6;} + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 -echo "$as_me: loading cache $cache_file" >&6;} + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else - { echo "$as_me:$LINENO: creating cache $cache_file" >&5 -echo "$as_me: creating cache $cache_file" >&6;} + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -1582,68 +1645,56 @@ eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; - esac - fi -done -if $ac_cache_corrupted; then - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } -fi - - - - - - - - - - - - - - - - - - - - - - - - + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -1656,7 +1707,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.10' +am__api_version='1.11' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -1675,9 +1726,7 @@ fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} - { (exit 1); exit 1; }; } + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, @@ -1702,22 +1751,23 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in - ./ | .// | /cC/* | \ + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. @@ -1725,7 +1775,7 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -1735,17 +1785,29 @@ # program-specific install script used by HP pwplus--don't use. : else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac -done + + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -1758,8 +1820,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -1769,21 +1831,34 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` + set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ @@ -1793,11 +1868,8 @@ # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&5 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&2;} - { (exit 1); exit 1; }; } + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 fi test "$2" = conftest.file @@ -1806,54 +1878,164 @@ # Ok. : else - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! -Check your system clock" >&5 -echo "$as_me: error: newly created file is older than distributed files! -Check your system clock" >&2;} - { (exit 1); exit 1; }; } + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. echo might interpret backslashes. +# Double any \ or $. # By default was `s,x,x', remove it if useless. -cat <<\_ACEOF >conftest.sed -s/[\\$]/&&/g;s/;s,x,x,$// -_ACEOF -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm -f conftest.sed +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 -echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then - if test "${ac_cv_path_mkdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in mkdir gmkdir; do + for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ @@ -1863,11 +2045,12 @@ esac done done -done + done IFS=$as_save_IFS fi + test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else @@ -1875,12 +2058,11 @@ # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. - test -d ./--version && rmdir ./--version MKDIR_P="$ac_install_sh -d" fi fi -{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 -echo "${ECHO_T}$MKDIR_P" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in @@ -1892,10 +2074,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -if test "${ac_cv_prog_AWK+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. @@ -1905,43 +2087,44 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -done + done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi test -n "$AWK" && break done -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; @@ -1951,12 +2134,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -1975,9 +2158,7 @@ am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} - { (exit 1); exit 1; }; } + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi @@ -1993,7 +2174,7 @@ # Define the identity of the package. PACKAGE='xfwm4-themes' - VERSION='4.6.0' + VERSION='4.10.0' cat >>confdefs.h <<_ACEOF @@ -2021,121 +2202,15 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} - -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } -else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -if test -n "$ac_ct_STRIP"; then - { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -echo "${ECHO_T}$ac_ct_STRIP" >&6; } -else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } -fi - - if test "x$ac_ct_STRIP" = x; then - STRIP=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} -ac_tool_warned=yes ;; -esac - STRIP=$ac_ct_STRIP - fi -else - STRIP="$ac_cv_prog_STRIP" -fi - -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" - # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} - -{ echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5 -echo $ECHO_N "checking how to create a ustar tar archive... $ECHO_C" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar plaintar pax cpio none' _am_tools=${am_cv_prog_tar_ustar-$_am_tools} @@ -2207,30 +2282,31 @@ done rm -rf conftest.dir -if test "${am_cv_prog_tar_ustar+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +if ${am_cv_prog_tar_ustar+:} false; then : + $as_echo_n "(cached) " >&6 else am_cv_prog_tar_ustar=$_am_tool fi -{ echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5 -echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +$as_echo "$am_cv_prog_tar_ustar" >&6; } + -{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then +if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi - { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' @@ -2243,88 +2319,9 @@ -# Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AmigaOS /C/install, which installs bootblocks on floppy discs -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# OS/2's system install, which has a completely different semantic -# ./install, which can be erroneously created by make from ./install.sh. -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } -if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in - ./ | .// | /cC/* | \ - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ - /usr/ucb/* ) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then - if test $ac_prog = install && - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - elif test $ac_prog = install && - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # program-specific install script used by HP pwplus--don't use. - : - else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 - fi - fi - done - done - ;; -esac -done -IFS=$as_save_IFS - - -fi - if test "${ac_cv_path_install+set}" = set; then - INSTALL=$ac_cv_path_install - else - # As a last resort, use the slow shell script. Don't cache a - # value for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - INSTALL=$ac_install_sh - fi -fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } - -# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -# It thinks the first close brace ends the variable substitution. -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -ac_config_files="$ac_config_files xfwm4-themes.spec Makefile themes/Makefile themes/adept/Makefile themes/agua/Makefile themes/agualemon/Makefile themes/alternate/Makefile themes/atlanta/Makefile themes/atlanta2/Makefile themes/b5/Makefile themes/b6/Makefile themes/basix/Makefile themes/bbs/Makefile themes/beastie/Makefile themes/biz/Makefile themes/blackwall/Makefile themes/buzz/Makefile themes/coldsteel/Makefile themes/coolclean/Makefile themes/crux/Makefile themes/cruxish/Makefile themes/curve/Makefile themes/defcon-IV/Makefile themes/eazel-blue/Makefile themes/elberg/Makefile themes/exocet/Makefile themes/fbx/Makefile themes/g2/Makefile themes/galaxy/Makefile themes/gaudy/Makefile themes/gelly/Makefile themes/gnububble/Makefile themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile themes/kde/Makefile themes/kde1/Makefile themes/keramik/Makefile themes/kindaker/Makefile themes/kleanux/Makefile themes/koynacity/Makefile themes/linea/Makefile themes/lineart/Makefile themes/meenee/Makefile themes/metabox/Makefile themes/microcurve/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile themes/ops/Makefile themes/opta/Makefile themes/oroborus/Makefile themes/perl/Makefile themes/pills/Makefile themes/piranha/Makefile themes/platinum/Makefile themes/prune/Makefile themes/quiet-purple/Makefile themes/quinx/Makefile themes/r9x/Makefile themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile themes/silverado/Makefile themes/slick/Makefile themes/slimline/Makefile themes/smallscreen/Makefile themes/smoothwall/Makefile themes/symphony/Makefile themes/synthetic/Makefile themes/tabs/Makefile themes/tgc/Makefile themes/tgc-large/Makefile themes/today/Makefile themes/totem/Makefile themes/trench/Makefile themes/triviality/Makefile themes/tubular/Makefile themes/tux/Makefile themes/variation/Makefile themes/waza/Makefile themes/wildbush/Makefile themes/xfce/Makefile" +ac_config_files="$ac_config_files Makefile themes/Makefile themes/adept/Makefile themes/agualemon/Makefile themes/agua/Makefile themes/alternate/Makefile themes/atlanta2/Makefile themes/atlanta/Makefile themes/b5/Makefile themes/b6/Makefile themes/basix/Makefile themes/bbs/Makefile themes/beastie/Makefile themes/biz/Makefile themes/blackwall/Makefile themes/buzz/Makefile themes/coldsteel/Makefile themes/coolclean/Makefile themes/cruxish/Makefile themes/crux/Makefile themes/curve/Makefile themes/default-4.0/Makefile themes/default-4.2/Makefile themes/default-4.4/Makefile themes/default-4.6/Makefile themes/default-4.8/Makefile themes/defcon-IV/Makefile themes/eazel-blue/Makefile themes/elberg/Makefile themes/exocet/Makefile themes/fbx/Makefile themes/g2/Makefile themes/galaxy/Makefile themes/gaudy/Makefile themes/gelly/Makefile themes/gnububble/Makefile themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile themes/kde1/Makefile themes/kde/Makefile themes/keramik/Makefile themes/kindaker/Makefile themes/kleanux/Makefile themes/koynacity/Makefile themes/linea/Makefile themes/lineart/Makefile themes/meenee/Makefile themes/metabox/Makefile themes/microcurve/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile themes/microdeck/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile themes/ops/Makefile themes/opta/Makefile themes/oroborus/Makefile themes/perl/Makefile themes/pills/Makefile themes/piranha/Makefile themes/platinum/Makefile themes/prune/Makefile themes/quiet-purple/Makefile themes/quinx/Makefile themes/r9x/Makefile themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile themes/sassandra/Makefile themes/silverado/Makefile themes/slick/Makefile themes/slimline/Makefile themes/smallscreen/Makefile themes/smoothwall/Makefile themes/stoneage/Makefile themes/symphony/Makefile themes/synthetic/Makefile themes/tabs/Makefile themes/tgc-large/Makefile themes/tgc/Makefile themes/therapy/Makefile themes/today/Makefile themes/totem/Makefile themes/trench/Makefile themes/triviality/Makefile themes/tubular/Makefile themes/tux/Makefile themes/tyrex/Makefile themes/variation/Makefile themes/wallis/Makefile themes/waza/Makefile themes/wildbush/Makefile themes/xfce/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -2353,12 +2350,13 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( - *) $as_unset $ac_var ;; + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done @@ -2366,8 +2364,8 @@ (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" @@ -2389,13 +2387,24 @@ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then - test "x$cache_file" != "x/dev/null" && - { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -2408,34 +2417,35 @@ ac_libobjs= ac_ltlibobjs= +U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. - ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" - ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs + if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. -Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. -Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -: ${CONFIG_STATUS=./config.status} +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -2445,59 +2455,79 @@ debug=false ac_cs_recheck=false ac_cs_silent=false -SHELL=\${CONFIG_SHELL-$SHELL} -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -## --------------------- ## -## M4sh Initialization. ## -## --------------------- ## +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; esac - fi - - -# PATH needs CR -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' fi -# Support unset when possible. -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi @@ -2506,20 +2536,19 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. -case $0 in +as_myself= +case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done IFS=$as_save_IFS ;; @@ -2530,32 +2559,111 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 fi -# Work around bugs in pre-3.0 UWIN ksh. -for as_var in ENV MAIL MAILPATH -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + -# Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -2569,13 +2677,17 @@ as_basename=false fi +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi -# Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -2590,131 +2702,118 @@ } s/.*/./; q'` -# CDPATH. -$as_unset CDPATH - - - - as_lineno_1=$LINENO - as_lineno_2=$LINENO - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line after each line using $LINENO; the second 'sed' - # does the real work. The second script uses 'N' to pair each - # line-number line with the line containing $LINENO, and appends - # trailing '-' during substitution so that $LINENO is not a special - # case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # scripts with optimization help from Paolo Bonzini. Blame Lee - # E. McMahon (1931-1989) for sed's syntax. :-) - sed -n ' - p - /[$]LINENO/= - ' <$as_myself | - sed ' - s/[$]LINENO.*/&-/ - t lineno - b - :lineno - N - :loop - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ - t loop - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensitive to this). - . "./$as_me.lineno" - # Exit status is that of the last command. - exit -} - - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in +case `echo -n x` in #((((( -n*) - case `echo 'x\c'` in + case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. - *) ECHO_C='\c';; + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then - as_mkdir_p=: + as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -2724,13 +2823,19 @@ exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 -# Save the log message, to keep $[0] and so on meaningful, and to +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xfwm4-themes $as_me 4.6.0, which was -generated by GNU Autoconf 2.61. Invocation command line was +This file was extended by xfwm4-themes $as_me 4.10.0, which was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -2743,29 +2848,41 @@ _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ -\`$as_me' instantiates files from templates according to the -current configuration. +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. -Usage: $0 [OPTIONS] [FILE]... +Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit - -q, --quiet do not print progress messages + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] - instantiate the configuration file FILE - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE Configuration files: $config_files @@ -2773,16 +2890,17 @@ Configuration headers: $config_headers -Report bugs to ." +Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xfwm4-themes config.status 4.6.0 -configured by $0, generated by GNU Autoconf 2.61, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +xfwm4-themes config.status 4.10.0 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -2790,20 +2908,26 @@ srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -# If no file are specified by the user, then we need to provide default -# value. By we need to know if files were specified by the user. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in - --*=*) + --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; *) ac_option=$1 ac_optarg=$2 @@ -2816,34 +2940,41 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; };; + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; --help | --hel | -h ) - echo "$ac_cs_usage"; exit ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } ;; + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; - *) ac_config_targets="$ac_config_targets $1" + *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac @@ -2858,45 +2989,46 @@ fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - "xfwm4-themes.spec") CONFIG_FILES="$CONFIG_FILES xfwm4-themes.spec" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "themes/Makefile") CONFIG_FILES="$CONFIG_FILES themes/Makefile" ;; "themes/adept/Makefile") CONFIG_FILES="$CONFIG_FILES themes/adept/Makefile" ;; - "themes/agua/Makefile") CONFIG_FILES="$CONFIG_FILES themes/agua/Makefile" ;; "themes/agualemon/Makefile") CONFIG_FILES="$CONFIG_FILES themes/agualemon/Makefile" ;; + "themes/agua/Makefile") CONFIG_FILES="$CONFIG_FILES themes/agua/Makefile" ;; "themes/alternate/Makefile") CONFIG_FILES="$CONFIG_FILES themes/alternate/Makefile" ;; - "themes/atlanta/Makefile") CONFIG_FILES="$CONFIG_FILES themes/atlanta/Makefile" ;; "themes/atlanta2/Makefile") CONFIG_FILES="$CONFIG_FILES themes/atlanta2/Makefile" ;; + "themes/atlanta/Makefile") CONFIG_FILES="$CONFIG_FILES themes/atlanta/Makefile" ;; "themes/b5/Makefile") CONFIG_FILES="$CONFIG_FILES themes/b5/Makefile" ;; "themes/b6/Makefile") CONFIG_FILES="$CONFIG_FILES themes/b6/Makefile" ;; "themes/basix/Makefile") CONFIG_FILES="$CONFIG_FILES themes/basix/Makefile" ;; @@ -2907,9 +3039,14 @@ "themes/buzz/Makefile") CONFIG_FILES="$CONFIG_FILES themes/buzz/Makefile" ;; "themes/coldsteel/Makefile") CONFIG_FILES="$CONFIG_FILES themes/coldsteel/Makefile" ;; "themes/coolclean/Makefile") CONFIG_FILES="$CONFIG_FILES themes/coolclean/Makefile" ;; - "themes/crux/Makefile") CONFIG_FILES="$CONFIG_FILES themes/crux/Makefile" ;; "themes/cruxish/Makefile") CONFIG_FILES="$CONFIG_FILES themes/cruxish/Makefile" ;; + "themes/crux/Makefile") CONFIG_FILES="$CONFIG_FILES themes/crux/Makefile" ;; "themes/curve/Makefile") CONFIG_FILES="$CONFIG_FILES themes/curve/Makefile" ;; + "themes/default-4.0/Makefile") CONFIG_FILES="$CONFIG_FILES themes/default-4.0/Makefile" ;; + "themes/default-4.2/Makefile") CONFIG_FILES="$CONFIG_FILES themes/default-4.2/Makefile" ;; + "themes/default-4.4/Makefile") CONFIG_FILES="$CONFIG_FILES themes/default-4.4/Makefile" ;; + "themes/default-4.6/Makefile") CONFIG_FILES="$CONFIG_FILES themes/default-4.6/Makefile" ;; + "themes/default-4.8/Makefile") CONFIG_FILES="$CONFIG_FILES themes/default-4.8/Makefile" ;; "themes/defcon-IV/Makefile") CONFIG_FILES="$CONFIG_FILES themes/defcon-IV/Makefile" ;; "themes/eazel-blue/Makefile") CONFIG_FILES="$CONFIG_FILES themes/eazel-blue/Makefile" ;; "themes/elberg/Makefile") CONFIG_FILES="$CONFIG_FILES themes/elberg/Makefile" ;; @@ -2923,8 +3060,8 @@ "themes/gorilla/Makefile") CONFIG_FILES="$CONFIG_FILES themes/gorilla/Makefile" ;; "themes/gtk/Makefile") CONFIG_FILES="$CONFIG_FILES themes/gtk/Makefile" ;; "themes/iceg/Makefile") CONFIG_FILES="$CONFIG_FILES themes/iceg/Makefile" ;; - "themes/kde/Makefile") CONFIG_FILES="$CONFIG_FILES themes/kde/Makefile" ;; "themes/kde1/Makefile") CONFIG_FILES="$CONFIG_FILES themes/kde1/Makefile" ;; + "themes/kde/Makefile") CONFIG_FILES="$CONFIG_FILES themes/kde/Makefile" ;; "themes/keramik/Makefile") CONFIG_FILES="$CONFIG_FILES themes/keramik/Makefile" ;; "themes/kindaker/Makefile") CONFIG_FILES="$CONFIG_FILES themes/kindaker/Makefile" ;; "themes/kleanux/Makefile") CONFIG_FILES="$CONFIG_FILES themes/kleanux/Makefile" ;; @@ -2934,9 +3071,9 @@ "themes/meenee/Makefile") CONFIG_FILES="$CONFIG_FILES themes/meenee/Makefile" ;; "themes/metabox/Makefile") CONFIG_FILES="$CONFIG_FILES themes/metabox/Makefile" ;; "themes/microcurve/Makefile") CONFIG_FILES="$CONFIG_FILES themes/microcurve/Makefile" ;; - "themes/microdeck/Makefile") CONFIG_FILES="$CONFIG_FILES themes/microdeck/Makefile" ;; "themes/microdeck2/Makefile") CONFIG_FILES="$CONFIG_FILES themes/microdeck2/Makefile" ;; "themes/microdeck3/Makefile") CONFIG_FILES="$CONFIG_FILES themes/microdeck3/Makefile" ;; + "themes/microdeck/Makefile") CONFIG_FILES="$CONFIG_FILES themes/microdeck/Makefile" ;; "themes/microgui/Makefile") CONFIG_FILES="$CONFIG_FILES themes/microgui/Makefile" ;; "themes/mofit/Makefile") CONFIG_FILES="$CONFIG_FILES themes/mofit/Makefile" ;; "themes/next/Makefile") CONFIG_FILES="$CONFIG_FILES themes/next/Makefile" ;; @@ -2954,30 +3091,33 @@ "themes/redmond/Makefile") CONFIG_FILES="$CONFIG_FILES themes/redmond/Makefile" ;; "themes/redmondxp/Makefile") CONFIG_FILES="$CONFIG_FILES themes/redmondxp/Makefile" ;; "themes/retro/Makefile") CONFIG_FILES="$CONFIG_FILES themes/retro/Makefile" ;; + "themes/sassandra/Makefile") CONFIG_FILES="$CONFIG_FILES themes/sassandra/Makefile" ;; "themes/silverado/Makefile") CONFIG_FILES="$CONFIG_FILES themes/silverado/Makefile" ;; "themes/slick/Makefile") CONFIG_FILES="$CONFIG_FILES themes/slick/Makefile" ;; "themes/slimline/Makefile") CONFIG_FILES="$CONFIG_FILES themes/slimline/Makefile" ;; "themes/smallscreen/Makefile") CONFIG_FILES="$CONFIG_FILES themes/smallscreen/Makefile" ;; "themes/smoothwall/Makefile") CONFIG_FILES="$CONFIG_FILES themes/smoothwall/Makefile" ;; + "themes/stoneage/Makefile") CONFIG_FILES="$CONFIG_FILES themes/stoneage/Makefile" ;; "themes/symphony/Makefile") CONFIG_FILES="$CONFIG_FILES themes/symphony/Makefile" ;; "themes/synthetic/Makefile") CONFIG_FILES="$CONFIG_FILES themes/synthetic/Makefile" ;; "themes/tabs/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tabs/Makefile" ;; - "themes/tgc/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tgc/Makefile" ;; "themes/tgc-large/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tgc-large/Makefile" ;; + "themes/tgc/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tgc/Makefile" ;; + "themes/therapy/Makefile") CONFIG_FILES="$CONFIG_FILES themes/therapy/Makefile" ;; "themes/today/Makefile") CONFIG_FILES="$CONFIG_FILES themes/today/Makefile" ;; "themes/totem/Makefile") CONFIG_FILES="$CONFIG_FILES themes/totem/Makefile" ;; "themes/trench/Makefile") CONFIG_FILES="$CONFIG_FILES themes/trench/Makefile" ;; "themes/triviality/Makefile") CONFIG_FILES="$CONFIG_FILES themes/triviality/Makefile" ;; "themes/tubular/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tubular/Makefile" ;; "themes/tux/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tux/Makefile" ;; + "themes/tyrex/Makefile") CONFIG_FILES="$CONFIG_FILES themes/tyrex/Makefile" ;; "themes/variation/Makefile") CONFIG_FILES="$CONFIG_FILES themes/variation/Makefile" ;; + "themes/wallis/Makefile") CONFIG_FILES="$CONFIG_FILES themes/wallis/Makefile" ;; "themes/waza/Makefile") CONFIG_FILES="$CONFIG_FILES themes/waza/Makefile" ;; "themes/wildbush/Makefile") CONFIG_FILES="$CONFIG_FILES themes/wildbush/Makefile" ;; "themes/xfce/Makefile") CONFIG_FILES="$CONFIG_FILES themes/xfce/Makefile" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done @@ -2999,175 +3139,302 @@ # after its creation but before its name has been assigned to `$tmp'. $debug || { - tmp= + tmp= ac_tmp= trap 'exit_status=$? - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 - trap '{ (exit 1); exit 1; }' 1 2 13 15 + trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -n "$tmp" && test -d "$tmp" + test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") -} || -{ - echo "$me: cannot create a temporary directory in ." >&2 - { (exit 1); exit 1; } -} - -# -# Set up the sed scripts for CONFIG_FILES section. -# +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -am__isrc!$am__isrc$ac_delim -CYGPATH_W!$CYGPATH_W$ac_delim -PACKAGE!$PACKAGE$ac_delim -VERSION!$VERSION$ac_delim -ACLOCAL!$ACLOCAL$ac_delim -AUTOCONF!$AUTOCONF$ac_delim -AUTOMAKE!$AUTOMAKE$ac_delim -AUTOHEADER!$AUTOHEADER$ac_delim -MAKEINFO!$MAKEINFO$ac_delim -install_sh!$install_sh$ac_delim -STRIP!$STRIP$ac_delim -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim -mkdir_p!$mkdir_p$ac_delim -AWK!$AWK$ac_delim -SET_MAKE!$SET_MAKE$ac_delim -am__leading_dot!$am__leading_dot$ac_delim -AMTAR!$AMTAR$ac_delim -am__tar!$am__tar$ac_delim -am__untar!$am__untar$ac_delim -MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim -MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim -MAINT!$MAINT$ac_delim -LIBOBJS!$LIBOBJS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim -_ACEOF + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 64; then + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=/{ -s/:*\$(srcdir):*/:/ -s/:*\${srcdir}:*/:/ -s/:*@srcdir@:*/:/ -s/^\([^=]*=[ ]*\):*/\1/ + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// s/^[^=]*=[ ]*$// }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} - { (exit 1); exit 1; }; };; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -3186,7 +3453,7 @@ for ac_f do case $ac_f in - -) ac_f="$tmp/stdin";; + -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. @@ -3195,26 +3462,34 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} - { (exit 1); exit 1; }; };; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" done # 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. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac @@ -3224,42 +3499,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - { as_dir="$ac_dir" - case $as_dir in #( - -*) as_dir=./$as_dir;; - esac - test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { - as_dirs= - while :; do - case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" - as_dir=`$as_dirname -- "$as_dir" || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -3277,20 +3517,15 @@ q } s/.*/./; q'` - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } + as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -3335,12 +3570,12 @@ esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= - -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -3348,36 +3583,37 @@ /@docdir@/p /@infodir@/p /@localedir@/p -/@mandir@/p -' $ac_file_inputs` in +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g - s&\\\${datarootdir}&$datarootdir&g' ;; + s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -3388,121 +3624,51 @@ s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined." >&2;} + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} - rm -f "$tmp/stdin" + rm -f "$ac_tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #undef with comments. This is necessary, for -# example, in the case of _POSIX_SOURCE, which is predefined and required -# on some systems where configure will not decide to define it. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -echo "$as_me: $ac_file is unchanged" >&6;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 fi - rm -f "$tmp/out12" -# Compute $ac_file's index in $config_headers. -_am_arg=$ac_file +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in @@ -3517,7 +3683,7 @@ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -echo X"$_am_arg" | +$as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -3543,11 +3709,13 @@ done # for ac_tag -{ (exit 0); exit 0; } +as_fn_exit 0 _ACEOF -chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -3567,6 +3735,10 @@ exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. - $ac_cs_success || { (exit 1); exit 1; } + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi diff -Nru xfwm4-themes-4.6.0/configure.ac xfwm4-themes-4.10.0/configure.ac --- xfwm4-themes-4.6.0/configure.ac 2009-02-25 23:55:26.000000000 +0000 +++ xfwm4-themes-4.10.0/configure.ac 2012-04-28 22:02:15.000000000 +0000 @@ -1,6 +1,6 @@ dnl configure.ac -AC_INIT([xfwm4-themes], [4.6.0], [http://bugzilla.xfce.org]) +AC_INIT([xfwm4-themes], [4.10.0], [http://bugzilla.xfce.org]) AM_CONFIG_HEADER([config.h]) @@ -11,15 +11,14 @@ AC_PROG_INSTALL() AC_OUTPUT([ -xfwm4-themes.spec Makefile themes/Makefile themes/adept/Makefile -themes/agua/Makefile themes/agualemon/Makefile +themes/agua/Makefile themes/alternate/Makefile -themes/atlanta/Makefile themes/atlanta2/Makefile +themes/atlanta/Makefile themes/b5/Makefile themes/b6/Makefile themes/basix/Makefile @@ -30,9 +29,14 @@ themes/buzz/Makefile themes/coldsteel/Makefile themes/coolclean/Makefile -themes/crux/Makefile themes/cruxish/Makefile +themes/crux/Makefile themes/curve/Makefile +themes/default-4.0/Makefile +themes/default-4.2/Makefile +themes/default-4.4/Makefile +themes/default-4.6/Makefile +themes/default-4.8/Makefile themes/defcon-IV/Makefile themes/eazel-blue/Makefile themes/elberg/Makefile @@ -46,8 +50,8 @@ themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile -themes/kde/Makefile themes/kde1/Makefile +themes/kde/Makefile themes/keramik/Makefile themes/kindaker/Makefile themes/kleanux/Makefile @@ -57,9 +61,9 @@ themes/meenee/Makefile themes/metabox/Makefile themes/microcurve/Makefile -themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile +themes/microdeck/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile @@ -77,23 +81,28 @@ themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile +themes/sassandra/Makefile themes/silverado/Makefile themes/slick/Makefile themes/slimline/Makefile themes/smallscreen/Makefile themes/smoothwall/Makefile +themes/stoneage/Makefile themes/symphony/Makefile themes/synthetic/Makefile themes/tabs/Makefile -themes/tgc/Makefile themes/tgc-large/Makefile +themes/tgc/Makefile +themes/therapy/Makefile themes/today/Makefile themes/totem/Makefile themes/trench/Makefile themes/triviality/Makefile themes/tubular/Makefile themes/tux/Makefile +themes/tyrex/Makefile themes/variation/Makefile +themes/wallis/Makefile themes/waza/Makefile themes/wildbush/Makefile themes/xfce/Makefile diff -Nru xfwm4-themes-4.6.0/debian/changelog xfwm4-themes-4.10.0/debian/changelog --- xfwm4-themes-4.6.0/debian/changelog 2011-04-19 14:51:49.000000000 +0000 +++ xfwm4-themes-4.10.0/debian/changelog 2016-08-11 21:23:41.000000000 +0000 @@ -1,3 +1,34 @@ +xfwm4-themes (4.10.0-2~ubuntu12.04.1) precise; urgency=low + + * No-change backport to precise + + -- João Batista L. Gomes F. Mon, 10 Aug 2015 11:29:46 +0200 + +xfwm4-themes (4.10.0-2) unstable; urgency=low + + [ Lionel Le Folgoc ] + * Upload to unstable. + + [ Yves-Alexis Perez ] + * debian/control: + - update standards version to 3.9.4. + + -- Lionel Le Folgoc Sat, 22 Jun 2013 14:56:44 +0200 + +xfwm4-themes (4.10.0-1) experimental; urgency=low + + [ Lionel Le Folgoc ] + * New upstream stable release. + * debian/control: breaks/replaces previous xfwm4 versions, some themes have + been moved for 4.10 to reduce xfwm4's tarball size. + + [ Yves-Alexis Perez ] + * debian/control: + - add Lionel to uploaders. + - update standards version to 3.9.3. + + -- Lionel Le Folgoc Sat, 05 May 2012 14:01:10 +0200 + xfwm4-themes (4.6.0-3) unstable; urgency=low [ Stefan Ott ] @@ -30,12 +61,12 @@ xfwm4-themes (4.6.0-1) experimental; urgency=low - [ Xfce 4.6 Alpha “Pinkie” ] + [ Xfce 4.6 Alpha “Pinkie” ] * new upstream alpha version. * debian/control: - update my email address. - - update standards version. - - add Homepage: field. + - update standards version. + - add Homepage: field. * debian/control: - update build-deps for Xfce 4.6 Alpha. - remove now useless conflicts. @@ -86,7 +117,7 @@ xfwm4-themes (4.4.1-1) unstable; urgency=low - * New upstream release. + * New upstream release. -- Yves-Alexis Perez Sun, 15 Apr 2007 15:28:17 +0100 @@ -127,7 +158,7 @@ xfwm4-themes (4.3.90.1-2) unstable; urgency=low * Add Replaces: so that we can overwrite the themes from old xfwm4. - + -- Simon Huggins Sun, 14 May 2006 16:48:36 +0100 xfwm4-themes (4.3.90.1-1) unstable; urgency=low @@ -135,7 +166,7 @@ * New upstream release * Modified build depend indep to build depend for debhelper * Updated to standards version 3.7.0 - + -- Yves-Alexis Perez Wed, 03 May 2006 18:35:05 +0100 xfwm4-themes (4.2.3-1) unstable; urgency=low @@ -184,7 +215,7 @@ * Fix dependency problem (finally!) -- Martin Loschwitz Sat, 28 Dec 2003 15:11:00 +0100 - + xfwm4-themes (4.0.0.final-1.1) unstable; urgency=low * NMU diff -Nru xfwm4-themes-4.6.0/debian/control xfwm4-themes-4.10.0/debian/control --- xfwm4-themes-4.6.0/debian/control 2011-04-19 14:51:43.000000000 +0000 +++ xfwm4-themes-4.10.0/debian/control 2013-06-22 12:56:39.000000000 +0000 @@ -2,9 +2,10 @@ Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers -Uploaders: Yves-Alexis Perez +Uploaders: Yves-Alexis Perez , + Lionel Le Folgoc Build-Depends: debhelper (>= 7) -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 Homepage: http://www.xfce.org/ Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfwm4-themes/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfwm4-themes/ @@ -12,7 +13,9 @@ Package: xfwm4-themes Section: xfce Architecture: all -Depends: xfwm4 (>= 4.6.0), ${misc:Depends} +Depends: xfwm4 (>= 4.10.0), ${misc:Depends} +Breaks: xfwm4 (<< 4.10.0) +Replaces: xfwm4 (<< 4.10.0) Description: Theme files for xfwm4 This package contains several theme files for xfwm4, the window manager of the Xfce4 project. If you are diff -Nru xfwm4-themes-4.6.0/INSTALL xfwm4-themes-4.10.0/INSTALL --- xfwm4-themes-4.6.0/INSTALL 2009-02-26 00:04:07.000000000 +0000 +++ xfwm4-themes-4.10.0/INSTALL 2012-04-28 22:02:19.000000000 +0000 @@ -1,19 +1,25 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007 Free Software Foundation, Inc. +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, +Inc. -This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. Basic Installation ================== -Briefly, the shell commands `./configure; make; make install' should + Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for -instructions specific to this package. +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses @@ -42,7 +48,7 @@ you want to change it or regenerate `configure' using a newer version of `autoconf'. -The simplest way to compile this package is: + The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. @@ -53,12 +59,22 @@ 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with - the package. + the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and - documentation. + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. - 5. You can remove the program binaries and object files from the + 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is @@ -67,15 +83,22 @@ all sorts of other programs in order to regenerate files that came with the distribution. - 6. Often, you can also type `make uninstall' to remove the installed - files again. + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. Compilers and Options ===================== -Some systems require unusual options for compilation or linking that the -`configure' script does not know about. Run `./configure --help' for -details on some of the pertinent environment variables. + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here @@ -88,25 +111,41 @@ Compiling For Multiple Architectures ==================================== -You can compile the package for more than one kind of computer at the + You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + Installation Names ================== -By default, `make install' installs the package's commands under + By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you @@ -117,16 +156,47 @@ In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. -Optional Features -================= - -Some packages pay attention to `--enable-FEATURE' options to + Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The @@ -138,14 +208,58 @@ you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + Specifying the System Type ========================== -There may be some features `configure' cannot figure out automatically, -but needs to determine by the type of machine the package will run on. -Usually, assuming the package is built to be run on the _same_ -architectures, `configure' can figure that out, but if it prints a -message saying it cannot guess the machine type, give it the + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: @@ -153,7 +267,8 @@ where SYSTEM can have one of these forms: - OS KERNEL-OS + OS + KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't @@ -171,9 +286,9 @@ Sharing Defaults ================ -If you want to set default values for `configure' scripts to share, you -can create a site shell script called `config.site' that gives default -values for variables like `CC', `cache_file', and `prefix'. + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. @@ -182,7 +297,7 @@ Defining Variables ================== -Variables not defined in a site shell script can be set in the + Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set @@ -201,11 +316,19 @@ `configure' Invocation ====================== -`configure' recognizes the following options to control how it operates. + `configure' recognizes the following options to control how it +operates. `--help' `-h' - Print a summary of the options to `configure', and exit. + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. `--version' `-V' @@ -232,6 +355,16 @@ Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. +`--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. diff -Nru xfwm4-themes-4.6.0/install-sh xfwm4-themes-4.10.0/install-sh --- xfwm4-themes-4.6.0/install-sh 2009-02-26 00:03:50.000000000 +0000 +++ xfwm4-themes-4.10.0/install-sh 2012-04-28 22:02:16.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2011-01-19.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -156,6 +156,10 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac shift;; -T) no_target_directory=true;; @@ -186,6 +190,10 @@ fi shift # arg dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -200,7 +208,11 @@ fi if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -228,9 +240,9 @@ for src do - # Protect names starting with `-'. + # Protect names problematic for `test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,12 +264,7 @@ echo "$0: no destination specified." >&2 exit 1 fi - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. @@ -385,7 +392,7 @@ case $dstdir in /*) prefix='/';; - -*) prefix='./';; + [-=\(\)!]*) prefix='./';; *) prefix='';; esac @@ -403,7 +410,7 @@ for d do - test -z "$d" && continue + test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then @@ -515,5 +522,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -Nru xfwm4-themes-4.6.0/Makefile.am xfwm4-themes-4.10.0/Makefile.am --- xfwm4-themes-4.6.0/Makefile.am 2009-02-25 23:54:10.000000000 +0000 +++ xfwm4-themes-4.10.0/Makefile.am 2012-04-28 22:02:15.000000000 +0000 @@ -1,17 +1,19 @@ @SET_MAKE@ -EXTRA_DIST = \ - xfwm4-themes.spec - SUBDIRS = themes +.PHONY: ChangeLog + +ChangeLog: Makefile + (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \ + && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \ + || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2) + +dist-hook: ChangeLog + distclean-local: rm -rf *.cache *~ -rpm: dist - rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz - @rm -f $(PACKAGE)-$(VERSION).tar.gz - dist-bz2: dist zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 diff -Nru xfwm4-themes-4.6.0/Makefile.in xfwm4-themes-4.10.0/Makefile.in --- xfwm4-themes-4.6.0/Makefile.in 2009-02-26 00:04:07.000000000 +0000 +++ xfwm4-themes-4.10.0/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,9 +15,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -32,8 +51,8 @@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(srcdir)/xfwm4-themes.spec.in $(top_srcdir)/configure AUTHORS \ - COPYING ChangeLog INSTALL NEWS TODO install-sh missing + $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ + TODO install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -42,7 +61,8 @@ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = xfwm4-themes.spec +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -52,8 +72,16 @@ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) @@ -61,12 +89,41 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d $(distdir) \ - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr $(distdir); }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -95,6 +152,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -137,31 +195,29 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = \ - xfwm4-themes.spec - SUBDIRS = themes all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ - cd $(srcdir) && $(AUTOMAKE) --gnu \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -177,28 +233,25 @@ $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(srcdir) && $(AUTOCONF) + $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_srcdir) && $(AUTOHEADER) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 -xfwm4-themes.spec: $(top_builddir)/config.status $(srcdir)/xfwm4-themes.spec.in - cd $(top_builddir) && $(SHELL) ./config.status $@ # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -207,7 +260,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -224,7 +277,7 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ @@ -232,7 +285,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -258,16 +311,16 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -275,14 +328,14 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -294,7 +347,7 @@ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ @@ -303,36 +356,41 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) - test -d $(distdir) || mkdir $(distdir) + test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -348,49 +406,74 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r $(distdir) + || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__remove_distdir) + dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) @@ -406,7 +489,7 @@ dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -415,15 +498,19 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ - bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ - unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac @@ -431,10 +518,13 @@ mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -455,14 +545,24 @@ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @cd $(distuninstallcheck_dir) \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -493,16 +593,22 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -523,6 +629,8 @@ html: html-recursive +html-am: + info: info-recursive info-am: @@ -531,18 +639,28 @@ install-dvi: install-dvi-recursive +install-dvi-am: + install-exec-am: install-html: install-html-recursive +install-html-am: + install-info: install-info-recursive +install-info-am: + install-man: install-pdf: install-pdf-recursive +install-pdf-am: + install-ps: install-ps-recursive +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -565,38 +683,45 @@ uninstall-am: -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ + ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ - dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ - distclean-generic distclean-hdr distclean-local distclean-tags \ - distcleancheck distdir distuninstallcheck dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags tags-recursive uninstall uninstall-am + dist-hook dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ + dist-zip distcheck distclean distclean-generic distclean-hdr \ + distclean-local distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am @SET_MAKE@ +.PHONY: ChangeLog + +ChangeLog: Makefile + (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \ + && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \ + || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2) + +dist-hook: ChangeLog + distclean-local: rm -rf *.cache *~ -rpm: dist - rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz - @rm -f $(PACKAGE)-$(VERSION).tar.gz - dist-bz2: dist zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 distcheck-bz2: distcheck zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/missing xfwm4-themes-4.10.0/missing --- xfwm4-themes-4.6.0/missing 2009-02-26 00:03:50.000000000 +0000 +++ xfwm4-themes-4.10.0/missing 2012-04-28 22:02:16.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2006-05-10.23 +scriptversion=2012-01-06.13; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -18,9 +18,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -86,9 +84,11 @@ help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + Send bug reports to ." exit $? ;; @@ -106,23 +106,21 @@ esac +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect -# the program). +# the program). This is about non-GNU programs, so use $1 not +# $program. case $1 in - lex|yacc) + lex*|yacc*) # Not GNU programs, they don't have --version. ;; - tar) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. @@ -138,7 +136,7 @@ # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case $1 in +case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -148,7 +146,7 @@ touch aclocal.m4 ;; - autoconf) + autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the @@ -157,7 +155,7 @@ touch configure ;; - autoheader) + autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want @@ -187,7 +185,7 @@ while read f; do touch "$f"; done ;; - autom4te) + autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the @@ -210,7 +208,7 @@ fi ;; - bison|yacc) + bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package @@ -218,7 +216,7 @@ \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` @@ -240,7 +238,7 @@ fi ;; - lex|flex) + lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package @@ -248,7 +246,7 @@ \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` @@ -263,7 +261,7 @@ fi ;; - help2man) + help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the @@ -277,11 +275,11 @@ else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" - exit 1 + exit $? fi ;; - makeinfo) + makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file @@ -310,41 +308,6 @@ touch $file ;; - tar) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. @@ -363,5 +326,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -Nru xfwm4-themes-4.6.0/themes/adept/Makefile.in xfwm4-themes-4.10.0/themes/adept/Makefile.in --- xfwm4-themes-4.6.0/themes/adept/Makefile.in 2009-02-26 00:03:51.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/adept/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Adept/xfwm4 @@ -167,14 +214,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/adept/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/adept/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/adept/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/adept/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -192,23 +239,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -232,13 +284,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -259,16 +315,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -287,6 +349,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -295,18 +359,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -340,6 +414,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/agua/Makefile.in xfwm4-themes-4.10.0/themes/agua/Makefile.in --- xfwm4-themes-4.6.0/themes/agua/Makefile.in 2009-02-26 00:03:51.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/agua/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Agua/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/agua/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/agua/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/agua/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/agua/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/agualemon/Makefile.in xfwm4-themes-4.10.0/themes/agualemon/Makefile.in --- xfwm4-themes-4.6.0/themes/agualemon/Makefile.in 2009-02-26 00:03:51.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/agualemon/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Agualemon/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/agualemon/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/agualemon/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/agualemon/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/agualemon/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/alternate/Makefile.in xfwm4-themes-4.10.0/themes/alternate/Makefile.in --- xfwm4-themes-4.6.0/themes/alternate/Makefile.in 2009-02-26 00:03:51.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/alternate/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Alternate/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/alternate/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/alternate/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/alternate/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/alternate/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/atlanta/Makefile.in xfwm4-themes-4.10.0/themes/atlanta/Makefile.in --- xfwm4-themes-4.6.0/themes/atlanta/Makefile.in 2009-02-26 00:03:51.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/atlanta/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Atlanta/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/atlanta/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/atlanta/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/atlanta/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/atlanta/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/atlanta2/Makefile.in xfwm4-themes-4.10.0/themes/atlanta2/Makefile.in --- xfwm4-themes-4.6.0/themes/atlanta2/Makefile.in 2009-02-26 00:03:52.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/atlanta2/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Atlanta2/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/atlanta2/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/atlanta2/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/atlanta2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/atlanta2/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/b5/Makefile.in xfwm4-themes-4.10.0/themes/b5/Makefile.in --- xfwm4-themes-4.6.0/themes/b5/Makefile.in 2009-02-26 00:03:52.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/b5/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/B5/xfwm4 @@ -161,14 +208,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/b5/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/b5/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/b5/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/b5/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -186,23 +233,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -226,13 +278,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -253,16 +309,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -281,6 +343,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -289,18 +353,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -334,6 +408,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/b6/Makefile.in xfwm4-themes-4.10.0/themes/b6/Makefile.in --- xfwm4-themes-4.6.0/themes/b6/Makefile.in 2009-02-26 00:03:52.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/b6/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/B6/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/b6/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/b6/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/b6/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/b6/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/basix/Makefile.in xfwm4-themes-4.10.0/themes/basix/Makefile.in --- xfwm4-themes-4.6.0/themes/basix/Makefile.in 2009-02-26 00:03:52.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/basix/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Basix/xfwm4 @@ -199,14 +246,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/basix/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/basix/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/basix/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/basix/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -224,23 +271,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -264,13 +316,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -291,16 +347,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -319,6 +381,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -327,18 +391,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -372,6 +446,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/bbs/Makefile.in xfwm4-themes-4.10.0/themes/bbs/Makefile.in --- xfwm4-themes-4.6.0/themes/bbs/Makefile.in 2009-02-26 00:03:52.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/bbs/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/BBS/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/bbs/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/bbs/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/bbs/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/bbs/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/beastie/Makefile.in xfwm4-themes-4.10.0/themes/beastie/Makefile.in --- xfwm4-themes-4.6.0/themes/beastie/Makefile.in 2009-02-26 00:03:52.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/beastie/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Beastie/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/beastie/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/beastie/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/beastie/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/beastie/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/biz/Makefile.in xfwm4-themes-4.10.0/themes/biz/Makefile.in --- xfwm4-themes-4.6.0/themes/biz/Makefile.in 2009-02-26 00:03:53.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/biz/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Biz/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/biz/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/biz/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/biz/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/biz/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/blackwall/Makefile.in xfwm4-themes-4.10.0/themes/blackwall/Makefile.in --- xfwm4-themes-4.6.0/themes/blackwall/Makefile.in 2009-02-26 00:03:53.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/blackwall/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Blackwall/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/blackwall/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/blackwall/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/blackwall/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/blackwall/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/buzz/Makefile.in xfwm4-themes-4.10.0/themes/buzz/Makefile.in --- xfwm4-themes-4.6.0/themes/buzz/Makefile.in 2009-02-26 00:03:53.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/buzz/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Buzz/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/buzz/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/buzz/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/buzz/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/buzz/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/coldsteel/Makefile.in xfwm4-themes-4.10.0/themes/coldsteel/Makefile.in --- xfwm4-themes-4.6.0/themes/coldsteel/Makefile.in 2009-02-26 00:03:54.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/coldsteel/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Coldsteel/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/coldsteel/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/coldsteel/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/coldsteel/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/coldsteel/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/coolclean/Makefile.in xfwm4-themes-4.10.0/themes/coolclean/Makefile.in --- xfwm4-themes-4.6.0/themes/coolclean/Makefile.in 2009-02-26 00:03:54.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/coolclean/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Coolclean/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/coolclean/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/coolclean/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/coolclean/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/coolclean/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/crux/Makefile.in xfwm4-themes-4.10.0/themes/crux/Makefile.in --- xfwm4-themes-4.6.0/themes/crux/Makefile.in 2009-02-26 00:03:54.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/crux/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Crux/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/crux/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/crux/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/crux/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/crux/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/cruxish/Makefile.in xfwm4-themes-4.10.0/themes/cruxish/Makefile.in --- xfwm4-themes-4.6.0/themes/cruxish/Makefile.in 2009-02-26 00:03:54.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/cruxish/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Cruxish/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/cruxish/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/cruxish/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/cruxish/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/cruxish/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/curve/Makefile.in xfwm4-themes-4.10.0/themes/curve/Makefile.in --- xfwm4-themes-4.6.0/themes/curve/Makefile.in 2009-02-26 00:03:54.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/curve/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Curve/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/curve/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/curve/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/curve/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/curve/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/bottom-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/bottom-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,15 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 6 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"################################", +"................................", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/bottom-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,15 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 6 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"################################", +"................................", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/bottom-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #525FAB s active_color_1", +"@ c #4B58A2 s active_shadow_1", +"# c #FFFFFF s active_hilight_1", +"$ c #848FD6 s active_mid_1", +".+@@@@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#++++@@@@@@@@@@", +" .#++++++++++++@", +" .#++++++++++++@", +" .@@++++++++++@", +" ..@@@@@@@@@@@", +" ..........."}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/bottom-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #525FAB s inactive_color_1", +"@ c #4B58A2 s inactive_shadow_1", +"# c #FFFFFF s inactive_hilight_1", +"$ c #848FD6 s inactive_mid_1", +".+@@@@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#+++@ ", +".#++++@@@@@@@@@@", +" .#++++++++++++@", +" .#++++++++++++@", +" .@@++++++++++@", +" ..@@@@@@@@@@@", +" ..........."}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/bottom-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 6 1", +" c None", +". c #4B58A2 s active_shadow_1", +"+ c #525FAB s active_color_1", +"@ c #000000", +"# c #FFFFFF s active_hilight_1", +"$ c #848FD6 s active_mid_1", +" .....@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +"..........++++.@", +".++++++++++++.@ ", +".++++++++++++.@ ", +".++++++++++..@ ", +"...........@@ ", +"@@@@@@@@@@@ "}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/bottom-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #4B58A2 s inactive_shadow_1", +"+ c #525FAB s inactive_color_1", +"@ c #000000", +"# c #FFFFFF s inactive_hilight_1", +"$ c #848FD6 s inactive_mid_1", +" .....@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +" .+++.@", +"..........++++.@", +".++++++++++++.@ ", +".++++++++++++.@ ", +".++++++++++..@ ", +"...........@@ ", +"@@@@@@@@@@@ "}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/close-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/close-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/close-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++##+++++##++++", +"++++###+++###++++", +"++++@###+###@++++", +"++++$@#####@$++++", +"+++++$@###@$+++++", +"++++++#####++++++", +"+++++###@###+++++", +"++++###@$@###++++", +"++++##@$+$@##++++", +"++++@@$+++$@@++++", +"++++$$+++++$$++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/close-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/close-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++@@+++++@@++++", +"++++@@@+++@@@++++", +"++++$@@@+@@@$++++", +"+++++$@@@@@$+++++", +"++++++$@@@$++++++", +"++++++@@@@@++++++", +"+++++@@@$@@@+++++", +"++++@@@$+$@@@++++", +"++++@@$+++$@@++++", +"++++$$+++++$$++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/close-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/close-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@##@@@@@##@@@=", +".@@@###@@@###@@@=", +".@@@.###@###.@@@=", +".@@@@.#####.@@@@=", +".@@@@@.###.@@@@@=", +".@@@@@#####@@@@@=", +".@@@@###.###@@@@=", +".@@@###.@.###@@@=", +".@@@##.@@@.##@@@=", +".@@@..@@@@@..@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}: + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/hide-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/hide-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/hide-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++#####++++++", +"++++++#####++++++", +"++++++##+##++++++", +"++++++#####++++++", +"++++++#####++++++", +"++++++@@@@@++++++", +"++++++$$$$$++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/hide-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/hide-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++@@@@@++++++", +"++++++@@@@@++++++", +"++++++@@+@@++++++", +"++++++@@@@@++++++", +"++++++@@@@@++++++", +"++++++$$$$$++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/hide-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/hide-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@#####@@@@@=", +".@@@@@#####@@@@@=", +".@@@@@##@##@@@@@=", +".@@@@@#####@@@@@=", +".@@@@@#####@@@@@=", +".@@@@@.....@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/left-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_active_xpm[] = { +"6 32 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"# c #D5D6D5 s active_color_2", +"* c #B4BAB4 s active_mid_2", +"@ c #000000", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"6 32 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"# c #D5D6D5 s inactive_color_2", +"* c #B4BAB4 s inactive_mid_2", +"@ c #000000", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####", +"@+####"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/Makefile.am xfwm4-themes-4.10.0/themes/default-4.0/Makefile.am --- xfwm4-themes-4.6.0/themes/default-4.0/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/Makefile.am 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,56 @@ +themedir = $(datadir)/themes/Default-4.0/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/Makefile.in xfwm4-themes-4.10.0/themes/default-4.0/Makefile.in --- xfwm4-themes-4.6.0/themes/default-4.0/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -0,0 +1,439 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/default-4.0 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Default-4.0/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/default-4.0/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/default-4.0/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/maximize-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/maximize-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++#########++++", +"++++#########++++", +"++++##@@@@@##++++", +"++++##$$$$$##++++", +"++++##+++++##++++", +"++++##+++++##++++", +"++++##+++++##++++", +"++++#########++++", +"++++#########++++", +"++++@@@@@@@@@++++", +"++++$$$$$$$$$++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/maximize-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++@@@@@@@@@++++", +"++++@@@@@@@@@++++", +"++++@@$$$$$@@++++", +"++++@@+++++@@++++", +"++++@@+++++@@++++", +"++++@@+++++@@++++", +"++++@@+++++@@++++", +"++++@@@@@@@@@++++", +"++++@@@@@@@@@++++", +"++++$$$$$$$$$++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/maximize-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@#########@@@=", +".@@@#########@@@=", +".@@@##.....##@@@=", +".@@@##@@@@@##@@@=", +".@@@##@@@@@##@@@=", +".@@@##@@@@@##@@@=", +".@@@##@@@@@##@@@=", +".@@@#########@@@=", +".@@@#########@@@=", +".@@@.........@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/maximize-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++########++++++", +"+++########++++++", +"+++##@@@@##++++++", +"+++##$$$$##@##+++", +"+++##++++##@##+++", +"+++##++++##+##+++", +"+++########+##+++", +"+++########+##+++", +"+++@@@@@++++##+++", +"+++$$$########+++", +"++++++########+++", +"++++++@@@@@@@@+++", +"++++++$$$$$$$$+++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/maximize-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++@@@@@@@@++++++", +"+++@@@@@@@@++++++", +"+++@@$$$$@@++++++", +"+++@@++++@@$@@+++", +"+++@@++++@@$@@+++", +"+++@@++++@@+@@+++", +"+++@@@@@@@@+@@+++", +"+++@@@@@@@@+@@+++", +"+++$$$$$++++@@+++", +"++++++@@@@@@@@+++", +"++++++@@@@@@@@+++", +"++++++$$$$$$$$+++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/maximize-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@########@@@@@=", +".@@########@@@@@=", +".@@##....##@@@@@=", +".@@##@@@@##.##@@=", +".@@##@@@@##.##@@=", +".@@##@@@@##@##@@=", +".@@########@##@@=", +".@@########@##@@=", +".@@.....@@@@##@@=", +".@@@@@########@@=", +".@@@@@########@@=", +".@@@@@........@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/menu-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/menu-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/menu-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++###########+++", +"+++###########+++", +"+++@@@@@@@@@@@+++", +"+++$#########$+++", +"++++##@@@@@##++++", +"++++@##$$$##@++++", +"++++$@##+##@$++++", +"+++++$@###@$+++++", +"++++++$@#@$++++++", +"+++++++$@$+++++++", +"++++++++$++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/menu-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/menu-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++@@@@@@@@@@@+++", +"+++@@@@@@@@@@@+++", +"+++$$$$$$$$$$$+++", +"++++@@@@@@@@@++++", +"++++@@$$$$$@@++++", +"++++$@@+++@@$++++", +"+++++$@@+@@$+++++", +"++++++$@@@$++++++", +"+++++++$@$+++++++", +"++++++++$++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/menu-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/menu-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@###########@@=", +".@@###########@@=", +".@@...........@@=", +".@@@#########@@@=", +".@@@##.....##@@@=", +".@@@.##.@.##.@@@=", +".@@@@.##.##.@@@@=", +".@@@@@.###.@@@@@=", +".@@@@@@.#.@@@@@@=", +".@@@@@@@.@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/README xfwm4-themes-4.10.0/themes/default-4.0/README --- xfwm4-themes-4.6.0/themes/default-4.0/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/README 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,4 @@ +default-4.0 +----------- + +Default xfwm4 theme from version 4.0. diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/right-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_active_xpm[] = { +"6 32 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"# c #D5D6D5 s active_color_2", +"* c #B4BAB4 s active_mid_2", +"@ c #000000", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"6 32 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"# c #D5D6D5 s inactive_color_2", +"* c #B4BAB4 s inactive_mid_2", +"@ c #000000", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@", +"###*.@"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/shade-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/shade-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/shade-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++++$++++++++", +"+++++++$$$+++++++", +"++++++$$@$$++++++", +"+++++$$@#@$$+++++", +"++++$$@#+#@$$++++", +"++++$$$$$$$$$++++", +"++++@@@@@@@@@++++", +"+++$$$$$$$$$$$+++", +"+++$$$$$$$$$$$+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/shade-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/shade-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++++@++++++++", +"+++++++@@@+++++++", +"++++++@@#@@++++++", +"+++++@@#+#@@+++++", +"++++@@+++++@@++++", +"++++@@@@@@@@@++++", +"++++#########++++", +"+++@@@@@@@@@@@+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/shade-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/shade-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@#@@@@@@@=", +".@@@@@@###@@@@@@=", +".@@@@@##.##@@@@@=", +".@@@@##.@.##@@@@=", +".@@@##.@@@.##@@@=", +".@@@#########@@@=", +".@@@.........@@@=", +".@@###########@@=", +".@@###########@@=", +".@@...........@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/shade-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++$$$$$$$$$++++", +"++++$$@@@@@$$++++", +"++++@$$###$$@++++", +"++++#@$$+$$@#++++", +"+++++#@$$$@#+++++", +"++++++#@$@#++++++", +"+++++++#@#+++++++", +"+++$$$$$$$$$$$+++", +"+++$$$$$$$$$$$+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/shade-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++@@@@@@@@@++++", +"++++@@#####@@++++", +"++++#@@+++@@#++++", +"+++++#@@+@@#+++++", +"++++++#@@@#++++++", +"+++++++#@#+++++++", +"++++++++#++++++++", +"+++@@@@@@@@@@@+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/shade-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@#########@@@=", +".@@@##.....##@@@=", +".@@@.##@@@##.@@@=", +".@@@@.##@##.@@@@=", +".@@@@@.###.@@@@@=", +".@@@@@@.#.@@@@@@=", +".@@@@@@@.@@@@@@@=", +".@@###########@@=", +".@@###########@@=", +".@@...........@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/stick-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/stick-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/stick-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++#+++#+++", +"+++++++++#####+++", +"+++@######++##+++", +"+++#$$$$$#$$##+++", +"+++@######@@##+++", +"+++$@@@@@#####+++", +"++++$$$$$#@@@#+++", +"+++++++++@$$$@+++", +"+++++++++$+++$+++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/stick-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/stick-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++@+++@+++", +"+++++++++@@@@@+++", +"+++$@@@@@@++@@+++", +"+++@$$$$$@$$@@+++", +"+++$@@@@@@$$@@+++", +"++++$$$$$@@@@@+++", +"+++++++++@$$$@+++", +"+++++++++$+++$+++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/stick-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/stick-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................+", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@#@@@#@@=", +".@@@@@@@@#####@@=", +".@@.######@@##@@=", +".@@#.....#..##@@=", +".@@.######..##@@=", +".@@@.....#####@@=", +".@@@@@@@@#...#@@=", +".@@@@@@@@.@@@.@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +".@@@@@@@@@@@@@@@=", +"+================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/stick-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++#$$$#++++++", +"+++++#$++@$#+++++", +"+++++$+++#@$#++++", +"+++++$++$#@$@++++", +"+++++$@###@$@#+++", +"+++++#$@@@$@@#+++", +"++++++#$$$@@##+++", +"+++++++#@@@##++++", +"+++++++++###+++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/stick-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"17 22 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +" ", +" ", +" ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++#@@@#++++++", +"+++++#@++#@#+++++", +"+++++@+++##@#++++", +"+++++@++@##@#++++", +"+++++@#####@##+++", +"+++++#@###@###+++", +"++++++#@@@####+++", +"+++++++######++++", +"+++++++++###+++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.0/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/stick-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"17 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #B4BAB4 s active_mid_2", +"@ c #D5D6D5 s active_color_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000", +" ", +" ", +" ", +"................@", +".+++++++++++++++=", +".+++++++++++++++=", +".+++++++++++++++=", +".+++++++++++++++=", +".+++++.###.+++++=", +".++++.#@@.#.++++=", +".++++#@@@+.#.+++=", +".++++#@@#+.#.+++=", +".++++#.+++.#..++=", +".++++.#...#...++=", +".+++++.###....++=", +".++++++......+++=", +".++++++++...++++=", +".+++++++++++++++=", +".+++++++++++++++=", +"@================", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/themerc xfwm4-themes-4.10.0/themes/default-4.0/themerc --- xfwm4-themes-4.6.0/themes/default-4.0/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/themerc 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,9 @@ +button_offset=0 +button_spacing=2 +full_width_title=true +maximized_offset=2 +title_horizontal_offset=0 +title_shadow_active=false +title_shadow_inactive=false +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-1-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-1-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"8 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"########"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-1-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"8 22 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"########"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-2-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-2-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"16 22 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #4B58A2 s active_shadow_1", +"$ c #525FAB s active_color_1", +"% c #848FD6 s active_mid_1", +"& c #B4BAB4 s active_mid_2", +"* c #949594 s active_shadow_2", +"= c #FFFFFF s active_hilight_1", +"................", +"+++++$==========", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@@#$$$$$$$$$", +"@@@@@@#$$$$$$$$$", +"@@@@@@@#$$$$$$$$", +"@@@@@@@@##$$$$$$", +"@@@@@@@@@@######", +"&&&&&&&&&&&&&&&&",}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-2-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"16 22 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #4B58A2 s inactive_shadow_1", +"$ c #525FAB s inactive_color_1", +"% c #848FD6 s inactive_mid_1", +"& c #B4BAB4 s inactive_mid_2", +"* c #949594 s inactive_shadow_2", +"= c #FFFFFF s inactive_hilight_1", +"................", +"+++++$==========", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@#$$$$$$$$$$", +"@@@@@@#$$$$$$$$$", +"@@@@@@#$$$$$$$$$", +"@@@@@@@#$$$$$$$$", +"@@@@@@@@##$$$$$$", +"@@@@@@@@@@######", +"&&&&&&&&&&&&&&&&",}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-3-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-3-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"20 22 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #4B58A2 s active_shadow_1", +"$ c #848FD6 s active_mid_1", +"% c #525FAB s active_color_1", +"& c #B4BAB4 s active_mid_2", +"* c #949594 s active_shadow_2", +"= c #FFFFFF s active_hilight_1", +"....................", +"====================", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"####################", +"&&&&&&&&&&&&&&&&&&&&"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-3-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"20 22 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #4B58A2 s inactive_shadow_1", +"$ c #848FD6 s inactive_mid_1", +"% c #525FAB s inactive_color_1", +"& c #B4BAB4 s inactive_mid_2", +"* c #949594 s inactive_shadow_2", +"= c #FFFFFF s inactive_hilight_1", +"....................", +"====================", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"####################", +"&&&&&&&&&&&&&&&&&&&&"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-4-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-4-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"16 22 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #949594 s active_shadow_2", +"$ c #4B58A2 s active_shadow_1", +"% c #848FD6 s active_mid_1", +"& c #525FAB s active_color_1", +"* c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_1", +"................", +"==========&+++++", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&$@@@@@@", +"&&&&&&&&&$@@@@@@", +"&&&&&&&&$@@@@@@@", +"&&&&&&$$@@@@@@@@", +"$$$$$$@@@@@@@@@@", +"****************"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-4-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"16 22 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #949594 s inactive_shadow_2", +"$ c #4B58A2 s inactive_shadow_1", +"% c #848FD6 s inactive_mid_1", +"& c #525FAB s inactive_color_1", +"* c #B4BAB4 s inactive_mid_2", +"= c #FFFFFF s inactive_hilight_1", +"................", +"==========&+++++", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&&$@@@@@", +"&&&&&&&&&$@@@@@@", +"&&&&&&&&&$@@@@@@", +"&&&&&&&&$@@@@@@@", +"&&&&&&$$@@@@@@@@", +"$$$$$$@@@@@@@@@@", +"****************"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-5-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-5-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"8 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"########"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/title-5-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"8 22 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"########"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/top-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/top-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"7 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #B4BAB4 s active_mid_2", +"@ c #FFFFFF s active_hilight_2", +"# c #D5D6D5 s active_color_2", +"$ c #000000", +" $$", +" $$@@", +" $@@##", +" $@####", +" $@####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/top-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"7 22 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #B4BAB4 s inactive_mid_2", +"@ c #FFFFFF s inactive_hilight_2", +"# c #D5D6D5 s inactive_color_2", +"$ c #000000", +" $$", +" $$@@", +" $@@##", +" $@####", +" $@####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####", +"$@#####"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/top-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.0/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/top-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"7 22 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #B4BAB4 s active_mid_2", +"# c #D5D6D5 s active_color_2", +"$ c #000000", +"$$ ", +"++$$ ", +"##+#$ ", +"###@.$ ", +"###@.$ ", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.0/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.0/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.0/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.0/top-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"7 22 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #B4BAB4 s inactive_mid_2", +"# c #D5D6D5 s inactive_color_2", +"$ c #000000", +"$$ ", +"++$$ ", +"##+#$ ", +"###@.$ ", +"###@.$ ", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/bottom-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/bottom-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,14 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 5 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_2", +"@ c #3E566B s active_shadow_2", +"$ c #567B9C s active_mid_2", +"# c #4C7BA6 s active_color_2", +"################################", +"################################", +"################################", +"################################", +"................................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/bottom-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,14 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 5 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_2", +"@ c #3E566B s inactive_shadow_2", +"$ c #567B9C s inactive_mid_2", +"# c #4C7BA6 s inactive_color_2", +"################################", +"################################", +"################################", +"################################", +"................................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/bottom-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_2", +"@ c #3E566B s active_shadow_2", +"$ c #567B9C s active_mid_2", +"# c #4C7BA6 s active_color_2", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".$### ", +".@##############", +" .$#############", +" .@$############", +" ..@$##########", +" ............"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/bottom-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_2", +"@ c #3E566B s inactive_shadow_2", +"$ c #567B9C s inactive_mid_2", +"# c #4C7BA6 s inactive_color_2", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".#### ", +".$### ", +".@##############", +" .$#############", +" .@$############", +" ..@$##########", +" ............"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/bottom-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_2", +"@ c #3E566B s active_shadow_2", +"$ c #567B9C s active_mid_2", +"# c #4C7BA6 s active_color_2", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ###$.", +"##############@.", +"#############$. ", +"############$@. ", +"##########$@.. ", +"............ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/bottom-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_2", +"@ c #3E566B s inactive_shadow_2", +"$ c #567B9C s inactive_mid_2", +"# c #4C7BA6 s inactive_color_2", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ####.", +" ###$.", +"##############@.", +"#############$. ", +"############$@. ", +"##########$@.. ", +"............ "}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/close-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/close-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/close-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000 s active_border_color", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++##+++++##++++", +"++++###+++###++++", +"++++@###+###@++++", +"++++$@#####@$++++", +"+++++$@###@$+++++", +"++++++#####++++++", +"+++++###@###+++++", +"++++###@$@###++++", +"++++##@$+$@##++++", +"++++@@$+++$@@++++", +"++++$$+++++$$++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/close-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/close-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000 s inactive_border_color", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++@@+++++@@++++", +"++++@@@+++@@@++++", +"++++$@@@+@@@$++++", +"+++++$@@@@@$+++++", +"++++++$@@@$++++++", +"++++++@@@@@++++++", +"+++++@@@$@@@+++++", +"++++@@@$+$@@@++++", +"++++@@$+++$@@++++", +"++++$$+++++$$++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/close-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/close-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@##@@@@@##@@@.", +".@@@###@@@###@@@.", +".@@@.###@###.@@@.", +".@@@@.#####.@@@@.", +".@@@@@.###.@@@@@.", +".@@@@@#####@@@@@.", +".@@@@###.###@@@@.", +".@@@###.@.###@@@.", +".@@@##.@@@.##@@@.", +".@@@..@@@@@..@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}: + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/hide-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/hide-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/hide-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000 s active_border_color", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++#####++++++", +"++++++#####++++++", +"++++++##+##++++++", +"++++++#####++++++", +"++++++#####++++++", +"++++++@@@@@++++++", +"++++++$$$$$++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/hide-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/hide-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000 s inactive_border_color", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++@@@@@++++++", +"++++++@@@@@++++++", +"++++++@@+@@++++++", +"++++++@@@@@++++++", +"++++++@@@@@++++++", +"++++++$$$$$++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/hide-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/hide-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@#####@@@@@.", +".@@@@@#####@@@@@.", +".@@@@@##@##@@@@@.", +".@@@@@#####@@@@@.", +".@@@@@#####@@@@@.", +".@@@@@.....@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/left-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_active_xpm[] = { +"5 32 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_2", +"@ c #3E566B s active_shadow_2", +"$ c #567B9C s active_mid_2", +"# c #4C7BA6 s active_color_2", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"5 32 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_2", +"@ c #3E566B s inactive_shadow_2", +"$ c #567B9C s inactive_mid_2", +"# c #4C7BA6 s inactive_color_2", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####", +".####"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/Makefile.am xfwm4-themes-4.10.0/themes/default-4.2/Makefile.am --- xfwm4-themes-4.6.0/themes/default-4.2/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,89 @@ +themedir = $(datadir)/themes/Default-4.2/xfwm4 +theme_DATA = \ + README \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + themerc \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/Makefile.in xfwm4-themes-4.10.0/themes/default-4.2/Makefile.in --- xfwm4-themes-4.6.0/themes/default-4.2/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -0,0 +1,472 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/default-4.2 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Default-4.2/xfwm4 +theme_DATA = \ + README \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + themerc \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/default-4.2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/default-4.2/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/maximize-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/maximize-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000 s active_border_color", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++#########++++", +"++++#########++++", +"++++##@@@@@##++++", +"++++##$$$$$##++++", +"++++##+++++##++++", +"++++##+++++##++++", +"++++##+++++##++++", +"++++#########++++", +"++++#########++++", +"++++@@@@@@@@@++++", +"++++$$$$$$$$$++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/maximize-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000 s inactive_border_color", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++@@@@@@@@@++++", +"++++@@@@@@@@@++++", +"++++@@$$$$$@@++++", +"++++@@+++++@@++++", +"++++@@+++++@@++++", +"++++@@+++++@@++++", +"++++@@+++++@@++++", +"++++@@@@@@@@@++++", +"++++@@@@@@@@@++++", +"++++$$$$$$$$$++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/maximize-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@#########@@@.", +".@@@#########@@@.", +".@@@##.....##@@@.", +".@@@##@@@@@##@@@.", +".@@@##@@@@@##@@@.", +".@@@##@@@@@##@@@.", +".@@@##@@@@@##@@@.", +".@@@#########@@@.", +".@@@#########@@@.", +".@@@.........@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000 s active_border_color", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++########++++++", +"+++########++++++", +"+++##@@@@##++++++", +"+++##$$$$##@##+++", +"+++##++++##@##+++", +"+++##++++##+##+++", +"+++########+##+++", +"+++########+##+++", +"+++@@@@@++++##+++", +"+++$$$########+++", +"++++++########+++", +"++++++@@@@@@@@+++", +"++++++$$$$$$$$+++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000 s inactive_border_color", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++@@@@@@@@++++++", +"+++@@@@@@@@++++++", +"+++@@$$$$@@++++++", +"+++@@++++@@$@@+++", +"+++@@++++@@$@@+++", +"+++@@++++@@+@@+++", +"+++@@@@@@@@+@@+++", +"+++@@@@@@@@+@@+++", +"+++$$$$$++++@@+++", +"++++++@@@@@@@@+++", +"++++++@@@@@@@@+++", +"++++++$$$$$$$$+++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/maximize-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@########@@@@@.", +".@@########@@@@@.", +".@@##....##@@@@@.", +".@@##@@@@##.##@@.", +".@@##@@@@##.##@@.", +".@@##@@@@##@##@@.", +".@@########@##@@.", +".@@########@##@@.", +".@@.....@@@@##@@.", +".@@@@@########@@.", +".@@@@@########@@.", +".@@@@@........@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/menu-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/menu-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/menu-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000 s active_border_color", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++###########+++", +"+++###########+++", +"+++@@@@@@@@@@@+++", +"+++$#########$+++", +"++++##@@@@@##++++", +"++++@##$$$##@++++", +"++++$@##+##@$++++", +"+++++$@###@$+++++", +"++++++$@#@$++++++", +"+++++++$@$+++++++", +"++++++++$++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/menu-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/menu-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000 s inactive_border_color", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++@@@@@@@@@@@+++", +"+++@@@@@@@@@@@+++", +"+++$$$$$$$$$$$+++", +"++++@@@@@@@@@++++", +"++++@@$$$$$@@++++", +"++++$@@+++@@$++++", +"+++++$@@+@@$+++++", +"++++++$@@@$++++++", +"+++++++$@$+++++++", +"++++++++$++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/menu-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/menu-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@###########@@.", +".@@###########@@.", +".@@...........@@.", +".@@@#########@@@.", +".@@@##.....##@@@.", +".@@@.##.@.##.@@@.", +".@@@@.##.##.@@@@.", +".@@@@@.###.@@@@@.", +".@@@@@@.#.@@@@@@.", +".@@@@@@@.@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/README xfwm4-themes-4.10.0/themes/default-4.2/README --- xfwm4-themes-4.6.0/themes/default-4.2/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/README 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,6 @@ +breeze +------ + +An original theme for xfwm4. +Created Apr. 2004 by Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/right-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_active_xpm[] = { +"5 32 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_2", +"@ c #3E566B s active_shadow_2", +"$ c #567B9C s active_mid_2", +"# c #4C7BA6 s active_color_2", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"5 32 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_2", +"@ c #3E566B s inactive_shadow_2", +"$ c #567B9C s inactive_mid_2", +"# c #4C7BA6 s inactive_color_2", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####.", +"####."}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/shade-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/shade-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/shade-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++++$++++++++", +"+++++++$$$+++++++", +"++++++$$@$$++++++", +"+++++$$@#@$$+++++", +"++++$$@#+#@$$++++", +"++++$$$$$$$$$++++", +"++++@@@@@@@@@++++", +"+++$$$$$$$$$$$+++", +"+++$$$$$$$$$$$+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/shade-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/shade-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++++@++++++++", +"+++++++@@@+++++++", +"++++++@@#@@++++++", +"+++++@@#+#@@+++++", +"++++@@+++++@@++++", +"++++@@@@@@@@@++++", +"++++#########++++", +"+++@@@@@@@@@@@+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/shade-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/shade-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@#@@@@@@@.", +".@@@@@@###@@@@@@.", +".@@@@@##.##@@@@@.", +".@@@@##.@.##@@@@.", +".@@@##.@@@.##@@@.", +".@@@#########@@@.", +".@@@.........@@@.", +".@@###########@@.", +".@@###########@@.", +".@@...........@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++$$$$$$$$$++++", +"++++$$@@@@@$$++++", +"++++@$$###$$@++++", +"++++#@$$+$$@#++++", +"+++++#@$$$@#+++++", +"++++++#@$@#++++++", +"+++++++#@#+++++++", +"+++$$$$$$$$$$$+++", +"+++$$$$$$$$$$$+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++@@@@@@@@@++++", +"++++@@#####@@++++", +"++++#@@+++@@#++++", +"+++++#@@+@@#+++++", +"++++++#@@@#++++++", +"+++++++#@#+++++++", +"++++++++#++++++++", +"+++@@@@@@@@@@@+++", +"+++@@@@@@@@@@@+++", +"+++###########+++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/shade-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@#########@@@.", +".@@@##.....##@@@.", +".@@@.##@@@##.@@@.", +".@@@@.##@##.@@@@.", +".@@@@@.###.@@@@@.", +".@@@@@@.#.@@@@@@.", +".@@@@@@@.@@@@@@@.", +".@@###########@@.", +".@@###########@@.", +".@@...........@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/stick-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/stick-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/stick-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #000000 s active_border_color", +"$ c #B4BAB4 s active_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++#+++#+++", +"+++++++++#####+++", +"+++@######++##+++", +"+++#$$$$$#$$##+++", +"+++@######@@##+++", +"+++$@@@@@#####+++", +"++++$$$$$#@@@#+++", +"+++++++++@$$$@+++", +"+++++++++$+++$+++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/stick-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/stick-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #000000 s inactive_border_color", +"$ c #B4BAB4 s inactive_mid_2", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++@+++@+++", +"+++++++++@@@@@+++", +"+++$@@@@@@++@@+++", +"+++@$$$$$@$$@@+++", +"+++$@@@@@@$$@@+++", +"++++$$$$$@@@@@+++", +"+++++++++@$$$@+++", +"+++++++++$+++$+++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/stick-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/stick-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #D5D6D5 s active_color_2", +"@ c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@#@@@#@@.", +".@@@@@@@@#####@@.", +".@@.######@@##@@.", +".@@#.....#..##@@.", +".@@.######..##@@.", +".@@@.....#####@@.", +".@@@@@@@@#...#@@.", +".@@@@@@@@.@@@.@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +".@@@@@@@@@@@@@@@.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s active_hilight_2", +"+ c #D5D6D5 s active_color_2", +"@ c #949594 s active_shadow_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++#$$$#++++++", +"+++++#$++@$#+++++", +"+++++$+++#@$#++++", +"+++++$++$#@$@++++", +"+++++$@###@$@#+++", +"+++++#$@@@$@@#+++", +"++++++#$$$@@##+++", +"+++++++#@@@##++++", +"+++++++++###+++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"17 21 6 1", +" c None", +". c #FFFFFF s inactive_hilight_2", +"+ c #D5D6D5 s inactive_color_2", +"@ c #949594 s inactive_shadow_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +" +++++++++++++++ ", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"+++++++++++++++++", +"++++++#@@@#++++++", +"+++++#@++#@#+++++", +"+++++@+++##@#++++", +"+++++@++@##@#++++", +"+++++@#####@##+++", +"+++++#@###@###+++", +"++++++#@@@####+++", +"+++++++######++++", +"+++++++++###+++++", +"+++++++++++++++++", +"+++++++++++++++++", +" +++++++++++++++ ", +" ", +" "}; + Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/stick-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"17 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #B4BAB4 s active_mid_2", +"@ c #D5D6D5 s active_color_2", +"= c #FFFFFF s active_hilight_2", +"# c #000000 s active_border_color", +" ", +" ", +" ", +" ............... ", +".+++++++++++++++.", +".+++++++++++++++.", +".+++++++++++++++.", +".+++++++++++++++.", +".+++++.###.+++++.", +".++++.#@@.#.++++.", +".++++#@@@+.#.+++.", +".++++#@@#+.#.+++.", +".++++#.+++.#..++.", +".++++.#...#...++.", +".+++++.###....++.", +".++++++......+++.", +".++++++++...++++.", +".+++++++++++++++.", +".+++++++++++++++.", +" ............... ", +" ", +" "}; + diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/themerc xfwm4-themes-4.10.0/themes/default-4.2/themerc --- xfwm4-themes-4.6.0/themes/default-4.2/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/themerc 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,10 @@ +active_text_color=#FFFFFF +button_offset=-1 +button_spacing=0 +full_width_title=true +maximized_offset=2 +title_horizontal_offset=8 +title_shadow_active=true +title_shadow_inactive=false +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-1-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-1-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"8 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-1-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"8 21 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-2-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-2-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"4 21 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #4B58A2 s active_shadow_1", +"$ c #525FAB s active_color_1", +"% c #848FD6 s active_mid_1", +"& c #B4BAB4 s active_mid_2", +"* c #949594 s active_shadow_2", +"= c #FFFFFF s active_hilight_1", +"....", +"+++#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-2-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"4 21 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #4B58A2 s inactive_shadow_1", +"$ c #525FAB s inactive_color_1", +"% c #848FD6 s inactive_mid_1", +"& c #B4BAB4 s inactive_mid_2", +"* c #949594 s inactive_shadow_2", +"= c #FFFFFF s inactive_hilight_1", +"....", +"+++#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@#", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-3-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-3-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"20 21 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #4B58A2 s active_shadow_1", +"$ c #848FD6 s active_mid_1", +"% c #525FAB s active_color_1", +"& c #B4BAB4 s active_mid_2", +"* c #949594 s active_shadow_2", +"= c #FFFFFF s active_hilight_1", +"....................", +"====================", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"####################", +"@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-3-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"20 21 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #4B58A2 s inactive_shadow_1", +"$ c #848FD6 s inactive_mid_1", +"% c #525FAB s inactive_color_1", +"& c #B4BAB4 s inactive_mid_2", +"* c #949594 s inactive_shadow_2", +"= c #FFFFFF s inactive_hilight_1", +"....................", +"====================", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%", +"####################", +"@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-4-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-4-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"4 21 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #949594 s active_shadow_2", +"$ c #4B58A2 s active_shadow_1", +"% c #848FD6 s active_mid_1", +"& c #525FAB s active_color_1", +"* c #B4BAB4 s active_mid_2", +"= c #FFFFFF s active_hilight_1", +"....", +"$+++", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-4-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"4 21 10 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #949594 s inactive_shadow_2", +"$ c #4B58A2 s inactive_shadow_1", +"% c #848FD6 s inactive_mid_1", +"& c #525FAB s inactive_color_1", +"* c #B4BAB4 s inactive_mid_2", +"= c #FFFFFF s inactive_hilight_1", +"....", +"$+++", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"$@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-5-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-5-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"8 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/title-5-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"8 21 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", +"$$$$$$$$", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/top-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/top-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"7 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #B4BAB4 s active_mid_2", +"# c #D5D6D5 s active_color_2", +"$ c #000000", +" $$", +" $$@#", +" $@##+", +" $.####", +" $@####", +"$.#####", +"$@#####", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/top-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"7 21 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #B4BAB4 s inactive_mid_2", +"# c #D5D6D5 s inactive_color_2", +"$ c #000000", +" $$", +" $$@#", +" $@##+", +" $.####", +" $@####", +"$.#####", +"$@#####", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######", +"$######"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/top-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.2/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/top-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"7 21 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #B4BAB4 s active_mid_2", +"# c #D5D6D5 s active_color_2", +"$ c #000000", +"$$ ", +"#@$$ ", +"+##@$ ", +"####.$ ", +"####@$ ", +"#####.$", +"#####@$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.2/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.2/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.2/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.2/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.2/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.2/top-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"7 21 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #B4BAB4 s inactive_mid_2", +"# c #D5D6D5 s inactive_color_2", +"$ c #000000", +"$$ ", +"#@$$ ", +"+##@$ ", +"####.$ ", +"####@$ ", +"#####.$", +"#####@$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$", +"######$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-active.svg xfwm4-themes-4.10.0/themes/default-4.4/bottom-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"24 6 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"########################", +"########################", +"########################", +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/bottom-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"24 6 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"########################", +"########################", +"########################", +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-active.svg xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,84 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@##############", +"@@##############", +"@@##############", +"@@##############", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,84 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@##############", +"@@##############", +"@@##############", +"@@##############", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-active.svg xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,84 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +"##############@@", +"##############@@", +"##############@@", +"##############@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,84 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/bottom-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +"##############@@", +"##############@@", +"##############@@", +"##############@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/close-active.svg xfwm4-themes-4.10.0/themes/default-4.4/close-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/close-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/close-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/close-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/close-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/close-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/close-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/close-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/close-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/close-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/close-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/close-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/close-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/close-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/close-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/close-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/close-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/close-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/hide-active.svg xfwm4-themes-4.10.0/themes/default-4.4/hide-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/hide-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/hide-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/hide-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/hide-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/hide-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/hide-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/hide-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/hide-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/hide-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/hide-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/hide-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/hide-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/hide-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/hide-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/hide-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/hide-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/hide-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/left-active.svg xfwm4-themes-4.10.0/themes/default-4.4/left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/left-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,83 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/left-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_active_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/left-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,83 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/Makefile.am xfwm4-themes-4.10.0/themes/default-4.4/Makefile.am --- xfwm4-themes-4.6.0/themes/default-4.4/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,184 @@ +themedir = $(datadir)/themes/Default-4.4/xfwm4 + +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg -f png $$svg_file $$image.png; \ + done diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/Makefile.in xfwm4-themes-4.10.0/themes/default-4.4/Makefile.in --- xfwm4-themes-4.6.0/themes/default-4.4/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -0,0 +1,566 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/default-4.4 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(noinst_DATA) $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Default-4.4/xfwm4 +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/default-4.4/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/default-4.4/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg -f png $$svg_file $$image.png; \ + done + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-active.svg xfwm4-themes-4.10.0/themes/default-4.4/maximize-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/maximize-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/maximize-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/maximize-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/menu-active.svg xfwm4-themes-4.10.0/themes/default-4.4/menu-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/menu-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/menu-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/menu-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/menu-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/menu-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/menu-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/menu-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/menu-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/menu-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/menu-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/menu-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/menu-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/menu-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/menu-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/menu-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/menu-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/menu-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/README xfwm4-themes-4.10.0/themes/default-4.4/README --- xfwm4-themes-4.6.0/themes/default-4.4/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/README 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,7 @@ +Mopti +----- + +SVG based theme for xfwm4. +Created Sept. 2006 by Olivier Fourdan +Modified Dec. 2006 by Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/right-active.svg xfwm4-themes-4.10.0/themes/default-4.4/right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/right-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,83 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/right-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_active_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/right-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,83 @@ + + + + + + + + + image/svg+xml + + Border + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-active.svg xfwm4-themes-4.10.0/themes/default-4.4/shade-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/shade-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/shade-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/shade-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/shade-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/shade-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/shade-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/shade-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-active.svg xfwm4-themes-4.10.0/themes/default-4.4/stick-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/stick-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/stick-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/stick-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/stick-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/stick-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/stick-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/stick-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/themerc xfwm4-themes-4.10.0/themes/default-4.4/themerc --- xfwm4-themes-4.6.0/themes/default-4.4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/themerc 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,15 @@ +active_text_color=#ffffff +button_offset=0 +button_spacing=0 +full_width_title=false +maximized_offset=0 +shadow_delta_height=4 +shadow_delta_width=1 +shadow_delta_x=1 +shadow_delta_y=1 +show_app_icon=true +title_horizontal_offset=1 +title_shadow_active=frame +title_shadow_inactive=false +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-1-active.svg xfwm4-themes-4.10.0/themes/default-4.4/title-1-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-1-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-1-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-1-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-1-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-1-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/title-1-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-1-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-1-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-1-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-2-active.svg xfwm4-themes-4.10.0/themes/default-4.4/title-2-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-2-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-2-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-2-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-2-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-2-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/title-2-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-2-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-2-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-2-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-3-active.svg xfwm4-themes-4.10.0/themes/default-4.4/title-3-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-3-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-3-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-3-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-3-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-3-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/title-3-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-3-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-3-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-3-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-4-active.svg xfwm4-themes-4.10.0/themes/default-4.4/title-4-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-4-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-4-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-4-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-4-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-4-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/title-4-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-4-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-4-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-4-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-5-active.svg xfwm4-themes-4.10.0/themes/default-4.4/title-5-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-5-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-5-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-5-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-5-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-5-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/title-5-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/title-5-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-5-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/title-5-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-left-active.svg xfwm4-themes-4.10.0/themes/default-4.4/top-left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/top-left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-left-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +" ......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/top-left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/top-left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-left-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +" ......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-right-active.svg xfwm4-themes-4.10.0/themes/default-4.4/top-right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.4/top-right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-right-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.4/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"...... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.4/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.4/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.4/top-right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.4/top-right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-right-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.4/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.4/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.4/top-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"...... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-active.svg xfwm4-themes-4.10.0/themes/default-4.6/bottom-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,77 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,10 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"24 4 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/bottom-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,77 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,10 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"24 4 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-active.svg xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,76 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,76 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@ ", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-active.svg xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,76 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,76 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/bottom-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +" @@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-active.svg xfwm4-themes-4.10.0/themes/default-4.6/close-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/close-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/close-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/close-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/close-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/close-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/close-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/close-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/close-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/close-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/close-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/close-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/close-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/close-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/close-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-active.svg xfwm4-themes-4.10.0/themes/default-4.6/hide-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/hide-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/hide-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/hide-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/hide-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/hide-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/hide-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/hide-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/hide-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/hide-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/hide-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/hide-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/hide-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/hide-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/hide-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/left-active.svg xfwm4-themes-4.10.0/themes/default-4.6/left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/left-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,75 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/left-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_active_xpm[] = { +"4 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/left-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,75 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"4 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/Makefile.am xfwm4-themes-4.10.0/themes/default-4.6/Makefile.am --- xfwm4-themes-4.6.0/themes/default-4.6/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,211 @@ +themedir = $(datadir)/themes/Default-4.6/xfwm4 + +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-prelight.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-prelight.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-prelight.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-prelight.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-prelight.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-prelight.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-prelight.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-prelight.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-prelight.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-prelight.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-prelight.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-prelight.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-prelight.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-prelight.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-prelight.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-prelight.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-prelight.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-prelight.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-prelight.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-prelight.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-prelight.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-prelight.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg -f png $$svg_file $$image.png; \ + done diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/Makefile.in xfwm4-themes-4.10.0/themes/default-4.6/Makefile.in --- xfwm4-themes-4.6.0/themes/default-4.6/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -0,0 +1,593 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/default-4.6 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(noinst_DATA) $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Default-4.6/xfwm4 +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-prelight.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-prelight.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-prelight.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-prelight.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-prelight.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-prelight.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-prelight.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-prelight.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-prelight.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-prelight.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-prelight.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-prelight.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-prelight.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-prelight.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-prelight.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-prelight.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-prelight.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-prelight.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-prelight.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-prelight.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-prelight.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-prelight.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/default-4.6/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/default-4.6/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg -f png $$svg_file $$image.png; \ + done + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-active.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/maximize-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-active.svg xfwm4-themes-4.10.0/themes/default-4.6/menu-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/menu-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,116 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/menu-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,28 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/menu-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/menu-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,28 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"18 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/menu-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/menu-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/menu-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/menu-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,116 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/menu-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/menu-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/menu-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/menu-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,116 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/menu-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/menu-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/README xfwm4-themes-4.10.0/themes/default-4.6/README --- xfwm4-themes-4.6.0/themes/default-4.6/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/README 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,3 @@ +joy - SVG based theme for xfwm4. +(c) 2006, 2007, 2008 - Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/right-active.svg xfwm4-themes-4.10.0/themes/default-4.6/right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/right-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,75 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/right-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_active_xpm[] = { +"4 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/right-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,75 @@ + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"4 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-active.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/shade-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-active.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-prelight.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-prelight.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-prelight.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-pressed.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/stick-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"24 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/themerc xfwm4-themes-4.10.0/themes/default-4.6/themerc --- xfwm4-themes-4.6.0/themes/default-4.6/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/themerc 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,16 @@ +active_text_color=#ffffff +button_offset=1 +button_spacing=-1 +full_width_title=false +maximized_offset=0 +shadow_delta_height=2 +shadow_delta_width=1 +shadow_delta_x=1 +shadow_delta_y=1 +shadow_opacity=60 +show_app_icon=true +title_horizontal_offset=1 +title_shadow_active=frame +title_shadow_inactive=false +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-1-active.svg xfwm4-themes-4.10.0/themes/default-4.6/title-1-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-1-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-1-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,112 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-1-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-1-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-1-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/title-1-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-1-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-1-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-1-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-2-active.svg xfwm4-themes-4.10.0/themes/default-4.6/title-2-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-2-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-2-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,112 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-2-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-2-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-2-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/title-2-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-2-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-2-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-2-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-3-active.svg xfwm4-themes-4.10.0/themes/default-4.6/title-3-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-3-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-3-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,112 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-3-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-3-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-3-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/title-3-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-3-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-3-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-3-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-4-active.svg xfwm4-themes-4.10.0/themes/default-4.6/title-4-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-4-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-4-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,112 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-4-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-4-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-4-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/title-4-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-4-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-4-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-4-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-5-active.svg xfwm4-themes-4.10.0/themes/default-4.6/title-5-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-5-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-5-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,112 @@ + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-5-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-5-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-5-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/title-5-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/title-5-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-5-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/title-5-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-left-active.svg xfwm4-themes-4.10.0/themes/default-4.6/top-left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/top-left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-left-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,109 @@ + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +" ......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/top-left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/top-left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-left-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +" ......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-right-active.svg xfwm4-themes-4.10.0/themes/default-4.6/top-right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.6/top-right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-right-active.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,109 @@ + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.6/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 22 2 1", +" c None", +". c #C0C0FF s active_color_1", +"...... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.6/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.6/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.6/top-right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.6/top-right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-right-inactive.svg 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.6/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.6/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.6/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.6/top-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 22 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"...... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-active.svg xfwm4-themes-4.10.0/themes/default-4.8/bottom-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,68 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,10 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"24 4 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"########################", +"########################", +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/bottom-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,68 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,10 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"24 4 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"########################", +"########################", +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-active.svg xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@###############", +"@###############", +"@###############", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@ ", +"@###############", +"@###############", +"@###############", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-active.svg xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +"###############@", +"###############@", +"###############@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/bottom-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +" @", +"###############@", +"###############@", +"###############@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-active.svg xfwm4-themes-4.10.0/themes/default-4.8/close-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/close-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/close-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/close-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/close-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/close-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/close-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/close-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/close-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/close-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/close-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/close-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/close-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/close-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/close-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * close_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-active.svg xfwm4-themes-4.10.0/themes/default-4.8/hide-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/hide-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/hide-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/hide-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/hide-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/hide-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/hide-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/hide-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/hide-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/hide-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/hide-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/hide-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/hide-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/hide-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/hide-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/left-active.svg xfwm4-themes-4.10.0/themes/default-4.8/left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/left-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/left-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_active_xpm[] = { +"1 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/left-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"1 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/Makefile.am xfwm4-themes-4.10.0/themes/default-4.8/Makefile.am --- xfwm4-themes-4.6.0/themes/default-4.8/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/Makefile.am 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,211 @@ +themedir = $(datadir)/themes/Default-4.8/xfwm4 + +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-prelight.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-prelight.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-prelight.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-prelight.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-prelight.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-prelight.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-prelight.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-prelight.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-prelight.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-prelight.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-prelight.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-prelight.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-prelight.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-prelight.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-prelight.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-prelight.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-prelight.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-prelight.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-prelight.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-prelight.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-prelight.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-prelight.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg -f png $$svg_file $$image.png; \ + done diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/Makefile.in xfwm4-themes-4.10.0/themes/default-4.8/Makefile.in --- xfwm4-themes-4.6.0/themes/default-4.8/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -0,0 +1,593 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/default-4.8 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(noinst_DATA) $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Default-4.8/xfwm4 +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-prelight.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-prelight.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-prelight.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-prelight.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-prelight.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-prelight.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-prelight.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-prelight.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-prelight.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-prelight.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-prelight.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-prelight.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-prelight.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-prelight.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-prelight.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-prelight.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-prelight.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-prelight.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-prelight.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-prelight.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-prelight.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-prelight.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/default-4.8/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/default-4.8/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg -f png $$svg_file $$image.png; \ + done + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-active.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/maximize-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-active.svg xfwm4-themes-4.10.0/themes/default-4.8/menu-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/menu-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/menu-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,28 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 22 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/menu-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/menu-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,28 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"16 22 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/menu-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/menu-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/menu-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/menu-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/menu-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/menu-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,28 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 22 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/menu-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/menu-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/menu-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/menu-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,28 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 22 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/README xfwm4-themes-4.10.0/themes/default-4.8/README --- xfwm4-themes-4.6.0/themes/default-4.8/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/README 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,3 @@ +joy - SVG based theme for xfwm4. +(c) 2006, 2010 - Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/right-active.svg xfwm4-themes-4.10.0/themes/default-4.8/right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/right-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/right-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_active_xpm[] = { +"1 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/right-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"1 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@", +"@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-active.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/shade-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-active.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-active.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-prelight.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-prelight.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-prelight.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-prelight.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-prelight.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-prelight.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-prelight.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-prelight.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-prelight.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-pressed.svg xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-pressed.svg --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-pressed.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/stick-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"18 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" ", +" ", +" ", +" ", +" @@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@ ", +" ", +" "}; diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/themerc xfwm4-themes-4.10.0/themes/default-4.8/themerc --- xfwm4-themes-4.6.0/themes/default-4.8/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/themerc 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,15 @@ +active_text_color=#ffffff +button_offset=5 +button_spacing=0 +full_width_title=false +maximized_offset=0 +shadow_delta_height=4 +shadow_delta_width=1 +shadow_delta_x=1 +shadow_delta_y=1 +show_app_icon=true +title_horizontal_offset=4 +title_shadow_active=frame +title_shadow_inactive=false +title_vertical_offset_active=2 +title_vertical_offset_inactive=2 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-1-active.svg xfwm4-themes-4.10.0/themes/default-4.8/title-1-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-1-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-1-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-1-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-1-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-1-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/title-1-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-1-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-1-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-1-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-2-active.svg xfwm4-themes-4.10.0/themes/default-4.8/title-2-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-2-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-2-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-2-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-2-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-2-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/title-2-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-2-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-2-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-2-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-3-active.svg xfwm4-themes-4.10.0/themes/default-4.8/title-3-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-3-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-3-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-3-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-3-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-3-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/title-3-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-3-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-3-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-3-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-4-active.svg xfwm4-themes-4.10.0/themes/default-4.8/title-4-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-4-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-4-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-4-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-4-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-4-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/title-4-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-4-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-4-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-4-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-5-active.svg xfwm4-themes-4.10.0/themes/default-4.8/title-5-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-5-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-5-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-5-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-5-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-5-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/title-5-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/title-5-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-5-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Title + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/title-5-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-left-active.svg xfwm4-themes-4.10.0/themes/default-4.8/top-left-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/top-left-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-left-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-left-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +" @@@@", +" @@@@@@", +" @@@@@@@", +" @@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-left-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/top-left-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/top-left-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-left-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +" @@@@", +" @@@@@@", +" @@@@@@@", +" @@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-right-active.svg xfwm4-themes-4.10.0/themes/default-4.8/top-right-active.svg --- xfwm4-themes-4.6.0/themes/default-4.8/top-right-active.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-right-active.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-right-active.xpm xfwm4-themes-4.10.0/themes/default-4.8/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 22 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@ ", +"@@@@@@ ", +"@@@@@@@ ", +"@@@@@@@ ", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/default-4.8/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/default-4.8/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-right-inactive.svg xfwm4-themes-4.10.0/themes/default-4.8/top-right-inactive.svg --- xfwm4-themes-4.6.0/themes/default-4.8/top-right-inactive.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-right-inactive.svg 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Top Corner + + + Olivier Fourdan + + + + + + + + + + + + + + + + + diff -Nru xfwm4-themes-4.6.0/themes/default-4.8/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/default-4.8/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/default-4.8/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/default-4.8/top-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,27 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 22 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@ ", +"@@@@@@ ", +"@@@@@@@ ", +"@@@@@@@ ", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/defcon-IV/Makefile.in xfwm4-themes-4.10.0/themes/defcon-IV/Makefile.in --- xfwm4-themes-4.6.0/themes/defcon-IV/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/defcon-IV/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Defcon-IV/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/defcon-IV/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/defcon-IV/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/defcon-IV/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/defcon-IV/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/eazel-blue/Makefile.in xfwm4-themes-4.10.0/themes/eazel-blue/Makefile.in --- xfwm4-themes-4.6.0/themes/eazel-blue/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/eazel-blue/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Eazel-blue/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/eazel-blue/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/eazel-blue/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/eazel-blue/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/eazel-blue/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/elberg/Makefile.in xfwm4-themes-4.10.0/themes/elberg/Makefile.in --- xfwm4-themes-4.6.0/themes/elberg/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/elberg/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Elberg/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/elberg/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/elberg/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/elberg/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/elberg/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/exocet/Makefile.in xfwm4-themes-4.10.0/themes/exocet/Makefile.in --- xfwm4-themes-4.6.0/themes/exocet/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/exocet/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Exocet/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/exocet/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/exocet/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/exocet/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/exocet/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/fbx/Makefile.in xfwm4-themes-4.10.0/themes/fbx/Makefile.in --- xfwm4-themes-4.6.0/themes/fbx/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/fbx/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Fbx/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/fbx/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/fbx/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/fbx/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/fbx/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/g2/Makefile.in xfwm4-themes-4.10.0/themes/g2/Makefile.in --- xfwm4-themes-4.6.0/themes/g2/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/g2/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/G2/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/g2/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/g2/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/g2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/g2/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/galaxy/Makefile.in xfwm4-themes-4.10.0/themes/galaxy/Makefile.in --- xfwm4-themes-4.6.0/themes/galaxy/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/galaxy/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Galaxy/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/galaxy/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/galaxy/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/galaxy/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/galaxy/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/gaudy/Makefile.in xfwm4-themes-4.10.0/themes/gaudy/Makefile.in --- xfwm4-themes-4.6.0/themes/gaudy/Makefile.in 2009-02-26 00:03:55.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/gaudy/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Gaudy/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gaudy/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/gaudy/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gaudy/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/gaudy/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/gelly/Makefile.in xfwm4-themes-4.10.0/themes/gelly/Makefile.in --- xfwm4-themes-4.6.0/themes/gelly/Makefile.in 2009-02-26 00:03:56.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/gelly/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Gelly/xfwm4 @@ -199,14 +246,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gelly/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/gelly/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gelly/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/gelly/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -224,23 +271,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -264,13 +316,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -291,16 +347,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -319,6 +381,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -327,18 +391,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -372,6 +446,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/gnububble/Makefile.in xfwm4-themes-4.10.0/themes/gnububble/Makefile.in --- xfwm4-themes-4.6.0/themes/gnububble/Makefile.in 2009-02-26 00:03:56.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/gnububble/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Gnububble/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gnububble/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/gnububble/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gnububble/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/gnububble/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/gorilla/Makefile.in xfwm4-themes-4.10.0/themes/gorilla/Makefile.in --- xfwm4-themes-4.6.0/themes/gorilla/Makefile.in 2009-02-26 00:03:56.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/gorilla/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Gorilla/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gorilla/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/gorilla/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gorilla/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/gorilla/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/gtk/Makefile.in xfwm4-themes-4.10.0/themes/gtk/Makefile.in --- xfwm4-themes-4.6.0/themes/gtk/Makefile.in 2009-02-26 00:03:56.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/gtk/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Gtk/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gtk/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/gtk/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/gtk/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/gtk/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/iceg/Makefile.in xfwm4-themes-4.10.0/themes/iceg/Makefile.in --- xfwm4-themes-4.6.0/themes/iceg/Makefile.in 2009-02-26 00:03:56.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/iceg/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Iceg/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/iceg/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/iceg/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/iceg/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/iceg/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/kde/Makefile.in xfwm4-themes-4.10.0/themes/kde/Makefile.in --- xfwm4-themes-4.6.0/themes/kde/Makefile.in 2009-02-26 00:03:57.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/kde/Makefile.in 2012-04-28 22:02:17.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Kde/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kde/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/kde/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kde/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/kde/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/kde1/Makefile.in xfwm4-themes-4.10.0/themes/kde1/Makefile.in --- xfwm4-themes-4.6.0/themes/kde1/Makefile.in 2009-02-26 00:03:57.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/kde1/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Kde1/xfwm4 @@ -179,14 +226,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kde1/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/kde1/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kde1/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/kde1/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -204,23 +251,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -244,13 +296,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -271,16 +327,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -299,6 +361,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -307,18 +371,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -352,6 +426,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/keramik/Makefile.in xfwm4-themes-4.10.0/themes/keramik/Makefile.in --- xfwm4-themes-4.6.0/themes/keramik/Makefile.in 2009-02-26 00:03:57.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/keramik/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Keramik/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/keramik/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/keramik/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/keramik/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/keramik/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/kindaker/Makefile.in xfwm4-themes-4.10.0/themes/kindaker/Makefile.in --- xfwm4-themes-4.6.0/themes/kindaker/Makefile.in 2009-02-26 00:03:57.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/kindaker/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Kindaker/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kindaker/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/kindaker/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kindaker/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/kindaker/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/kleanux/Makefile.in xfwm4-themes-4.10.0/themes/kleanux/Makefile.in --- xfwm4-themes-4.6.0/themes/kleanux/Makefile.in 2009-02-26 00:03:57.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/kleanux/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Kleanux/xfwm4 @@ -172,14 +219,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kleanux/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/kleanux/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/kleanux/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/kleanux/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -197,23 +244,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -237,13 +289,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -264,16 +320,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -292,6 +354,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -300,18 +364,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -345,6 +419,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/koynacity/Makefile.in xfwm4-themes-4.10.0/themes/koynacity/Makefile.in --- xfwm4-themes-4.6.0/themes/koynacity/Makefile.in 2009-02-26 00:03:58.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/koynacity/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Koynacity/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/koynacity/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/koynacity/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/koynacity/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/koynacity/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/linea/Makefile.in xfwm4-themes-4.10.0/themes/linea/Makefile.in --- xfwm4-themes-4.6.0/themes/linea/Makefile.in 2009-02-26 00:03:58.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/linea/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Linea/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/linea/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/linea/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/linea/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/linea/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/lineart/Makefile.in xfwm4-themes-4.10.0/themes/lineart/Makefile.in --- xfwm4-themes-4.6.0/themes/lineart/Makefile.in 2009-02-26 00:03:58.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/lineart/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/LineArt/xfwm4 @@ -186,14 +233,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/lineart/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/lineart/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/lineart/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/lineart/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -211,23 +258,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -251,13 +303,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -278,16 +334,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -306,6 +368,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -314,18 +378,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -359,6 +433,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/Makefile.am xfwm4-themes-4.10.0/themes/Makefile.am --- xfwm4-themes-4.6.0/themes/Makefile.am 2009-02-25 23:54:10.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -21,6 +21,11 @@ crux \ cruxish \ curve \ + default-4.0 \ + default-4.2 \ + default-4.4 \ + default-4.6 \ + default-4.8 \ defcon-IV \ eazel-blue \ elberg \ @@ -65,23 +70,28 @@ redmond \ redmondxp \ retro \ + sassandra \ silverado \ slick \ slimline \ smallscreen \ smoothwall \ + stoneage \ symphony \ synthetic \ tabs \ tgc \ tgc-large \ + therapy \ today \ totem \ trench \ triviality \ tubular \ tux \ + tyrex \ variation \ + wallis \ waza \ wildbush \ xfce diff -Nru xfwm4-themes-4.6.0/themes/Makefile.in xfwm4-themes-4.10.0/themes/Makefile.in --- xfwm4-themes-4.6.0/themes/Makefile.in 2009-02-26 00:03:51.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/Makefile.in 2012-04-28 22:02:16.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -17,9 +18,27 @@ # themes/Makefile.am # VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -41,6 +60,7 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -50,12 +70,45 @@ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ @@ -83,6 +136,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -125,6 +179,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = \ @@ -147,6 +202,11 @@ crux \ cruxish \ curve \ + default-4.0 \ + default-4.2 \ + default-4.4 \ + default-4.6 \ + default-4.8 \ defcon-IV \ eazel-blue \ elberg \ @@ -191,23 +251,28 @@ redmond \ redmondxp \ retro \ + sassandra \ silverado \ slick \ slimline \ smallscreen \ smoothwall \ + stoneage \ symphony \ synthetic \ tabs \ tgc \ tgc-large \ + therapy \ today \ totem \ trench \ triviality \ tubular \ tux \ + tyrex \ variation \ + wallis \ waza \ wildbush \ xfce @@ -219,14 +284,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -244,6 +309,7 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -252,7 +318,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -269,7 +335,7 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ @@ -277,7 +343,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -303,16 +369,16 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -320,14 +386,14 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -339,7 +405,7 @@ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -348,29 +414,34 @@ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -391,29 +462,41 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ @@ -433,16 +516,22 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -461,6 +550,8 @@ html: html-recursive +html-am: + info: info-recursive info-am: @@ -469,18 +560,28 @@ install-dvi: install-dvi-recursive +install-dvi-am: + install-exec-am: install-html: install-html-recursive +install-html-am: + install-info: install-info-recursive +install-info-am: + install-man: install-pdf: install-pdf-recursive +install-pdf-am: + install-ps: install-ps-recursive +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -501,8 +602,8 @@ uninstall-am: -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic ctags \ @@ -517,6 +618,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ tags-recursive uninstall uninstall-am + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/meenee/Makefile.in xfwm4-themes-4.10.0/themes/meenee/Makefile.in --- xfwm4-themes-4.6.0/themes/meenee/Makefile.in 2009-02-26 00:03:58.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/meenee/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Meenee/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/meenee/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/meenee/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/meenee/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/meenee/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/metabox/Makefile.in xfwm4-themes-4.10.0/themes/metabox/Makefile.in --- xfwm4-themes-4.6.0/themes/metabox/Makefile.in 2009-02-26 00:03:58.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/metabox/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Metabox/xfwm4 @@ -202,14 +249,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/metabox/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/metabox/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/metabox/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/metabox/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -227,23 +274,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -267,13 +319,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -294,16 +350,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -322,6 +384,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -330,18 +394,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -375,6 +449,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/microcurve/Makefile.in xfwm4-themes-4.10.0/themes/microcurve/Makefile.in --- xfwm4-themes-4.6.0/themes/microcurve/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/microcurve/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Microcurve/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microcurve/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/microcurve/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microcurve/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/microcurve/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/microdeck/Makefile.in xfwm4-themes-4.10.0/themes/microdeck/Makefile.in --- xfwm4-themes-4.6.0/themes/microdeck/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/microdeck/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Microdeck/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microdeck/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/microdeck/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microdeck/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/microdeck/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/microdeck2/Makefile.in xfwm4-themes-4.10.0/themes/microdeck2/Makefile.in --- xfwm4-themes-4.6.0/themes/microdeck2/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/microdeck2/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Microdeck2/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microdeck2/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/microdeck2/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microdeck2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/microdeck2/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/microdeck3/Makefile.in xfwm4-themes-4.10.0/themes/microdeck3/Makefile.in --- xfwm4-themes-4.6.0/themes/microdeck3/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/microdeck3/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Microdeck3/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microdeck3/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/microdeck3/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microdeck3/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/microdeck3/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/microgui/Makefile.in xfwm4-themes-4.10.0/themes/microgui/Makefile.in --- xfwm4-themes-4.6.0/themes/microgui/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/microgui/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Microgui/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microgui/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/microgui/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/microgui/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/microgui/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/mofit/Makefile.in xfwm4-themes-4.10.0/themes/mofit/Makefile.in --- xfwm4-themes-4.6.0/themes/mofit/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/mofit/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Mofit/xfwm4 @@ -179,14 +226,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/mofit/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/mofit/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/mofit/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/mofit/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -204,23 +251,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -244,13 +296,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -271,16 +327,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -299,6 +361,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -307,18 +371,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -352,6 +426,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/next/Makefile.in xfwm4-themes-4.10.0/themes/next/Makefile.in --- xfwm4-themes-4.6.0/themes/next/Makefile.in 2009-02-26 00:03:59.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/next/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Next/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/next/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/next/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/next/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/next/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/ops/Makefile.in xfwm4-themes-4.10.0/themes/ops/Makefile.in --- xfwm4-themes-4.6.0/themes/ops/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/ops/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Ops/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/ops/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/ops/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/ops/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/ops/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/opta/Makefile.in xfwm4-themes-4.10.0/themes/opta/Makefile.in --- xfwm4-themes-4.6.0/themes/opta/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/opta/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Opta/xfwm4 @@ -192,14 +239,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/opta/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/opta/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/opta/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/opta/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -217,23 +264,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -257,13 +309,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -284,16 +340,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -312,6 +374,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -320,18 +384,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -365,6 +439,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/oroborus/Makefile.in xfwm4-themes-4.10.0/themes/oroborus/Makefile.in --- xfwm4-themes-4.6.0/themes/oroborus/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/oroborus/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Oroborus/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/oroborus/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/oroborus/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/oroborus/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/oroborus/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/perl/Makefile.in xfwm4-themes-4.10.0/themes/perl/Makefile.in --- xfwm4-themes-4.6.0/themes/perl/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/perl/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Perl/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/perl/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/perl/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/perl/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/perl/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/pills/Makefile.in xfwm4-themes-4.10.0/themes/pills/Makefile.in --- xfwm4-themes-4.6.0/themes/pills/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/pills/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Pills/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/pills/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/pills/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/pills/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/pills/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/piranha/Makefile.in xfwm4-themes-4.10.0/themes/piranha/Makefile.in --- xfwm4-themes-4.6.0/themes/piranha/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/piranha/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Piranha/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/piranha/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/piranha/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/piranha/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/piranha/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/platinum/Makefile.in xfwm4-themes-4.10.0/themes/platinum/Makefile.in --- xfwm4-themes-4.6.0/themes/platinum/Makefile.in 2009-02-26 00:04:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/platinum/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Platinum/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/platinum/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/platinum/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/platinum/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/platinum/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/prune/Makefile.in xfwm4-themes-4.10.0/themes/prune/Makefile.in --- xfwm4-themes-4.6.0/themes/prune/Makefile.in 2009-02-26 00:04:01.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/prune/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Prune/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/prune/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/prune/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/prune/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/prune/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/quiet-purple/Makefile.in xfwm4-themes-4.10.0/themes/quiet-purple/Makefile.in --- xfwm4-themes-4.6.0/themes/quiet-purple/Makefile.in 2009-02-26 00:04:01.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/quiet-purple/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Quiet-purple/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/quiet-purple/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/quiet-purple/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/quiet-purple/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/quiet-purple/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/quinx/Makefile.in xfwm4-themes-4.10.0/themes/quinx/Makefile.in --- xfwm4-themes-4.6.0/themes/quinx/Makefile.in 2009-02-26 00:04:01.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/quinx/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Quinx/xfwm4 @@ -173,14 +220,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/quinx/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/quinx/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/quinx/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/quinx/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -198,23 +245,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -238,13 +290,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -265,16 +321,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -293,6 +355,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -301,18 +365,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -346,6 +420,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/r9x/Makefile.in xfwm4-themes-4.10.0/themes/r9x/Makefile.in --- xfwm4-themes-4.6.0/themes/r9x/Makefile.in 2009-02-26 00:04:01.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/r9x/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/R9X/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/r9x/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/r9x/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/r9x/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/r9x/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/redmond/Makefile.am xfwm4-themes-4.10.0/themes/redmond/Makefile.am --- xfwm4-themes-4.6.0/themes/redmond/Makefile.am 2009-02-25 23:54:06.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/redmond/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -18,7 +18,6 @@ maximize-toggled-active.xpm \ maximize-inactive.xpm \ maximize-toggled-inactive.xpm \ - maximize-inactive.xpm \ maximize-pressed.xpm \ maximize-toggled-pressed.xpm \ menu-active.xpm \ @@ -47,4 +46,4 @@ top-left-inactive.xpm \ top-right-active.xpm \ top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/redmond/Makefile.in xfwm4-themes-4.10.0/themes/redmond/Makefile.in --- xfwm4-themes-4.6.0/themes/redmond/Makefile.in 2009-02-26 00:04:02.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/redmond/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Redmond/xfwm4 @@ -142,7 +189,6 @@ maximize-toggled-active.xpm \ maximize-inactive.xpm \ maximize-toggled-inactive.xpm \ - maximize-inactive.xpm \ maximize-pressed.xpm \ maximize-toggled-pressed.xpm \ menu-active.xpm \ @@ -172,7 +218,7 @@ top-right-active.xpm \ top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) +EXTRA_DIST = $(theme_DATA) all: all-am .SUFFIXES: @@ -180,14 +226,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/redmond/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/redmond/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/redmond/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/redmond/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -205,23 +251,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -245,13 +296,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -272,16 +327,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -300,6 +361,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -308,18 +371,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -353,6 +426,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/redmondxp/Makefile.in xfwm4-themes-4.10.0/themes/redmondxp/Makefile.in --- xfwm4-themes-4.6.0/themes/redmondxp/Makefile.in 2009-02-26 00:04:02.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/redmondxp/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/RedmondXP/xfwm4 @@ -214,14 +261,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/redmondxp/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/redmondxp/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/redmondxp/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/redmondxp/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -239,23 +286,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -279,13 +331,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -306,16 +362,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -334,6 +396,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -342,18 +406,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -387,6 +461,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/retro/Makefile.in xfwm4-themes-4.10.0/themes/retro/Makefile.in --- xfwm4-themes-4.6.0/themes/retro/Makefile.in 2009-02-26 00:04:02.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/retro/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Retro/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/retro/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/retro/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/retro/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/retro/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/bottom-active.xpm xfwm4-themes-4.10.0/themes/sassandra/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/bottom-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 5 5 1", +" c None", +"+ c #E0E0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"################################", +"################################", +"################################", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/bottom-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 5 5 1", +" c None", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"################################", +"################################", +"################################", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/sassandra/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/bottom-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+##############", +"@+##############", +"@+##############", +"@+++++++++++++++", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/bottom-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+### ", +"@+##############", +"@+##############", +"@+##############", +"@+++++++++++++++", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/sassandra/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/bottom-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +"##############+@", +"##############+@", +"##############+@", +"+++++++++++++++@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/bottom-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +" ###+@", +"##############+@", +"##############+@", +"##############+@", +"+++++++++++++++@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/close-active.xpm xfwm4-themes-4.10.0/themes/sassandra/close-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/close-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * close_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........**....**........", +".......*##*..*##*.......", +".......*###**###*.......", +"........*######*........", +".........*####*.........", +".........*####*.........", +"........*######*........", +".......*###**###*.......", +".......*##*..*##*.......", +"........**....**........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/close-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/close-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........##....##........", +"........###..###........", +".........######.........", +"..........####..........", +"..........####..........", +".........######.........", +"........###..###........", +"........##....##........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/close-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/close-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........**....**........", +".......*##*..*##*.......", +".......*###**###*.......", +"........*######*........", +".........*####*.........", +".........*####*.........", +"........*######*........", +".......*###**###*.......", +".......*##*..*##*.......", +"........**....**........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/hide-active.xpm xfwm4-themes-4.10.0/themes/sassandra/hide-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/hide-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +".........******.........", +"........*######*........", +"........*######*........", +".........******.........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/hide-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/hide-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +".........######.........", +".........######.........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/hide-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/hide-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +".........******.........", +"........*######*........", +"........*######*........", +".........******.........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/left-active.xpm xfwm4-themes-4.10.0/themes/sassandra/left-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * left_active_xpm[] = { +"5 32 5 1", +" c None", +"+ c #E0E0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/left-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"5 32 5 1", +" c None", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###", +"@+###"}; diff -Nru xfwm4-themes-4.6.0/themes/sassandra/Makefile.am xfwm4-themes-4.10.0/themes/sassandra/Makefile.am --- xfwm4-themes-4.6.0/themes/sassandra/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,107 @@ +themedir = $(datadir)/themes/Sassandra/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/sassandra/Makefile.in xfwm4-themes-4.10.0/themes/sassandra/Makefile.in --- xfwm4-themes-4.6.0/themes/sassandra/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -0,0 +1,490 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/sassandra +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Sassandra/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/sassandra/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/sassandra/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/maximize-active.xpm xfwm4-themes-4.10.0/themes/sassandra/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/maximize-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........********........", +".......*########*.......", +".......*########*.......", +".......*#******#*.......", +".......*#*....*#*.......", +".......*#*....*#*.......", +".......*#*....*#*.......", +".......*#******#*.......", +".......*########*.......", +"........********........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/maximize-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........########........", +"........########........", +"........#......#........", +"........#......#........", +"........#......#........", +"........#......#........", +"........#......#........", +"........########........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/maximize-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"........********........", +".......*########*.......", +".......*########*.......", +".......*#******#*.......", +".......*#*....*#*.......", +".......*#*....*#*.......", +".......*#*....*#*.......", +".......*#******#*.......", +".......*########*.......", +"........********........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"..........*******.......", +".........*#######*......", +".........*#######*......", +".......*********#*......", +"......*#######**#*......", +"......*#######**#*......", +"......*#*****#**#*......", +"......*#*...*#*##*......", +"......*#*...*#***.......", +"......*#*****#*.........", +"......*#######*.........", +".......*******..........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"..........#######.......", +"..........#######.......", +"................#.......", +".......#######..#.......", +".......#######..#.......", +".......#.....#..#.......", +".......#.....#.##.......", +".......#.....#..........", +".......#.....#..........", +".......#######..........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/maximize-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"..........*******.......", +".........*#######*......", +".........*#######*......", +".......*********#*......", +"......*#######**#*......", +"......*#######**#*......", +"......*#*****#**#*......", +"......*#*...*#*##*......", +"......*#*...*#***.......", +"......*#*****#*.........", +"......*#######*.........", +".......*******..........", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/menu-active.xpm xfwm4-themes-4.10.0/themes/sassandra/menu-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/menu-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 18 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/menu-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/menu-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"18 18 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/menu-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/menu-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"18 18 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/sassandra/README xfwm4-themes-4.10.0/themes/sassandra/README --- xfwm4-themes-4.6.0/themes/sassandra/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/README 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,10 @@ +sassandra +--------- + +An original theme for xfwm4 - Formerly known as "just4fun" +Created Feb. 2005 by Olivier Fourdan +Modified sept./oct. 2005 by Olivier Fourdan +Modified apr. 2006 by Olivier Fourdan +Modified jun. 2006 by Olivier Fourdan + +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/right-active.xpm xfwm4-themes-4.10.0/themes/sassandra/right-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * right_active_xpm[] = { +"5 32 5 1", +" c None", +"+ c #E0E0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/right-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"5 32 5 1", +" c None", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@", +"###+@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/shade-active.xpm xfwm4-themes-4.10.0/themes/sassandra/shade-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/shade-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"...........**...........", +"..........*##*..........", +".........*####*.........", +"........*######*........", +".......*########*.......", +".......*##*##*##*.......", +"........***##***........", +"..........*##*..........", +"..........*##*..........", +"...........**...........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/shade-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/shade-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"...........##...........", +"..........####..........", +".........######.........", +"........########........", +"........##.##.##........", +"...........##...........", +"...........##...........", +"...........##...........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/shade-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/shade-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"...........**...........", +"..........*##*..........", +".........*####*.........", +"........*######*........", +".......*########*.......", +".......*##*##*##*.......", +"........***##***........", +"..........*##*..........", +"..........*##*..........", +"...........**...........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"...........**...........", +"..........*##*..........", +"..........*##*..........", +"........***##***........", +".......*##*##*##*.......", +".......*########*.......", +"........*######*........", +".........*####*.........", +"..........*##*..........", +"...........**...........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"...........##...........", +"...........##...........", +"...........##...........", +"........##.##.##........", +"........########........", +".........######.........", +"..........####..........", +"...........##...........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/shade-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"...........**...........", +"..........*##*..........", +"..........*##*..........", +"........***##***........", +".......*##*##*##*.......", +".......*########*.......", +"........*######*........", +".........*####*.........", +"..........*##*..........", +"...........**...........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/stick-active.xpm xfwm4-themes-4.10.0/themes/sassandra/stick-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/stick-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"..........****..........", +".........*####*.........", +"........*######*........", +".......*##****##*.......", +".......*##*..*##*.......", +".......*##*..*##*.......", +".......*##****##*.......", +"........*######*........", +".........*####*.........", +"..........****..........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/stick-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/stick-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"..........####..........", +".........######.........", +"........##....##........", +"........##....##........", +"........##....##........", +"........##....##........", +".........######.........", +"..........####..........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/stick-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/stick-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"..........****..........", +".........*####*.........", +"........*######*........", +".......*##****##*.......", +".......*##*..*##*.......", +".......*##*..*##*.......", +".......*##****##*.......", +"........*######*........", +".........*####*.........", +"..........****..........", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"..........****..........", +".........*####*.........", +"........*######*........", +".......*##****##*.......", +".......*##*##*##*.......", +".......*##*##*##*.......", +".......*##****##*.......", +"........*######*........", +".........*####*.........", +"..........****..........", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"..........####..........", +".........######.........", +"........##....##........", +"........##.##.##........", +"........##.##.##........", +"........##....##........", +".........######.........", +"..........####..........", +"........................", +"........................", +"........................", +"........................"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/sassandra/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/stick-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,26 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"24 17 6 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"* c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" ", +"........................", +"........................", +"........................", +"........................", +"..........****..........", +".........*####*.........", +"........*######*........", +".......*##****##*.......", +".......*##*##*##*.......", +".......*##*##*##*.......", +".......*##****##*.......", +"........*######*........", +".........*####*.........", +"..........****..........", +"........................", +"........................"}; diff -Nru xfwm4-themes-4.6.0/themes/sassandra/themerc xfwm4-themes-4.10.0/themes/sassandra/themerc --- xfwm4-themes-4.6.0/themes/sassandra/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/themerc 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,10 @@ +active_text_color=#ffffff +button_offset=0 +button_spacing=1 +maximized_offset=4 +show_app_icon=true +title_horizontal_offset=0 +title_shadow_active=frame +title_shadow_inactive=false +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-1-active.xpm xfwm4-themes-4.10.0/themes/sassandra/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-1-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s active_hilight_2", +"@ c #C0C0C0 s active_color_2", +"# c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"% c #C0C0FF s active_color_1", +"& c #B0B0B0 s active_mid_2", +"* c #A0A0A0 s active_shadow_2", +"= c #D0D0FF s active_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-1-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #C0C0C0 s inactive_color_2", +"# c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"% c #C0C0FF s inactive_color_1", +"& c #B0B0B0 s inactive_mid_2", +"* c #A0A0A0 s inactive_shadow_2", +"= c #D0D0FF s inactive_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-2-active.xpm xfwm4-themes-4.10.0/themes/sassandra/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-2-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s active_hilight_2", +"@ c #C0C0C0 s active_color_2", +"# c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"% c #C0C0FF s active_color_1", +"& c #B0B0B0 s active_mid_2", +"* c #A0A0A0 s active_shadow_2", +"= c #D0D0FF s active_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-2-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #C0C0C0 s inactive_color_2", +"# c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"% c #C0C0FF s inactive_color_1", +"& c #B0B0B0 s inactive_mid_2", +"* c #A0A0A0 s inactive_shadow_2", +"= c #D0D0FF s inactive_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-3-active.xpm xfwm4-themes-4.10.0/themes/sassandra/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-3-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s active_hilight_2", +"@ c #C0C0C0 s active_color_2", +"# c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"% c #C0C0FF s active_color_1", +"& c #B0B0B0 s active_mid_2", +"* c #A0A0A0 s active_shadow_2", +"= c #D0D0FF s active_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-3-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #C0C0C0 s inactive_color_2", +"# c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"% c #C0C0FF s inactive_color_1", +"& c #B0B0B0 s inactive_mid_2", +"* c #A0A0A0 s inactive_shadow_2", +"= c #D0D0FF s inactive_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-4-active.xpm xfwm4-themes-4.10.0/themes/sassandra/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-4-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s active_hilight_2", +"@ c #C0C0C0 s active_color_2", +"# c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"% c #C0C0FF s active_color_1", +"& c #B0B0B0 s active_mid_2", +"* c #A0A0A0 s active_shadow_2", +"= c #D0D0FF s active_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-4-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #C0C0C0 s inactive_color_2", +"# c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"% c #C0C0FF s inactive_color_1", +"& c #B0B0B0 s inactive_mid_2", +"* c #A0A0A0 s inactive_shadow_2", +"= c #D0D0FF s inactive_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-5-active.xpm xfwm4-themes-4.10.0/themes/sassandra/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-5-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s active_hilight_2", +"@ c #C0C0C0 s active_color_2", +"# c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"% c #C0C0FF s active_color_1", +"& c #B0B0B0 s active_mid_2", +"* c #A0A0A0 s active_shadow_2", +"= c #D0D0FF s active_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/title-5-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"4 25 10 1", +" c None", +". c #000000", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #C0C0C0 s inactive_color_2", +"# c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"% c #C0C0FF s inactive_color_1", +"& c #B0B0B0 s inactive_mid_2", +"* c #A0A0A0 s inactive_shadow_2", +"= c #D0D0FF s inactive_hilight_1", +"####", +"====", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%", +"%%%%"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/top-left-active.xpm xfwm4-themes-4.10.0/themes/sassandra/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/top-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"7 25 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"$ c #000000", +" .....", +" .+++++", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/top-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"7 25 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"$ c #000000", +" .....", +" .+++++", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####", +".+#####"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/top-right-active.xpm xfwm4-themes-4.10.0/themes/sassandra/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/sassandra/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/top-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"7 25 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"$ c #000000", +"..... ", +"+++++. ", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/sassandra/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/sassandra/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/sassandra/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/sassandra/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/sassandra/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/sassandra/top-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"7 25 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"$ c #000000", +"..... ", +"+++++. ", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+.", +"#####+."}; diff -Nru xfwm4-themes-4.6.0/themes/silverado/Makefile.in xfwm4-themes-4.10.0/themes/silverado/Makefile.in --- xfwm4-themes-4.6.0/themes/silverado/Makefile.in 2009-02-26 00:04:02.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/silverado/Makefile.in 2012-04-28 22:02:18.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Silverado/xfwm4 @@ -170,14 +217,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/silverado/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/silverado/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/silverado/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/silverado/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -195,23 +242,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -235,13 +287,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -262,16 +318,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -290,6 +352,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -298,18 +362,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -343,6 +417,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/slick/Makefile.in xfwm4-themes-4.10.0/themes/slick/Makefile.in --- xfwm4-themes-4.6.0/themes/slick/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/slick/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Slick/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/slick/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/slick/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/slick/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/slick/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/slimline/Makefile.in xfwm4-themes-4.10.0/themes/slimline/Makefile.in --- xfwm4-themes-4.6.0/themes/slimline/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/slimline/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Slimline/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/slimline/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/slimline/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/slimline/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/slimline/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/smallscreen/Makefile.in xfwm4-themes-4.10.0/themes/smallscreen/Makefile.in --- xfwm4-themes-4.6.0/themes/smallscreen/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/smallscreen/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Smallscreen/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/smallscreen/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/smallscreen/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/smallscreen/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/smallscreen/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/smoothwall/Makefile.in xfwm4-themes-4.10.0/themes/smoothwall/Makefile.in --- xfwm4-themes-4.6.0/themes/smoothwall/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/smoothwall/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Smoothwall/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/smoothwall/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/smoothwall/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/smoothwall/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/smoothwall/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/bottom-active.xpm xfwm4-themes-4.10.0/themes/stoneage/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/bottom-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 4 5 1", +" c None", +"+ c #E0E0E0 s active_hilight_2", +"@ c #A0A0A0 s active_shadow_2", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"################################", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/bottom-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 4 5 1", +" c None", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #A0A0A0 s inactive_shadow_2", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"################################", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/stoneage/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/bottom-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0E0 s active_hilight_2", +"@ c #A0A0A0 s active_shadow_2", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+##############", +"@+##############", +"@@$$$$$$$$$$$$$$", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/bottom-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #A0A0A0 s inactive_shadow_2", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+##############", +"@+##############", +"@@$$$$$$$$$$$$$$", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/stoneage/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/bottom-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0E0 s active_hilight_2", +"@ c #A0A0A0 s active_shadow_2", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +"##############$@", +"##############$@", +"$$$$$$$$$$$$$$@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/bottom-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #A0A0A0 s inactive_shadow_2", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +"##############$@", +"##############$@", +"$$$$$$$$$$$$$$@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/close-active.xpm xfwm4-themes-4.10.0/themes/stoneage/close-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/close-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/close-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/close-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/close-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/close-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/hide-active.xpm xfwm4-themes-4.10.0/themes/stoneage/hide-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/hide-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/hide-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/hide-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/hide-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/hide-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/left-active.xpm xfwm4-themes-4.10.0/themes/stoneage/left-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * left_active_xpm[] = { +"4 32 5 1", +" c None", +"+ c #E0E0E0 s active_hilight_2", +"@ c #A0A0A0 s active_shadow_2", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/left-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"4 32 5 1", +" c None", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #A0A0A0 s inactive_shadow_2", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##"}; diff -Nru xfwm4-themes-4.6.0/themes/stoneage/Makefile.am xfwm4-themes-4.10.0/themes/stoneage/Makefile.am --- xfwm4-themes-4.6.0/themes/stoneage/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/Makefile.am 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,107 @@ +themedir = $(datadir)/themes/Stoneage/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/stoneage/Makefile.in xfwm4-themes-4.10.0/themes/stoneage/Makefile.in --- xfwm4-themes-4.6.0/themes/stoneage/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -0,0 +1,490 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/stoneage +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Stoneage/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/stoneage/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/stoneage/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/maximize-active.xpm xfwm4-themes-4.10.0/themes/stoneage/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/maximize-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/maximize-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/maximize-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#@@@@@#@@#@@@@@@@", +"@@@@@@@#@@@@@#@##@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#######@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#@@@@@#@@#@@@@@@@", +"@@@@@@@#@@@@@#@##@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#######@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/maximize-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#@@@@@#@@#@@@@@@@", +"@@@@@@@#@@@@@#@##@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#######@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/menu-active.xpm xfwm4-themes-4.10.0/themes/stoneage/menu-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/menu-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 18 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/menu-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/menu-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"18 18 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/menu-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/menu-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"18 18 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/stoneage/README xfwm4-themes-4.10.0/themes/stoneage/README --- xfwm4-themes-4.6.0/themes/stoneage/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/README 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,6 @@ +Stoneage +-------- + +An original theme for xfwm4. +Created Sept. 2005 by Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/right-active.xpm xfwm4-themes-4.10.0/themes/stoneage/right-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * right_active_xpm[] = { +"4 32 5 1", +" c None", +"+ c #E0E0E0 s active_hilight_2", +"@ c #A0A0A0 s active_shadow_2", +"$ c #B0B0B0 s active_mid_2", +"# c #C0C0C0 s active_color_2", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/right-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,40 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"4 32 5 1", +" c None", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #A0A0A0 s inactive_shadow_2", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/shade-active.xpm xfwm4-themes-4.10.0/themes/stoneage/shade-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/shade-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/shade-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/shade-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/shade-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/shade-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/shade-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/stick-active.xpm xfwm4-themes-4.10.0/themes/stoneage/stick-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/stick-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/stick-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/stick-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/stick-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/stick-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/stoneage/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/stick-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; diff -Nru xfwm4-themes-4.6.0/themes/stoneage/themerc xfwm4-themes-4.10.0/themes/stoneage/themerc --- xfwm4-themes-4.6.0/themes/stoneage/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/themerc 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,10 @@ +active_text_color=#ffffff +button_offset=1 +button_spacing=2 +full_width_title=true +maximized_offset=3 +show_app_icon=true +title_horizontal_offset=2 +title_shadow_active=frame +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-1-active.xpm xfwm4-themes-4.10.0/themes/stoneage/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-1-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #E0E0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-1-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-2-active.xpm xfwm4-themes-4.10.0/themes/stoneage/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-2-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #E0E0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-2-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-3-active.xpm xfwm4-themes-4.10.0/themes/stoneage/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-3-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #E0E0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-3-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-4-active.xpm xfwm4-themes-4.10.0/themes/stoneage/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-4-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #E0E0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-4-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-5-active.xpm xfwm4-themes-4.10.0/themes/stoneage/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-5-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #E0E0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/title-5-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 7 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #E0E0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +"----", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"++++", +"...."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/top-left-active.xpm xfwm4-themes-4.10.0/themes/stoneage/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/top-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 24 7 1", +" c None", +". c #A0A0A0 s active_shadow_1", +"+ c #E0E0E0 s active_hilight_1", +"@ c #B0B0B0 s active_mid_1", +"# c #C0C0C0 s active_color_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +" ------", +" -++++++", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+++++++", +"-......."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/top-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 24 7 1", +" c None", +". c #A0A0A0 s inactive_shadow_1", +"+ c #E0E0E0 s inactive_hilight_1", +"@ c #B0B0B0 s inactive_mid_1", +"# c #C0C0C0 s inactive_color_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +" ------", +" -++++++", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+######", +"-+++++++", +"-......."}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/top-right-active.xpm xfwm4-themes-4.10.0/themes/stoneage/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/stoneage/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/top-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 24 7 1", +" c None", +". c #A0A0A0 s active_shadow_1", +"+ c #E0E0E0 s active_hilight_1", +"@ c #B0B0B0 s active_mid_1", +"# c #C0C0C0 s active_color_1", +"- c #A0A0A0 s active_shadow_2", +"$ c #000000", +"------ ", +"++++++- ", +"######+-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"+++++++-", +".......-"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/stoneage/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/stoneage/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/stoneage/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/stoneage/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/stoneage/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/stoneage/top-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 24 7 1", +" c None", +". c #A0A0A0 s inactive_shadow_1", +"+ c #E0E0E0 s inactive_hilight_1", +"@ c #B0B0B0 s inactive_mid_1", +"# c #C0C0C0 s inactive_color_1", +"- c #A0A0A0 s inactive_shadow_2", +"$ c #000000", +"------ ", +"++++++- ", +"######+-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"######@-", +"+++++++-", +".......-"}; diff -Nru xfwm4-themes-4.6.0/themes/symphony/Makefile.in xfwm4-themes-4.10.0/themes/symphony/Makefile.in --- xfwm4-themes-4.6.0/themes/symphony/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/symphony/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Symphony/xfwm4 @@ -237,14 +284,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/symphony/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/symphony/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/symphony/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/symphony/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -262,23 +309,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -302,13 +354,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -329,16 +385,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -357,6 +419,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -365,18 +429,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -410,6 +484,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/synthetic/Makefile.in xfwm4-themes-4.10.0/themes/synthetic/Makefile.in --- xfwm4-themes-4.6.0/themes/synthetic/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/synthetic/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Synthetic/xfwm4 @@ -186,14 +233,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/synthetic/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/synthetic/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/synthetic/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/synthetic/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -211,23 +258,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -251,13 +303,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -278,16 +334,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -306,6 +368,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -314,18 +378,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -359,6 +433,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/tabs/Makefile.in xfwm4-themes-4.10.0/themes/tabs/Makefile.in --- xfwm4-themes-4.6.0/themes/tabs/Makefile.in 2009-02-26 00:04:03.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tabs/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Tabs/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tabs/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/tabs/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tabs/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/tabs/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/tgc/Makefile.in xfwm4-themes-4.10.0/themes/tgc/Makefile.in --- xfwm4-themes-4.6.0/themes/tgc/Makefile.in 2009-02-26 00:04:04.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tgc/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Tgc/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tgc/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/tgc/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tgc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/tgc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/tgc-large/Makefile.in xfwm4-themes-4.10.0/themes/tgc-large/Makefile.in --- xfwm4-themes-4.6.0/themes/tgc-large/Makefile.in 2009-02-26 00:04:04.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tgc-large/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Tgc-large/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tgc-large/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/tgc-large/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tgc-large/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/tgc-large/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/bottom-active.xpm xfwm4-themes-4.10.0/themes/therapy/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/bottom-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 4 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/bottom-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 4 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/therapy/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/bottom-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+##############", +"@+$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/bottom-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+##############", +"@+$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/therapy/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/bottom-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +"#############$@@", +"$$$$$$$$$$$$$$@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/bottom-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +" #$@@", +"#############$@@", +"$$$$$$$$$$$$$$@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/close-active.xpm xfwm4-themes-4.10.0/themes/therapy/close-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/close-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/close-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/close-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/close-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/close-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@###@@###@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/hide-active.xpm xfwm4-themes-4.10.0/themes/therapy/hide-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/hide-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/hide-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/hide-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/hide-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/hide-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/left-active.xpm xfwm4-themes-4.10.0/themes/therapy/left-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_active_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/left-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##"}; diff -Nru xfwm4-themes-4.6.0/themes/therapy/Makefile.am xfwm4-themes-4.10.0/themes/therapy/Makefile.am --- xfwm4-themes-4.6.0/themes/therapy/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,107 @@ +themedir = $(datadir)/themes/Therapy/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/therapy/Makefile.in xfwm4-themes-4.10.0/themes/therapy/Makefile.in --- xfwm4-themes-4.6.0/themes/therapy/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -0,0 +1,490 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/therapy +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Therapy/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/therapy/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/therapy/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/maximize-active.xpm xfwm4-themes-4.10.0/themes/therapy/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/maximize-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/maximize-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/maximize-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@#@@@@@@#@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#@@@@@#@@#@@@@@@@", +"@@@@@@@#@@@@@#@##@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#######@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#@@@@@#@@#@@@@@@@", +"@@@@@@@#@@@@@#@##@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#######@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/maximize-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@#######@@@@@@@", +"@@@@@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#######@@#@@@@@@@", +"@@@@@@@#@@@@@#@@#@@@@@@@", +"@@@@@@@#@@@@@#@##@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#@@@@@#@@@@@@@@@@", +"@@@@@@@#######@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/menu-active.xpm xfwm4-themes-4.10.0/themes/therapy/menu-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/menu-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 16 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/menu-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/menu-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"16 16 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/menu-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/menu-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"16 16 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/therapy/README xfwm4-themes-4.10.0/themes/therapy/README --- xfwm4-themes-4.6.0/themes/therapy/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/README 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,8 @@ +Therapy +------- + +An original theme for xfwm4. +Created Dec. 18th 2004 by Olivier Fourdan +Modified Mar. 13rd 2005 by Olivier Fourdan +Modified Feb. 22nd 2006 by Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/right-active.xpm xfwm4-themes-4.10.0/themes/therapy/right-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_active_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/right-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@", +"#$@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/shade-active.xpm xfwm4-themes-4.10.0/themes/therapy/shade-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/shade-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/shade-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/shade-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/shade-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/shade-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/therapy/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/shade-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/shade-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/shade-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@########@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@##@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/stick-active.xpm xfwm4-themes-4.10.0/themes/therapy/stick-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/stick-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/stick-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/stick-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/stick-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/stick-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/therapy/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/stick-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/stick-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/therapy/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/therapy/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/stick-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"24 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@##@##@@@@@@@@", +"@@@@@@@@##@@@@##@@@@@@@@", +"@@@@@@@@@######@@@@@@@@@", +"@@@@@@@@@@####@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@ "}; diff -Nru xfwm4-themes-4.6.0/themes/therapy/themerc xfwm4-themes-4.10.0/themes/therapy/themerc --- xfwm4-themes-4.6.0/themes/therapy/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/themerc 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,12 @@ +# active_text_color=#ffffff +# title_shadow_active=false +button_offset=2 +button_spacing=1 +full_width_title=true +maximized_offset=3 +show_app_icon=true +title_horizontal_offset=2 +title_shadow_active=under +title_shadow_inactive=false +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-1-active.xpm xfwm4-themes-4.10.0/themes/therapy/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-1-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-1-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-2-active.xpm xfwm4-themes-4.10.0/themes/therapy/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-2-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-2-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-3-active.xpm xfwm4-themes-4.10.0/themes/therapy/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-3-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-3-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-4-active.xpm xfwm4-themes-4.10.0/themes/therapy/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-4-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-4-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-5-active.xpm xfwm4-themes-4.10.0/themes/therapy/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-5-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/title-5-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #A0A0FF s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/top-left-active.xpm xfwm4-themes-4.10.0/themes/therapy/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/top-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #B0B0FF s active_mid_1", +"$ c #C0C0FF s active_color_1", +" @@@@@@@", +"@+++++++", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/top-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #C0C0FF s inactive_color_1", +" @@@@@@@", +"@+++++++", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/top-right-active.xpm xfwm4-themes-4.10.0/themes/therapy/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/therapy/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/top-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #B0B0FF s active_mid_1", +"$ c #C0C0FF s active_color_1", +"@@@@@@@ ", +"++++++@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/therapy/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/therapy/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/therapy/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/therapy/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/therapy/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/therapy/top-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #C0C0FF s inactive_color_1", +"@@@@@@@ ", +"++++++@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@", +"$$$$$#@@"}; diff -Nru xfwm4-themes-4.6.0/themes/today/Makefile.in xfwm4-themes-4.10.0/themes/today/Makefile.in --- xfwm4-themes-4.6.0/themes/today/Makefile.in 2009-02-26 00:04:04.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/today/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Today/xfwm4 @@ -173,14 +220,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/today/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/today/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/today/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/today/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -198,23 +245,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -238,13 +290,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -265,16 +321,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -293,6 +355,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -301,18 +365,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -346,6 +420,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/totem/Makefile.in xfwm4-themes-4.10.0/themes/totem/Makefile.in --- xfwm4-themes-4.6.0/themes/totem/Makefile.in 2009-02-26 00:04:05.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/totem/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Totem/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/totem/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/totem/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/totem/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/totem/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/trench/Makefile.in xfwm4-themes-4.10.0/themes/trench/Makefile.in --- xfwm4-themes-4.6.0/themes/trench/Makefile.in 2009-02-26 00:04:05.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/trench/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Trench/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/trench/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/trench/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/trench/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/trench/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/triviality/Makefile.in xfwm4-themes-4.10.0/themes/triviality/Makefile.in --- xfwm4-themes-4.6.0/themes/triviality/Makefile.in 2009-02-26 00:04:05.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/triviality/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Triviality/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/triviality/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/triviality/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/triviality/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/triviality/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/tubular/Makefile.in xfwm4-themes-4.10.0/themes/tubular/Makefile.in --- xfwm4-themes-4.6.0/themes/tubular/Makefile.in 2009-02-26 00:04:06.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tubular/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Tubular/xfwm4 @@ -185,14 +232,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tubular/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/tubular/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tubular/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/tubular/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -210,23 +257,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -250,13 +302,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -277,16 +333,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -305,6 +367,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -313,18 +377,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -358,6 +432,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/tux/Makefile.in xfwm4-themes-4.10.0/themes/tux/Makefile.in --- xfwm4-themes-4.6.0/themes/tux/Makefile.in 2009-02-26 00:04:06.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tux/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/TUX/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tux/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/tux/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tux/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/tux/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/bottom-active.xpm xfwm4-themes-4.10.0/themes/tyrex/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/bottom-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 4 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"++++++++++++++++++++++++++++++++", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/bottom-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,13 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 4 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"++++++++++++++++++++++++++++++++", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/tyrex/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/bottom-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+##++++++++++++", +"@+##############", +"@$$$$$$$$$$$$$$$", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/bottom-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+## ", +"@+##++++++++++++", +"@+##############", +"@$$$$$$$$$$$$$$$", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/tyrex/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/bottom-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +"++++++++++++##$@", +"##############$@", +"$$$$$$$$$$$$$$$@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/bottom-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +"++++++++++++##$@", +"##############$@", +"$$$$$$$$$$$$$$$@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/close-active.xpm xfwm4-themes-4.10.0/themes/tyrex/close-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/close-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/close-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/close-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/close-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/close-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/hide-active.xpm xfwm4-themes-4.10.0/themes/tyrex/hide-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/hide-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/hide-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/hide-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/hide-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/hide-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/left-active.xpm xfwm4-themes-4.10.0/themes/tyrex/left-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_active_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/left-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##", +"@+##"}; diff -Nru xfwm4-themes-4.6.0/themes/tyrex/Makefile.am xfwm4-themes-4.10.0/themes/tyrex/Makefile.am --- xfwm4-themes-4.6.0/themes/tyrex/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/Makefile.am 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,107 @@ +themedir = $(datadir)/themes/Tyrex/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/tyrex/Makefile.in xfwm4-themes-4.10.0/themes/tyrex/Makefile.in --- xfwm4-themes-4.6.0/themes/tyrex/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -0,0 +1,490 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/tyrex +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Tyrex/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/tyrex/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/tyrex/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/maximize-active.xpm xfwm4-themes-4.10.0/themes/tyrex/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/maximize-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/maximize-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/maximize-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@@@@@@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#@@@@@#@@#@@@@@", +"@@@@@#@@@@@#@##@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#######@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@@@@@@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#@@@@@#@@#@@@@@", +"@@@@@#@@@@@#@##@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#######@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/maximize-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@@@@@@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#@@@@@#@@#@@@@@", +"@@@@@#@@@@@#@##@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#######@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/menu-active.xpm xfwm4-themes-4.10.0/themes/tyrex/menu-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/menu-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,20 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"15 15 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/menu-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/menu-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,20 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"15 15 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/menu-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/menu-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,20 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"15 15 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/tyrex/README xfwm4-themes-4.10.0/themes/tyrex/README --- xfwm4-themes-4.6.0/themes/tyrex/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/README 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,6 @@ +Tyrex +----- + +An original theme for xfwm4. +Created Aug. 2004 by Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/right-active.xpm xfwm4-themes-4.10.0/themes/tyrex/right-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_active_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/right-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"4 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@", +"##$@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/shade-active.xpm xfwm4-themes-4.10.0/themes/tyrex/shade-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/shade-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/shade-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/shade-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/shade-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/shade-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/shade-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/stick-active.xpm xfwm4-themes-4.10.0/themes/tyrex/stick-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/stick-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/stick-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/stick-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/stick-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/stick-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/tyrex/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/stick-toggled-pressed.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; diff -Nru xfwm4-themes-4.6.0/themes/tyrex/themerc xfwm4-themes-4.10.0/themes/tyrex/themerc --- xfwm4-themes-4.6.0/themes/tyrex/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/themerc 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,9 @@ +button_offset=1 +button_spacing=1 +full_width_title=true +maximized_offset=3 +show_app_icon=true +title_horizontal_offset=1 +title_shadow_active=under +title_vertical_offset_active=1 +title_vertical_offset_inactive=2 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-1-active.xpm xfwm4-themes-4.10.0/themes/tyrex/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-1-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-1-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-2-active.xpm xfwm4-themes-4.10.0/themes/tyrex/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-2-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-2-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-3-active.xpm xfwm4-themes-4.10.0/themes/tyrex/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-3-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-3-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-4-active.xpm xfwm4-themes-4.10.0/themes/tyrex/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-4-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-4-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-5-active.xpm xfwm4-themes-4.10.0/themes/tyrex/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-5-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s active_shadow_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #C0C0FF s active_color_1", +"# c #B0B0FF s active_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/title-5-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 24 6 1", +" c None", +". c #4B58A2 s inactive_shadow_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #C0C0FF s inactive_color_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #000000", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/top-left-active.xpm xfwm4-themes-4.10.0/themes/tyrex/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/top-left-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #B0B0FF s active_mid_1", +"$ c #C0C0FF s active_color_1", +" @@@@", +" @@++++", +" @#+$$$$", +" @+$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/top-left-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #C0C0FF s inactive_color_1", +" @@@@", +" @@++++", +" @#+$$$$", +" @+$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$", +"@+$$$$$$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/top-right-active.xpm xfwm4-themes-4.10.0/themes/tyrex/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/tyrex/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/top-right-active.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #B0B0FF s active_mid_1", +"$ c #C0C0FF s active_color_1", +"@@@@ ", +"+++@@@ ", +"$$$+#@@ ", +"$$$$$#@ ", +"$$$$$#@@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/tyrex/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/tyrex/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/tyrex/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/tyrex/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/tyrex/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/tyrex/top-right-inactive.xpm 2012-04-28 22:02:15.000000000 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 24 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #C0C0FF s inactive_color_1", +"@@@@ ", +"+++@@@ ", +"$$$+#@@ ", +"$$$$$#@ ", +"$$$$$#@@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@", +"$$$$$$#@"}; diff -Nru xfwm4-themes-4.6.0/themes/variation/Makefile.in xfwm4-themes-4.10.0/themes/variation/Makefile.in --- xfwm4-themes-4.6.0/themes/variation/Makefile.in 2009-02-26 00:04:06.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/variation/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Variation/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/variation/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/variation/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/variation/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/variation/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/bottom-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/bottom-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/bottom-active.xpm xfwm4-themes-4.10.0/themes/wallis/bottom-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/bottom-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/bottom-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 3 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/bottom-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/bottom-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/bottom-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/bottom-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/bottom-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/bottom-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 3 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"################################", +"################################", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/bottom-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/bottom-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/bottom-left-active.xpm xfwm4-themes-4.10.0/themes/wallis/bottom-left-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/bottom-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/bottom-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@ ", +"@+@@@@@@@@@@@@@@", +"@+++++++++++++++", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/bottom-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/bottom-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/bottom-left-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/bottom-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/bottom-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/bottom-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@## ", +"@###############", +"@###############", +" @@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/bottom-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/bottom-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/bottom-right-active.xpm xfwm4-themes-4.10.0/themes/wallis/bottom-right-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/bottom-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/bottom-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +" @+@", +"@@@@@@@@@@@@@@+@", +"+++++++++++++++@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/bottom-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/bottom-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/bottom-right-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/bottom-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/bottom-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/bottom-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +" ##@", +"###############@", +"###############@", +"@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/close-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/close-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/close-active.xpm xfwm4-themes-4.10.0/themes/wallis/close-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/close-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/close-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * close_active_xpm[] = { +"20 14 4 1", +" c None", +". c #f01111", +"@ c #a62020", +"# c #FFFFFF", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/close-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/close-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/close-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/close-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/close-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/close-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/close-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/close-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/close-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/close-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/close-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/close-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"20 14 4 1", +" c None", +". c #f01111", +"@ c #a62020", +"# c #FFFFFF", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@###@@###@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/hide-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/hide-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/hide-active.xpm xfwm4-themes-4.10.0/themes/wallis/hide-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/hide-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/hide-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/hide-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/hide-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/hide-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/hide-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/hide-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/hide-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/hide-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/hide-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/hide-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/hide-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/hide-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/hide-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/left-active.xpm xfwm4-themes-4.10.0/themes/wallis/left-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/left-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/left-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"3 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##", +"@##"}; diff -Nru xfwm4-themes-4.6.0/themes/wallis/Makefile.am xfwm4-themes-4.10.0/themes/wallis/Makefile.am --- xfwm4-themes-4.6.0/themes/wallis/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/Makefile.am 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,107 @@ +themedir = $(datadir)/themes/Wallis/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff -Nru xfwm4-themes-4.6.0/themes/wallis/Makefile.in xfwm4-themes-4.10.0/themes/wallis/Makefile.in --- xfwm4-themes-4.6.0/themes/wallis/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -0,0 +1,490 @@ +# Makefile.in generated by automake 1.11.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = themes/wallis +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/Wallis/xfwm4 +theme_DATA = \ + README \ + themerc \ + bottom-active.png \ + bottom-active.xpm \ + bottom-inactive.png \ + bottom-inactive.xpm \ + bottom-left-active.png \ + bottom-left-active.xpm \ + bottom-left-inactive.png \ + bottom-left-inactive.xpm \ + bottom-right-active.png \ + bottom-right-active.xpm \ + bottom-right-inactive.png \ + bottom-right-inactive.xpm \ + close-active.png \ + close-active.xpm \ + close-inactive.png \ + close-inactive.xpm \ + close-pressed.png \ + close-pressed.xpm \ + hide-active.png \ + hide-active.xpm \ + hide-inactive.png \ + hide-inactive.xpm \ + hide-pressed.png \ + hide-pressed.xpm \ + left-active.png \ + left-active.xpm \ + left-inactive.png \ + left-inactive.xpm \ + maximize-active.png \ + maximize-active.xpm \ + maximize-inactive.png \ + maximize-inactive.xpm \ + maximize-pressed.png \ + maximize-pressed.xpm \ + maximize-toggled-active.png \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.png \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.png \ + maximize-toggled-pressed.xpm \ + menu-active.png \ + menu-active.xpm \ + menu-inactive.png \ + menu-inactive.xpm \ + menu-pressed.png \ + menu-pressed.xpm \ + right-active.png \ + right-active.xpm \ + right-inactive.png \ + right-inactive.xpm \ + shade-active.png \ + shade-active.xpm \ + shade-inactive.png \ + shade-inactive.xpm \ + shade-pressed.png \ + shade-pressed.xpm \ + shade-toggled-active.png \ + shade-toggled-active.xpm \ + shade-toggled-inactive.png \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.png \ + shade-toggled-pressed.xpm \ + stick-active.png \ + stick-active.xpm \ + stick-inactive.png \ + stick-inactive.xpm \ + stick-pressed.png \ + stick-pressed.xpm \ + stick-toggled-active.png \ + stick-toggled-active.xpm \ + stick-toggled-inactive.png \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.png \ + stick-toggled-pressed.xpm \ + title-1-active.png \ + title-1-active.xpm \ + title-1-inactive.png \ + title-1-inactive.xpm \ + title-2-active.png \ + title-2-active.xpm \ + title-2-inactive.png \ + title-2-inactive.xpm \ + title-3-active.png \ + title-3-active.xpm \ + title-3-inactive.png \ + title-3-inactive.xpm \ + title-4-active.png \ + title-4-active.xpm \ + title-4-inactive.png \ + title-4-inactive.xpm \ + title-5-active.png \ + title-5-active.xpm \ + title-5-inactive.png \ + title-5-inactive.xpm \ + top-left-active.png \ + top-left-active.xpm \ + top-left-inactive.png \ + top-left-inactive.xpm \ + top-right-active.png \ + top-right-active.xpm \ + top-right-inactive.png \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/wallis/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/wallis/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/maximize-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/maximize-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/maximize-active.xpm xfwm4-themes-4.10.0/themes/wallis/maximize-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/maximize-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/maximize-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/maximize-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/maximize-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/maximize-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/maximize-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/maximize-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/maximize-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/maximize-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/maximize-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/maximize-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/maximize-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/maximize-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/maximize-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@#@@@@@@#@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-active.xpm xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@@@@@@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#@@@@@#@@#@@@@@", +"@@@@@#@@@@@#@##@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#######@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@@@@@@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#@@@@@#@@#@@@@@", +"@@@@@#@@@@@#@##@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#######@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/maximize-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/maximize-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@#######@@@@@", +"@@@@@@@@@@@@@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#######@@#@@@@@", +"@@@@@#@@@@@#@@#@@@@@", +"@@@@@#@@@@@#@##@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#@@@@@#@@@@@@@@", +"@@@@@#######@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/menu-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/menu-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/menu-active.xpm xfwm4-themes-4.10.0/themes/wallis/menu-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/menu-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/menu-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 16 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/menu-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/menu-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/menu-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/menu-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/menu-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/menu-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"16 16 2 1", +" c None", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/menu-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/menu-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/menu-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/menu-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/menu-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/menu-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"16 16 2 1", +" c None", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; diff -Nru xfwm4-themes-4.6.0/themes/wallis/README xfwm4-themes-4.10.0/themes/wallis/README --- xfwm4-themes-4.6.0/themes/wallis/README 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/README 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,9 @@ +Wallis +------ + +Simple gradient theme. + +Created Mar. 31 2005 by Olivier Fourdan +Modified Apr. 12 2005 by Olivier Fourdan +Modified Mar. 08 2006 by Olivier Fourdan +Theme released under GNU GPL license. Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/right-active.xpm xfwm4-themes-4.10.0/themes/wallis/right-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@", +"@+@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/right-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/right-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,41 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"3 32 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@", +"##@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/shade-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/shade-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/shade-active.xpm xfwm4-themes-4.10.0/themes/wallis/shade-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/shade-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/shade-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/shade-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/shade-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/shade-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/shade-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/shade-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/shade-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/shade-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/shade-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/shade-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/shade-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/shade-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/shade-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/shade-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/shade-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/shade-toggled-active.xpm xfwm4-themes-4.10.0/themes/wallis/shade-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/shade-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/shade-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/shade-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/shade-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/shade-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/shade-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/shade-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/shade-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/shade-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/shade-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/shade-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/shade-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/shade-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/shade-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/stick-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/stick-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/stick-active.xpm xfwm4-themes-4.10.0/themes/wallis/stick-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/stick-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/stick-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/stick-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/stick-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/stick-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/stick-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/stick-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/stick-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/stick-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/stick-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/stick-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/stick-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/stick-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/stick-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/stick-toggled-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/stick-toggled-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/stick-toggled-active.xpm xfwm4-themes-4.10.0/themes/wallis/stick-toggled-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/stick-toggled-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/stick-toggled-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/stick-toggled-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/stick-toggled-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/stick-toggled-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/stick-toggled-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/stick-toggled-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/stick-toggled-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_hilight_1", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/stick-toggled-pressed.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/stick-toggled-pressed.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/stick-toggled-pressed.xpm xfwm4-themes-4.10.0/themes/wallis/stick-toggled-pressed.xpm --- xfwm4-themes-4.6.0/themes/wallis/stick-toggled-pressed.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/stick-toggled-pressed.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"20 14 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #FFFFFF s active_text_color", +" @@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@##@##@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@ "}; diff -Nru xfwm4-themes-4.6.0/themes/wallis/themerc xfwm4-themes-4.10.0/themes/wallis/themerc --- xfwm4-themes-4.6.0/themes/wallis/themerc 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/themerc 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,10 @@ +button_offset=2 +button_spacing=1 +full_width_title=true +maximized_offset=4 +show_app_icon=true +title_horizontal_offset=3 +title_shadow_active=under +title_shadow_inactive=false +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-1-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-1-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-1-active.xpm xfwm4-themes-4.10.0/themes/wallis/title-1-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-1-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-1-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-1-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-1-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-1-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/title-1-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-1-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-1-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-2-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-2-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-2-active.xpm xfwm4-themes-4.10.0/themes/wallis/title-2-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-2-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-2-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-2-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-2-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-2-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/title-2-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-2-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-2-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-3-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-3-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-3-active.xpm xfwm4-themes-4.10.0/themes/wallis/title-3-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-3-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-3-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-3-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-3-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-3-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/title-3-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-3-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-3-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-4-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-4-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-4-active.xpm xfwm4-themes-4.10.0/themes/wallis/title-4-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-4-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-4-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-4-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-4-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-4-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/title-4-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-4-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-4-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-5-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-5-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-5-active.xpm xfwm4-themes-4.10.0/themes/wallis/title-5-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-5-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-5-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"$ c #B0B0FF s active_mid_1", +"# c #C0C0FF s active_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/title-5-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/title-5-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/title-5-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/title-5-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/title-5-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/title-5-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"2 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0FF s inactive_mid_1", +"# c #C0C0FF s inactive_color_1", +"@@", +"++", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##", +"##"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/top-left-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/top-left-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/top-left-active.xpm xfwm4-themes-4.10.0/themes/wallis/top-left-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/top-left-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #B0B0FF s active_mid_1", +"$ c #C0C0FF s active_color_1", +" @@@", +" @@#++", +" @#++$$", +" @#+$$$$", +" @$$$$$$", +"@#$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$@@@@@@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/top-left-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/top-left-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/top-left-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/top-left-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/top-left-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #C0C0FF s inactive_color_1", +" @@@", +" @@#++", +" @#++$$", +" @#+$$$$", +" @$$$$$$", +"@#$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$", +"@$$$$$$$"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/top-right-active.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/top-right-active.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/top-right-active.xpm xfwm4-themes-4.10.0/themes/wallis/top-right-active.xpm --- xfwm4-themes-4.6.0/themes/wallis/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/top-right-active.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s active_hilight_1", +"@ c #A0A0FF s active_shadow_1", +"# c #B0B0FF s active_mid_1", +"$ c #C0C0FF s active_color_1", +"@@@ ", +"++#@@ ", +"$$++#@ ", +"$$$$+#@ ", +"$$$$$$@ ", +"$$$$$$#@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"@@@@@@$@"}; Binary files /tmp/tmp6cbyFx/cX6bJpKTmX/xfwm4-themes-4.6.0/themes/wallis/top-right-inactive.png and /tmp/tmp6cbyFx/6W1zB2mV5U/xfwm4-themes-4.10.0/themes/wallis/top-right-inactive.png differ diff -Nru xfwm4-themes-4.6.0/themes/wallis/top-right-inactive.xpm xfwm4-themes-4.10.0/themes/wallis/top-right-inactive.xpm --- xfwm4-themes-4.6.0/themes/wallis/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wallis/top-right-inactive.xpm 2012-04-28 22:02:14.000000000 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 23 6 1", +" c None", +". c #000000", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #A0A0FF s inactive_shadow_1", +"# c #B0B0FF s inactive_mid_1", +"$ c #C0C0FF s inactive_color_1", +"@@@ ", +"++#@@ ", +"$$++#@ ", +"$$$$+#@ ", +"$$$$$$@ ", +"$$$$$$#@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@", +"$$$$$$$@"}; diff -Nru xfwm4-themes-4.6.0/themes/waza/Makefile.in xfwm4-themes-4.10.0/themes/waza/Makefile.in --- xfwm4-themes-4.6.0/themes/waza/Makefile.in 2009-02-26 00:04:06.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/waza/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Waza/xfwm4 @@ -227,14 +274,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/waza/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/waza/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/waza/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/waza/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -252,23 +299,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -292,13 +344,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -319,16 +375,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -347,6 +409,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -355,18 +419,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -400,6 +474,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/wildbush/Makefile.in xfwm4-themes-4.10.0/themes/wildbush/Makefile.in --- xfwm4-themes-4.6.0/themes/wildbush/Makefile.in 2009-02-26 00:04:07.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/wildbush/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Wildbush/xfwm4 @@ -210,14 +257,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/wildbush/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/wildbush/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/wildbush/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/wildbush/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -235,23 +282,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -275,13 +327,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -302,16 +358,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -330,6 +392,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -338,18 +402,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -383,6 +457,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/themes/xfce/Makefile.in xfwm4-themes-4.10.0/themes/xfce/Makefile.in --- xfwm4-themes-4.6.0/themes/xfce/Makefile.in 2009-02-26 00:04:07.000000000 +0000 +++ xfwm4-themes-4.10.0/themes/xfce/Makefile.in 2012-04-28 22:02:19.000000000 +0000 @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,9 +16,27 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -39,16 +58,42 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(themedir)" -themeDATA_INSTALL = $(INSTALL_DATA) DATA = $(theme_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -78,6 +123,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ SET_MAKE = @SET_MAKE@ @@ -120,6 +166,7 @@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themedir = $(datadir)/themes/Xfce/xfwm4 @@ -176,14 +223,14 @@ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/xfce/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu themes/xfce/Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/xfce/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/xfce/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -201,23 +248,28 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-themeDATA: $(theme_DATA) @$(NORMAL_INSTALL) - test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" - @list='$(theme_DATA)'; for p in $$list; do \ + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \ - $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ done uninstall-themeDATA: @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \ - rm -f "$(DESTDIR)$(themedir)/$$f"; \ - done + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -241,13 +293,17 @@ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -268,16 +324,22 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -296,6 +358,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -304,18 +368,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-html: install-html-am +install-html-am: + install-info: install-info-am +install-info-am: + install-man: install-pdf: install-pdf-am +install-pdf-am: + install-ps: install-ps-am +install-ps-am: + installcheck-am: maintainer-clean: maintainer-clean-am @@ -349,6 +423,7 @@ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-themeDATA + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru xfwm4-themes-4.6.0/xfwm4-themes.spec xfwm4-themes-4.10.0/xfwm4-themes.spec --- xfwm4-themes-4.6.0/xfwm4-themes.spec 2009-02-26 00:04:13.000000000 +0000 +++ xfwm4-themes-4.10.0/xfwm4-themes.spec 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -Summary: Additionnal themes for xfwm4 -Name: xfwm4-themes -Version: 4.6.0 -Release: 1 -License: GPL -URL: http://www.xfce.org/ -Source0: %{name}-%{version}.tar.gz -Group: User Interface/Desktops -BuildRoot: %{_tmppath}/%{name}-root -Requires: xfwm4 -BuildArch: noarch - -%description -A set of additionnal themes for the xfwm4 window manager. - -%prep -%setup -q - -%build -%configure -make - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc README INSTALL TODO COPYING AUTHORS -%{_datadir}/themes diff -Nru xfwm4-themes-4.6.0/xfwm4-themes.spec.in xfwm4-themes-4.10.0/xfwm4-themes.spec.in --- xfwm4-themes-4.6.0/xfwm4-themes.spec.in 2009-02-25 23:54:10.000000000 +0000 +++ xfwm4-themes-4.10.0/xfwm4-themes.spec.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -Summary: Additionnal themes for xfwm4 -Name: xfwm4-themes -Version: @VERSION@ -Release: 1 -License: GPL -URL: http://www.xfce.org/ -Source0: %{name}-%{version}.tar.gz -Group: User Interface/Desktops -BuildRoot: %{_tmppath}/%{name}-root -Requires: xfwm4 -BuildArch: noarch - -%description -A set of additionnal themes for the xfwm4 window manager. - -%prep -%setup -q - -%build -%configure -make - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc README INSTALL TODO COPYING AUTHORS -%{_datadir}/themes