From 1a5373c9ec023ede318d96eac606d53dbbedd131 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 13 2009 23:12:25 +0000 Subject: Update to 4.5.92 --- diff --git a/.cvsignore b/.cvsignore index af26855..e77cd6e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfwm4-4.4.3.tar.bz2 +xfwm4-4.5.92.tar.bz2 diff --git a/sources b/sources index 92b9008..b748984 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d15089f06187c029aee4cb87f75c302d xfwm4-4.4.3.tar.bz2 +941823870ee48b025f2cb72bec9d6fd3 xfwm4-4.5.92.tar.bz2 diff --git a/xfwm4-4.4.2-nodoka.patch b/xfwm4-4.4.2-nodoka.patch deleted file mode 100644 index 548fd9d..0000000 --- a/xfwm4-4.4.2-nodoka.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xfwm4-4.4.2.orig/src/parserc.c 2007-11-17 20:32:13.000000000 +0100 -+++ xfwm4-4.4.2/src/parserc.c 2008-04-23 00:09:04.000000000 +0200 -@@ -34,7 +34,7 @@ - #include "parserc.h" - - #ifndef DEFAULT_THEME --#define DEFAULT_THEME "Default" -+#define DEFAULT_THEME "Nodoka" - #endif - - gboolean diff --git a/xfwm4-4.5.92-nodoka.patch b/xfwm4-4.5.92-nodoka.patch new file mode 100644 index 0000000..6a5cd77 --- /dev/null +++ b/xfwm4-4.5.92-nodoka.patch @@ -0,0 +1,12 @@ +diff -Nur xfwm4-4.5.92.orig/src/parserc.c xfwm4-4.5.92/src/parserc.c +--- xfwm4-4.5.92.orig/src/parserc.c 2008-11-11 15:54:25.000000000 -0700 ++++ xfwm4-4.5.92/src/parserc.c 2008-12-30 15:24:26.000000000 -0700 +@@ -36,7 +36,7 @@ + #include "parserc.h" + + #ifndef DEFAULT_THEME +-#define DEFAULT_THEME "Default" ++#define DEFAULT_THEME "Nodoka" + #endif + + #define TOINT(x) (x ? atoi(x) : 0) diff --git a/xfwm4-bluecurve-prep-4.2.2.patch b/xfwm4-bluecurve-prep-4.2.2.patch deleted file mode 100644 index 38af9c7..0000000 --- a/xfwm4-bluecurve-prep-4.2.2.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -Nur xfwm4-4.2.2.orig/configure xfwm4-4.2.2/configure ---- xfwm4-4.2.2.orig/configure 2005-05-15 11:20:26.000000000 -0600 -+++ xfwm4-4.2.2/configure 2005-05-17 19:35:57.000000000 -0600 -@@ -25571,7 +25571,7 @@ - fi - - -- ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile" -+ ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile themes/bluecurve/Makefile" - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure -@@ -26181,6 +26181,7 @@ - "themes/therapy/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/therapy/Makefile" ;; - "themes/waza/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/waza/Makefile" ;; - "themes/wildbush/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/wildbush/Makefile" ;; -+ "themes/bluecurve/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/bluecurve/Makefile" ;; - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; -diff -Nur xfwm4-4.2.2.orig/configure.ac xfwm4-4.2.2/configure.ac ---- xfwm4-4.2.2.orig/configure.ac 2005-05-15 02:43:29.000000000 -0600 -+++ xfwm4-4.2.2/configure.ac 2005-05-17 19:36:23.000000000 -0600 -@@ -127,4 +127,5 @@ - themes/therapy/Makefile - themes/waza/Makefile - themes/wildbush/Makefile -+themes/bluecurve/Makefile - ]) -diff -Nur xfwm4-4.2.2.orig/mcs-plugin/xfwm4_plugin.h xfwm4-4.2.2/mcs-plugin/xfwm4_plugin.h ---- xfwm4-4.2.2.orig/mcs-plugin/xfwm4_plugin.h 2005-05-15 02:43:24.000000000 -0600 -+++ xfwm4-4.2.2/mcs-plugin/xfwm4_plugin.h 2005-05-17 19:36:50.000000000 -0600 -@@ -29,7 +29,7 @@ - #define CHANNEL2 "xfwm4_keys" - #define PLUGIN_NAME "xfwm4" - --#define DEFAULT_THEME "Default" -+#define DEFAULT_THEME "Bluecurve" - #define DEFAULT_KEY_THEME "Default" - #define DEFAULT_LAYOUT "OTS|HMC" - #define DEFAULT_ACTION "maximize" -diff -Nur xfwm4-4.2.2.orig/themes/Makefile.am xfwm4-4.2.2/themes/Makefile.am ---- xfwm4-4.2.2.orig/themes/Makefile.am 2005-05-15 02:43:06.000000000 -0600 -+++ xfwm4-4.2.2/themes/Makefile.am 2005-05-17 19:37:18.000000000 -0600 -@@ -10,4 +10,5 @@ - therapy \ - tyrex \ - waza \ -- wildbush -+ wildbush \ -+ bluecurve diff --git a/xfwm4-bluecurve-prep-4.2.3.1.patch b/xfwm4-bluecurve-prep-4.2.3.1.patch deleted file mode 100644 index 7585510..0000000 --- a/xfwm4-bluecurve-prep-4.2.3.1.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Nur xfwm4-4.2.3.1.orig/configure xfwm4-4.2.3.1/configure ---- xfwm4-4.2.3.1.orig/configure 2005-11-07 13:20:58.000000000 -0700 -+++ xfwm4-4.2.3.1/configure 2005-11-07 20:02:10.000000000 -0700 -@@ -26117,7 +26117,7 @@ - fi - - -- ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile doc/he/Makefile doc/he/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile" -+ ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile doc/he/Makefile doc/he/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile themes/bluecurve/Makefile" - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure -@@ -26729,6 +26729,7 @@ - "themes/therapy/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/therapy/Makefile" ;; - "themes/waza/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/waza/Makefile" ;; - "themes/wildbush/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/wildbush/Makefile" ;; -+ "themes/bluecurve/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/bluecurve/Makefile" ;; - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; -diff -Nur xfwm4-4.2.3.1.orig/configure.ac xfwm4-4.2.3.1/configure.ac ---- xfwm4-4.2.3.1.orig/configure.ac 2005-11-07 12:41:46.000000000 -0700 -+++ xfwm4-4.2.3.1/configure.ac 2005-11-07 20:02:10.000000000 -0700 -@@ -130,4 +130,5 @@ - themes/therapy/Makefile - themes/waza/Makefile - themes/wildbush/Makefile -+themes/bluecurve/Makefile - ]) -diff -Nur xfwm4-4.2.3.1.orig/mcs-plugin/xfwm4_plugin.h xfwm4-4.2.3.1/mcs-plugin/xfwm4_plugin.h ---- xfwm4-4.2.3.1.orig/mcs-plugin/xfwm4_plugin.h 2005-11-07 12:41:42.000000000 -0700 -+++ xfwm4-4.2.3.1/mcs-plugin/xfwm4_plugin.h 2005-11-07 20:02:10.000000000 -0700 -@@ -29,7 +29,7 @@ - #define CHANNEL2 "xfwm4_keys" - #define PLUGIN_NAME "xfwm4" - --#define DEFAULT_THEME "Default" -+#define DEFAULT_THEME "Bluecurve" - #define DEFAULT_KEY_THEME "Default" - #define DEFAULT_LAYOUT "OTS|HMC" - #define DEFAULT_ACTION "maximize" -diff -Nur xfwm4-4.2.3.1.orig/themes/Makefile.am xfwm4-4.2.3.1/themes/Makefile.am ---- xfwm4-4.2.3.1.orig/themes/Makefile.am 2005-11-07 12:41:23.000000000 -0700 -+++ xfwm4-4.2.3.1/themes/Makefile.am 2005-11-07 20:02:57.000000000 -0700 -@@ -10,4 +10,5 @@ - therapy \ - tyrex \ - waza \ -- wildbush -+ wildbush \ -+ bluecurve -diff -Nur xfwm4-4.2.3.1.orig/themes/Makefile.in xfwm4-4.2.3.1/themes/Makefile.in ---- xfwm4-4.2.3.1.orig/themes/Makefile.in 2005-11-07 13:20:54.000000000 -0700 -+++ xfwm4-4.2.3.1/themes/Makefile.in 2005-11-07 20:02:10.000000000 -0700 -@@ -233,7 +233,8 @@ - therapy \ - tyrex \ - waza \ -- wildbush -+ wildbush \ -+ bluecurve - - all: all-recursive - diff --git a/xfwm4-bluecurve-prep.patch b/xfwm4-bluecurve-prep.patch deleted file mode 100644 index 3704e2b..0000000 --- a/xfwm4-bluecurve-prep.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Nur xfwm4-4.2.1.orig/configure xfwm4-4.2.1/configure ---- xfwm4-4.2.1.orig/configure 2005-03-12 07:19:39.000000000 -0700 -+++ xfwm4-4.2.1/configure 2005-03-20 15:00:33.492532918 -0700 -@@ -25253,7 +25253,7 @@ - fi - - -- ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile" -+ ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/bluecurve/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile" - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure -@@ -25854,6 +25854,7 @@ - "themes/therapy/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/therapy/Makefile" ;; - "themes/waza/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/waza/Makefile" ;; - "themes/wildbush/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/wildbush/Makefile" ;; -+ "themes/bluecurve/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/bluecurve/Makefile" ;; - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; -diff -Nur xfwm4-4.2.1.orig/configure.ac xfwm4-4.2.1/configure.ac ---- xfwm4-4.2.1.orig/configure.ac 2005-03-12 07:19:39.000000000 -0700 -+++ xfwm4-4.2.1/configure.ac 2005-03-20 15:00:45.731640166 -0700 -@@ -125,4 +125,5 @@ - themes/therapy/Makefile - themes/waza/Makefile - themes/wildbush/Makefile -+themes/bluecurve/Makefile - ]) -diff -Nur xfwm4-4.2.1.orig/mcs-plugin/xfwm4_plugin.h xfwm4-4.2.1/mcs-plugin/xfwm4_plugin.h ---- xfwm4-4.2.1.orig/mcs-plugin/xfwm4_plugin.h 2004-12-18 16:32:07.000000000 -0700 -+++ xfwm4-4.2.1/mcs-plugin/xfwm4_plugin.h 2005-03-20 15:02:32.162180902 -0700 -@@ -29,7 +29,7 @@ - #define CHANNEL2 "xfwm4_keys" - #define PLUGIN_NAME "xfwm4" - --#define DEFAULT_THEME "Default" -+#define DEFAULT_THEME "Bluecurve" - #define DEFAULT_KEY_THEME "Default" - #define DEFAULT_LAYOUT "OTS|HMC" - #define DEFAULT_ACTION "maximize" -diff -Nur xfwm4-4.2.1.orig/themes/Makefile.am xfwm4-4.2.1/themes/Makefile.am ---- xfwm4-4.2.1.orig/themes/Makefile.am 2005-01-13 12:56:07.000000000 -0700 -+++ xfwm4-4.2.1/themes/Makefile.am 2005-03-20 15:03:03.076400082 -0700 -@@ -10,4 +10,5 @@ - therapy \ - tyrex \ - waza \ -- wildbush -+ wildbush \ -+ bluecurve -diff -Nur xfwm4-4.2.1.orig/themes/Makefile.in xfwm4-4.2.1/themes/Makefile.in ---- xfwm4-4.2.1.orig/themes/Makefile.in 2005-01-13 12:56:07.000000000 -0700 -+++ xfwm4-4.2.1/themes/Makefile.in 2005-03-20 15:04:02.131267369 -0700 -@@ -226,7 +226,8 @@ - therapy \ - tyrex \ - waza \ -- wildbush -+ wildbush \ -+ bluecurve - - all: all-recursive - diff --git a/xfwm4-bluecurve.patch b/xfwm4-bluecurve.patch deleted file mode 100644 index 1b78002..0000000 --- a/xfwm4-bluecurve.patch +++ /dev/null @@ -1,1885 +0,0 @@ -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/Makefile.am xfwm4-4.0.5/themes/bluecurve/Makefile.am ---- xfwm4-4.0.5.orig2/themes/bluecurve/Makefile.am 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/Makefile.am 2004-04-19 23:25:30.000000000 +0200 -@@ -0,0 +1,43 @@ -+themedir = $(pkgdatadir)/themes/Bluecurve -+theme_DATA = README \ -+ 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 \ -+ themerc \ -+ 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 -Naur xfwm4-4.0.5.orig2/themes/bluecurve/Makefile.in xfwm4-4.0.5/themes/bluecurve/Makefile.in ---- xfwm4-4.0.5.orig2/themes/bluecurve/Makefile.in 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/Makefile.in 2004-04-19 23:30:58.000000000 +0200 -@@ -0,0 +1,424 @@ -+# Makefile.in generated by automake 1.8.2 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -+# 2003, 2004 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@ -+ -+srcdir = @srcdir@ -+top_srcdir = @top_srcdir@ -+VPATH = @srcdir@ -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+top_builddir = ../.. -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+INSTALL = @INSTALL@ -+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 = : -+host_triplet = @host@ -+subdir = themes/bluecurve -+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ -+ $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ -+ $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -+CONFIG_HEADER = $(top_builddir)/config.h -+CONFIG_CLEAN_FILES = -+SOURCES = -+DIST_SOURCES = -+am__installdirs = $(DESTDIR)$(themedir) -+themeDATA_INSTALL = $(INSTALL_DATA) -+DATA = $(theme_DATA) -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMDEP_FALSE = @AMDEP_FALSE@ -+AMDEP_TRUE = @AMDEP_TRUE@ -+AMTAR = @AMTAR@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+CATALOGS = @CATALOGS@ -+CATOBJEXT = @CATOBJEXT@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATADIRNAME = @DATADIRNAME@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+ECHO = @ECHO@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+F77 = @F77@ -+FFLAGS = @FFLAGS@ -+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -+GMOFILES = @GMOFILES@ -+GMSGFMT = @GMSGFMT@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+INSTOBJEXT = @INSTOBJEXT@ -+INTLLIBS = @INTLLIBS@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -+LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -+LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -+LIBTOOL = @LIBTOOL@ -+LIBX11_CFLAGS = @LIBX11_CFLAGS@ -+LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -+LIBX11_LIBS = @LIBX11_LIBS@ -+LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -+LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -+LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -+LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -+LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -+LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -+LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -+LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -+LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -+LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -+LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -+LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -+LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -+LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -+LIBXPM_LIBS = @LIBXPM_LIBS@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+MAINT = @MAINT@ -+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -+MAKEINFO = @MAKEINFO@ -+MKINSTALLDIRS = @MKINSTALLDIRS@ -+MSGFMT = @MSGFMT@ -+OBJEXT = @OBJEXT@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+POFILES = @POFILES@ -+POSUB = @POSUB@ -+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -+RANDR_LIBS = @RANDR_LIBS@ -+RANLIB = @RANLIB@ -+SET_MAKE = @SET_MAKE@ -+SHELL = @SHELL@ -+STRIP = @STRIP@ -+USE_NLS = @USE_NLS@ -+VERSION = @VERSION@ -+XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -+XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -+XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -+XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -+XGETTEXT = @XGETTEXT@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_F77 = @ac_ct_F77@ -+ac_ct_RANLIB = @ac_ct_RANLIB@ -+ac_ct_STRIP = @ac_ct_STRIP@ -+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -+am__include = @am__include@ -+am__leading_dot = @am__leading_dot@ -+am__quote = @am__quote@ -+bindir = @bindir@ -+build = @build@ -+build_alias = @build_alias@ -+build_cpu = @build_cpu@ -+build_os = @build_os@ -+build_vendor = @build_vendor@ -+datadir = @datadir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+sysconfdir = @sysconfdir@ -+target_alias = @target_alias@ -+themedir = $(pkgdatadir)/themes/Bluecurve -+theme_DATA = README \ -+ 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 \ -+ themerc \ -+ 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 \ -+ && exit 0; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/bluecurve/Makefile'; \ -+ cd $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign themes/bluecurve/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 -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+distclean-libtool: -+ -rm -f libtool -+uninstall-info-am: -+install-themeDATA: $(theme_DATA) -+ @$(NORMAL_INSTALL) -+ $(mkdir_p) $(DESTDIR)$(themedir) -+ @list='$(theme_DATA)'; for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ -+ $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ -+ done -+ -+uninstall-themeDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(theme_DATA)'; for p in $$list; do \ -+ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ -+ rm -f $(DESTDIR)$(themedir)/$$f; \ -+ done -+tags: TAGS -+TAGS: -+ -+ctags: CTAGS -+CTAGS: -+ -+ -+distdir: $(DISTFILES) -+ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ -+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ -+ list='$(DISTFILES)'; for file in $$list; do \ -+ case $$file in \ -+ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ -+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ -+ esac; \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ -+ dir="/$$dir"; \ -+ $(mkdir_p) "$(distdir)$$dir"; \ -+ else \ -+ dir=''; \ -+ fi; \ -+ if test -d $$d/$$file; then \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ -+ fi; \ -+ cp -pR $$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: -+ $(mkdir_p) $(DESTDIR)$(themedir) -+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: -+ $(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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -rm -f $(CONFIG_CLEAN_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 clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-libtool -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-themeDATA -+ -+install-exec-am: -+ -+install-info: install-info-am -+ -+install-man: -+ -+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 mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-info-am uninstall-themeDATA -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ distclean distclean-generic distclean-libtool distdir dvi \ -+ dvi-am html html-am info info-am install install-am \ -+ install-data install-data-am install-exec install-exec-am \ -+ install-info install-info-am install-man install-strip \ -+ install-themeDATA installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ uninstall uninstall-am uninstall-info-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 -Naur xfwm4-4.0.5.orig2/themes/bluecurve/README xfwm4-4.0.5/themes/bluecurve/README ---- xfwm4-4.0.5.orig2/themes/bluecurve/README 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/README 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,7 @@ -+Bluecurve -+--------- -+ -+Garrett LeSage Havoc Pennington -+(c) 2002 Red Hat Inc. -+May 29, 2002 -+Red Hat Linux default theme -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/bottom-active.xpm xfwm4-4.0.5/themes/bluecurve/bottom-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/bottom-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/bottom-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,11 @@ -+/* XPM */ -+static char * bottom_active_xpm[] = { -+"4 5 3 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s active_color_2", -+"....", -+"....", -+"....", -+"....", -+"++++"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/bottom-inactive.xpm xfwm4-4.0.5/themes/bluecurve/bottom-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/bottom-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/bottom-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,11 @@ -+/* XPM */ -+static char * bottom_inactive_xpm[] = { -+"4 5 3 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s inactive_color_2", -+"....", -+"....", -+"....", -+"....", -+"++++"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/bottom-left-active.xpm xfwm4-4.0.5/themes/bluecurve/bottom-left-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/bottom-left-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/bottom-left-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,24 @@ -+/* XPM */ -+static char * bottom_left_active_xpm[] = { -+"16 16 5 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s active_color_2", -+"@ c #c1c1c1 s active_mid_2", -+"# c #a7a7a7 s active_shadow_2", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+@... ", -+"+#... ", -+" +..............", -+" +@.............", -+" +@............", -+" ++#@.........", -+" +++++++++++"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/bottom-left-inactive.xpm xfwm4-4.0.5/themes/bluecurve/bottom-left-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/bottom-left-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/bottom-left-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,24 @@ -+/* XPM */ -+static char * bottom_left_inactive_xpm[] = { -+"16 16 5 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s inactive_color_2", -+"@ c #c1c1c1 s inactive_mid_2", -+"# c #a7a7a7 s inactive_shadow_2", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+.... ", -+"+@... ", -+"+#... ", -+" +..............", -+" +@.............", -+" +@............", -+" ++#@.........", -+" +++++++++++"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/bottom-right-active.xpm xfwm4-4.0.5/themes/bluecurve/bottom-right-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/bottom-right-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/bottom-right-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,24 @@ -+/* XPM */ -+static char * bottom_right_active_xpm[] = { -+"16 16 5 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s active_color_2", -+"@ c #c1c1c1 s active_mid_2", -+"# c #a7a7a7 s active_shadow_2", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ...@+", -+" ...#+", -+"..............+ ", -+".............@+ ", -+"............@+ ", -+".........@#++ ", -+"+++++++++++ "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/bottom-right-inactive.xpm xfwm4-4.0.5/themes/bluecurve/bottom-right-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/bottom-right-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/bottom-right-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,24 @@ -+/* XPM */ -+static char * bottom_right_inactive_xpm[] = { -+"16 16 5 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s inactive_color_2", -+"@ c #c1c1c1 s inactive_mid_2", -+"# c #a7a7a7 s inactive_shadow_2", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ....+", -+" ...@+", -+" ...#+", -+"..............+ ", -+".............@+ ", -+"............@+ ", -+".........@#++ ", -+"+++++++++++ "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/close-active.xpm xfwm4-4.0.5/themes/bluecurve/close-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/close-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/close-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,48 @@ -+/* XPM */ -+static char * close_active_xpm[] = { -+"18 16 29 1", -+" c None", -+". c #858FA4", -+"+ c #F8F9FD", -+"@ c #E0E7F7", -+"# c #E1E7F7", -+"$ c #E1E8F7", -+"% c #E2E8F7", -+"& c #E2E9F7", -+"* c #E3E9F7", -+"= c #E4EAF8", -+"- c #E5EAF8", -+"; c #E5EBF8", -+"> c #E6EBF8", -+", c #E7ECF8", -+"' c #CED3DE", -+") c #E8EDF9", -+"! c #647190", -+"~ c #647290", -+"{ c #657290", -+"] c #E9EEF9", -+"^ c #EAEEF9", -+"/ c #EBEFF9", -+"( c #657390", -+"_ c #667390", -+": c #ECF0FA", -+"< c #EDF0FA", -+"[ c #EDF1FA", -+"} c #EEF1FA", -+"| c #EEF2FA", -+" .............. ", -+" .++++++++++++++. ", -+".+@@#$%&*==-;>,,'.", -+".+@#$%&*==-;>,,)'.", -+".+#$%&!==-~>,,))'.", -+".+$%&!~~-~{{,))]'.", -+".+%&*=~~~{{,))]^'.", -+".+&*==-~{{,))]^^'.", -+".+==-;{{{{{]^^//'.", -+".+=-;{{{){(_^//:'.", -+".+-;>,{))]_^//:<'.", -+".+;>,,))]^^//:<['.", -+".+>,,))]^^//:<[}'.", -+".+,,))]^^//:<[}|'.", -+" .''''''''''''''. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/close-inactive.xpm xfwm4-4.0.5/themes/bluecurve/close-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/close-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/close-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,28 @@ -+/* XPM */ -+static char * close_inactive_xpm[] = { -+"18 16 9 1", -+" c None", -+". c #BDBDBD", -+"+ c #EEEEEE", -+"@ c #EDEDED", -+"# c #ECECEC", -+"$ c #939393", -+"% c #EBEBEB", -+"& c #EAEAEA", -+"* c #E9E9E9", -+" .............. ", -+" .++++++++++++++. ", -+".@@@@@@@@@@@@@@@@.", -+".@@@@@@@@@@@@@@@@.", -+".#####$###$######.", -+".####$$$#$$$#####.", -+".#####$$$$$######.", -+".%%%%%%$$$%%%%%%%.", -+".%%%%%$$$$$%%%%%%.", -+".%%%%$$$%$$$%%%%%.", -+".&&&&&$&&&$&&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".****************.", -+" .**************. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/close-pressed.xpm xfwm4-4.0.5/themes/bluecurve/close-pressed.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/close-pressed.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/close-pressed.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,27 @@ -+/* XPM */ -+static char * close_pressed_xpm[] = { -+"18 16 8 1", -+" c None", -+". c #858FA4", -+"+ c #B0B7C8", -+"@ c #647190", -+"# c #647290", -+"$ c #657290", -+"% c #657390", -+"& c #667390", -+" .............. ", -+" .++++++++++++++. ", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".+++++@+++#++++++.", -+".++++@##+#$$+++++.", -+".+++++###$$++++++.", -+".++++++#$$+++++++.", -+".+++++$$$$$++++++.", -+".++++$$$+$%&+++++.", -+".+++++$+++&++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+" .++++++++++++++. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/hide-active.xpm xfwm4-4.0.5/themes/bluecurve/hide-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/hide-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/hide-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,47 @@ -+/* XPM */ -+static char * hide_active_xpm[] = { -+"18 16 28 1", -+" c None", -+". c #858FA4", -+"+ c #F8F9FD", -+"@ c #E0E7F7", -+"# c #E1E7F7", -+"$ c #E1E8F7", -+"% c #E2E8F7", -+"& c #E2E9F7", -+"* c #E3E9F7", -+"= c #E4EAF8", -+"- c #E5EAF8", -+"; c #E5EBF8", -+"> c #E6EBF8", -+", c #E7ECF8", -+"' c #CED3DE", -+") c #E8EDF9", -+"! c #E9EEF9", -+"~ c #EAEEF9", -+"{ c #647290", -+"] c #657290", -+"^ c #657390", -+"/ c #EBEFF9", -+"( c #667390", -+"_ c #ECF0FA", -+": c #EDF0FA", -+"< c #EDF1FA", -+"[ c #EEF1FA", -+"} c #EEF2FA", -+" .............. ", -+" .++++++++++++++. ", -+".+@@#$%&*==-;>,,'.", -+".+@#$%&*==-;>,,)'.", -+".+#$%&*==-;>,,))'.", -+".+$%&*==-;>,,))!'.", -+".+%&*==-;>,,))!~'.", -+".+&*==-;>,,))!~~'.", -+".+==-{]]]]]^~~//'.", -+".+=-;]]]]]^(~//_'.", -+".+-;>]]]]^((//_:'.", -+".+;>,,))!~~//_:<'.", -+".+>,,))!~~//_:<['.", -+".+,,))!~~//_:<[}'.", -+" .''''''''''''''. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/hide-inactive.xpm xfwm4-4.0.5/themes/bluecurve/hide-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/hide-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/hide-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,28 @@ -+/* XPM */ -+static char * hide_inactive_xpm[] = { -+"18 16 9 1", -+" c None", -+". c #BDBDBD", -+"+ c #EEEEEE", -+"@ c #EDEDED", -+"# c #ECECEC", -+"$ c #EBEBEB", -+"% c #939393", -+"& c #EAEAEA", -+"* c #E9E9E9", -+" .............. ", -+" .++++++++++++++. ", -+".@@@@@@@@@@@@@@@@.", -+".@@@@@@@@@@@@@@@@.", -+".################.", -+".################.", -+".################.", -+".$$$$$$$$$$$$$$$$.", -+".$$$$%%%%%%%$$$$$.", -+".$$$$%%%%%%%$$$$$.", -+".&&&&%%%%%%%&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".****************.", -+" .**************. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/hide-pressed.xpm xfwm4-4.0.5/themes/bluecurve/hide-pressed.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/hide-pressed.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/hide-pressed.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,26 @@ -+/* XPM */ -+static char * hide_pressed_xpm[] = { -+"18 16 7 1", -+" c None", -+". c #858FA4", -+"+ c #B0B7C8", -+"@ c #647290", -+"# c #657290", -+"$ c #657390", -+"% c #667390", -+" .............. ", -+" .++++++++++++++. ", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++@#####$+++++.", -+".++++#####$%+++++.", -+".++++####$%%+++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+" .++++++++++++++. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/left-active.xpm xfwm4-4.0.5/themes/bluecurve/left-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/left-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/left-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,10 @@ -+/* XPM */ -+static char * left_active_xpm[] = { -+"5 4 3 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s active_color_2", -+"+....", -+"+....", -+"+....", -+"+...."}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/left-inactive.xpm xfwm4-4.0.5/themes/bluecurve/left-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/left-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/left-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,10 @@ -+/* XPM */ -+static char * left_inactive_xpm[] = { -+"5 4 3 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s inactive_color_2", -+"+....", -+"+....", -+"+....", -+"+...."}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/maximize-active.xpm xfwm4-4.0.5/themes/bluecurve/maximize-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/maximize-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/maximize-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,48 @@ -+/* XPM */ -+static char * maximize_active_xpm[] = { -+"18 16 29 1", -+" c None", -+". c #858FA4", -+"+ c #F8F9FD", -+"@ c #E0E7F7", -+"# c #E1E7F7", -+"$ c #E1E8F7", -+"% c #E2E8F7", -+"& c #E2E9F7", -+"* c #E3E9F7", -+"= c #E4EAF8", -+"- c #E5EAF8", -+"; c #E5EBF8", -+"> c #E6EBF8", -+", c #E7ECF8", -+"' c #CED3DE", -+") c #E8EDF9", -+"! c #647190", -+"~ c #647290", -+"{ c #657290", -+"] c #E9EEF9", -+"^ c #EAEEF9", -+"/ c #657390", -+"( c #EBEFF9", -+"_ c #667390", -+": c #ECF0FA", -+"< c #EDF0FA", -+"[ c #EDF1FA", -+"} c #EEF1FA", -+"| c #EEF2FA", -+" .............. ", -+" .++++++++++++++. ", -+".+@@#$%&*==-;>,,'.", -+".+@#$%&*==-;>,,)'.", -+".+#$%!!~~~~{,,))'.", -+".+$%&!~~~~{{,))]'.", -+".+%&*~~~~{{{))]^'.", -+".+&*=~-;>,,{)]^^'.", -+".+==-~>,,))/^^(('.", -+".+=-;{,,))]_^((:'.", -+".+-;>{{{{/__((:<'.", -+".+;>,,))]^^((:<['.", -+".+>,,))]^^((:<[}'.", -+".+,,))]^^((:<[}|'.", -+" .''''''''''''''. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/maximize-inactive.xpm xfwm4-4.0.5/themes/bluecurve/maximize-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/maximize-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/maximize-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,28 @@ -+/* XPM */ -+static char * maximize_inactive_xpm[] = { -+"18 16 9 1", -+" c None", -+". c #BDBDBD", -+"+ c #EEEEEE", -+"@ c #EDEDED", -+"# c #ECECEC", -+"$ c #939393", -+"% c #EBEBEB", -+"& c #EAEAEA", -+"* c #E9E9E9", -+" .............. ", -+" .++++++++++++++. ", -+".@@@@@@@@@@@@@@@@.", -+".@@@@@@@@@@@@@@@@.", -+".####$$$$$$$#####.", -+".####$$$$$$$#####.", -+".####$$$$$$$#####.", -+".%%%%$%%%%%$%%%%%.", -+".%%%%$%%%%%$%%%%%.", -+".%%%%$%%%%%$%%%%%.", -+".&&&&$$$$$$$&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".****************.", -+" .**************. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/maximize-pressed.xpm xfwm4-4.0.5/themes/bluecurve/maximize-pressed.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/maximize-pressed.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/maximize-pressed.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,27 @@ -+/* XPM */ -+static char * maximize_pressed_xpm[] = { -+"18 16 8 1", -+" c None", -+". c #858FA4", -+"+ c #B0B7C8", -+"@ c #647190", -+"# c #647290", -+"$ c #657290", -+"% c #657390", -+"& c #667390", -+" .............. ", -+" .++++++++++++++. ", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++@@####$+++++.", -+".++++@####$$+++++.", -+".++++####$$$+++++.", -+".++++#+++++$+++++.", -+".++++#+++++%+++++.", -+".++++$+++++&+++++.", -+".++++$$$$%&&+++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+" .++++++++++++++. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/maximize-toggled-active.xpm xfwm4-4.0.5/themes/bluecurve/maximize-toggled-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/maximize-toggled-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/maximize-toggled-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,54 @@ -+/* XPM */ -+static char * maximize_toggled_active_xpm[] = { -+"18 16 35 1", -+" c None", -+". c #858FA4", -+"+ c #F8F9FD", -+"@ c #E0E7F7", -+"# c #E1E7F7", -+"$ c #E1E8F7", -+"% c #E2E8F7", -+"& c #E2E9F7", -+"* c #E3E9F7", -+"= c #E4EAF8", -+"- c #E5EAF8", -+"; c #E5EBF8", -+"> c #E6EBF8", -+", c #E7ECF8", -+"' c #CED3DE", -+") c #8A95AE", -+"! c #8A95AF", -+"~ c #8B95AF", -+"{ c #8B96AF", -+"] c #E8EDF9", -+"^ c #8C96AF", -+"/ c #647190", -+"( c #647290", -+"_ c #657290", -+": c #E9EEF9", -+"< c #EAEEF9", -+"[ c #8D97AF", -+"} c #EBEFF9", -+"| c #657390", -+"1 c #ECF0FA", -+"2 c #667390", -+"3 c #EDF0FA", -+"4 c #EDF1FA", -+"5 c #EEF1FA", -+"6 c #EEF2FA", -+" .............. ", -+" .++++++++++++++. ", -+".+@@#$%&*==-;>,,'.", -+".+@#$%&)!!~{{,,]'.", -+".+#$%&*==-;>^,]]'.", -+".+$%&/((((_,^]]:'.", -+".+%&*((((__,^]:<'.", -+".+&*=(((___]^:<<'.", -+".+==-(>,,]_:[<}}'.", -+".+=-;_,,]]|<<}}1'.", -+".+-;>____|2<}}13'.", -+".+;>,,]]:<<}}134'.", -+".+>,,]]:<<}}1345'.", -+".+,,]]:<<}}13456'.", -+" .''''''''''''''. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/maximize-toggled-inactive.xpm xfwm4-4.0.5/themes/bluecurve/maximize-toggled-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/maximize-toggled-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/maximize-toggled-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,29 @@ -+/* XPM */ -+static char * maximize_toggled_inactive_xpm[] = { -+"18 16 10 1", -+" c None", -+". c #BDBDBD", -+"+ c #EEEEEE", -+"@ c #EDEDED", -+"# c #AEAEAE", -+"$ c #ECECEC", -+"% c #939393", -+"& c #EBEBEB", -+"* c #EAEAEA", -+"= c #E9E9E9", -+" .............. ", -+" .++++++++++++++. ", -+".@@@@@@@@@@@@@@@@.", -+".@@@@@@######@@@@.", -+".$$$$$$$$$$$#$$$$.", -+".$$$$%%%%%%$#$$$$.", -+".$$$$%%%%%%$#$$$$.", -+".&&&&%%%%%%&#&&&&.", -+".&&&&%&&&&%&#&&&&.", -+".&&&&%&&&&%&&&&&&.", -+".****%%%%%%******.", -+".****************.", -+".****************.", -+".================.", -+" .==============. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/maximize-toggled-pressed.xpm xfwm4-4.0.5/themes/bluecurve/maximize-toggled-pressed.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/maximize-toggled-pressed.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/maximize-toggled-pressed.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,33 @@ -+/* XPM */ -+static char * maximize_toggled_pressed_xpm[] = { -+"18 16 14 1", -+" c None", -+". c #858FA4", -+"+ c #B0B7C8", -+"@ c #8A95AE", -+"# c #8A95AF", -+"$ c #8B95AF", -+"% c #8B96AF", -+"& c #8C96AF", -+"* c #647190", -+"= c #647290", -+"- c #657290", -+"; c #8D97AF", -+"> c #657390", -+", c #667390", -+" .............. ", -+" .++++++++++++++. ", -+".++++++++++++++++.", -+".++++++@##$%%++++.", -+".+++++++++++&++++.", -+".++++*====-+&++++.", -+".++++====--+&++++.", -+".++++===---+&++++.", -+".++++=++++-+;++++.", -+".++++-++++>++++++.", -+".++++---->,++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+" .++++++++++++++. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/menu-active.xpm xfwm4-4.0.5/themes/bluecurve/menu-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/menu-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/menu-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,46 @@ -+/* XPM */ -+static char * menu_active_xpm[] = { -+"18 16 27 1", -+" c None", -+". c #858FA4", -+"+ c #F8F9FD", -+"@ c #E0E7F7", -+"# c #E1E7F7", -+"$ c #E1E8F7", -+"% c #E2E8F7", -+"& c #E2E9F7", -+"* c #E3E9F7", -+"= c #E4EAF8", -+"- c #E5EAF8", -+"; c #E5EBF8", -+"> c #E6EBF8", -+", c #E7ECF8", -+"' c #CED3DE", -+") c #E8EDF9", -+"! c #647190", -+"~ c #657290", -+"{ c #E9EEF9", -+"] c #647290", -+"^ c #EAEEF9", -+"/ c #EBEFF9", -+"( c #ECF0FA", -+"_ c #EDF0FA", -+": c #EDF1FA", -+"< c #EEF1FA", -+"[ c #EEF2FA", -+" .............. ", -+" .++++++++++++++. ", -+".+@@#$%&*==-;>,,'.", -+".+@#$%&*==-;>,,)'.", -+".+#$%&*==-;>,,))'.", -+".+$%&!==-;>~,)){'.", -+".+%&!]]-;>~~~){^'.", -+".+&*=]]]>~~~){^^'.", -+".+==-;~~~~~{^^//'.", -+".+=-;>,~~~{^^//('.", -+".+-;>,,)~{^^//(_'.", -+".+;>,,)){^^//(_:'.", -+".+>,,)){^^//(_:<'.", -+".+,,)){^^//(_:<['.", -+" .''''''''''''''. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/menu-inactive.xpm xfwm4-4.0.5/themes/bluecurve/menu-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/menu-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/menu-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,28 @@ -+/* XPM */ -+static char * menu_inactive_xpm[] = { -+"18 16 9 1", -+" c None", -+". c #BDBDBD", -+"+ c #EEEEEE", -+"@ c #EDEDED", -+"# c #ECECEC", -+"$ c #939393", -+"% c #EBEBEB", -+"& c #EAEAEA", -+"* c #E9E9E9", -+" .............. ", -+" .++++++++++++++. ", -+".@@@@@@@@@@@@@@@@.", -+".@@@@@@@@@@@@@@@@.", -+".################.", -+".####$#####$#####.", -+".###$$$###$$$####.", -+".%%%%$$$%$$$%%%%%.", -+".%%%%%$$$$$%%%%%%.", -+".%%%%%%$$$%%%%%%%.", -+".&&&&&&&$&&&&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".&&&&&&&&&&&&&&&&.", -+".****************.", -+" .**************. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/menu-pressed.xpm xfwm4-4.0.5/themes/bluecurve/menu-pressed.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/menu-pressed.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/menu-pressed.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,25 @@ -+/* XPM */ -+static char * menu_pressed_xpm[] = { -+"18 16 6 1", -+" c None", -+". c #858FA4", -+"+ c #B0B7C8", -+"@ c #647190", -+"# c #657290", -+"$ c #647290", -+" .............. ", -+" .++++++++++++++. ", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++@+++++#+++++.", -+".+++@$$+++###++++.", -+".++++$$$+###+++++.", -+".+++++#####++++++.", -+".++++++###+++++++.", -+".+++++++#++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+".++++++++++++++++.", -+" .++++++++++++++. ", -+" .............. "}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/right-active.xpm xfwm4-4.0.5/themes/bluecurve/right-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/right-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/right-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,10 @@ -+/* XPM */ -+static char * right_active_xpm[] = { -+"5 4 3 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s active_color_2", -+"....+", -+"....+", -+"....+", -+"....+"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/right-inactive.xpm xfwm4-4.0.5/themes/bluecurve/right-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/right-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/right-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,10 @@ -+/* XPM */ -+static char * right_inactive_xpm[] = { -+"5 4 3 1", -+" c None", -+"+ c #000000", -+". c #e6e6e6 s inactive_color_2", -+"....+", -+"....+", -+"....+", -+"....+"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/themerc xfwm4-4.0.5/themes/bluecurve/themerc ---- xfwm4-4.0.5.orig2/themes/bluecurve/themerc 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/themerc 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,11 @@ -+active_text_color=#ffffff -+inactive_text_color=#777777 -+button_layout=O|HMC -+button_offset=-1 -+button_spacing=2 -+full_width_title=true -+title_horizontal_offset=4 -+title_shadow_active=true -+title_shadow_inactive=false -+title_vertical_offset_active=2 -+title_vertical_offset_inactive=2 -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-1-active.xpm xfwm4-4.0.5/themes/bluecurve/title-1-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-1-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-1-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,33 @@ -+/* XPM */ -+static char * title_1_active_xpm[] = { -+"2 22 8 1", -+" c None", -+". c #000000", -+"+ c #BEC6D8", -+"@ c #C3CBDE", -+"# c #C9D1E3", -+"$ c #CED6E9", -+"% c #D3DCEF", -+"& c #7283A7", -+"..", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"@@", -+"##", -+"$$", -+"%%", -+"&&"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-1-inactive.xpm xfwm4-4.0.5/themes/bluecurve/title-1-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-1-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-1-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,35 @@ -+/* XPM */ -+static char * title_1_inactive_xpm[] = { -+"2 22 10 1", -+" c None", -+". c #000000", -+"+ c #E8E8E8", -+"@ c #E3E3E3", -+"# c #DEDEDE", -+"$ c #D9D9D9", -+"% c #D6D6D6", -+"& c #D4D4D4", -+"* c #D2D2D2", -+"= c #C4C4C4", -+"..", -+"++", -+"@@", -+"##", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"%%", -+"&&", -+"**", -+"**", -+"=="}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-2-active.xpm xfwm4-4.0.5/themes/bluecurve/title-2-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-2-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-2-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,34 @@ -+/* XPM */ -+static char * title_2_active_xpm[] = { -+"4 22 9 1", -+" c None", -+". c #000000", -+"+ c #BEC6D8", -+"@ c #283C67", -+"# c #C3CBDE", -+"$ c #C9D1E3", -+"% c #CED6E9", -+"& c #D3DCEF", -+"* c #7283A7", -+"....", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"+++@", -+"###@", -+"$$$@", -+"%%%@", -+"&&&@", -+"***@"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-2-inactive.xpm xfwm4-4.0.5/themes/bluecurve/title-2-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-2-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-2-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,35 @@ -+/* XPM */ -+static char * title_2_inactive_xpm[] = { -+"4 22 10 1", -+" c None", -+". c #000000", -+"+ c #E8E8E8", -+"@ c #E3E3E3", -+"# c #DEDEDE", -+"$ c #D9D9D9", -+"% c #D6D6D6", -+"& c #D4D4D4", -+"* c #D2D2D2", -+"= c #C4C4C4", -+"....", -+"++++", -+"@@@@", -+"####", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"%%%%", -+"&&&&", -+"****", -+"****", -+"===="}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-3-active.xpm xfwm4-4.0.5/themes/bluecurve/title-3-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-3-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-3-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,81 @@ -+/* XPM */ -+static char * title_3_active_xpm[] = { -+"5 22 56 1", -+" c None", -+". c #000000", -+"+ c #A8B9DE", -+"@ c #647EBA", -+"# c #3D4F77", -+"$ c #899DC9", -+"% c #5E7AB8", -+"& c #859AC7", -+"* c #5875B5", -+"= c #3A4D76", -+"- c #5370B3", -+"; c #374975", -+"> c #8095C5", -+", c #4D6CB0", -+"' c #334672", -+") c #7C92C3", -+"! c #4B6AB0", -+"~ c #314572", -+"{ c #7B91C3", -+"] c #304471", -+"^ c #7A91C2", -+"/ c #4969AF", -+"( c #7A90C2", -+"_ c #4867AE", -+": c #304472", -+"< c #4665AD", -+"[ c #2E4271", -+"} c #778DC0", -+"| c #4464AC", -+"1 c #2D4171", -+"2 c #768BC0", -+"3 c #2F4270", -+"4 c #788EC0", -+"5 c #314573", -+"6 c #7A8EC2", -+"7 c #4A68AF", -+"8 c #7D92C4", -+"9 c #4E6CB1", -+"0 c #364B78", -+"a c #5270B4", -+"b c #3B4F7D", -+"c c #7D93C4", -+"d c #5774B5", -+"e c #405480", -+"f c #7E95C5", -+"g c #5F7AB8", -+"h c #485B86", -+"i c #8497C7", -+"j c #4F618B", -+"k c #879BC7", -+"l c #6680BA", -+"m c #8B9ECA", -+"n c #6D85BE", -+"o c #566892", -+"p c #7289C0", -+"q c #0B0B0C", -+".....", -+"+++++", -+"@@@@@", -+"#$%%%", -+"&***=", -+"---;>", -+",,'),", -+"!~{!!", -+"]^///", -+"(___:", -+"<<<[}", -+"||12|", -+"<34<<", -+"56777", -+"89990", -+"aaabc", -+"ddefd", -+"ghigg", -+"jklll", -+"mnnno", -+"ppppp", -+"qqqqq"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-3-inactive.xpm xfwm4-4.0.5/themes/bluecurve/title-3-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-3-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-3-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,35 @@ -+/* XPM */ -+static char * title_3_inactive_xpm[] = { -+"5 22 10 1", -+" c None", -+". c #000000", -+"+ c #E8E8E8", -+"@ c #E3E3E3", -+"# c #DEDEDE", -+"$ c #D9D9D9", -+"% c #D6D6D6", -+"& c #D4D4D4", -+"* c #D2D2D2", -+"= c #C4C4C4", -+".....", -+"+++++", -+"@@@@@", -+"#####", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"$$$$$", -+"%%%%%", -+"&&&&&", -+"*****", -+"*****", -+"====="}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-4-active.xpm xfwm4-4.0.5/themes/bluecurve/title-4-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-4-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-4-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,34 @@ -+/* XPM */ -+static char * title_4_active_xpm[] = { -+"4 22 9 1", -+" c None", -+". c #000000", -+"+ c #283C67", -+"@ c #BEC6D8", -+"# c #C3CBDE", -+"$ c #C9D1E3", -+"% c #CED6E9", -+"& c #D3DCEF", -+"* c #7283A7", -+"....", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+@@@", -+"+###", -+"+$$$", -+"+%%%", -+"+&&&", -+"+***"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-4-inactive.xpm xfwm4-4.0.5/themes/bluecurve/title-4-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-4-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-4-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,35 @@ -+/* XPM */ -+static char * title_4_inactive_xpm[] = { -+"4 22 10 1", -+" c None", -+". c #000000", -+"+ c #E8E8E8", -+"@ c #E3E3E3", -+"# c #DEDEDE", -+"$ c #D9D9D9", -+"% c #D6D6D6", -+"& c #D4D4D4", -+"* c #D2D2D2", -+"= c #C4C4C4", -+"....", -+"++++", -+"@@@@", -+"####", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"$$$$", -+"%%%%", -+"&&&&", -+"****", -+"****", -+"===="}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-5-active.xpm xfwm4-4.0.5/themes/bluecurve/title-5-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-5-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-5-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,33 @@ -+/* XPM */ -+static char * title_5_active_xpm[] = { -+"2 22 8 1", -+" c None", -+". c #000000", -+"+ c #BEC6D8", -+"@ c #C3CBDE", -+"# c #C9D1E3", -+"$ c #CED6E9", -+"% c #D3DCEF", -+"& c #7283A7", -+"..", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"++", -+"@@", -+"##", -+"$$", -+"%%", -+"&&"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/title-5-inactive.xpm xfwm4-4.0.5/themes/bluecurve/title-5-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/title-5-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/title-5-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,35 @@ -+/* XPM */ -+static char * title_5_inactive_xpm[] = { -+"2 22 10 1", -+" c None", -+". c #000000", -+"+ c #E8E8E8", -+"@ c #E3E3E3", -+"# c #DEDEDE", -+"$ c #D9D9D9", -+"% c #D6D6D6", -+"& c #D4D4D4", -+"* c #D2D2D2", -+"= c #C4C4C4", -+"..", -+"++", -+"@@", -+"##", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"$$", -+"%%", -+"&&", -+"**", -+"**", -+"=="}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/top-left-active.xpm xfwm4-4.0.5/themes/bluecurve/top-left-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/top-left-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/top-left-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,38 @@ -+/* XPM */ -+static char * top_left_active_xpm[] = { -+"10 22 13 1", -+" c None", -+". c #000000", -+"+ c #36383D", -+"@ c #A7AEBE", -+"# c #BEC6D8", -+"$ c #979EAC", -+"% c #393B40", -+"& c #A5ACBB", -+"* c #C3CBDE", -+"= c #C9D1E3", -+"- c #CED6E9", -+"; c #D3DCEF", -+"> c #7283A7", -+" .....", -+" .+@####", -+" .$######", -+" .$#######", -+" %########", -+".&########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".#########", -+".*********", -+".=========", -+".---------", -+".;;;;;;;;;", -+".>>>>>>>>>"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/top-left-inactive.xpm xfwm4-4.0.5/themes/bluecurve/top-left-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/top-left-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/top-left-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,41 @@ -+/* XPM */ -+static char * top_left_inactive_xpm[] = { -+"10 22 16 1", -+" c None", -+". c #000000", -+"+ c #424242", -+"@ c #CCCCCC", -+"# c #E8E8E8", -+"$ c #B5B5B5", -+"% c #E3E3E3", -+"& c #B1B1B1", -+"* c #DEDEDE", -+"= c #414141", -+"- c #D9D9D9", -+"; c #BCBCBC", -+"> c #D6D6D6", -+", c #D4D4D4", -+"' c #D2D2D2", -+") c #C4C4C4", -+" .....", -+" .+@####", -+" .$%%%%%%", -+" .&*******", -+" =--------", -+".;--------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".---------", -+".>>>>>>>>>", -+".,,,,,,,,,", -+".'''''''''", -+".'''''''''", -+".)))))))))"}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/top-right-active.xpm xfwm4-4.0.5/themes/bluecurve/top-right-active.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/top-right-active.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/top-right-active.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,38 @@ -+/* XPM */ -+static char * top_right_active_xpm[] = { -+"10 22 13 1", -+" c None", -+". c #000000", -+"+ c #BEC6D8", -+"@ c #A7AEBE", -+"# c #36383D", -+"$ c #979EAC", -+"% c #393B40", -+"& c #A5ACBB", -+"* c #C3CBDE", -+"= c #C9D1E3", -+"- c #CED6E9", -+"; c #D3DCEF", -+"> c #7283A7", -+"..... ", -+"++++@#. ", -+"++++++$. ", -+"+++++++$. ", -+"++++++++% ", -+"++++++++&.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"+++++++++.", -+"*********.", -+"=========.", -+"---------.", -+";;;;;;;;;.", -+">>>>>>>>>."}; -diff -Naur xfwm4-4.0.5.orig2/themes/bluecurve/top-right-inactive.xpm xfwm4-4.0.5/themes/bluecurve/top-right-inactive.xpm ---- xfwm4-4.0.5.orig2/themes/bluecurve/top-right-inactive.xpm 1970-01-01 01:00:00.000000000 +0100 -+++ xfwm4-4.0.5/themes/bluecurve/top-right-inactive.xpm 2004-04-19 23:24:24.000000000 +0200 -@@ -0,0 +1,41 @@ -+/* XPM */ -+static char * top_right_inactive_xpm[] = { -+"10 22 16 1", -+" c None", -+". c #000000", -+"+ c #E8E8E8", -+"@ c #CCCCCC", -+"# c #424242", -+"$ c #E3E3E3", -+"% c #B5B5B5", -+"& c #DEDEDE", -+"* c #B1B1B1", -+"= c #D9D9D9", -+"- c #414141", -+"; c #BCBCBC", -+"> c #D6D6D6", -+", c #D4D4D4", -+"' c #D2D2D2", -+") c #C4C4C4", -+"..... ", -+"++++@#. ", -+"$$$$$$%. ", -+"&&&&&&&*. ", -+"========- ", -+"========;.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+"=========.", -+">>>>>>>>>.", -+",,,,,,,,,.", -+"'''''''''.", -+"'''''''''.", -+")))))))))."}; diff --git a/xfwm4-focus-bug.patch b/xfwm4-focus-bug.patch deleted file mode 100644 index 387b991..0000000 --- a/xfwm4-focus-bug.patch +++ /dev/null @@ -1,122 +0,0 @@ -diff -Nur xfwm4-4.2.1.orig/src/client.c xfwm4-4.2.1/src/client.c ---- xfwm4-4.2.1.orig/src/client.c 2005-03-14 13:11:55.000000000 -0700 -+++ xfwm4-4.2.1/src/client.c 2005-03-27 21:10:57.241200236 -0700 -@@ -1,4 +1,4 @@ --/* $Id: client.c,v 1.461.2.11 2005/03/14 19:48:50 olivier Exp $ -+/* $Id: client.c,v 1.461.2.12 2005/03/16 20:38:45 olivier Exp $ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by -@@ -3130,18 +3130,14 @@ - g1 = myScreenGrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); - g2 = myScreenGrabPointer (screen_info, ButtonMotionMask | ButtonReleaseMask, - cursor, myDisplayGetCurrentTime (display_info)); -- if (((passdata.use_keys) && !g1) || !g2) -+ if (!g1 || !g2) - { - TRACE ("grab failed in clientMove"); -+ - gdk_beep (); -- if ((passdata.use_keys) && g1) -- { -- myScreenUngrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); -- } -- if (g2) -- { -- myScreenUngrabPointer (screen_info, myDisplayGetCurrentTime (display_info)); -- } -+ myScreenUngrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); -+ myScreenUngrabPointer (screen_info, myDisplayGetCurrentTime (display_info)); -+ - return; - } - -@@ -3592,18 +3588,14 @@ - myDisplayGetCursorResize(display_info, passdata.corner), - myDisplayGetCurrentTime (display_info)); - -- if (((passdata.use_keys) && !g1) || !g2) -+ if (!g1 || !g2) - { - TRACE ("grab failed in clientResize"); -+ - gdk_beep (); -- if ((passdata.use_keys) && (g1 == GrabSuccess)) -- { -- myScreenUngrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); -- } -- if (g2 == GrabSuccess) -- { -- myScreenUngrabPointer (screen_info, myDisplayGetCurrentTime (display_info)); -- } -+ myScreenUngrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); -+ myScreenUngrabPointer (screen_info, myDisplayGetCurrentTime (display_info)); -+ - return; - } - -@@ -3799,15 +3791,11 @@ - if (!g1 || !g2) - { - TRACE ("grab failed in clientCycle"); -+ - gdk_beep (); -- if (g1 == GrabSuccess) -- { -- myScreenUngrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); -- } -- if (g2 == GrabSuccess) -- { -- myScreenUngrabPointer (screen_info, myDisplayGetCurrentTime (display_info)); -- } -+ myScreenUngrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); -+ myScreenUngrabPointer (screen_info, myDisplayGetCurrentTime (display_info)); -+ - return; - } - -diff -Nur xfwm4-4.2.1.orig/src/events.c xfwm4-4.2.1/src/events.c ---- xfwm4-4.2.1.orig/src/events.c 2005-02-12 14:29:37.000000000 -0700 -+++ xfwm4-4.2.1/src/events.c 2005-03-27 21:10:57.244199772 -0700 -@@ -1,4 +1,4 @@ --/* $Id: events.c,v 1.297.2.2 2005/02/12 21:29:37 olivier Exp $ -+/* $Id: events.c,v 1.297.2.3 2005/03/22 22:37:42 olivier Exp $ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by -@@ -205,6 +205,7 @@ - { - TRACE ("grab failed in typeOfClick"); - gdk_beep (); -+ myScreenUngrabPointer (screen_info, ev->xbutton.time); - return XFWM_BUTTON_UNDEFINED; - } - -diff -Nur xfwm4-4.2.1.orig/src/stacking.c xfwm4-4.2.1/src/stacking.c ---- xfwm4-4.2.1.orig/src/stacking.c 2005-02-08 15:16:11.000000000 -0700 -+++ xfwm4-4.2.1/src/stacking.c 2005-03-27 21:10:57.245199617 -0700 -@@ -1,4 +1,4 @@ --/* $Id: stacking.c,v 1.26.2.2 2005/02/08 22:16:11 olivier Exp $ -+/* $Id: stacking.c,v 1.26.2.3 2005/03/27 19:32:37 olivier Exp $ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by -@@ -240,7 +240,7 @@ - Client *c = NULL; - Client *c2 = NULL; - -- TRACE ("entering clientAtPos"); -+ TRACE ("entering clientAtPosition"); - - for (index = g_list_last (screen_info->windows_stack); index; index = g_list_previous (index)) - { -@@ -252,8 +252,8 @@ - && (c2 != exclude)) - { - c = c2; -+ break; - } -- break; - } - } - diff --git a/xfwm4.spec b/xfwm4.spec index 27b1394..d849947 100644 --- a/xfwm4.spec +++ b/xfwm4.spec @@ -1,21 +1,17 @@ Summary: Next generation window manager for Xfce Name: xfwm4 -Version: 4.4.3 +Version: 4.5.92 Release: 1%{?dist} License: GPLv2+ URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfwm4-%{version}.tar.bz2 -Patch0: xfwm4-4.4.2-nodoka.patch +Patch0: xfwm4-4.5.92-nodoka.patch Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: libxfce4mcs >= %{version} Requires: libxfcegui4 >= %{version} -Requires: xfce-mcs-manager >= %{version} -BuildRequires: libxfce4mcs-devel >= %{version} BuildRequires: libxfcegui4-devel >= %{version} -BuildRequires: xfce-mcs-manager-devel >= %{version} BuildRequires: imake BuildRequires: libXt-devel BuildRequires: libXpm-devel @@ -24,6 +20,9 @@ BuildRequires: gettext intltool BuildRequires: libXcomposite-devel BuildRequires: libXdamage-devel BuildRequires: startup-notification-devel +BuildRequires: libglade2-devel +BuildRequires: libwnck-devel +BuildRequires: xfconf-devel %description xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce. @@ -42,8 +41,6 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la - %find_lang %{name} %clean @@ -65,7 +62,9 @@ fi %defattr(-,root,root,-) %doc example.gtkrc-2.0 README TODO COPYING AUTHORS COMPOSITOR %{_bindir}/xfwm4 -%{_libdir}/xfce4/mcs-plugins/*.so +%{_bindir}/xfwm4-settings +%{_bindir}/xfwm4-tweaks-settings +%{_bindir}/xfwm4-workspace-settings %{_datadir}/applications/* %{_datadir}/icons/hicolor/*/*/* %dir %{_datadir}/xfce4 @@ -73,8 +72,12 @@ fi %{_datadir}/xfce4/doc/*/*.html %{_datadir}/xfwm4 %{_datadir}/themes +%{_libexecdir}/xfce4 %changelog +* Sat Dec 27 2008 Kevin Fenzi - 4.5.92-1 +- Update to 4.5.92 + * Mon Oct 27 2008 Christoph Wickert - 4.4.3-1 - Update to 4.4.3 - Update gtk-update-icon-cache scriptlets