aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-01-22 16:45:10 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-01-22 16:45:10 +0000
commit307bdced85efa099cb28882bf2904d68809a7547 (patch)
treea8d9f0fef2ab3a02971ab0000c95884bb3b29557 /x11-wm
parent7f941ef93ab911655cb1a2e6b7c89f115be1318c (diff)
downloadports-307bdced85efa099cb28882bf2904d68809a7547.tar.gz
ports-307bdced85efa099cb28882bf2904d68809a7547.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce4-desktop/Makefile47
-rw-r--r--x11-wm/xfce4-desktop/distinfo6
-rw-r--r--x11-wm/xfce4-desktop/pkg-descr2
-rw-r--r--x11-wm/xfce4-desktop/pkg-plist86
-rw-r--r--x11-wm/xfce4-panel/Makefile53
-rw-r--r--x11-wm/xfce4-panel/distinfo6
-rw-r--r--x11-wm/xfce4-panel/pkg-descr2
-rw-r--r--x11-wm/xfce4-panel/pkg-plist240
-rw-r--r--x11-wm/xfce4-session/Makefile36
-rw-r--r--x11-wm/xfce4-session/distinfo6
-rw-r--r--x11-wm/xfce4-session/pkg-plist75
-rw-r--r--x11-wm/xfce4-systray/Makefile33
-rw-r--r--x11-wm/xfce4-systray/distinfo3
-rw-r--r--x11-wm/xfce4-systray/pkg-descr3
-rw-r--r--x11-wm/xfce4-systray/pkg-plist5
-rw-r--r--x11-wm/xfce4-wm/Makefile48
-rw-r--r--x11-wm/xfce4-wm/distinfo6
-rw-r--r--x11-wm/xfce4-wm/pkg-descr2
-rw-r--r--x11-wm/xfce4-wm/pkg-plist1418
-rw-r--r--x11-wm/xfce4/Makefile20
-rw-r--r--x11-wm/xfce4/bsd.xfce.mk36
-rw-r--r--x11-wm/xfce4/pkg-descr2
22 files changed, 1296 insertions, 839 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index af8b84304df6..77356c75e8f6 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -6,41 +6,44 @@
#
PORTNAME= xfce4-desktop
-PORTVERSION= 4.2.3
-PORTREVISION= 3
+PORTVERSION= 4.4.0
CATEGORIES= x11-wm xfce
-MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
- http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+MASTER_SITES= ${MASTER_SITES_XFCE}
DISTNAME= xfdesktop-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
COMMENT= XFce 4 desktop background manager and root menu
-BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
- xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
-RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
- xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-USE_GETTEXT= yes
-USE_GNOME= gtk20
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${X11BASE}/lib" \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS=-L${LOCALBASE}/lib
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= glib20 gnometarget gtk20 intltool intlhack pkgconfig
+USE_LDCONFIG= yes
+USE_XFCE= configenv libgui libmcs libutil mcsmanager panel
+USE_XLIB= yes
+
+OPTIONS= THUNAR "Enable thunar support" on
MAN1= xfdesktop.1
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_THUNAR)
+CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx --enable-exo
+USE_XFCE+= libexo thunar
+.else
+CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo
+.endif
+
+.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
+
post-patch:
@${REINPLACE_CMD} -e 's|builtin\(.*\)"quit"|app\1"xfce4-session-logout"|g' \
${WRKSRC}/menu.xml*
- @${REINPLACE_CMD} -e 's|G_INLINE_FUNC||g' ${WRKSRC}/src/xfce-desktop.c
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo
index c6c79c1300fb..b8becc6f0bf1 100644
--- a/x11-wm/xfce4-desktop/distinfo
+++ b/x11-wm/xfce4-desktop/distinfo
@@ -1,3 +1,3 @@
-MD5 (xfce4/xfdesktop-4.2.3.tar.gz) = 0be57a574a654625d61281411fb6be55
-SHA256 (xfce4/xfdesktop-4.2.3.tar.gz) = 5e0ede22e6c9441ba3642580c1768995069e8de1536013b65f9394b32152d1e6
-SIZE (xfce4/xfdesktop-4.2.3.tar.gz) = 3169283
+MD5 (xfce4/xfdesktop-4.4.0.tar.bz2) = a1c93d228924b5daf151f698114021d3
+SHA256 (xfce4/xfdesktop-4.4.0.tar.bz2) = f6837480d87b61827e25d47ed1ca92565f975a8dff89ab950aefb1fb392fd34b
+SIZE (xfce4/xfdesktop-4.4.0.tar.bz2) = 3150198
diff --git a/x11-wm/xfce4-desktop/pkg-descr b/x11-wm/xfce4-desktop/pkg-descr
index 7e445c91d21a..424b0d24ca11 100644
--- a/x11-wm/xfce4-desktop/pkg-descr
+++ b/x11-wm/xfce4-desktop/pkg-descr
@@ -3,4 +3,4 @@ and provides a root window menu. The module also provides two settings
manager dialogs that allow you to change the background and change the
number of workspaces.
-WWW: http://www.xfce.org
+WWW: http://www.xfce.org/
diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist
index e3fe67b7fc38..9b91764a4883 100644
--- a/x11-wm/xfce4-desktop/pkg-plist
+++ b/x11-wm/xfce4-desktop/pkg-plist
@@ -1,6 +1,8 @@
bin/xfce4-menueditor
+bin/xfce4-popup-menu
bin/xfdesktop
etc/xdg/xfce4/desktop/xfce-registered-categories.xml
+etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ca
etc/xdg/xfce4/desktop/xfce-registered-categories.xml.cs
etc/xdg/xfce4/desktop/xfce-registered-categories.xml.eu
etc/xdg/xfce4/desktop/xfce-registered-categories.xml.fi
@@ -24,6 +26,7 @@ etc/xdg/xfce4/desktop/menu.xml.de
etc/xdg/xfce4/desktop/menu.xml.el
etc/xdg/xfce4/desktop/menu.xml.es
etc/xdg/xfce4/desktop/menu.xml.et
+etc/xdg/xfce4/desktop/menu.xml.eu
etc/xdg/xfce4/desktop/menu.xml.fi
etc/xdg/xfce4/desktop/menu.xml.fr
etc/xdg/xfce4/desktop/menu.xml.he
@@ -40,15 +43,17 @@ etc/xdg/xfce4/desktop/menu.xml.sv
etc/xdg/xfce4/desktop/menu.xml.uk
etc/xdg/xfce4/desktop/menu.xml.vi
etc/xdg/xfce4/desktop/menu.xml.zh_TW
+etc/xdg/xfce4/desktop/xfce-registered-categories.xml.de
+etc/xdg/xfce4/desktop/xfce-registered-categories.xml.el
+etc/xdg/xfce4/desktop/xfce-registered-categories.xml.es
+etc/xdg/xfce4/desktop/xfce-registered-categories.xml.fr
lib/xfce4/mcs-plugins/backdrop_settings.a
lib/xfce4/mcs-plugins/backdrop_settings.la
lib/xfce4/mcs-plugins/backdrop_settings.so
lib/xfce4/modules/xfce4_desktop_menu.a
lib/xfce4/modules/xfce4_desktop_menu.la
lib/xfce4/modules/xfce4_desktop_menu.so
-lib/xfce4/panel-plugins/libdesktopmenu.a
-lib/xfce4/panel-plugins/libdesktopmenu.la
-lib/xfce4/panel-plugins/libdesktopmenu.so
+libexec/xfce4/panel-plugins/xfce4-menu-plugin
share/applications/xfce-backdrop-settings.desktop
share/applications/xfce-menueditor.desktop
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
@@ -57,7 +62,6 @@ share/icons/hicolor/48x48/apps/xfce4-backdrop.png
share/icons/hicolor/48x48/apps/xfce4-menueditor.png
share/icons/hicolor/scalable/apps/xfce4-backdrop.svg
share/icons/hicolor/scalable/apps/xfce4-menueditor.svg
-share/locale/af/LC_MESSAGES/xfdesktop.mo
share/locale/ar/LC_MESSAGES/xfdesktop.mo
share/locale/az/LC_MESSAGES/xfdesktop.mo
share/locale/be/LC_MESSAGES/xfdesktop.mo
@@ -65,8 +69,8 @@ share/locale/bg/LC_MESSAGES/xfdesktop.mo
share/locale/bn_IN/LC_MESSAGES/xfdesktop.mo
share/locale/ca/LC_MESSAGES/xfdesktop.mo
share/locale/cs/LC_MESSAGES/xfdesktop.mo
-share/locale/da/LC_MESSAGES/xfdesktop.mo
share/locale/de/LC_MESSAGES/xfdesktop.mo
+share/locale/dz/LC_MESSAGES/xfdesktop.mo
share/locale/el/LC_MESSAGES/xfdesktop.mo
share/locale/en_GB/LC_MESSAGES/xfdesktop.mo
share/locale/eo/LC_MESSAGES/xfdesktop.mo
@@ -77,6 +81,7 @@ share/locale/eu/LC_MESSAGES/xfdesktop.mo
share/locale/fa/LC_MESSAGES/xfdesktop.mo
share/locale/fi/LC_MESSAGES/xfdesktop.mo
share/locale/fr/LC_MESSAGES/xfdesktop.mo
+share/locale/gl/LC_MESSAGES/xfdesktop.mo
share/locale/gu/LC_MESSAGES/xfdesktop.mo
share/locale/he/LC_MESSAGES/xfdesktop.mo
share/locale/hi/LC_MESSAGES/xfdesktop.mo
@@ -84,9 +89,10 @@ share/locale/hu/LC_MESSAGES/xfdesktop.mo
share/locale/hy/LC_MESSAGES/xfdesktop.mo
share/locale/it/LC_MESSAGES/xfdesktop.mo
share/locale/ja/LC_MESSAGES/xfdesktop.mo
+share/locale/ka/LC_MESSAGES/xfdesktop.mo
share/locale/ko/LC_MESSAGES/xfdesktop.mo
-share/locale/ku/LC_MESSAGES/xfdesktop.mo
share/locale/lt/LC_MESSAGES/xfdesktop.mo
+share/locale/mk/LC_MESSAGES/xfdesktop.mo
share/locale/mr/LC_MESSAGES/xfdesktop.mo
share/locale/ms/LC_MESSAGES/xfdesktop.mo
share/locale/nb_NO/LC_MESSAGES/xfdesktop.mo
@@ -98,7 +104,6 @@ share/locale/pt_PT/LC_MESSAGES/xfdesktop.mo
share/locale/ro/LC_MESSAGES/xfdesktop.mo
share/locale/ru/LC_MESSAGES/xfdesktop.mo
share/locale/sk/LC_MESSAGES/xfdesktop.mo
-share/locale/sl/LC_MESSAGES/xfdesktop.mo
share/locale/sv/LC_MESSAGES/xfdesktop.mo
share/locale/ta/LC_MESSAGES/xfdesktop.mo
share/locale/tr/LC_MESSAGES/xfdesktop.mo
@@ -106,6 +111,8 @@ share/locale/uk/LC_MESSAGES/xfdesktop.mo
share/locale/vi/LC_MESSAGES/xfdesktop.mo
share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo
share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo
+share/pixmaps/xfdesktop/xfdesktop-fallback-icon.png
+share/pixmaps/xfce4/xfdesktop/text-selection-frame.png
share/pixmaps/xfce4_xicon.png
share/pixmaps/xfce4_xicon1.png
share/pixmaps/xfce4_xicon2.png
@@ -123,10 +130,10 @@ share/xfce4/backdrops/xfce-turbulence.png
share/xfce4/doc/C/images/root_menu.png
share/xfce4/doc/C/images/root_menu2.png
share/xfce4/doc/C/images/select_bg_color.png
+share/xfce4/doc/C/images/xfdesktop-appearance-tab.png
+share/xfce4/doc/C/images/xfdesktop-behavior-tab.png
share/xfce4/doc/C/images/xfdesktop-editor.png
-share/xfce4/doc/C/images/xfdesktop-background.png
share/xfce4/doc/C/images/xfdesktop-list.png
-share/xfce4/doc/C/images/xfdesktop-menu-tab.png
share/xfce4/doc/C/xfdesktop.html
share/xfce4/doc/fr/images/root_menu2.png
share/xfce4/doc/fr/images/root_menu.png
@@ -136,64 +143,35 @@ share/xfce4/doc/fr/images/xfdesktop-editor.png
share/xfce4/doc/fr/images/xfdesktop-menu-tab.png
share/xfce4/doc/fr/images/xfdesktop-list.png
share/xfce4/doc/fr/xfdesktop.html
-share/xfce4/doc/he/images/root_menu2.png
-share/xfce4/doc/he/images/root_menu.png
-share/xfce4/doc/he/images/select_bg_color.png
-share/xfce4/doc/he/images/xfdesktop-background.png
-share/xfce4/doc/he/images/xfdesktop-editor.png
-share/xfce4/doc/he/images/xfdesktop-menu-tab.png
-share/xfce4/doc/he/images/xfdesktop-list.png
-share/xfce4/doc/he/xfdesktop.html
+share/xfce4/panel-plugins/xfce4-menu.desktop
+share/xfce4-menueditor/xfce4-menueditor.ui
@dirrm etc/xdg/xfce4/desktop
-@dirrmtry share/pixmaps
@dirrmtry share/applications
@dirrmtry etc/xdg/xfce4
@dirrmtry etc/xdg
@dirrmtry etc/xfce4
@dirrmtry lib/xfce4/mcs-plugins
+@dirrmtry lib/xfce4/modules
@dirrmtry lib/xfce4
+@dirrmtry libexec/xfce4/panel-plugins
+@dirrmtry libexec/xfce4
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
@dirrm share/xfce4/backdrops
@dirrmtry share/xfce4/doc/C/images
@dirrmtry share/xfce4/doc/C
@dirrmtry share/xfce4/doc/fr/images
@dirrmtry share/xfce4/doc/fr
-@dirrmtry share/xfce4/doc/he/images
-@dirrmtry share/xfce4/doc/he
@dirrmtry share/xfce4/doc
+@dirrmtry share/xfce4/panel-plugins
@dirrmtry share/xfce4
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
+@dirrm share/xfce4-menueditor
@dirrmtry share/locale/nb_NO/LC_MESSAGES
@dirrmtry share/locale/nb_NO
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
+@dirrmtry share/pixmaps/xfdesktop
+@dirrmtry share/pixmaps/xfce4/xfdesktop
+@dirrmtry share/pixmaps/xfce4
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index 305d22aa7196..5f4918658c99 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -6,31 +6,44 @@
#
PORTNAME= xfce4-panel
-PORTVERSION= 4.2.3
-PORTREVISION= 2
+PORTVERSION= 4.4.0
CATEGORIES= x11-wm xfce
-MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
- http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+MASTER_SITES= ${MASTER_SITES_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
COMMENT= XFce 4 panel module
-BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
-
-USE_GETTEXT= yes
-USE_GNOME= gtk20 gnomehack
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${X11BASE}/lib" \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS=-L${LOCALBASE}/lib
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig
+USE_LDCONFIG= yes
+USE_XFCE= configenv libgui libmcs libutil mcsmanager
+USE_XLIB= yes
+
+OPTIONS= GTKDOC "install the library documentation" off \
+ STARTUP "Enable startup notification support" on
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
+
+.if defined(WITH_GTKDOC)
+BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc
+CONFIGURE_ARGS+=--enable-gtk-doc
+PLIST_SUB+= GTK_DOC=""
+.else
+CONFIGURE_ARGS+=--disable-gtk-doc
+PLIST_SUB+= GTK_DOC="@comment "
+.endif
+
+.if !defined(WITHOUT_STARTUP)
+LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+CONFIGURE_ARGS+=--enable-startup-notification
+.else
+CONFIGURE_ARGS+=--disable-startup-notification
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-wm/xfce4-panel/distinfo b/x11-wm/xfce4-panel/distinfo
index 2d89182c9b9c..68f11b89fac5 100644
--- a/x11-wm/xfce4-panel/distinfo
+++ b/x11-wm/xfce4-panel/distinfo
@@ -1,3 +1,3 @@
-MD5 (xfce4/xfce4-panel-4.2.3.tar.gz) = 3027c4601f208d290a988befed66a49f
-SHA256 (xfce4/xfce4-panel-4.2.3.tar.gz) = cac07e51513ea3f1cf298b2be7dd9500bb81aae3806aaff64de8c15e19003262
-SIZE (xfce4/xfce4-panel-4.2.3.tar.gz) = 1395852
+MD5 (xfce4/xfce4-panel-4.4.0.tar.bz2) = c46925d2df393dba8f16979ba87d4776
+SHA256 (xfce4/xfce4-panel-4.4.0.tar.bz2) = 28ab25d6933f40ac19a4b6c2b41374360193b8300ad14853fb4ca78d5c152926
+SIZE (xfce4/xfce4-panel-4.4.0.tar.bz2) = 818534
diff --git a/x11-wm/xfce4-panel/pkg-descr b/x11-wm/xfce4-panel/pkg-descr
index a97aa4e52311..a08bc3b5ed10 100644
--- a/x11-wm/xfce4-panel/pkg-descr
+++ b/x11-wm/xfce4-panel/pkg-descr
@@ -1,4 +1,4 @@
The XFce 4 panel provides program launchers, a workspace switcher, a clock,
subpanels and more.
-WWW: http://www.xfce.org
+WWW: http://www.xfce.org/
diff --git a/x11-wm/xfce4-panel/pkg-plist b/x11-wm/xfce4-panel/pkg-plist
index deca268261b4..533ba7173110 100644
--- a/x11-wm/xfce4-panel/pkg-plist
+++ b/x11-wm/xfce4-panel/pkg-plist
@@ -1,77 +1,82 @@
+bin/xfce4-iconbox
bin/xfce4-panel
-etc/xdg/xfce4/panel/contents.xml
-etc/xdg/xfce4/panel/contents.xml.ar
-etc/xdg/xfce4/panel/contents.xml.az
-etc/xdg/xfce4/panel/contents.xml.ca
-etc/xdg/xfce4/panel/contents.xml.da
-etc/xdg/xfce4/panel/contents.xml.el
-etc/xdg/xfce4/panel/contents.xml.eu
-etc/xdg/xfce4/panel/contents.xml.fi
-etc/xdg/xfce4/panel/contents.xml.fr
-etc/xdg/xfce4/panel/contents.xml.he
-etc/xdg/xfce4/panel/contents.xml.hu
-etc/xdg/xfce4/panel/contents.xml.it
-etc/xdg/xfce4/panel/contents.xml.ja
-etc/xdg/xfce4/panel/contents.xml.ko
-etc/xdg/xfce4/panel/contents.xml.lt
-etc/xdg/xfce4/panel/contents.xml.ms
-etc/xdg/xfce4/panel/contents.xml.nl
-etc/xdg/xfce4/panel/contents.xml.pl
-etc/xdg/xfce4/panel/contents.xml.ro
-etc/xdg/xfce4/panel/contents.xml.ru
-etc/xdg/xfce4/panel/contents.xml.sk
-etc/xdg/xfce4/panel/contents.xml.sv
-etc/xdg/xfce4/panel/contents.xml.tr
-etc/xdg/xfce4/panel/contents.xml.vi
-etc/xdg/xfce4/panel/contents.xml.zh_CN
-etc/xdg/xfce4/panel/contents.xml.zh_TW
-include/xfce4/panel/add-control-dialog.h
-include/xfce4/panel/controls.h
-include/xfce4/panel/global.h
-include/xfce4/panel/icons.h
-include/xfce4/panel/main.h
-include/xfce4/panel/panel.h
-include/xfce4/panel/item.h
-include/xfce4/panel/item_dialog.h
-include/xfce4/panel/plugins.h
-include/xfce4/panel/xfce_support.h
-include/xfce4/panel/xfce.h
+bin/xfce4-popup-windowlist
+bin/xftaskbar4
+etc/xdg/xfce4/panel/clock-14.rc
+etc/xdg/xfce4/panel/launcher-10.rc
+etc/xdg/xfce4/panel/launcher-7.rc
+etc/xdg/xfce4/panel/launcher-8.rc
+etc/xdg/xfce4/panel/launcher-9.rc
+etc/xdg/xfce4/panel/panels.xml
+etc/xdg/xfce4/panel/systray-4.rc
+etc/xdg/xfce4/panel/xfce4-menu-5.rc
+include/xfce4/libxfce4panel/xfce-arrow-button.h
+include/xfce4/libxfce4panel/xfce-hvbox.h
+include/xfce4/libxfce4panel/xfce-itembar.h
+include/xfce4/libxfce4panel/xfce-panel-convenience.h
+include/xfce4/libxfce4panel/xfce-panel-enum-types.h
+include/xfce4/libxfce4panel/xfce-panel-enums.h
+include/xfce4/libxfce4panel/xfce-panel-external-plugin.h
+include/xfce4/libxfce4panel/xfce-panel-internal-plugin.h
+include/xfce4/libxfce4panel/xfce-panel-macros.h
+include/xfce4/libxfce4panel/xfce-panel-plugin-iface.h
+include/xfce4/libxfce4panel/xfce-panel-plugin.h
+include/xfce4/libxfce4panel/xfce-panel-window.h
+lib/libxfce4panel.la
+lib/libxfce4panel.so
+lib/libxfce4panel.so.2
lib/xfce4/mcs-plugins/libxfce4settings.la
lib/xfce4/mcs-plugins/libxfce4settings.so
+lib/xfce4/panel-plugins/libactions.la
+lib/xfce4/panel-plugins/libactions.so
lib/xfce4/panel-plugins/libclock.la
lib/xfce4/panel-plugins/libclock.so
-lib/xfce4/panel-plugins/libmailcheck.la
-lib/xfce4/panel-plugins/libmailcheck.so
+lib/xfce4/panel-plugins/libiconbox.la
+lib/xfce4/panel-plugins/libiconbox.so
+lib/xfce4/panel-plugins/liblauncher.la
+lib/xfce4/panel-plugins/liblauncher.so
lib/xfce4/panel-plugins/libpager.la
lib/xfce4/panel-plugins/libpager.so
lib/xfce4/panel-plugins/libseparator.la
lib/xfce4/panel-plugins/libseparator.so
-lib/xfce4/panel-plugins/libswitcher.la
-lib/xfce4/panel-plugins/libswitcher.so
-lib/xfce4/panel-plugins/libsystembuttons.la
-lib/xfce4/panel-plugins/libsystembuttons.so
-libdata/pkgconfig/xfce4-panel-1.0.pc
+lib/xfce4/panel-plugins/libshowdesktop.la
+lib/xfce4/panel-plugins/libshowdesktop.so
+lib/xfce4/panel-plugins/libsystray.la
+lib/xfce4/panel-plugins/libsystray.so
+lib/xfce4/panel-plugins/libtasklist.la
+lib/xfce4/panel-plugins/libtasklist.so
+lib/xfce4/panel-plugins/libwindowlist.la
+lib/xfce4/panel-plugins/libwindowlist.so
+libdata/pkgconfig/libxfce4panel-1.0.pc
+share/applications/xfce4-panel-manager.desktop
+share/gtk-doc/html/libxfce4panel/XfceArrowButton.html
+share/gtk-doc/html/libxfce4panel/XfceExternalPanelPlugin.html
+share/gtk-doc/html/libxfce4panel/XfceHVBox.html
+share/gtk-doc/html/libxfce4panel/XfceInternalPanelPlugin.html
+share/gtk-doc/html/libxfce4panel/XfceItembar.html
+share/gtk-doc/html/libxfce4panel/XfcePanelPlugin.html
+share/gtk-doc/html/libxfce4panel/XfcePanelWindow.html
+share/gtk-doc/html/libxfce4panel/ch01.html
+share/gtk-doc/html/libxfce4panel/home.png
+share/gtk-doc/html/libxfce4panel/index.html
+share/gtk-doc/html/libxfce4panel/index.sgml
+share/gtk-doc/html/libxfce4panel/left.png
+share/gtk-doc/html/libxfce4panel/libxfce4panel-Convenience-Functions.html
+share/gtk-doc/html/libxfce4panel/libxfce4panel-Standard-Enumerations.html
+share/gtk-doc/html/libxfce4panel/libxfce4panel-Writing-Plugins.html
+share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp
+share/gtk-doc/html/libxfce4panel/right.png
+share/gtk-doc/html/libxfce4panel/style.css
+share/gtk-doc/html/libxfce4panel/up.png
share/icons/hicolor/16x16/apps/xfce-system-exit.png
share/icons/hicolor/16x16/apps/xfce-system-info.png
share/icons/hicolor/16x16/apps/xfce-system-lock.png
share/icons/hicolor/16x16/apps/xfce-system-settings.png
-share/icons/hicolor/48x48/apps/xfce4-panel.png
-share/icons/hicolor/48x48/apps/xfce-edit.png
-share/icons/hicolor/48x48/apps/xfce-filemanager.png
-share/icons/hicolor/48x48/apps/xfce-games.png
-share/icons/hicolor/48x48/apps/xfce-graphics.png
-share/icons/hicolor/48x48/apps/xfce-internet.png
share/icons/hicolor/48x48/apps/xfce-mail.png
-share/icons/hicolor/48x48/apps/xfce-man.png
-share/icons/hicolor/48x48/apps/xfce-multimedia.png
-share/icons/hicolor/48x48/apps/xfce-printer.png
-share/icons/hicolor/48x48/apps/xfce-schedule.png
-share/icons/hicolor/48x48/apps/xfce-sound.png
-share/icons/hicolor/48x48/apps/xfce-terminal.png
-share/icons/hicolor/48x48/apps/xfce-unknown.png
-share/icons/hicolor/48x48/apps/xfce-utils.png
-share/applications/xfce-panel-settings.desktop
-share/locale/af/LC_MESSAGES/xfce4-panel.mo
+share/icons/hicolor/48x48/apps/xfce-mouse.png
+share/icons/hicolor/48x48/apps/xfce4-iconbox.png
+share/icons/hicolor/48x48/apps/xfce4-panel.png
+share/icons/hicolor/48x48/apps/xfce4-taskbar.png
share/locale/ar/LC_MESSAGES/xfce4-panel.mo
share/locale/az/LC_MESSAGES/xfce4-panel.mo
share/locale/be/LC_MESSAGES/xfce4-panel.mo
@@ -79,8 +84,8 @@ share/locale/bg/LC_MESSAGES/xfce4-panel.mo
share/locale/bn_IN/LC_MESSAGES/xfce4-panel.mo
share/locale/ca/LC_MESSAGES/xfce4-panel.mo
share/locale/cs/LC_MESSAGES/xfce4-panel.mo
-share/locale/da/LC_MESSAGES/xfce4-panel.mo
share/locale/de/LC_MESSAGES/xfce4-panel.mo
+share/locale/dz/LC_MESSAGES/xfce4-panel.mo
share/locale/el/LC_MESSAGES/xfce4-panel.mo
share/locale/en_GB/LC_MESSAGES/xfce4-panel.mo
share/locale/eo/LC_MESSAGES/xfce4-panel.mo
@@ -91,6 +96,7 @@ share/locale/eu/LC_MESSAGES/xfce4-panel.mo
share/locale/fa/LC_MESSAGES/xfce4-panel.mo
share/locale/fi/LC_MESSAGES/xfce4-panel.mo
share/locale/fr/LC_MESSAGES/xfce4-panel.mo
+share/locale/gl/LC_MESSAGES/xfce4-panel.mo
share/locale/gu/LC_MESSAGES/xfce4-panel.mo
share/locale/he/LC_MESSAGES/xfce4-panel.mo
share/locale/hi/LC_MESSAGES/xfce4-panel.mo
@@ -98,9 +104,10 @@ share/locale/hu/LC_MESSAGES/xfce4-panel.mo
share/locale/hy/LC_MESSAGES/xfce4-panel.mo
share/locale/it/LC_MESSAGES/xfce4-panel.mo
share/locale/ja/LC_MESSAGES/xfce4-panel.mo
+share/locale/ka/LC_MESSAGES/xfce4-panel.mo
share/locale/ko/LC_MESSAGES/xfce4-panel.mo
-share/locale/ku/LC_MESSAGES/xfce4-panel.mo
share/locale/lt/LC_MESSAGES/xfce4-panel.mo
+share/locale/mk/LC_MESSAGES/xfce4-panel.mo
share/locale/mr/LC_MESSAGES/xfce4-panel.mo
share/locale/ms/LC_MESSAGES/xfce4-panel.mo
share/locale/nb_NO/LC_MESSAGES/xfce4-panel.mo
@@ -112,7 +119,6 @@ share/locale/pt_PT/LC_MESSAGES/xfce4-panel.mo
share/locale/ro/LC_MESSAGES/xfce4-panel.mo
share/locale/ru/LC_MESSAGES/xfce4-panel.mo
share/locale/sk/LC_MESSAGES/xfce4-panel.mo
-share/locale/sl/LC_MESSAGES/xfce4-panel.mo
share/locale/sv/LC_MESSAGES/xfce4-panel.mo
share/locale/ta/LC_MESSAGES/xfce4-panel.mo
share/locale/tr/LC_MESSAGES/xfce4-panel.mo
@@ -120,96 +126,46 @@ share/locale/uk/LC_MESSAGES/xfce4-panel.mo
share/locale/vi/LC_MESSAGES/xfce4-panel.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-panel.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-panel.mo
-share/xfce4/doc/C/images/add-item-dialog.png
-share/xfce4/doc/C/images/clock-properties.png
-share/xfce4/doc/C/images/default_panel.png
-share/xfce4/doc/C/images/handle-popup.png
-share/xfce4/doc/C/images/item-popup.png
-share/xfce4/doc/C/images/launcher-properties.png
-share/xfce4/doc/C/images/mailcheck-properties.png
-share/xfce4/doc/C/images/menuitem-properties.png
-share/xfce4/doc/C/images/nooptions-properties.png
-share/xfce4/doc/C/images/pager-properties.png
-share/xfce4/doc/C/images/panel-settings.png
-share/xfce4/doc/C/images/systembuttons-properties.png
+share/xfce4/doc/C/images/default_top_panel.png
+share/xfce4/doc/C/images/default_bottom_panel.png
+share/xfce4/doc/C/images/item_popup.png
+share/xfce4/doc/C/images/add_item_dialog.png
+share/xfce4/doc/C/images/launcher_properties.png
+share/xfce4/doc/C/images/panel_manager.png
share/xfce4/doc/C/xfce4-panel.html
-share/xfce4/doc/fr/images/add-item-dialog.png
-share/xfce4/doc/fr/images/clock-properties.png
-share/xfce4/doc/fr/images/default_panel.png
-share/xfce4/doc/fr/images/handle-popup.png
-share/xfce4/doc/fr/images/item-popup.png
-share/xfce4/doc/fr/images/launcher-properties.png
-share/xfce4/doc/fr/images/mailcheck-properties.png
-share/xfce4/doc/fr/images/menuitem-properties.png
-share/xfce4/doc/fr/images/nooptions-properties.png
-share/xfce4/doc/fr/images/pager-properties.png
-share/xfce4/doc/fr/images/panel-settings.png
-share/xfce4/doc/fr/images/systembuttons-properties.png
-share/xfce4/doc/fr/xfce4-panel.html
-share/xfce4/doc/he/images/add-item-dialog.png
-share/xfce4/doc/he/images/clock-properties.png
-share/xfce4/doc/he/images/default_panel.png
-share/xfce4/doc/he/images/handle-popup.png
-share/xfce4/doc/he/images/item-popup.png
-share/xfce4/doc/he/images/launcher-properties.png
-share/xfce4/doc/he/images/mailcheck-properties.png
-share/xfce4/doc/he/images/menuitem-properties.png
-share/xfce4/doc/he/images/nooptions-properties.png
-share/xfce4/doc/he/images/pager-properties.png
-share/xfce4/doc/he/images/panel-settings.png
-share/xfce4/doc/he/images/systembuttons-properties.png
-share/xfce4/doc/he/xfce4-panel.html
+share/xfce4/panel-plugins/actions.desktop
+share/xfce4/panel-plugins/clock.desktop
+share/xfce4/panel-plugins/iconbox.desktop
+share/xfce4/panel-plugins/launcher.desktop
+share/xfce4/panel-plugins/pager.desktop
+share/xfce4/panel-plugins/separator.desktop
+share/xfce4/panel-plugins/showdesktop.desktop
+share/xfce4/panel-plugins/systray.desktop
+share/xfce4/panel-plugins/tasklist.desktop
+share/xfce4/panel-plugins/windowlist.desktop
@dirrm etc/xdg/xfce4/panel
@dirrmtry etc/xdg/xfce4
@dirrmtry etc/xdg
-@dirrmtry etc/xfce4
-@dirrm include/xfce4/panel
+@dirrm include/xfce4/libxfce4panel
@dirrmtry include/xfce4
@dirrmtry lib/xfce4/mcs-plugins
@dirrmtry lib/xfce4/panel-plugins
@dirrmtry lib/xfce4
-@dirrmtry share/applications
+@dirrm share/gtk-doc/html/libxfce4panel
+@dirrmtry share/gtk-doc/html
+@dirrmtry share/gtk-doc
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/nb_NO/LC_MESSAGES
+@dirrmtry share/locale/nb_NO
@dirrmtry share/xfce4/doc/C/images
@dirrmtry share/xfce4/doc/C
-@dirrmtry share/xfce4/doc/fr/images
-@dirrmtry share/xfce4/doc/fr
-@dirrmtry share/xfce4/doc/he/images
-@dirrmtry share/xfce4/doc/he
@dirrmtry share/xfce4/doc
+@dirrmtry share/xfce4/panel-plugins
@dirrmtry share/xfce4
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nb_NO/LC_MESSAGES
-@dirrmtry share/locale/nb_NO
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
@dirrmtry share/locale/hy/LC_MESSAGES
@dirrmtry share/locale/hy
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index 6b5ca6b94258..000d1af44840 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -6,35 +6,29 @@
#
PORTNAME= xfce4-session
-PORTVERSION= 4.2.3
-PORTREVISION= 2
+PORTVERSION= 4.4.0
CATEGORIES= x11-wm xfce
-MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
- http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+MASTER_SITES= ${MASTER_SITES_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
COMMENT= Session manager for the Xfce 4 desktop environment
-BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
- iceauth:${X_CLIENTS_PORT}
-LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
-RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
- iceauth:${X_CLIENTS_PORT}
+BUILD_DEPENDS= iceauth:${X_CLIENTS_PORT}
+RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_GETTEXT= yes
-USE_GNOME= gnomehack
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
-
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include \
- -L${LOCALBASE}/lib -I${X11BASE}/include \
- -L${X11BASE}/lib"
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig
+USE_LDCONFIG= yes
+USE_XFCE= configenv libgui libmcs libutil mcsmanager
+USE_XLIB= yes
MAN1= xfce4-session.1 xfce4-session-logout.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
+.include <bsd.port.post.mk>
diff --git a/x11-wm/xfce4-session/distinfo b/x11-wm/xfce4-session/distinfo
index 4597063025ef..b72f0c819ab7 100644
--- a/x11-wm/xfce4-session/distinfo
+++ b/x11-wm/xfce4-session/distinfo
@@ -1,3 +1,3 @@
-MD5 (xfce4/xfce4-session-4.2.3.tar.gz) = e3685ace007f065eadbd7acce6fa61e8
-SHA256 (xfce4/xfce4-session-4.2.3.tar.gz) = cbf5f6b8d68c0d29f503b805a2143d73b6192f96ce3d667c38521db16f09ca8b
-SIZE (xfce4/xfce4-session-4.2.3.tar.gz) = 1629362
+MD5 (xfce4/xfce4-session-4.4.0.tar.bz2) = 03132946280bae3107101e02fbad0ba8
+SHA256 (xfce4/xfce4-session-4.4.0.tar.bz2) = ebaa5c338a2264dbb3fc3c2f51c4f870c660df0141368c47178771d0c0c53be2
+SIZE (xfce4/xfce4-session-4.4.0.tar.bz2) = 1328917
diff --git a/x11-wm/xfce4-session/pkg-plist b/x11-wm/xfce4-session/pkg-plist
index 0ceaecfa6233..3ac5bf25e892 100644
--- a/x11-wm/xfce4-session/pkg-plist
+++ b/x11-wm/xfce4-session/pkg-plist
@@ -1,5 +1,8 @@
+bin/xfce4-autostart-editor
bin/xfce4-session
bin/xfce4-session-logout
+bin/xfce4-tips
+etc/xdg/autostart/xfce4-tips-autostart.desktop
etc/xdg/xfce4-session/xfce4-session.rc
include/xfce4/xfce4-session-4.2/libxfsm/xfsm-splash-engine.h
include/xfce4/xfce4-session-4.2/libxfsm/xfsm-splash-rc.h
@@ -26,6 +29,7 @@ lib/xfce4/splash/engines/libsimple.so
libexec/balou-export-theme
libexec/balou-install-theme
libexec/xfsm-shutdown-helper
+share/applications/xfce4-autostart-editor.desktop
share/applications/xfce-session-settings.desktop
share/applications/xfce-splash-settings.desktop
share/icons/hicolor/128x128/apps/xfce4-session.png
@@ -37,15 +41,14 @@ share/icons/hicolor/72x72/apps/xfsm-trash-hilight.png
share/icons/hicolor/72x72/apps/xfsm-trash-normal.png
share/icons/hicolor/scalable/apps/xfce4-session.svg
share/icons/hicolor/scalable/apps/xfsm-shutdown.svg
-share/locale/af/LC_MESSAGES/xfce4-session.mo
share/locale/ar/LC_MESSAGES/xfce4-session.mo
share/locale/az/LC_MESSAGES/xfce4-session.mo
share/locale/be/LC_MESSAGES/xfce4-session.mo
share/locale/bn_IN/LC_MESSAGES/xfce4-session.mo
share/locale/ca/LC_MESSAGES/xfce4-session.mo
share/locale/cs/LC_MESSAGES/xfce4-session.mo
-share/locale/da/LC_MESSAGES/xfce4-session.mo
share/locale/de/LC_MESSAGES/xfce4-session.mo
+share/locale/dz/LC_MESSAGES/xfce4-session.mo
share/locale/el/LC_MESSAGES/xfce4-session.mo
share/locale/en_GB/LC_MESSAGES/xfce4-session.mo
share/locale/eo/LC_MESSAGES/xfce4-session.mo
@@ -56,15 +59,17 @@ share/locale/eu/LC_MESSAGES/xfce4-session.mo
share/locale/fa/LC_MESSAGES/xfce4-session.mo
share/locale/fi/LC_MESSAGES/xfce4-session.mo
share/locale/fr/LC_MESSAGES/xfce4-session.mo
+share/locale/gl/LC_MESSAGES/xfce4-session.mo
share/locale/gu/LC_MESSAGES/xfce4-session.mo
share/locale/he/LC_MESSAGES/xfce4-session.mo
share/locale/hi/LC_MESSAGES/xfce4-session.mo
share/locale/hu/LC_MESSAGES/xfce4-session.mo
share/locale/it/LC_MESSAGES/xfce4-session.mo
share/locale/ja/LC_MESSAGES/xfce4-session.mo
+share/locale/ka/LC_MESSAGES/xfce4-session.mo
share/locale/ko/LC_MESSAGES/xfce4-session.mo
-share/locale/ku/LC_MESSAGES/xfce4-session.mo
share/locale/lt/LC_MESSAGES/xfce4-session.mo
+share/locale/mk/LC_MESSAGES/xfce4-session.mo
share/locale/mr/LC_MESSAGES/xfce4-session.mo
share/locale/ms/LC_MESSAGES/xfce4-session.mo
share/locale/nb_NO/LC_MESSAGES/xfce4-session.mo
@@ -76,7 +81,6 @@ share/locale/pt_PT/LC_MESSAGES/xfce4-session.mo
share/locale/ro/LC_MESSAGES/xfce4-session.mo
share/locale/ru/LC_MESSAGES/xfce4-session.mo
share/locale/sk/LC_MESSAGES/xfce4-session.mo
-share/locale/sl/LC_MESSAGES/xfce4-session.mo
share/locale/sv/LC_MESSAGES/xfce4-session.mo
share/locale/ta/LC_MESSAGES/xfce4-session.mo
share/locale/tr/LC_MESSAGES/xfce4-session.mo
@@ -94,16 +98,25 @@ share/xfce4/doc/fr/images/xfsm-advanced.png
share/xfce4/doc/fr/images/xfsm-general.png
share/xfce4/doc/fr/images/xfsm-splash.png
share/xfce4/doc/fr/xfce4-session.html
-share/xfce4/doc/he/images/xfsm-advanced.png
-share/xfce4/doc/he/images/xfsm-general.png
-share/xfce4/doc/he/images/xfsm-splash.png
-share/xfce4/doc/he/xfce4-session.html
+share/xfce4/tips/tips
+share/xfce4/tips/tips.dat
+share/icons/hicolor/48x48/apps/xfsm-logout.png
+share/icons/hicolor/48x48/apps/xfsm-reboot.png
+@dirrm etc/xdg/autostart
@dirrm etc/xdg/xfce4-session
@dirrmtry etc/xdg
@dirrm include/xfce4/xfce4-session-4.2/libxfsm
@dirrm include/xfce4/xfce4-session-4.2
@dirrmtry include/xfce4
@dirrmtry share/applications
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
@dirrm share/themes/Default/balou
@dirrmtry share/themes/Default
@dirrmtry share/themes
@@ -111,46 +124,20 @@ share/xfce4/doc/he/xfce4-session.html
@dirrmtry share/xfce4/doc/C
@dirrmtry share/xfce4/doc/fr/images
@dirrmtry share/xfce4/doc/fr
-@dirrmtry share/xfce4/doc/he/images
-@dirrmtry share/xfce4/doc/he
@dirrmtry share/xfce4/doc
+@dirrmtry share/xfce4/tips
@dirrmtry share/xfce4
@dirrmtry lib/xfce4/splash/engines
@dirrmtry lib/xfce4/splash
@dirrmtry lib/xfce4/mcs-plugins
@dirrmtry lib/xfce4
@dirrmtry lib/pkgconfig
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nb_NO/LC_MESSAGES
-@dirrmtry share/locale/nb_NO
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor/72x72/apps
+@dirrmtry share/icons/hicolor/72x72
+@dirrmtry share/icons/hicolor/128x128/apps
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor/scalable/apps
+@dirrmtry share/icons/hicolor/scalable
+
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile
deleted file mode 100644
index e30ba32867f4..000000000000
--- a/x11-wm/xfce4-systray/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: xfce4-systray
-# Date created: 3 July 2003
-# Whom: James Earl <jdearl@telus.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xfce4-systray
-PORTVERSION= 4.2.3
-PORTREVISION= 2
-CATEGORIES= x11-wm xfce
-MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
- http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
-DIST_SUBDIR= xfce4
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= XFce 4 system tray module for xfce4-panel
-
-BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
-LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
-
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-.include <bsd.port.mk>
diff --git a/x11-wm/xfce4-systray/distinfo b/x11-wm/xfce4-systray/distinfo
deleted file mode 100644
index 61ea05177e03..000000000000
--- a/x11-wm/xfce4-systray/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xfce4/xfce4-systray-4.2.3.tar.gz) = e55fbdecbee9b414c703d47988c5135c
-SHA256 (xfce4/xfce4-systray-4.2.3.tar.gz) = 7ac887e9348e535d4d4c3d4f5edcc90e51f309afdab3d697995d1d17e737fd76
-SIZE (xfce4/xfce4-systray-4.2.3.tar.gz) = 320138
diff --git a/x11-wm/xfce4-systray/pkg-descr b/x11-wm/xfce4-systray/pkg-descr
deleted file mode 100644
index c9fccc44882e..000000000000
--- a/x11-wm/xfce4-systray/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-XFce 4 system tray or notification area for xfce4-panel.
-
-WWW: http://www.xfce.org
diff --git a/x11-wm/xfce4-systray/pkg-plist b/x11-wm/xfce4-systray/pkg-plist
deleted file mode 100644
index f9cf3d39e609..000000000000
--- a/x11-wm/xfce4-systray/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/xfce4/panel-plugins/libsystray.a
-lib/xfce4/panel-plugins/libsystray.la
-lib/xfce4/panel-plugins/libsystray.so
-@dirrmtry lib/xfce4/panel-plugins
-@dirrmtry lib/xfce4
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile
index d45df4530426..9ed122d67af8 100644
--- a/x11-wm/xfce4-wm/Makefile
+++ b/x11-wm/xfce4-wm/Makefile
@@ -6,41 +6,43 @@
#
PORTNAME= xfce4-wm
-PORTVERSION= 4.2.3.2
-PORTREVISION= 2
+PORTVERSION= 4.4.0
CATEGORIES= x11-wm xfce
-MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
- http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+MASTER_SITES= ${MASTER_SITES_XFCE}
DISTNAME= xfwm4-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
COMMENT= XFce 4 window manager
-BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
-RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
-
-USE_GETTEXT= yes
-USE_GNOME= gtk20
-USE_XPM= yes
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-xinerama
-CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
- CPPFLAGS=-I${LOCALBASE}/include \
- LIBS=-L${LOCALBASE}/lib
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
+USE_LDCONFIG= yes
+USE_XFCE= configenv libmcs libutil libgui mcsmanager panel
+USE_XLIB= yes
-OPTIONS= COMPOSITE "Support the experimental X11 Composite extension" off
+OPTIONS= COMPOSITE "Support the experimental X11 Composite extension" on \
+ STARTUP "Enable startup notification support" on
.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
+
+.if !defined(WITHOUT_COMPOSITE)
+CONFIGURE_ARGS+=--enable-compositor
+.else
+CONFIGURE_ARGS+=--disable-compositor
+.endif
-.if defined(WITH_COMPOSITE)
-CONFIGURE_ARGS+= --enable-compositor
+.if !defined(WITHOUT_STARTUP)
+LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+CONFIGURE_ARGS+=--enable-startup-notification
+.else
+CONFIGURE_ARGS+=--disable-startup-notification
.endif
.include <bsd.port.post.mk>
diff --git a/x11-wm/xfce4-wm/distinfo b/x11-wm/xfce4-wm/distinfo
index 93a4184632e4..d6ce51295a25 100644
--- a/x11-wm/xfce4-wm/distinfo
+++ b/x11-wm/xfce4-wm/distinfo
@@ -1,3 +1,3 @@
-MD5 (xfce4/xfwm4-4.2.3.2.tar.gz) = d73e89c50179ccb438c076b3b71d59a4
-SHA256 (xfce4/xfwm4-4.2.3.2.tar.gz) = 018628d7c5ef10d947cb0228ca4ed7527aebf9ea54eb6db49091a7b8f61c2b86
-SIZE (xfce4/xfwm4-4.2.3.2.tar.gz) = 1759179
+MD5 (xfce4/xfwm4-4.4.0.tar.bz2) = 8bb7231a20b30bfc1936b0facb9f072c
+SHA256 (xfce4/xfwm4-4.4.0.tar.bz2) = 096b67e4002ecdadca60e01b67821d3898597c240adc4c204d2ee2b40db0b179
+SIZE (xfce4/xfwm4-4.4.0.tar.bz2) = 1674325
diff --git a/x11-wm/xfce4-wm/pkg-descr b/x11-wm/xfce4-wm/pkg-descr
index 9a1551720537..fd2ccdedf4d2 100644
--- a/x11-wm/xfce4-wm/pkg-descr
+++ b/x11-wm/xfce4-wm/pkg-descr
@@ -1,3 +1,3 @@
XFce 4 window manager originally based on Oroborus.
-WWW: http://www.xfce.org
+WWW: http://www.xfce.org/
diff --git a/x11-wm/xfce4-wm/pkg-plist b/x11-wm/xfce4-wm/pkg-plist
index df0a759b7edf..b73db72bf02c 100644
--- a/x11-wm/xfce4-wm/pkg-plist
+++ b/x11-wm/xfce4-wm/pkg-plist
@@ -1,4 +1,7 @@
bin/xfwm4
+lib/xfce4/mcs-plugins/wmtweaks_plugin.a
+lib/xfce4/mcs-plugins/wmtweaks_plugin.la
+lib/xfce4/mcs-plugins/wmtweaks_plugin.so
lib/xfce4/mcs-plugins/workspaces_plugin.a
lib/xfce4/mcs-plugins/workspaces_plugin.la
lib/xfce4/mcs-plugins/workspaces_plugin.so
@@ -6,21 +9,23 @@ lib/xfce4/mcs-plugins/xfwm4_plugin.a
lib/xfce4/mcs-plugins/xfwm4_plugin.la
lib/xfce4/mcs-plugins/xfwm4_plugin.so
share/applications/xfce-wm-settings.desktop
+share/applications/xfce-wmtweaks-settings.desktop
share/applications/xfce-workspaces-settings.desktop
-share/icons/hicolor/48x48/apps/xfce4-keys.png
+share/icons/hicolor/48x48/apps/wmtweaks.png
share/icons/hicolor/48x48/apps/xfce4-workspaces.png
share/icons/hicolor/48x48/apps/xfwm4.png
+share/icons/hicolor/scalable/apps/wmtweaks.svg
share/icons/hicolor/scalable/apps/xfce4-workspaces.svg
share/icons/hicolor/scalable/apps/xfwm4.svg
-share/locale/af/LC_MESSAGES/xfwm4.mo
-share/locale/az/LC_MESSAGES/xfwm4.mo
share/locale/ar/LC_MESSAGES/xfwm4.mo
+share/locale/az/LC_MESSAGES/xfwm4.mo
share/locale/be/LC_MESSAGES/xfwm4.mo
share/locale/bg/LC_MESSAGES/xfwm4.mo
share/locale/bn_IN/LC_MESSAGES/xfwm4.mo
share/locale/ca/LC_MESSAGES/xfwm4.mo
share/locale/cs/LC_MESSAGES/xfwm4.mo
share/locale/de/LC_MESSAGES/xfwm4.mo
+share/locale/dz/LC_MESSAGES/xfwm4.mo
share/locale/el/LC_MESSAGES/xfwm4.mo
share/locale/en_GB/LC_MESSAGES/xfwm4.mo
share/locale/eo/LC_MESSAGES/xfwm4.mo
@@ -31,15 +36,17 @@ share/locale/eu/LC_MESSAGES/xfwm4.mo
share/locale/fa/LC_MESSAGES/xfwm4.mo
share/locale/fi/LC_MESSAGES/xfwm4.mo
share/locale/fr/LC_MESSAGES/xfwm4.mo
+share/locale/gl/LC_MESSAGES/xfwm4.mo
share/locale/gu/LC_MESSAGES/xfwm4.mo
share/locale/he/LC_MESSAGES/xfwm4.mo
share/locale/hi/LC_MESSAGES/xfwm4.mo
share/locale/hu/LC_MESSAGES/xfwm4.mo
share/locale/it/LC_MESSAGES/xfwm4.mo
share/locale/ja/LC_MESSAGES/xfwm4.mo
+share/locale/ka/LC_MESSAGES/xfwm4.mo
share/locale/ko/LC_MESSAGES/xfwm4.mo
-share/locale/ku/LC_MESSAGES/xfwm4.mo
share/locale/lt/LC_MESSAGES/xfwm4.mo
+share/locale/mk/LC_MESSAGES/xfwm4.mo
share/locale/mr/LC_MESSAGES/xfwm4.mo
share/locale/ms/LC_MESSAGES/xfwm4.mo
share/locale/nb_NO/LC_MESSAGES/xfwm4.mo
@@ -51,7 +58,6 @@ share/locale/pt_PT/LC_MESSAGES/xfwm4.mo
share/locale/ro/LC_MESSAGES/xfwm4.mo
share/locale/ru/LC_MESSAGES/xfwm4.mo
share/locale/sk/LC_MESSAGES/xfwm4.mo
-share/locale/sl/LC_MESSAGES/xfwm4.mo
share/locale/sv/LC_MESSAGES/xfwm4.mo
share/locale/ta/LC_MESSAGES/xfwm4.mo
share/locale/tr/LC_MESSAGES/xfwm4.mo
@@ -59,8 +65,250 @@ share/locale/uk/LC_MESSAGES/xfwm4.mo
share/locale/vi/LC_MESSAGES/xfwm4.mo
share/locale/zh_CN/LC_MESSAGES/xfwm4.mo
share/locale/zh_TW/LC_MESSAGES/xfwm4.mo
+share/themes/Daloa/xfwm4/README
+share/themes/Daloa/xfwm4/bottom-active.png
+share/themes/Daloa/xfwm4/bottom-active.xpm
+share/themes/Daloa/xfwm4/bottom-inactive.png
+share/themes/Daloa/xfwm4/bottom-inactive.xpm
+share/themes/Daloa/xfwm4/bottom-left-active.png
+share/themes/Daloa/xfwm4/bottom-left-active.xpm
+share/themes/Daloa/xfwm4/bottom-left-inactive.png
+share/themes/Daloa/xfwm4/bottom-left-inactive.xpm
+share/themes/Daloa/xfwm4/bottom-right-active.png
+share/themes/Daloa/xfwm4/bottom-right-active.xpm
+share/themes/Daloa/xfwm4/bottom-right-inactive.png
+share/themes/Daloa/xfwm4/bottom-right-inactive.xpm
+share/themes/Daloa/xfwm4/close-active.png
+share/themes/Daloa/xfwm4/close-active.xpm
+share/themes/Daloa/xfwm4/close-inactive.png
+share/themes/Daloa/xfwm4/close-inactive.xpm
+share/themes/Daloa/xfwm4/close-pressed.png
+share/themes/Daloa/xfwm4/close-pressed.xpm
+share/themes/Daloa/xfwm4/hide-active.png
+share/themes/Daloa/xfwm4/hide-active.xpm
+share/themes/Daloa/xfwm4/hide-inactive.png
+share/themes/Daloa/xfwm4/hide-inactive.xpm
+share/themes/Daloa/xfwm4/hide-pressed.png
+share/themes/Daloa/xfwm4/hide-pressed.xpm
+share/themes/Daloa/xfwm4/left-active.png
+share/themes/Daloa/xfwm4/left-active.xpm
+share/themes/Daloa/xfwm4/left-inactive.png
+share/themes/Daloa/xfwm4/left-inactive.xpm
+share/themes/Daloa/xfwm4/maximize-active.png
+share/themes/Daloa/xfwm4/maximize-active.xpm
+share/themes/Daloa/xfwm4/maximize-inactive.png
+share/themes/Daloa/xfwm4/maximize-inactive.xpm
+share/themes/Daloa/xfwm4/maximize-pressed.png
+share/themes/Daloa/xfwm4/maximize-pressed.xpm
+share/themes/Daloa/xfwm4/maximize-toggled-active.png
+share/themes/Daloa/xfwm4/maximize-toggled-active.xpm
+share/themes/Daloa/xfwm4/maximize-toggled-inactive.png
+share/themes/Daloa/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Daloa/xfwm4/maximize-toggled-pressed.png
+share/themes/Daloa/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Daloa/xfwm4/menu-active.png
+share/themes/Daloa/xfwm4/menu-active.xpm
+share/themes/Daloa/xfwm4/menu-inactive.png
+share/themes/Daloa/xfwm4/menu-inactive.xpm
+share/themes/Daloa/xfwm4/menu-pressed.png
+share/themes/Daloa/xfwm4/menu-pressed.xpm
+share/themes/Daloa/xfwm4/right-active.png
+share/themes/Daloa/xfwm4/right-active.xpm
+share/themes/Daloa/xfwm4/right-inactive.png
+share/themes/Daloa/xfwm4/right-inactive.xpm
+share/themes/Daloa/xfwm4/shade-active.png
+share/themes/Daloa/xfwm4/shade-active.xpm
+share/themes/Daloa/xfwm4/shade-inactive.png
+share/themes/Daloa/xfwm4/shade-inactive.xpm
+share/themes/Daloa/xfwm4/shade-pressed.png
+share/themes/Daloa/xfwm4/shade-pressed.xpm
+share/themes/Daloa/xfwm4/shade-toggled-active.png
+share/themes/Daloa/xfwm4/shade-toggled-active.xpm
+share/themes/Daloa/xfwm4/shade-toggled-inactive.png
+share/themes/Daloa/xfwm4/shade-toggled-inactive.xpm
+share/themes/Daloa/xfwm4/shade-toggled-pressed.png
+share/themes/Daloa/xfwm4/shade-toggled-pressed.xpm
+share/themes/Daloa/xfwm4/stick-active.png
+share/themes/Daloa/xfwm4/stick-active.xpm
+share/themes/Daloa/xfwm4/stick-inactive.png
+share/themes/Daloa/xfwm4/stick-inactive.xpm
+share/themes/Daloa/xfwm4/stick-pressed.png
+share/themes/Daloa/xfwm4/stick-pressed.xpm
+share/themes/Daloa/xfwm4/stick-toggled-active.png
+share/themes/Daloa/xfwm4/stick-toggled-active.xpm
+share/themes/Daloa/xfwm4/stick-toggled-inactive.png
+share/themes/Daloa/xfwm4/stick-toggled-inactive.xpm
+share/themes/Daloa/xfwm4/stick-toggled-pressed.png
+share/themes/Daloa/xfwm4/stick-toggled-pressed.xpm
+share/themes/Daloa/xfwm4/themerc
+share/themes/Daloa/xfwm4/title-1-active.png
+share/themes/Daloa/xfwm4/title-1-active.xpm
+share/themes/Daloa/xfwm4/title-1-inactive.png
+share/themes/Daloa/xfwm4/title-1-inactive.xpm
+share/themes/Daloa/xfwm4/title-2-active.png
+share/themes/Daloa/xfwm4/title-2-active.xpm
+share/themes/Daloa/xfwm4/title-2-inactive.png
+share/themes/Daloa/xfwm4/title-2-inactive.xpm
+share/themes/Daloa/xfwm4/title-3-active.png
+share/themes/Daloa/xfwm4/title-3-active.xpm
+share/themes/Daloa/xfwm4/title-3-inactive.png
+share/themes/Daloa/xfwm4/title-3-inactive.xpm
+share/themes/Daloa/xfwm4/title-4-active.png
+share/themes/Daloa/xfwm4/title-4-active.xpm
+share/themes/Daloa/xfwm4/title-4-inactive.png
+share/themes/Daloa/xfwm4/title-4-inactive.xpm
+share/themes/Daloa/xfwm4/title-5-active.png
+share/themes/Daloa/xfwm4/title-5-active.xpm
+share/themes/Daloa/xfwm4/title-5-inactive.png
+share/themes/Daloa/xfwm4/title-5-inactive.xpm
+share/themes/Daloa/xfwm4/top-left-active.png
+share/themes/Daloa/xfwm4/top-left-active.xpm
+share/themes/Daloa/xfwm4/top-left-inactive.png
+share/themes/Daloa/xfwm4/top-left-inactive.xpm
+share/themes/Daloa/xfwm4/top-right-active.png
+share/themes/Daloa/xfwm4/top-right-active.xpm
+share/themes/Daloa/xfwm4/top-right-inactive.png
+share/themes/Daloa/xfwm4/top-right-inactive.xpm
+share/themes/Default-4.0/xfwm4/README
+share/themes/Default-4.0/xfwm4/bottom-active.xpm
+share/themes/Default-4.0/xfwm4/bottom-inactive.xpm
+share/themes/Default-4.0/xfwm4/bottom-left-active.xpm
+share/themes/Default-4.0/xfwm4/bottom-left-inactive.xpm
+share/themes/Default-4.0/xfwm4/bottom-right-active.xpm
+share/themes/Default-4.0/xfwm4/bottom-right-inactive.xpm
+share/themes/Default-4.0/xfwm4/close-active.xpm
+share/themes/Default-4.0/xfwm4/close-inactive.xpm
+share/themes/Default-4.0/xfwm4/close-pressed.xpm
+share/themes/Default-4.0/xfwm4/hide-active.xpm
+share/themes/Default-4.0/xfwm4/hide-inactive.xpm
+share/themes/Default-4.0/xfwm4/hide-pressed.xpm
+share/themes/Default-4.0/xfwm4/left-active.xpm
+share/themes/Default-4.0/xfwm4/left-inactive.xpm
+share/themes/Default-4.0/xfwm4/maximize-active.xpm
+share/themes/Default-4.0/xfwm4/maximize-inactive.xpm
+share/themes/Default-4.0/xfwm4/maximize-pressed.xpm
+share/themes/Default-4.0/xfwm4/maximize-toggled-active.xpm
+share/themes/Default-4.0/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Default-4.0/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Default-4.0/xfwm4/menu-active.xpm
+share/themes/Default-4.0/xfwm4/menu-inactive.xpm
+share/themes/Default-4.0/xfwm4/menu-pressed.xpm
+share/themes/Default-4.0/xfwm4/right-active.xpm
+share/themes/Default-4.0/xfwm4/right-inactive.xpm
+share/themes/Default-4.0/xfwm4/shade-active.xpm
+share/themes/Default-4.0/xfwm4/shade-inactive.xpm
+share/themes/Default-4.0/xfwm4/shade-pressed.xpm
+share/themes/Default-4.0/xfwm4/shade-toggled-active.xpm
+share/themes/Default-4.0/xfwm4/shade-toggled-inactive.xpm
+share/themes/Default-4.0/xfwm4/shade-toggled-pressed.xpm
+share/themes/Default-4.0/xfwm4/stick-active.xpm
+share/themes/Default-4.0/xfwm4/stick-inactive.xpm
+share/themes/Default-4.0/xfwm4/stick-pressed.xpm
+share/themes/Default-4.0/xfwm4/stick-toggled-active.xpm
+share/themes/Default-4.0/xfwm4/stick-toggled-inactive.xpm
+share/themes/Default-4.0/xfwm4/stick-toggled-pressed.xpm
+share/themes/Default-4.0/xfwm4/themerc
+share/themes/Default-4.0/xfwm4/title-1-active.xpm
+share/themes/Default-4.0/xfwm4/title-1-inactive.xpm
+share/themes/Default-4.0/xfwm4/title-2-active.xpm
+share/themes/Default-4.0/xfwm4/title-2-inactive.xpm
+share/themes/Default-4.0/xfwm4/title-3-active.xpm
+share/themes/Default-4.0/xfwm4/title-3-inactive.xpm
+share/themes/Default-4.0/xfwm4/title-4-active.xpm
+share/themes/Default-4.0/xfwm4/title-4-inactive.xpm
+share/themes/Default-4.0/xfwm4/title-5-active.xpm
+share/themes/Default-4.0/xfwm4/title-5-inactive.xpm
+share/themes/Default-4.0/xfwm4/top-left-active.xpm
+share/themes/Default-4.0/xfwm4/top-left-inactive.xpm
+share/themes/Default-4.0/xfwm4/top-right-active.xpm
+share/themes/Default-4.0/xfwm4/top-right-inactive.xpm
+share/themes/Default-4.2/xfwm4/README
+share/themes/Default-4.2/xfwm4/bottom-active.png
+share/themes/Default-4.2/xfwm4/bottom-active.xpm
+share/themes/Default-4.2/xfwm4/bottom-inactive.png
+share/themes/Default-4.2/xfwm4/bottom-inactive.xpm
+share/themes/Default-4.2/xfwm4/bottom-left-active.png
+share/themes/Default-4.2/xfwm4/bottom-left-active.xpm
+share/themes/Default-4.2/xfwm4/bottom-left-inactive.png
+share/themes/Default-4.2/xfwm4/bottom-left-inactive.xpm
+share/themes/Default-4.2/xfwm4/bottom-right-active.png
+share/themes/Default-4.2/xfwm4/bottom-right-active.xpm
+share/themes/Default-4.2/xfwm4/bottom-right-inactive.png
+share/themes/Default-4.2/xfwm4/bottom-right-inactive.xpm
+share/themes/Default-4.2/xfwm4/close-active.xpm
+share/themes/Default-4.2/xfwm4/close-inactive.xpm
+share/themes/Default-4.2/xfwm4/close-pressed.png
+share/themes/Default-4.2/xfwm4/close-pressed.xpm
+share/themes/Default-4.2/xfwm4/hide-active.xpm
+share/themes/Default-4.2/xfwm4/hide-inactive.xpm
+share/themes/Default-4.2/xfwm4/hide-pressed.png
+share/themes/Default-4.2/xfwm4/hide-pressed.xpm
+share/themes/Default-4.2/xfwm4/left-active.png
+share/themes/Default-4.2/xfwm4/left-active.xpm
+share/themes/Default-4.2/xfwm4/left-inactive.png
+share/themes/Default-4.2/xfwm4/left-inactive.xpm
+share/themes/Default-4.2/xfwm4/maximize-active.xpm
+share/themes/Default-4.2/xfwm4/maximize-inactive.xpm
+share/themes/Default-4.2/xfwm4/maximize-pressed.png
+share/themes/Default-4.2/xfwm4/maximize-pressed.xpm
+share/themes/Default-4.2/xfwm4/maximize-toggled-active.xpm
+share/themes/Default-4.2/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Default-4.2/xfwm4/maximize-toggled-pressed.png
+share/themes/Default-4.2/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Default-4.2/xfwm4/menu-active.xpm
+share/themes/Default-4.2/xfwm4/menu-inactive.xpm
+share/themes/Default-4.2/xfwm4/menu-pressed.png
+share/themes/Default-4.2/xfwm4/menu-pressed.xpm
+share/themes/Default-4.2/xfwm4/right-active.png
+share/themes/Default-4.2/xfwm4/right-active.xpm
+share/themes/Default-4.2/xfwm4/right-inactive.png
+share/themes/Default-4.2/xfwm4/right-inactive.xpm
+share/themes/Default-4.2/xfwm4/shade-active.xpm
+share/themes/Default-4.2/xfwm4/shade-inactive.xpm
+share/themes/Default-4.2/xfwm4/shade-pressed.png
+share/themes/Default-4.2/xfwm4/shade-pressed.xpm
+share/themes/Default-4.2/xfwm4/shade-toggled-active.xpm
+share/themes/Default-4.2/xfwm4/shade-toggled-inactive.xpm
+share/themes/Default-4.2/xfwm4/shade-toggled-pressed.png
+share/themes/Default-4.2/xfwm4/shade-toggled-pressed.xpm
+share/themes/Default-4.2/xfwm4/stick-active.xpm
+share/themes/Default-4.2/xfwm4/stick-inactive.xpm
+share/themes/Default-4.2/xfwm4/stick-pressed.png
+share/themes/Default-4.2/xfwm4/stick-pressed.xpm
+share/themes/Default-4.2/xfwm4/stick-toggled-active.xpm
+share/themes/Default-4.2/xfwm4/stick-toggled-inactive.xpm
+share/themes/Default-4.2/xfwm4/stick-toggled-pressed.png
+share/themes/Default-4.2/xfwm4/stick-toggled-pressed.xpm
+share/themes/Default-4.2/xfwm4/themerc
+share/themes/Default-4.2/xfwm4/title-1-active.png
+share/themes/Default-4.2/xfwm4/title-1-active.xpm
+share/themes/Default-4.2/xfwm4/title-1-inactive.png
+share/themes/Default-4.2/xfwm4/title-1-inactive.xpm
+share/themes/Default-4.2/xfwm4/title-2-active.png
+share/themes/Default-4.2/xfwm4/title-2-active.xpm
+share/themes/Default-4.2/xfwm4/title-2-inactive.png
+share/themes/Default-4.2/xfwm4/title-2-inactive.xpm
+share/themes/Default-4.2/xfwm4/title-3-active.png
+share/themes/Default-4.2/xfwm4/title-3-active.xpm
+share/themes/Default-4.2/xfwm4/title-3-inactive.png
+share/themes/Default-4.2/xfwm4/title-3-inactive.xpm
+share/themes/Default-4.2/xfwm4/title-4-active.png
+share/themes/Default-4.2/xfwm4/title-4-active.xpm
+share/themes/Default-4.2/xfwm4/title-4-inactive.png
+share/themes/Default-4.2/xfwm4/title-4-inactive.xpm
+share/themes/Default-4.2/xfwm4/title-5-active.png
+share/themes/Default-4.2/xfwm4/title-5-active.xpm
+share/themes/Default-4.2/xfwm4/title-5-inactive.png
+share/themes/Default-4.2/xfwm4/title-5-inactive.xpm
+share/themes/Default-4.2/xfwm4/top-left-active.png
+share/themes/Default-4.2/xfwm4/top-left-active.xpm
+share/themes/Default-4.2/xfwm4/top-left-inactive.png
+share/themes/Default-4.2/xfwm4/top-left-inactive.xpm
+share/themes/Default-4.2/xfwm4/top-right-active.png
+share/themes/Default-4.2/xfwm4/top-right-active.xpm
+share/themes/Default-4.2/xfwm4/top-right-inactive.png
+share/themes/Default-4.2/xfwm4/top-right-inactive.xpm
share/themes/Default/xfwm4/README
-share/themes/Default/xfwm4/themerc
share/themes/Default/xfwm4/bottom-active.png
share/themes/Default/xfwm4/bottom-active.xpm
share/themes/Default/xfwm4/bottom-inactive.png
@@ -73,27 +321,38 @@ share/themes/Default/xfwm4/bottom-right-active.png
share/themes/Default/xfwm4/bottom-right-active.xpm
share/themes/Default/xfwm4/bottom-right-inactive.png
share/themes/Default/xfwm4/bottom-right-inactive.xpm
+share/themes/Default/xfwm4/close-active.png
share/themes/Default/xfwm4/close-active.xpm
+share/themes/Default/xfwm4/close-inactive.png
share/themes/Default/xfwm4/close-inactive.xpm
share/themes/Default/xfwm4/close-pressed.png
share/themes/Default/xfwm4/close-pressed.xpm
+share/themes/Default/xfwm4/hide-active.png
share/themes/Default/xfwm4/hide-active.xpm
+share/themes/Default/xfwm4/hide-inactive.png
share/themes/Default/xfwm4/hide-inactive.xpm
share/themes/Default/xfwm4/hide-pressed.png
share/themes/Default/xfwm4/hide-pressed.xpm
+share/themes/Default/xfwm4/keythemerc
share/themes/Default/xfwm4/left-active.png
share/themes/Default/xfwm4/left-active.xpm
share/themes/Default/xfwm4/left-inactive.png
share/themes/Default/xfwm4/left-inactive.xpm
+share/themes/Default/xfwm4/maximize-active.png
share/themes/Default/xfwm4/maximize-active.xpm
+share/themes/Default/xfwm4/maximize-inactive.png
share/themes/Default/xfwm4/maximize-inactive.xpm
share/themes/Default/xfwm4/maximize-pressed.png
share/themes/Default/xfwm4/maximize-pressed.xpm
+share/themes/Default/xfwm4/maximize-toggled-active.png
share/themes/Default/xfwm4/maximize-toggled-active.xpm
+share/themes/Default/xfwm4/maximize-toggled-inactive.png
share/themes/Default/xfwm4/maximize-toggled-inactive.xpm
share/themes/Default/xfwm4/maximize-toggled-pressed.png
share/themes/Default/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Default/xfwm4/menu-active.png
share/themes/Default/xfwm4/menu-active.xpm
+share/themes/Default/xfwm4/menu-inactive.png
share/themes/Default/xfwm4/menu-inactive.xpm
share/themes/Default/xfwm4/menu-pressed.png
share/themes/Default/xfwm4/menu-pressed.xpm
@@ -101,22 +360,31 @@ share/themes/Default/xfwm4/right-active.png
share/themes/Default/xfwm4/right-active.xpm
share/themes/Default/xfwm4/right-inactive.png
share/themes/Default/xfwm4/right-inactive.xpm
+share/themes/Default/xfwm4/shade-active.png
share/themes/Default/xfwm4/shade-active.xpm
+share/themes/Default/xfwm4/shade-inactive.png
share/themes/Default/xfwm4/shade-inactive.xpm
share/themes/Default/xfwm4/shade-pressed.png
share/themes/Default/xfwm4/shade-pressed.xpm
+share/themes/Default/xfwm4/shade-toggled-active.png
share/themes/Default/xfwm4/shade-toggled-active.xpm
+share/themes/Default/xfwm4/shade-toggled-inactive.png
share/themes/Default/xfwm4/shade-toggled-inactive.xpm
share/themes/Default/xfwm4/shade-toggled-pressed.png
share/themes/Default/xfwm4/shade-toggled-pressed.xpm
+share/themes/Default/xfwm4/stick-active.png
share/themes/Default/xfwm4/stick-active.xpm
+share/themes/Default/xfwm4/stick-inactive.png
share/themes/Default/xfwm4/stick-inactive.xpm
share/themes/Default/xfwm4/stick-pressed.png
share/themes/Default/xfwm4/stick-pressed.xpm
+share/themes/Default/xfwm4/stick-toggled-active.png
share/themes/Default/xfwm4/stick-toggled-active.xpm
+share/themes/Default/xfwm4/stick-toggled-inactive.png
share/themes/Default/xfwm4/stick-toggled-inactive.xpm
share/themes/Default/xfwm4/stick-toggled-pressed.png
share/themes/Default/xfwm4/stick-toggled-pressed.xpm
+share/themes/Default/xfwm4/themerc
share/themes/Default/xfwm4/title-1-active.png
share/themes/Default/xfwm4/title-1-active.xpm
share/themes/Default/xfwm4/title-1-inactive.png
@@ -145,196 +413,526 @@ share/themes/Default/xfwm4/top-right-active.png
share/themes/Default/xfwm4/top-right-active.xpm
share/themes/Default/xfwm4/top-right-inactive.png
share/themes/Default/xfwm4/top-right-inactive.xpm
-share/themes/Default/xfwm4/keythemerc
-share/themes/Default-4.0/xfwm4/README
-share/themes/Default-4.0/xfwm4/themerc
-share/themes/Default-4.0/xfwm4/bottom-active.xpm
-share/themes/Default-4.0/xfwm4/bottom-inactive.xpm
-share/themes/Default-4.0/xfwm4/bottom-left-active.xpm
-share/themes/Default-4.0/xfwm4/bottom-left-inactive.xpm
-share/themes/Default-4.0/xfwm4/bottom-right-active.xpm
-share/themes/Default-4.0/xfwm4/bottom-right-inactive.xpm
-share/themes/Default-4.0/xfwm4/close-active.xpm
-share/themes/Default-4.0/xfwm4/close-inactive.xpm
-share/themes/Default-4.0/xfwm4/close-pressed.xpm
-share/themes/Default-4.0/xfwm4/hide-active.xpm
-share/themes/Default-4.0/xfwm4/hide-inactive.xpm
-share/themes/Default-4.0/xfwm4/hide-pressed.xpm
-share/themes/Default-4.0/xfwm4/left-active.xpm
-share/themes/Default-4.0/xfwm4/left-inactive.xpm
-share/themes/Default-4.0/xfwm4/maximize-active.xpm
-share/themes/Default-4.0/xfwm4/maximize-inactive.xpm
-share/themes/Default-4.0/xfwm4/maximize-pressed.xpm
-share/themes/Default-4.0/xfwm4/maximize-toggled-active.xpm
-share/themes/Default-4.0/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Default-4.0/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Default-4.0/xfwm4/menu-active.xpm
-share/themes/Default-4.0/xfwm4/menu-inactive.xpm
-share/themes/Default-4.0/xfwm4/menu-pressed.xpm
-share/themes/Default-4.0/xfwm4/right-active.xpm
-share/themes/Default-4.0/xfwm4/right-inactive.xpm
-share/themes/Default-4.0/xfwm4/shade-active.xpm
-share/themes/Default-4.0/xfwm4/shade-inactive.xpm
-share/themes/Default-4.0/xfwm4/shade-pressed.xpm
-share/themes/Default-4.0/xfwm4/shade-toggled-active.xpm
-share/themes/Default-4.0/xfwm4/shade-toggled-inactive.xpm
-share/themes/Default-4.0/xfwm4/shade-toggled-pressed.xpm
-share/themes/Default-4.0/xfwm4/stick-active.xpm
-share/themes/Default-4.0/xfwm4/stick-inactive.xpm
-share/themes/Default-4.0/xfwm4/stick-pressed.xpm
-share/themes/Default-4.0/xfwm4/stick-toggled-active.xpm
-share/themes/Default-4.0/xfwm4/stick-toggled-inactive.xpm
-share/themes/Default-4.0/xfwm4/stick-toggled-pressed.xpm
-share/themes/Default-4.0/xfwm4/title-1-active.xpm
-share/themes/Default-4.0/xfwm4/title-1-inactive.xpm
-share/themes/Default-4.0/xfwm4/title-2-active.xpm
-share/themes/Default-4.0/xfwm4/title-2-inactive.xpm
-share/themes/Default-4.0/xfwm4/title-3-active.xpm
-share/themes/Default-4.0/xfwm4/title-3-inactive.xpm
-share/themes/Default-4.0/xfwm4/title-4-active.xpm
-share/themes/Default-4.0/xfwm4/title-4-inactive.xpm
-share/themes/Default-4.0/xfwm4/title-5-active.xpm
-share/themes/Default-4.0/xfwm4/title-5-inactive.xpm
-share/themes/Default-4.0/xfwm4/top-left-active.xpm
-share/themes/Default-4.0/xfwm4/top-left-inactive.xpm
-share/themes/Default-4.0/xfwm4/top-right-active.xpm
-share/themes/Default-4.0/xfwm4/top-right-inactive.xpm
-share/themes/Opta/xfwm4/README
-share/themes/Opta/xfwm4/themerc
-share/themes/Opta/xfwm4/bottom-active.xpm
-share/themes/Opta/xfwm4/bottom-inactive.xpm
-share/themes/Opta/xfwm4/bottom-left-active.xpm
-share/themes/Opta/xfwm4/bottom-left-inactive.xpm
-share/themes/Opta/xfwm4/bottom-right-active.xpm
-share/themes/Opta/xfwm4/bottom-right-inactive.xpm
-share/themes/Opta/xfwm4/close-active.xpm
-share/themes/Opta/xfwm4/close-inactive.xpm
-share/themes/Opta/xfwm4/close-pressed.xpm
-share/themes/Opta/xfwm4/hide-active.xpm
-share/themes/Opta/xfwm4/hide-inactive.xpm
-share/themes/Opta/xfwm4/hide-pressed.xpm
-share/themes/Opta/xfwm4/left-active.xpm
-share/themes/Opta/xfwm4/left-inactive.xpm
-share/themes/Opta/xfwm4/maximize-active.xpm
-share/themes/Opta/xfwm4/maximize-inactive.xpm
-share/themes/Opta/xfwm4/maximize-pressed.xpm
-share/themes/Opta/xfwm4/maximize-toggled-active.xpm
-share/themes/Opta/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Opta/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Opta/xfwm4/menu-active.xpm
-share/themes/Opta/xfwm4/menu-inactive.xpm
-share/themes/Opta/xfwm4/menu-pressed.xpm
-share/themes/Opta/xfwm4/right-active.xpm
-share/themes/Opta/xfwm4/right-inactive.xpm
-share/themes/Opta/xfwm4/shade-active.xpm
-share/themes/Opta/xfwm4/shade-inactive.xpm
-share/themes/Opta/xfwm4/shade-pressed.xpm
-share/themes/Opta/xfwm4/shade-toggled-active.xpm
-share/themes/Opta/xfwm4/shade-toggled-inactive.xpm
-share/themes/Opta/xfwm4/shade-toggled-pressed.xpm
-share/themes/Opta/xfwm4/stick-active.xpm
-share/themes/Opta/xfwm4/stick-inactive.xpm
-share/themes/Opta/xfwm4/stick-pressed.xpm
-share/themes/Opta/xfwm4/stick-toggled-active.xpm
-share/themes/Opta/xfwm4/stick-toggled-inactive.xpm
-share/themes/Opta/xfwm4/stick-toggled-pressed.xpm
-share/themes/Opta/xfwm4/title-1-active.xpm
-share/themes/Opta/xfwm4/title-1-inactive.xpm
-share/themes/Opta/xfwm4/title-2-active.xpm
-share/themes/Opta/xfwm4/title-2-active.png
-share/themes/Opta/xfwm4/title-2-inactive.xpm
-share/themes/Opta/xfwm4/title-2-inactive.png
-share/themes/Opta/xfwm4/title-3-active.xpm
-share/themes/Opta/xfwm4/title-3-active.png
-share/themes/Opta/xfwm4/title-3-inactive.xpm
-share/themes/Opta/xfwm4/title-3-inactive.png
-share/themes/Opta/xfwm4/title-4-active.xpm
-share/themes/Opta/xfwm4/title-4-active.png
-share/themes/Opta/xfwm4/title-4-inactive.xpm
-share/themes/Opta/xfwm4/title-4-inactive.png
-share/themes/Opta/xfwm4/title-5-active.xpm
-share/themes/Opta/xfwm4/title-5-inactive.xpm
-share/themes/Opta/xfwm4/top-left-active.xpm
-share/themes/Opta/xfwm4/top-left-inactive.xpm
-share/themes/Opta/xfwm4/top-right-active.xpm
-share/themes/Opta/xfwm4/top-right-inactive.xpm
-share/themes/Symphony/xfwm4/README
-share/themes/Symphony/xfwm4/themerc
-share/themes/Symphony/xfwm4/bottom-active.png
-share/themes/Symphony/xfwm4/bottom-active.xpm
-share/themes/Symphony/xfwm4/bottom-inactive.png
-share/themes/Symphony/xfwm4/bottom-inactive.xpm
-share/themes/Symphony/xfwm4/bottom-left-active.png
-share/themes/Symphony/xfwm4/bottom-left-active.xpm
-share/themes/Symphony/xfwm4/bottom-left-inactive.png
-share/themes/Symphony/xfwm4/bottom-left-inactive.xpm
-share/themes/Symphony/xfwm4/bottom-right-active.png
-share/themes/Symphony/xfwm4/bottom-right-active.xpm
-share/themes/Symphony/xfwm4/bottom-right-inactive.png
-share/themes/Symphony/xfwm4/bottom-right-inactive.xpm
-share/themes/Symphony/xfwm4/close-active.xpm
-share/themes/Symphony/xfwm4/close-inactive.xpm
-share/themes/Symphony/xfwm4/close-pressed.xpm
-share/themes/Symphony/xfwm4/hide-active.xpm
-share/themes/Symphony/xfwm4/hide-inactive.xpm
-share/themes/Symphony/xfwm4/hide-pressed.xpm
-share/themes/Symphony/xfwm4/left-active.png
-share/themes/Symphony/xfwm4/left-active.xpm
-share/themes/Symphony/xfwm4/left-inactive.png
-share/themes/Symphony/xfwm4/left-inactive.xpm
-share/themes/Symphony/xfwm4/maximize-active.xpm
-share/themes/Symphony/xfwm4/maximize-inactive.xpm
-share/themes/Symphony/xfwm4/maximize-pressed.xpm
-share/themes/Symphony/xfwm4/maximize-toggled-active.xpm
-share/themes/Symphony/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Symphony/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Symphony/xfwm4/menu-active.xpm
-share/themes/Symphony/xfwm4/menu-inactive.xpm
-share/themes/Symphony/xfwm4/menu-pressed.xpm
-share/themes/Symphony/xfwm4/right-active.png
-share/themes/Symphony/xfwm4/right-active.xpm
-share/themes/Symphony/xfwm4/right-inactive.png
-share/themes/Symphony/xfwm4/right-inactive.xpm
-share/themes/Symphony/xfwm4/shade-active.xpm
-share/themes/Symphony/xfwm4/shade-inactive.xpm
-share/themes/Symphony/xfwm4/shade-pressed.xpm
-share/themes/Symphony/xfwm4/shade-toggled-active.xpm
-share/themes/Symphony/xfwm4/shade-toggled-inactive.xpm
-share/themes/Symphony/xfwm4/shade-toggled-pressed.xpm
-share/themes/Symphony/xfwm4/stick-active.xpm
-share/themes/Symphony/xfwm4/stick-inactive.xpm
-share/themes/Symphony/xfwm4/stick-pressed.xpm
-share/themes/Symphony/xfwm4/stick-toggled-active.xpm
-share/themes/Symphony/xfwm4/stick-toggled-inactive.xpm
-share/themes/Symphony/xfwm4/stick-toggled-pressed.xpm
-share/themes/Symphony/xfwm4/title-1-active.png
-share/themes/Symphony/xfwm4/title-1-active.xpm
-share/themes/Symphony/xfwm4/title-1-inactive.png
-share/themes/Symphony/xfwm4/title-1-inactive.xpm
-share/themes/Symphony/xfwm4/title-2-active.png
-share/themes/Symphony/xfwm4/title-2-active.xpm
-share/themes/Symphony/xfwm4/title-2-inactive.png
-share/themes/Symphony/xfwm4/title-2-inactive.xpm
-share/themes/Symphony/xfwm4/title-3-active.png
-share/themes/Symphony/xfwm4/title-3-active.xpm
-share/themes/Symphony/xfwm4/title-3-inactive.png
-share/themes/Symphony/xfwm4/title-3-inactive.xpm
-share/themes/Symphony/xfwm4/title-4-active.png
-share/themes/Symphony/xfwm4/title-4-active.xpm
-share/themes/Symphony/xfwm4/title-4-inactive.png
-share/themes/Symphony/xfwm4/title-4-inactive.xpm
-share/themes/Symphony/xfwm4/title-5-active.png
-share/themes/Symphony/xfwm4/title-5-active.xpm
-share/themes/Symphony/xfwm4/title-5-inactive.png
-share/themes/Symphony/xfwm4/title-5-inactive.xpm
-share/themes/Symphony/xfwm4/top-left-active.png
-share/themes/Symphony/xfwm4/top-left-active.xpm
-share/themes/Symphony/xfwm4/top-left-inactive.png
-share/themes/Symphony/xfwm4/top-left-inactive.xpm
-share/themes/Symphony/xfwm4/top-right-active.png
-share/themes/Symphony/xfwm4/top-right-active.xpm
-share/themes/Symphony/xfwm4/top-right-inactive.png
-share/themes/Symphony/xfwm4/top-right-inactive.xpm
+share/themes/Katiola/xfwm4/README
+share/themes/Katiola/xfwm4/bottom-active.png
+share/themes/Katiola/xfwm4/bottom-active.xpm
+share/themes/Katiola/xfwm4/bottom-inactive.png
+share/themes/Katiola/xfwm4/bottom-inactive.xpm
+share/themes/Katiola/xfwm4/bottom-left-active.png
+share/themes/Katiola/xfwm4/bottom-left-active.xpm
+share/themes/Katiola/xfwm4/bottom-left-inactive.png
+share/themes/Katiola/xfwm4/bottom-left-inactive.xpm
+share/themes/Katiola/xfwm4/bottom-right-active.png
+share/themes/Katiola/xfwm4/bottom-right-active.xpm
+share/themes/Katiola/xfwm4/bottom-right-inactive.png
+share/themes/Katiola/xfwm4/bottom-right-inactive.xpm
+share/themes/Katiola/xfwm4/close-active.png
+share/themes/Katiola/xfwm4/close-active.xpm
+share/themes/Katiola/xfwm4/close-inactive.png
+share/themes/Katiola/xfwm4/close-inactive.xpm
+share/themes/Katiola/xfwm4/close-pressed.png
+share/themes/Katiola/xfwm4/close-pressed.xpm
+share/themes/Katiola/xfwm4/hide-active.png
+share/themes/Katiola/xfwm4/hide-active.xpm
+share/themes/Katiola/xfwm4/hide-inactive.png
+share/themes/Katiola/xfwm4/hide-inactive.xpm
+share/themes/Katiola/xfwm4/hide-pressed.png
+share/themes/Katiola/xfwm4/hide-pressed.xpm
+share/themes/Katiola/xfwm4/left-active.png
+share/themes/Katiola/xfwm4/left-active.xpm
+share/themes/Katiola/xfwm4/left-inactive.png
+share/themes/Katiola/xfwm4/left-inactive.xpm
+share/themes/Katiola/xfwm4/maximize-active.png
+share/themes/Katiola/xfwm4/maximize-active.xpm
+share/themes/Katiola/xfwm4/maximize-inactive.png
+share/themes/Katiola/xfwm4/maximize-inactive.xpm
+share/themes/Katiola/xfwm4/maximize-pressed.png
+share/themes/Katiola/xfwm4/maximize-pressed.xpm
+share/themes/Katiola/xfwm4/maximize-toggled-active.png
+share/themes/Katiola/xfwm4/maximize-toggled-active.xpm
+share/themes/Katiola/xfwm4/maximize-toggled-inactive.png
+share/themes/Katiola/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Katiola/xfwm4/maximize-toggled-pressed.png
+share/themes/Katiola/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Katiola/xfwm4/menu-active.png
+share/themes/Katiola/xfwm4/menu-active.xpm
+share/themes/Katiola/xfwm4/menu-inactive.png
+share/themes/Katiola/xfwm4/menu-inactive.xpm
+share/themes/Katiola/xfwm4/menu-pressed.png
+share/themes/Katiola/xfwm4/menu-pressed.xpm
+share/themes/Katiola/xfwm4/right-active.png
+share/themes/Katiola/xfwm4/right-active.xpm
+share/themes/Katiola/xfwm4/right-inactive.png
+share/themes/Katiola/xfwm4/right-inactive.xpm
+share/themes/Katiola/xfwm4/shade-active.png
+share/themes/Katiola/xfwm4/shade-active.xpm
+share/themes/Katiola/xfwm4/shade-inactive.png
+share/themes/Katiola/xfwm4/shade-inactive.xpm
+share/themes/Katiola/xfwm4/shade-pressed.png
+share/themes/Katiola/xfwm4/shade-pressed.xpm
+share/themes/Katiola/xfwm4/shade-toggled-active.png
+share/themes/Katiola/xfwm4/shade-toggled-active.xpm
+share/themes/Katiola/xfwm4/shade-toggled-inactive.png
+share/themes/Katiola/xfwm4/shade-toggled-inactive.xpm
+share/themes/Katiola/xfwm4/shade-toggled-pressed.png
+share/themes/Katiola/xfwm4/shade-toggled-pressed.xpm
+share/themes/Katiola/xfwm4/stick-active.png
+share/themes/Katiola/xfwm4/stick-active.xpm
+share/themes/Katiola/xfwm4/stick-inactive.png
+share/themes/Katiola/xfwm4/stick-inactive.xpm
+share/themes/Katiola/xfwm4/stick-pressed.png
+share/themes/Katiola/xfwm4/stick-pressed.xpm
+share/themes/Katiola/xfwm4/stick-toggled-active.png
+share/themes/Katiola/xfwm4/stick-toggled-active.xpm
+share/themes/Katiola/xfwm4/stick-toggled-inactive.png
+share/themes/Katiola/xfwm4/stick-toggled-inactive.xpm
+share/themes/Katiola/xfwm4/stick-toggled-pressed.png
+share/themes/Katiola/xfwm4/stick-toggled-pressed.xpm
+share/themes/Katiola/xfwm4/themerc
+share/themes/Katiola/xfwm4/title-1-active.png
+share/themes/Katiola/xfwm4/title-1-active.xpm
+share/themes/Katiola/xfwm4/title-1-inactive.png
+share/themes/Katiola/xfwm4/title-1-inactive.xpm
+share/themes/Katiola/xfwm4/title-2-active.png
+share/themes/Katiola/xfwm4/title-2-active.xpm
+share/themes/Katiola/xfwm4/title-2-inactive.png
+share/themes/Katiola/xfwm4/title-2-inactive.xpm
+share/themes/Katiola/xfwm4/title-3-active.png
+share/themes/Katiola/xfwm4/title-3-active.xpm
+share/themes/Katiola/xfwm4/title-3-inactive.png
+share/themes/Katiola/xfwm4/title-3-inactive.xpm
+share/themes/Katiola/xfwm4/title-4-active.png
+share/themes/Katiola/xfwm4/title-4-active.xpm
+share/themes/Katiola/xfwm4/title-4-inactive.png
+share/themes/Katiola/xfwm4/title-4-inactive.xpm
+share/themes/Katiola/xfwm4/title-5-active.png
+share/themes/Katiola/xfwm4/title-5-active.xpm
+share/themes/Katiola/xfwm4/title-5-inactive.png
+share/themes/Katiola/xfwm4/title-5-inactive.xpm
+share/themes/Katiola/xfwm4/top-left-active.png
+share/themes/Katiola/xfwm4/top-left-active.xpm
+share/themes/Katiola/xfwm4/top-left-inactive.png
+share/themes/Katiola/xfwm4/top-left-inactive.xpm
+share/themes/Katiola/xfwm4/top-right-active.png
+share/themes/Katiola/xfwm4/top-right-active.xpm
+share/themes/Katiola/xfwm4/top-right-inactive.png
+share/themes/Katiola/xfwm4/top-right-inactive.xpm
+share/themes/Kokodi/xfwm4/README
+share/themes/Kokodi/xfwm4/themerc
+share/themes/Kokodi/xfwm4/bottom-active.xpm
+share/themes/Kokodi/xfwm4/bottom-inactive.xpm
+share/themes/Kokodi/xfwm4/bottom-left-active.xpm
+share/themes/Kokodi/xfwm4/bottom-left-inactive.xpm
+share/themes/Kokodi/xfwm4/bottom-right-active.xpm
+share/themes/Kokodi/xfwm4/bottom-right-inactive.xpm
+share/themes/Kokodi/xfwm4/close-active.xpm
+share/themes/Kokodi/xfwm4/close-inactive.xpm
+share/themes/Kokodi/xfwm4/close-pressed.xpm
+share/themes/Kokodi/xfwm4/hide-active.xpm
+share/themes/Kokodi/xfwm4/hide-inactive.xpm
+share/themes/Kokodi/xfwm4/hide-pressed.xpm
+share/themes/Kokodi/xfwm4/left-active.xpm
+share/themes/Kokodi/xfwm4/left-inactive.xpm
+share/themes/Kokodi/xfwm4/maximize-active.xpm
+share/themes/Kokodi/xfwm4/maximize-inactive.xpm
+share/themes/Kokodi/xfwm4/maximize-pressed.xpm
+share/themes/Kokodi/xfwm4/maximize-toggled-active.xpm
+share/themes/Kokodi/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Kokodi/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Kokodi/xfwm4/menu-active.xpm
+share/themes/Kokodi/xfwm4/menu-inactive.xpm
+share/themes/Kokodi/xfwm4/menu-pressed.xpm
+share/themes/Kokodi/xfwm4/right-active.xpm
+share/themes/Kokodi/xfwm4/right-inactive.xpm
+share/themes/Kokodi/xfwm4/shade-active.xpm
+share/themes/Kokodi/xfwm4/shade-inactive.xpm
+share/themes/Kokodi/xfwm4/shade-pressed.xpm
+share/themes/Kokodi/xfwm4/shade-toggled-active.xpm
+share/themes/Kokodi/xfwm4/shade-toggled-inactive.xpm
+share/themes/Kokodi/xfwm4/shade-toggled-pressed.xpm
+share/themes/Kokodi/xfwm4/stick-active.xpm
+share/themes/Kokodi/xfwm4/stick-inactive.xpm
+share/themes/Kokodi/xfwm4/stick-pressed.xpm
+share/themes/Kokodi/xfwm4/stick-toggled-active.xpm
+share/themes/Kokodi/xfwm4/stick-toggled-inactive.xpm
+share/themes/Kokodi/xfwm4/stick-toggled-pressed.xpm
+share/themes/Kokodi/xfwm4/title-1-active.xpm
+share/themes/Kokodi/xfwm4/title-1-inactive.xpm
+share/themes/Kokodi/xfwm4/title-2-active.xpm
+share/themes/Kokodi/xfwm4/title-2-inactive.xpm
+share/themes/Kokodi/xfwm4/title-3-active.xpm
+share/themes/Kokodi/xfwm4/title-3-inactive.xpm
+share/themes/Kokodi/xfwm4/title-4-active.xpm
+share/themes/Kokodi/xfwm4/title-4-inactive.xpm
+share/themes/Kokodi/xfwm4/title-5-active.xpm
+share/themes/Kokodi/xfwm4/title-5-inactive.xpm
+share/themes/Kokodi/xfwm4/top-left-active.xpm
+share/themes/Kokodi/xfwm4/top-left-inactive.xpm
+share/themes/Kokodi/xfwm4/top-right-active.xpm
+share/themes/Kokodi/xfwm4/top-right-inactive.xpm
+share/themes/Kokodi/xfwm4/bottom-active.png
+share/themes/Kokodi/xfwm4/bottom-inactive.png
+share/themes/Kokodi/xfwm4/bottom-left-active.png
+share/themes/Kokodi/xfwm4/bottom-left-inactive.png
+share/themes/Kokodi/xfwm4/bottom-right-active.png
+share/themes/Kokodi/xfwm4/bottom-right-inactive.png
+share/themes/Kokodi/xfwm4/close-active.png
+share/themes/Kokodi/xfwm4/close-inactive.png
+share/themes/Kokodi/xfwm4/close-pressed.png
+share/themes/Kokodi/xfwm4/hide-active.png
+share/themes/Kokodi/xfwm4/hide-inactive.png
+share/themes/Kokodi/xfwm4/hide-pressed.png
+share/themes/Kokodi/xfwm4/left-active.png
+share/themes/Kokodi/xfwm4/left-inactive.png
+share/themes/Kokodi/xfwm4/maximize-active.png
+share/themes/Kokodi/xfwm4/maximize-inactive.png
+share/themes/Kokodi/xfwm4/maximize-pressed.png
+share/themes/Kokodi/xfwm4/maximize-toggled-active.png
+share/themes/Kokodi/xfwm4/maximize-toggled-inactive.png
+share/themes/Kokodi/xfwm4/maximize-toggled-pressed.png
+share/themes/Kokodi/xfwm4/menu-active.png
+share/themes/Kokodi/xfwm4/menu-inactive.png
+share/themes/Kokodi/xfwm4/menu-pressed.png
+share/themes/Kokodi/xfwm4/right-active.png
+share/themes/Kokodi/xfwm4/right-inactive.png
+share/themes/Kokodi/xfwm4/shade-active.png
+share/themes/Kokodi/xfwm4/shade-inactive.png
+share/themes/Kokodi/xfwm4/shade-pressed.png
+share/themes/Kokodi/xfwm4/shade-toggled-active.png
+share/themes/Kokodi/xfwm4/shade-toggled-inactive.png
+share/themes/Kokodi/xfwm4/shade-toggled-pressed.png
+share/themes/Kokodi/xfwm4/stick-active.png
+share/themes/Kokodi/xfwm4/stick-inactive.png
+share/themes/Kokodi/xfwm4/stick-pressed.png
+share/themes/Kokodi/xfwm4/stick-toggled-active.png
+share/themes/Kokodi/xfwm4/stick-toggled-inactive.png
+share/themes/Kokodi/xfwm4/stick-toggled-pressed.png
+share/themes/Kokodi/xfwm4/title-1-active.png
+share/themes/Kokodi/xfwm4/title-1-inactive.png
+share/themes/Kokodi/xfwm4/title-2-active.png
+share/themes/Kokodi/xfwm4/title-2-inactive.png
+share/themes/Kokodi/xfwm4/title-3-active.png
+share/themes/Kokodi/xfwm4/title-3-inactive.png
+share/themes/Kokodi/xfwm4/title-4-active.png
+share/themes/Kokodi/xfwm4/title-4-inactive.png
+share/themes/Kokodi/xfwm4/title-5-active.png
+share/themes/Kokodi/xfwm4/title-5-inactive.png
+share/themes/Kokodi/xfwm4/top-left-active.png
+share/themes/Kokodi/xfwm4/top-left-inactive.png
+share/themes/Kokodi/xfwm4/top-right-active.png
+share/themes/Kokodi/xfwm4/top-right-inactive.png
+share/themes/Moheli/xfwm4/README
+share/themes/Moheli/xfwm4/bottom-active.png
+share/themes/Moheli/xfwm4/bottom-active.xpm
+share/themes/Moheli/xfwm4/bottom-inactive.png
+share/themes/Moheli/xfwm4/bottom-inactive.xpm
+share/themes/Moheli/xfwm4/bottom-left-active.png
+share/themes/Moheli/xfwm4/bottom-left-active.xpm
+share/themes/Moheli/xfwm4/bottom-left-inactive.png
+share/themes/Moheli/xfwm4/bottom-left-inactive.xpm
+share/themes/Moheli/xfwm4/bottom-right-active.png
+share/themes/Moheli/xfwm4/bottom-right-active.xpm
+share/themes/Moheli/xfwm4/bottom-right-inactive.png
+share/themes/Moheli/xfwm4/bottom-right-inactive.xpm
+share/themes/Moheli/xfwm4/close-active.png
+share/themes/Moheli/xfwm4/close-active.xpm
+share/themes/Moheli/xfwm4/close-inactive.png
+share/themes/Moheli/xfwm4/close-inactive.xpm
+share/themes/Moheli/xfwm4/close-pressed.png
+share/themes/Moheli/xfwm4/close-pressed.xpm
+share/themes/Moheli/xfwm4/hide-active.png
+share/themes/Moheli/xfwm4/hide-active.xpm
+share/themes/Moheli/xfwm4/hide-inactive.png
+share/themes/Moheli/xfwm4/hide-inactive.xpm
+share/themes/Moheli/xfwm4/hide-pressed.png
+share/themes/Moheli/xfwm4/hide-pressed.xpm
+share/themes/Moheli/xfwm4/left-active.png
+share/themes/Moheli/xfwm4/left-active.xpm
+share/themes/Moheli/xfwm4/left-inactive.png
+share/themes/Moheli/xfwm4/left-inactive.xpm
+share/themes/Moheli/xfwm4/maximize-active.png
+share/themes/Moheli/xfwm4/maximize-active.xpm
+share/themes/Moheli/xfwm4/maximize-inactive.png
+share/themes/Moheli/xfwm4/maximize-inactive.xpm
+share/themes/Moheli/xfwm4/maximize-pressed.png
+share/themes/Moheli/xfwm4/maximize-pressed.xpm
+share/themes/Moheli/xfwm4/maximize-toggled-active.png
+share/themes/Moheli/xfwm4/maximize-toggled-active.xpm
+share/themes/Moheli/xfwm4/maximize-toggled-inactive.png
+share/themes/Moheli/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Moheli/xfwm4/maximize-toggled-pressed.png
+share/themes/Moheli/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Moheli/xfwm4/menu-active.png
+share/themes/Moheli/xfwm4/menu-active.xpm
+share/themes/Moheli/xfwm4/menu-inactive.png
+share/themes/Moheli/xfwm4/menu-inactive.xpm
+share/themes/Moheli/xfwm4/menu-pressed.png
+share/themes/Moheli/xfwm4/menu-pressed.xpm
+share/themes/Moheli/xfwm4/right-active.png
+share/themes/Moheli/xfwm4/right-active.xpm
+share/themes/Moheli/xfwm4/right-inactive.png
+share/themes/Moheli/xfwm4/right-inactive.xpm
+share/themes/Moheli/xfwm4/shade-active.png
+share/themes/Moheli/xfwm4/shade-active.xpm
+share/themes/Moheli/xfwm4/shade-inactive.png
+share/themes/Moheli/xfwm4/shade-inactive.xpm
+share/themes/Moheli/xfwm4/shade-pressed.png
+share/themes/Moheli/xfwm4/shade-pressed.xpm
+share/themes/Moheli/xfwm4/shade-toggled-active.png
+share/themes/Moheli/xfwm4/shade-toggled-active.xpm
+share/themes/Moheli/xfwm4/shade-toggled-inactive.png
+share/themes/Moheli/xfwm4/shade-toggled-inactive.xpm
+share/themes/Moheli/xfwm4/shade-toggled-pressed.png
+share/themes/Moheli/xfwm4/shade-toggled-pressed.xpm
+share/themes/Moheli/xfwm4/stick-active.png
+share/themes/Moheli/xfwm4/stick-active.xpm
+share/themes/Moheli/xfwm4/stick-inactive.png
+share/themes/Moheli/xfwm4/stick-inactive.xpm
+share/themes/Moheli/xfwm4/stick-pressed.png
+share/themes/Moheli/xfwm4/stick-pressed.xpm
+share/themes/Moheli/xfwm4/stick-toggled-active.png
+share/themes/Moheli/xfwm4/stick-toggled-active.xpm
+share/themes/Moheli/xfwm4/stick-toggled-inactive.png
+share/themes/Moheli/xfwm4/stick-toggled-inactive.xpm
+share/themes/Moheli/xfwm4/stick-toggled-pressed.png
+share/themes/Moheli/xfwm4/stick-toggled-pressed.xpm
+share/themes/Moheli/xfwm4/themerc
+share/themes/Moheli/xfwm4/title-1-active.png
+share/themes/Moheli/xfwm4/title-1-active.xpm
+share/themes/Moheli/xfwm4/title-1-inactive.png
+share/themes/Moheli/xfwm4/title-1-inactive.xpm
+share/themes/Moheli/xfwm4/title-2-active.png
+share/themes/Moheli/xfwm4/title-2-active.xpm
+share/themes/Moheli/xfwm4/title-2-inactive.png
+share/themes/Moheli/xfwm4/title-2-inactive.xpm
+share/themes/Moheli/xfwm4/title-3-active.png
+share/themes/Moheli/xfwm4/title-3-active.xpm
+share/themes/Moheli/xfwm4/title-3-inactive.png
+share/themes/Moheli/xfwm4/title-3-inactive.xpm
+share/themes/Moheli/xfwm4/title-4-active.png
+share/themes/Moheli/xfwm4/title-4-active.xpm
+share/themes/Moheli/xfwm4/title-4-inactive.png
+share/themes/Moheli/xfwm4/title-4-inactive.xpm
+share/themes/Moheli/xfwm4/title-5-active.png
+share/themes/Moheli/xfwm4/title-5-active.xpm
+share/themes/Moheli/xfwm4/title-5-inactive.png
+share/themes/Moheli/xfwm4/title-5-inactive.xpm
+share/themes/Moheli/xfwm4/top-left-active.png
+share/themes/Moheli/xfwm4/top-left-active.xpm
+share/themes/Moheli/xfwm4/top-left-inactive.png
+share/themes/Moheli/xfwm4/top-left-inactive.xpm
+share/themes/Moheli/xfwm4/top-right-active.png
+share/themes/Moheli/xfwm4/top-right-active.xpm
+share/themes/Moheli/xfwm4/top-right-inactive.png
+share/themes/Moheli/xfwm4/top-right-inactive.xpm
+share/themes/Sassandra/xfwm4/README
+share/themes/Sassandra/xfwm4/themerc
+share/themes/Sassandra/xfwm4/bottom-active.png
+share/themes/Sassandra/xfwm4/bottom-active.xpm
+share/themes/Sassandra/xfwm4/bottom-inactive.png
+share/themes/Sassandra/xfwm4/bottom-inactive.xpm
+share/themes/Sassandra/xfwm4/bottom-left-active.png
+share/themes/Sassandra/xfwm4/bottom-left-active.xpm
+share/themes/Sassandra/xfwm4/bottom-left-inactive.png
+share/themes/Sassandra/xfwm4/bottom-left-inactive.xpm
+share/themes/Sassandra/xfwm4/bottom-right-active.png
+share/themes/Sassandra/xfwm4/bottom-right-active.xpm
+share/themes/Sassandra/xfwm4/bottom-right-inactive.png
+share/themes/Sassandra/xfwm4/bottom-right-inactive.xpm
+share/themes/Sassandra/xfwm4/close-active.png
+share/themes/Sassandra/xfwm4/close-active.xpm
+share/themes/Sassandra/xfwm4/close-inactive.png
+share/themes/Sassandra/xfwm4/close-inactive.xpm
+share/themes/Sassandra/xfwm4/close-pressed.png
+share/themes/Sassandra/xfwm4/close-pressed.xpm
+share/themes/Sassandra/xfwm4/hide-active.png
+share/themes/Sassandra/xfwm4/hide-active.xpm
+share/themes/Sassandra/xfwm4/hide-inactive.png
+share/themes/Sassandra/xfwm4/hide-inactive.xpm
+share/themes/Sassandra/xfwm4/hide-pressed.png
+share/themes/Sassandra/xfwm4/hide-pressed.xpm
+share/themes/Sassandra/xfwm4/left-active.png
+share/themes/Sassandra/xfwm4/left-active.xpm
+share/themes/Sassandra/xfwm4/left-inactive.png
+share/themes/Sassandra/xfwm4/left-inactive.xpm
+share/themes/Sassandra/xfwm4/maximize-active.png
+share/themes/Sassandra/xfwm4/maximize-active.xpm
+share/themes/Sassandra/xfwm4/maximize-inactive.png
+share/themes/Sassandra/xfwm4/maximize-inactive.xpm
+share/themes/Sassandra/xfwm4/maximize-pressed.png
+share/themes/Sassandra/xfwm4/maximize-pressed.xpm
+share/themes/Sassandra/xfwm4/maximize-toggled-active.png
+share/themes/Sassandra/xfwm4/maximize-toggled-active.xpm
+share/themes/Sassandra/xfwm4/maximize-toggled-inactive.png
+share/themes/Sassandra/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Sassandra/xfwm4/maximize-toggled-pressed.png
+share/themes/Sassandra/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Sassandra/xfwm4/menu-active.png
+share/themes/Sassandra/xfwm4/menu-active.xpm
+share/themes/Sassandra/xfwm4/menu-inactive.png
+share/themes/Sassandra/xfwm4/menu-inactive.xpm
+share/themes/Sassandra/xfwm4/menu-pressed.png
+share/themes/Sassandra/xfwm4/menu-pressed.xpm
+share/themes/Sassandra/xfwm4/right-active.png
+share/themes/Sassandra/xfwm4/right-active.xpm
+share/themes/Sassandra/xfwm4/right-inactive.png
+share/themes/Sassandra/xfwm4/right-inactive.xpm
+share/themes/Sassandra/xfwm4/shade-active.png
+share/themes/Sassandra/xfwm4/shade-active.xpm
+share/themes/Sassandra/xfwm4/shade-inactive.png
+share/themes/Sassandra/xfwm4/shade-inactive.xpm
+share/themes/Sassandra/xfwm4/shade-pressed.png
+share/themes/Sassandra/xfwm4/shade-pressed.xpm
+share/themes/Sassandra/xfwm4/shade-toggled-active.png
+share/themes/Sassandra/xfwm4/shade-toggled-active.xpm
+share/themes/Sassandra/xfwm4/shade-toggled-inactive.png
+share/themes/Sassandra/xfwm4/shade-toggled-inactive.xpm
+share/themes/Sassandra/xfwm4/shade-toggled-pressed.png
+share/themes/Sassandra/xfwm4/shade-toggled-pressed.xpm
+share/themes/Sassandra/xfwm4/stick-active.png
+share/themes/Sassandra/xfwm4/stick-active.xpm
+share/themes/Sassandra/xfwm4/stick-inactive.png
+share/themes/Sassandra/xfwm4/stick-inactive.xpm
+share/themes/Sassandra/xfwm4/stick-pressed.png
+share/themes/Sassandra/xfwm4/stick-pressed.xpm
+share/themes/Sassandra/xfwm4/stick-toggled-active.png
+share/themes/Sassandra/xfwm4/stick-toggled-active.xpm
+share/themes/Sassandra/xfwm4/stick-toggled-inactive.png
+share/themes/Sassandra/xfwm4/stick-toggled-inactive.xpm
+share/themes/Sassandra/xfwm4/stick-toggled-pressed.png
+share/themes/Sassandra/xfwm4/stick-toggled-pressed.xpm
+share/themes/Sassandra/xfwm4/title-1-active.png
+share/themes/Sassandra/xfwm4/title-1-active.xpm
+share/themes/Sassandra/xfwm4/title-1-inactive.png
+share/themes/Sassandra/xfwm4/title-1-inactive.xpm
+share/themes/Sassandra/xfwm4/title-2-active.png
+share/themes/Sassandra/xfwm4/title-2-active.xpm
+share/themes/Sassandra/xfwm4/title-2-inactive.png
+share/themes/Sassandra/xfwm4/title-2-inactive.xpm
+share/themes/Sassandra/xfwm4/title-3-active.png
+share/themes/Sassandra/xfwm4/title-3-active.xpm
+share/themes/Sassandra/xfwm4/title-3-inactive.png
+share/themes/Sassandra/xfwm4/title-3-inactive.xpm
+share/themes/Sassandra/xfwm4/title-4-active.png
+share/themes/Sassandra/xfwm4/title-4-active.xpm
+share/themes/Sassandra/xfwm4/title-4-inactive.png
+share/themes/Sassandra/xfwm4/title-4-inactive.xpm
+share/themes/Sassandra/xfwm4/title-5-active.png
+share/themes/Sassandra/xfwm4/title-5-active.xpm
+share/themes/Sassandra/xfwm4/title-5-inactive.png
+share/themes/Sassandra/xfwm4/title-5-inactive.xpm
+share/themes/Sassandra/xfwm4/top-left-active.png
+share/themes/Sassandra/xfwm4/top-left-active.xpm
+share/themes/Sassandra/xfwm4/top-left-inactive.png
+share/themes/Sassandra/xfwm4/top-left-inactive.xpm
+share/themes/Sassandra/xfwm4/top-right-active.png
+share/themes/Sassandra/xfwm4/top-right-active.xpm
+share/themes/Sassandra/xfwm4/top-right-inactive.png
+share/themes/Sassandra/xfwm4/top-right-inactive.xpm
+share/themes/Stoneage/xfwm4/README
+share/themes/Stoneage/xfwm4/bottom-active.png
+share/themes/Stoneage/xfwm4/bottom-active.xpm
+share/themes/Stoneage/xfwm4/bottom-inactive.png
+share/themes/Stoneage/xfwm4/bottom-inactive.xpm
+share/themes/Stoneage/xfwm4/bottom-left-active.png
+share/themes/Stoneage/xfwm4/bottom-left-active.xpm
+share/themes/Stoneage/xfwm4/bottom-left-inactive.png
+share/themes/Stoneage/xfwm4/bottom-left-inactive.xpm
+share/themes/Stoneage/xfwm4/bottom-right-active.png
+share/themes/Stoneage/xfwm4/bottom-right-active.xpm
+share/themes/Stoneage/xfwm4/bottom-right-inactive.png
+share/themes/Stoneage/xfwm4/bottom-right-inactive.xpm
+share/themes/Stoneage/xfwm4/close-active.png
+share/themes/Stoneage/xfwm4/close-active.xpm
+share/themes/Stoneage/xfwm4/close-inactive.png
+share/themes/Stoneage/xfwm4/close-inactive.xpm
+share/themes/Stoneage/xfwm4/close-pressed.png
+share/themes/Stoneage/xfwm4/close-pressed.xpm
+share/themes/Stoneage/xfwm4/hide-active.png
+share/themes/Stoneage/xfwm4/hide-active.xpm
+share/themes/Stoneage/xfwm4/hide-inactive.png
+share/themes/Stoneage/xfwm4/hide-inactive.xpm
+share/themes/Stoneage/xfwm4/hide-pressed.png
+share/themes/Stoneage/xfwm4/hide-pressed.xpm
+share/themes/Stoneage/xfwm4/left-active.png
+share/themes/Stoneage/xfwm4/left-active.xpm
+share/themes/Stoneage/xfwm4/left-inactive.png
+share/themes/Stoneage/xfwm4/left-inactive.xpm
+share/themes/Stoneage/xfwm4/maximize-active.png
+share/themes/Stoneage/xfwm4/maximize-active.xpm
+share/themes/Stoneage/xfwm4/maximize-inactive.png
+share/themes/Stoneage/xfwm4/maximize-inactive.xpm
+share/themes/Stoneage/xfwm4/maximize-pressed.png
+share/themes/Stoneage/xfwm4/maximize-pressed.xpm
+share/themes/Stoneage/xfwm4/maximize-toggled-active.png
+share/themes/Stoneage/xfwm4/maximize-toggled-active.xpm
+share/themes/Stoneage/xfwm4/maximize-toggled-inactive.png
+share/themes/Stoneage/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Stoneage/xfwm4/maximize-toggled-pressed.png
+share/themes/Stoneage/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Stoneage/xfwm4/menu-active.png
+share/themes/Stoneage/xfwm4/menu-active.xpm
+share/themes/Stoneage/xfwm4/menu-inactive.png
+share/themes/Stoneage/xfwm4/menu-inactive.xpm
+share/themes/Stoneage/xfwm4/menu-pressed.png
+share/themes/Stoneage/xfwm4/menu-pressed.xpm
+share/themes/Stoneage/xfwm4/right-active.png
+share/themes/Stoneage/xfwm4/right-active.xpm
+share/themes/Stoneage/xfwm4/right-inactive.png
+share/themes/Stoneage/xfwm4/right-inactive.xpm
+share/themes/Stoneage/xfwm4/shade-active.png
+share/themes/Stoneage/xfwm4/shade-active.xpm
+share/themes/Stoneage/xfwm4/shade-inactive.png
+share/themes/Stoneage/xfwm4/shade-inactive.xpm
+share/themes/Stoneage/xfwm4/shade-pressed.png
+share/themes/Stoneage/xfwm4/shade-pressed.xpm
+share/themes/Stoneage/xfwm4/shade-toggled-active.png
+share/themes/Stoneage/xfwm4/shade-toggled-active.xpm
+share/themes/Stoneage/xfwm4/shade-toggled-inactive.png
+share/themes/Stoneage/xfwm4/shade-toggled-inactive.xpm
+share/themes/Stoneage/xfwm4/shade-toggled-pressed.png
+share/themes/Stoneage/xfwm4/shade-toggled-pressed.xpm
+share/themes/Stoneage/xfwm4/stick-active.png
+share/themes/Stoneage/xfwm4/stick-active.xpm
+share/themes/Stoneage/xfwm4/stick-inactive.png
+share/themes/Stoneage/xfwm4/stick-inactive.xpm
+share/themes/Stoneage/xfwm4/stick-pressed.png
+share/themes/Stoneage/xfwm4/stick-pressed.xpm
+share/themes/Stoneage/xfwm4/stick-toggled-active.png
+share/themes/Stoneage/xfwm4/stick-toggled-active.xpm
+share/themes/Stoneage/xfwm4/stick-toggled-inactive.png
+share/themes/Stoneage/xfwm4/stick-toggled-inactive.xpm
+share/themes/Stoneage/xfwm4/stick-toggled-pressed.png
+share/themes/Stoneage/xfwm4/stick-toggled-pressed.xpm
+share/themes/Stoneage/xfwm4/themerc
+share/themes/Stoneage/xfwm4/title-1-active.png
+share/themes/Stoneage/xfwm4/title-1-active.xpm
+share/themes/Stoneage/xfwm4/title-1-inactive.png
+share/themes/Stoneage/xfwm4/title-1-inactive.xpm
+share/themes/Stoneage/xfwm4/title-2-active.png
+share/themes/Stoneage/xfwm4/title-2-active.xpm
+share/themes/Stoneage/xfwm4/title-2-inactive.png
+share/themes/Stoneage/xfwm4/title-2-inactive.xpm
+share/themes/Stoneage/xfwm4/title-3-active.png
+share/themes/Stoneage/xfwm4/title-3-active.xpm
+share/themes/Stoneage/xfwm4/title-3-inactive.png
+share/themes/Stoneage/xfwm4/title-3-inactive.xpm
+share/themes/Stoneage/xfwm4/title-4-active.png
+share/themes/Stoneage/xfwm4/title-4-active.xpm
+share/themes/Stoneage/xfwm4/title-4-inactive.png
+share/themes/Stoneage/xfwm4/title-4-inactive.xpm
+share/themes/Stoneage/xfwm4/title-5-active.png
+share/themes/Stoneage/xfwm4/title-5-active.xpm
+share/themes/Stoneage/xfwm4/title-5-inactive.png
+share/themes/Stoneage/xfwm4/title-5-inactive.xpm
+share/themes/Stoneage/xfwm4/top-left-active.png
+share/themes/Stoneage/xfwm4/top-left-active.xpm
+share/themes/Stoneage/xfwm4/top-left-inactive.png
+share/themes/Stoneage/xfwm4/top-left-inactive.xpm
+share/themes/Stoneage/xfwm4/top-right-active.png
+share/themes/Stoneage/xfwm4/top-right-active.xpm
+share/themes/Stoneage/xfwm4/top-right-inactive.png
+share/themes/Stoneage/xfwm4/top-right-inactive.xpm
share/themes/Therapy/xfwm4/README
share/themes/Therapy/xfwm4/bottom-active.png
share/themes/Therapy/xfwm4/bottom-active.xpm
@@ -348,11 +946,15 @@ share/themes/Therapy/xfwm4/bottom-right-active.png
share/themes/Therapy/xfwm4/bottom-right-active.xpm
share/themes/Therapy/xfwm4/bottom-right-inactive.png
share/themes/Therapy/xfwm4/bottom-right-inactive.xpm
+share/themes/Therapy/xfwm4/close-active.png
share/themes/Therapy/xfwm4/close-active.xpm
+share/themes/Therapy/xfwm4/close-inactive.png
share/themes/Therapy/xfwm4/close-inactive.xpm
share/themes/Therapy/xfwm4/close-pressed.png
share/themes/Therapy/xfwm4/close-pressed.xpm
+share/themes/Therapy/xfwm4/hide-active.png
share/themes/Therapy/xfwm4/hide-active.xpm
+share/themes/Therapy/xfwm4/hide-inactive.png
share/themes/Therapy/xfwm4/hide-inactive.xpm
share/themes/Therapy/xfwm4/hide-pressed.png
share/themes/Therapy/xfwm4/hide-pressed.xpm
@@ -360,15 +962,21 @@ share/themes/Therapy/xfwm4/left-active.png
share/themes/Therapy/xfwm4/left-active.xpm
share/themes/Therapy/xfwm4/left-inactive.png
share/themes/Therapy/xfwm4/left-inactive.xpm
+share/themes/Therapy/xfwm4/maximize-active.png
share/themes/Therapy/xfwm4/maximize-active.xpm
+share/themes/Therapy/xfwm4/maximize-inactive.png
share/themes/Therapy/xfwm4/maximize-inactive.xpm
share/themes/Therapy/xfwm4/maximize-pressed.png
share/themes/Therapy/xfwm4/maximize-pressed.xpm
+share/themes/Therapy/xfwm4/maximize-toggled-active.png
share/themes/Therapy/xfwm4/maximize-toggled-active.xpm
+share/themes/Therapy/xfwm4/maximize-toggled-inactive.png
share/themes/Therapy/xfwm4/maximize-toggled-inactive.xpm
share/themes/Therapy/xfwm4/maximize-toggled-pressed.png
-share/themes/Therapy/xfwm4/menu-active.xpm
share/themes/Therapy/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Therapy/xfwm4/menu-active.png
+share/themes/Therapy/xfwm4/menu-active.xpm
+share/themes/Therapy/xfwm4/menu-inactive.png
share/themes/Therapy/xfwm4/menu-inactive.xpm
share/themes/Therapy/xfwm4/menu-pressed.png
share/themes/Therapy/xfwm4/menu-pressed.xpm
@@ -376,23 +984,31 @@ share/themes/Therapy/xfwm4/right-active.png
share/themes/Therapy/xfwm4/right-active.xpm
share/themes/Therapy/xfwm4/right-inactive.png
share/themes/Therapy/xfwm4/right-inactive.xpm
+share/themes/Therapy/xfwm4/shade-active.png
share/themes/Therapy/xfwm4/shade-active.xpm
+share/themes/Therapy/xfwm4/shade-inactive.png
share/themes/Therapy/xfwm4/shade-inactive.xpm
share/themes/Therapy/xfwm4/shade-pressed.png
share/themes/Therapy/xfwm4/shade-pressed.xpm
+share/themes/Therapy/xfwm4/shade-toggled-active.png
share/themes/Therapy/xfwm4/shade-toggled-active.xpm
+share/themes/Therapy/xfwm4/shade-toggled-inactive.png
share/themes/Therapy/xfwm4/shade-toggled-inactive.xpm
share/themes/Therapy/xfwm4/shade-toggled-pressed.png
share/themes/Therapy/xfwm4/shade-toggled-pressed.xpm
-share/themes/Therapy/xfwm4/themerc
+share/themes/Therapy/xfwm4/stick-active.png
share/themes/Therapy/xfwm4/stick-active.xpm
+share/themes/Therapy/xfwm4/stick-inactive.png
share/themes/Therapy/xfwm4/stick-inactive.xpm
share/themes/Therapy/xfwm4/stick-pressed.png
share/themes/Therapy/xfwm4/stick-pressed.xpm
+share/themes/Therapy/xfwm4/stick-toggled-active.png
share/themes/Therapy/xfwm4/stick-toggled-active.xpm
+share/themes/Therapy/xfwm4/stick-toggled-inactive.png
share/themes/Therapy/xfwm4/stick-toggled-inactive.xpm
share/themes/Therapy/xfwm4/stick-toggled-pressed.png
share/themes/Therapy/xfwm4/stick-toggled-pressed.xpm
+share/themes/Therapy/xfwm4/themerc
share/themes/Therapy/xfwm4/title-1-active.png
share/themes/Therapy/xfwm4/title-1-active.xpm
share/themes/Therapy/xfwm4/title-1-inactive.png
@@ -422,7 +1038,6 @@ share/themes/Therapy/xfwm4/top-right-active.xpm
share/themes/Therapy/xfwm4/top-right-inactive.png
share/themes/Therapy/xfwm4/top-right-inactive.xpm
share/themes/Tyrex/xfwm4/README
-share/themes/Tyrex/xfwm4/themerc
share/themes/Tyrex/xfwm4/bottom-active.png
share/themes/Tyrex/xfwm4/bottom-active.xpm
share/themes/Tyrex/xfwm4/bottom-inactive.png
@@ -435,52 +1050,52 @@ share/themes/Tyrex/xfwm4/bottom-right-active.png
share/themes/Tyrex/xfwm4/bottom-right-active.xpm
share/themes/Tyrex/xfwm4/bottom-right-inactive.png
share/themes/Tyrex/xfwm4/bottom-right-inactive.xpm
-share/themes/Tyrex/xfwm4/close-active.xpm
share/themes/Tyrex/xfwm4/close-active.png
-share/themes/Tyrex/xfwm4/close-inactive.xpm
+share/themes/Tyrex/xfwm4/close-active.xpm
share/themes/Tyrex/xfwm4/close-inactive.png
-share/themes/Tyrex/xfwm4/close-pressed.xpm
+share/themes/Tyrex/xfwm4/close-inactive.xpm
share/themes/Tyrex/xfwm4/close-pressed.png
-share/themes/Tyrex/xfwm4/hide-active.xpm
+share/themes/Tyrex/xfwm4/close-pressed.xpm
share/themes/Tyrex/xfwm4/hide-active.png
-share/themes/Tyrex/xfwm4/hide-inactive.xpm
+share/themes/Tyrex/xfwm4/hide-active.xpm
share/themes/Tyrex/xfwm4/hide-inactive.png
-share/themes/Tyrex/xfwm4/hide-pressed.xpm
+share/themes/Tyrex/xfwm4/hide-inactive.xpm
share/themes/Tyrex/xfwm4/hide-pressed.png
+share/themes/Tyrex/xfwm4/hide-pressed.xpm
share/themes/Tyrex/xfwm4/left-active.png
share/themes/Tyrex/xfwm4/left-active.xpm
share/themes/Tyrex/xfwm4/left-inactive.png
share/themes/Tyrex/xfwm4/left-inactive.xpm
-share/themes/Tyrex/xfwm4/maximize-active.xpm
share/themes/Tyrex/xfwm4/maximize-active.png
-share/themes/Tyrex/xfwm4/maximize-inactive.xpm
+share/themes/Tyrex/xfwm4/maximize-active.xpm
share/themes/Tyrex/xfwm4/maximize-inactive.png
-share/themes/Tyrex/xfwm4/maximize-pressed.xpm
+share/themes/Tyrex/xfwm4/maximize-inactive.xpm
share/themes/Tyrex/xfwm4/maximize-pressed.png
-share/themes/Tyrex/xfwm4/maximize-toggled-active.xpm
+share/themes/Tyrex/xfwm4/maximize-pressed.xpm
share/themes/Tyrex/xfwm4/maximize-toggled-active.png
-share/themes/Tyrex/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Tyrex/xfwm4/maximize-toggled-active.xpm
share/themes/Tyrex/xfwm4/maximize-toggled-inactive.png
-share/themes/Tyrex/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Tyrex/xfwm4/maximize-toggled-inactive.xpm
share/themes/Tyrex/xfwm4/maximize-toggled-pressed.png
-share/themes/Tyrex/xfwm4/menu-active.xpm
+share/themes/Tyrex/xfwm4/maximize-toggled-pressed.xpm
share/themes/Tyrex/xfwm4/menu-active.png
-share/themes/Tyrex/xfwm4/menu-inactive.xpm
+share/themes/Tyrex/xfwm4/menu-active.xpm
share/themes/Tyrex/xfwm4/menu-inactive.png
-share/themes/Tyrex/xfwm4/menu-pressed.xpm
+share/themes/Tyrex/xfwm4/menu-inactive.xpm
share/themes/Tyrex/xfwm4/menu-pressed.png
+share/themes/Tyrex/xfwm4/menu-pressed.xpm
share/themes/Tyrex/xfwm4/right-active.png
share/themes/Tyrex/xfwm4/right-active.xpm
share/themes/Tyrex/xfwm4/right-inactive.png
share/themes/Tyrex/xfwm4/right-inactive.xpm
-share/themes/Tyrex/xfwm4/shade-active.xpm
share/themes/Tyrex/xfwm4/shade-active.png
-share/themes/Tyrex/xfwm4/shade-inactive.xpm
+share/themes/Tyrex/xfwm4/shade-active.xpm
share/themes/Tyrex/xfwm4/shade-inactive.png
-share/themes/Tyrex/xfwm4/shade-pressed.xpm
+share/themes/Tyrex/xfwm4/shade-inactive.xpm
share/themes/Tyrex/xfwm4/shade-pressed.png
-share/themes/Tyrex/xfwm4/shade-toggled-active.xpm
+share/themes/Tyrex/xfwm4/shade-pressed.xpm
share/themes/Tyrex/xfwm4/shade-toggled-active.png
+share/themes/Tyrex/xfwm4/shade-toggled-active.xpm
share/themes/Tyrex/xfwm4/shade-toggled-inactive.png
share/themes/Tyrex/xfwm4/shade-toggled-inactive.xpm
share/themes/Tyrex/xfwm4/shade-toggled-pressed.png
@@ -497,6 +1112,7 @@ share/themes/Tyrex/xfwm4/stick-toggled-inactive.png
share/themes/Tyrex/xfwm4/stick-toggled-inactive.xpm
share/themes/Tyrex/xfwm4/stick-toggled-pressed.png
share/themes/Tyrex/xfwm4/stick-toggled-pressed.xpm
+share/themes/Tyrex/xfwm4/themerc
share/themes/Tyrex/xfwm4/title-1-active.png
share/themes/Tyrex/xfwm4/title-1-active.xpm
share/themes/Tyrex/xfwm4/title-1-inactive.png
@@ -525,177 +1141,110 @@ share/themes/Tyrex/xfwm4/top-right-active.png
share/themes/Tyrex/xfwm4/top-right-active.xpm
share/themes/Tyrex/xfwm4/top-right-inactive.png
share/themes/Tyrex/xfwm4/top-right-inactive.xpm
-share/themes/Waza/xfwm4/README
-share/themes/Waza/xfwm4/themerc
-share/themes/Waza/xfwm4/bottom-active.xpm
-share/themes/Waza/xfwm4/bottom-inactive.xpm
-share/themes/Waza/xfwm4/bottom-left-active.xpm
-share/themes/Waza/xfwm4/bottom-left-inactive.xpm
-share/themes/Waza/xfwm4/bottom-right-active.xpm
-share/themes/Waza/xfwm4/bottom-right-inactive.xpm
-share/themes/Waza/xfwm4/close-active.png
-share/themes/Waza/xfwm4/close-active.xpm
-share/themes/Waza/xfwm4/close-inactive.png
-share/themes/Waza/xfwm4/close-inactive.xpm
-share/themes/Waza/xfwm4/close-pressed.png
-share/themes/Waza/xfwm4/close-pressed.xpm
-share/themes/Waza/xfwm4/hide-active.png
-share/themes/Waza/xfwm4/hide-active.xpm
-share/themes/Waza/xfwm4/hide-inactive.png
-share/themes/Waza/xfwm4/hide-inactive.xpm
-share/themes/Waza/xfwm4/hide-pressed.png
-share/themes/Waza/xfwm4/hide-pressed.xpm
-share/themes/Waza/xfwm4/left-active.xpm
-share/themes/Waza/xfwm4/left-inactive.xpm
-share/themes/Waza/xfwm4/maximize-active.png
-share/themes/Waza/xfwm4/maximize-active.xpm
-share/themes/Waza/xfwm4/maximize-inactive.png
-share/themes/Waza/xfwm4/maximize-inactive.xpm
-share/themes/Waza/xfwm4/maximize-pressed.png
-share/themes/Waza/xfwm4/maximize-pressed.xpm
-share/themes/Waza/xfwm4/maximize-toggled-active.png
-share/themes/Waza/xfwm4/maximize-toggled-active.xpm
-share/themes/Waza/xfwm4/maximize-toggled-inactive.png
-share/themes/Waza/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Waza/xfwm4/maximize-toggled-pressed.png
-share/themes/Waza/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Waza/xfwm4/menu-active.png
-share/themes/Waza/xfwm4/menu-active.xpm
-share/themes/Waza/xfwm4/menu-inactive.png
-share/themes/Waza/xfwm4/menu-inactive.xpm
-share/themes/Waza/xfwm4/menu-pressed.png
-share/themes/Waza/xfwm4/menu-pressed.xpm
-share/themes/Waza/xfwm4/right-active.xpm
-share/themes/Waza/xfwm4/right-inactive.xpm
-share/themes/Waza/xfwm4/shade-active.png
-share/themes/Waza/xfwm4/shade-active.xpm
-share/themes/Waza/xfwm4/shade-inactive.png
-share/themes/Waza/xfwm4/shade-inactive.xpm
-share/themes/Waza/xfwm4/shade-pressed.png
-share/themes/Waza/xfwm4/shade-pressed.xpm
-share/themes/Waza/xfwm4/shade-toggled-active.png
-share/themes/Waza/xfwm4/shade-toggled-active.xpm
-share/themes/Waza/xfwm4/shade-toggled-inactive.png
-share/themes/Waza/xfwm4/shade-toggled-inactive.xpm
-share/themes/Waza/xfwm4/shade-toggled-pressed.png
-share/themes/Waza/xfwm4/shade-toggled-pressed.xpm
-share/themes/Waza/xfwm4/stick-active.png
-share/themes/Waza/xfwm4/stick-active.xpm
-share/themes/Waza/xfwm4/stick-inactive.png
-share/themes/Waza/xfwm4/stick-inactive.xpm
-share/themes/Waza/xfwm4/stick-pressed.png
-share/themes/Waza/xfwm4/stick-pressed.xpm
-share/themes/Waza/xfwm4/stick-toggled-active.png
-share/themes/Waza/xfwm4/stick-toggled-active.xpm
-share/themes/Waza/xfwm4/stick-toggled-inactive.png
-share/themes/Waza/xfwm4/stick-toggled-inactive.xpm
-share/themes/Waza/xfwm4/stick-toggled-pressed.png
-share/themes/Waza/xfwm4/stick-toggled-pressed.xpm
-share/themes/Waza/xfwm4/title-1-active.png
-share/themes/Waza/xfwm4/title-1-active.xpm
-share/themes/Waza/xfwm4/title-1-inactive.png
-share/themes/Waza/xfwm4/title-1-inactive.xpm
-share/themes/Waza/xfwm4/title-2-active.png
-share/themes/Waza/xfwm4/title-2-active.xpm
-share/themes/Waza/xfwm4/title-2-inactive.png
-share/themes/Waza/xfwm4/title-2-inactive.xpm
-share/themes/Waza/xfwm4/title-3-active.png
-share/themes/Waza/xfwm4/title-3-active.xpm
-share/themes/Waza/xfwm4/title-3-inactive.png
-share/themes/Waza/xfwm4/title-3-inactive.xpm
-share/themes/Waza/xfwm4/title-4-active.png
-share/themes/Waza/xfwm4/title-4-active.xpm
-share/themes/Waza/xfwm4/title-4-inactive.png
-share/themes/Waza/xfwm4/title-5-active.png
-share/themes/Waza/xfwm4/title-4-inactive.xpm
-share/themes/Waza/xfwm4/title-5-active.xpm
-share/themes/Waza/xfwm4/title-5-inactive.png
-share/themes/Waza/xfwm4/title-5-inactive.xpm
-share/themes/Waza/xfwm4/top-left-active.png
-share/themes/Waza/xfwm4/top-left-active.xpm
-share/themes/Waza/xfwm4/top-left-inactive.png
-share/themes/Waza/xfwm4/top-left-inactive.xpm
-share/themes/Waza/xfwm4/top-right-active.png
-share/themes/Waza/xfwm4/top-right-active.xpm
-share/themes/Waza/xfwm4/top-right-inactive.png
-share/themes/Waza/xfwm4/top-right-inactive.xpm
-share/themes/Wildbush/xfwm4/README
-share/themes/Wildbush/xfwm4/themerc
-share/themes/Wildbush/xfwm4/bottom-active.png
-share/themes/Wildbush/xfwm4/bottom-active.xpm
-share/themes/Wildbush/xfwm4/bottom-inactive.png
-share/themes/Wildbush/xfwm4/bottom-inactive.xpm
-share/themes/Wildbush/xfwm4/bottom-left-active.png
-share/themes/Wildbush/xfwm4/bottom-left-active.xpm
-share/themes/Wildbush/xfwm4/bottom-left-inactive.png
-share/themes/Wildbush/xfwm4/bottom-left-inactive.xpm
-share/themes/Wildbush/xfwm4/bottom-right-active.png
-share/themes/Wildbush/xfwm4/bottom-right-active.xpm
-share/themes/Wildbush/xfwm4/bottom-right-inactive.png
-share/themes/Wildbush/xfwm4/bottom-right-inactive.xpm
-share/themes/Wildbush/xfwm4/close-active.xpm
-share/themes/Wildbush/xfwm4/close-inactive.xpm
-share/themes/Wildbush/xfwm4/close-pressed.xpm
-share/themes/Wildbush/xfwm4/hide-active.xpm
-share/themes/Wildbush/xfwm4/hide-inactive.xpm
-share/themes/Wildbush/xfwm4/hide-pressed.xpm
-share/themes/Wildbush/xfwm4/left-active.png
-share/themes/Wildbush/xfwm4/left-active.xpm
-share/themes/Wildbush/xfwm4/left-inactive.png
-share/themes/Wildbush/xfwm4/left-inactive.xpm
-share/themes/Wildbush/xfwm4/maximize-active.xpm
-share/themes/Wildbush/xfwm4/maximize-inactive.xpm
-share/themes/Wildbush/xfwm4/maximize-pressed.xpm
-share/themes/Wildbush/xfwm4/maximize-toggled-active.xpm
-share/themes/Wildbush/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Wildbush/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Wildbush/xfwm4/menu-active.xpm
-share/themes/Wildbush/xfwm4/menu-inactive.xpm
-share/themes/Wildbush/xfwm4/menu-pressed.xpm
-share/themes/Wildbush/xfwm4/right-active.png
-share/themes/Wildbush/xfwm4/right-active.xpm
-share/themes/Wildbush/xfwm4/right-inactive.png
-share/themes/Wildbush/xfwm4/right-inactive.xpm
-share/themes/Wildbush/xfwm4/shade-active.xpm
-share/themes/Wildbush/xfwm4/shade-inactive.xpm
-share/themes/Wildbush/xfwm4/shade-pressed.xpm
-share/themes/Wildbush/xfwm4/shade-toggled-active.xpm
-share/themes/Wildbush/xfwm4/shade-toggled-inactive.xpm
-share/themes/Wildbush/xfwm4/shade-toggled-pressed.xpm
-share/themes/Wildbush/xfwm4/stick-active.xpm
-share/themes/Wildbush/xfwm4/stick-inactive.xpm
-share/themes/Wildbush/xfwm4/stick-pressed.xpm
-share/themes/Wildbush/xfwm4/stick-toggled-active.xpm
-share/themes/Wildbush/xfwm4/stick-toggled-inactive.xpm
-share/themes/Wildbush/xfwm4/stick-toggled-pressed.xpm
-share/themes/Wildbush/xfwm4/title-1-active.png
-share/themes/Wildbush/xfwm4/title-1-active.xpm
-share/themes/Wildbush/xfwm4/title-1-inactive.png
-share/themes/Wildbush/xfwm4/title-1-inactive.xpm
-share/themes/Wildbush/xfwm4/title-2-active.png
-share/themes/Wildbush/xfwm4/title-2-active.xpm
-share/themes/Wildbush/xfwm4/title-2-inactive.png
-share/themes/Wildbush/xfwm4/title-2-inactive.xpm
-share/themes/Wildbush/xfwm4/title-3-active.png
-share/themes/Wildbush/xfwm4/title-3-active.xpm
-share/themes/Wildbush/xfwm4/title-3-inactive.png
-share/themes/Wildbush/xfwm4/title-3-inactive.xpm
-share/themes/Wildbush/xfwm4/title-4-active.png
-share/themes/Wildbush/xfwm4/title-4-active.xpm
-share/themes/Wildbush/xfwm4/title-4-inactive.png
-share/themes/Wildbush/xfwm4/title-4-inactive.xpm
-share/themes/Wildbush/xfwm4/title-5-active.png
-share/themes/Wildbush/xfwm4/title-5-active.xpm
-share/themes/Wildbush/xfwm4/title-5-inactive.png
-share/themes/Wildbush/xfwm4/title-5-inactive.xpm
-share/themes/Wildbush/xfwm4/top-left-active.png
-share/themes/Wildbush/xfwm4/top-left-active.xpm
-share/themes/Wildbush/xfwm4/top-left-inactive.png
-share/themes/Wildbush/xfwm4/top-left-inactive.xpm
-share/themes/Wildbush/xfwm4/top-right-active.png
-share/themes/Wildbush/xfwm4/top-right-active.xpm
-share/themes/Wildbush/xfwm4/top-right-inactive.png
-share/themes/Wildbush/xfwm4/top-right-inactive.xpm
+share/themes/Wallis/xfwm4/README
+share/themes/Wallis/xfwm4/bottom-active.png
+share/themes/Wallis/xfwm4/bottom-active.xpm
+share/themes/Wallis/xfwm4/bottom-inactive.png
+share/themes/Wallis/xfwm4/bottom-inactive.xpm
+share/themes/Wallis/xfwm4/bottom-left-active.png
+share/themes/Wallis/xfwm4/bottom-left-active.xpm
+share/themes/Wallis/xfwm4/bottom-left-inactive.png
+share/themes/Wallis/xfwm4/bottom-left-inactive.xpm
+share/themes/Wallis/xfwm4/bottom-right-active.png
+share/themes/Wallis/xfwm4/bottom-right-active.xpm
+share/themes/Wallis/xfwm4/bottom-right-inactive.png
+share/themes/Wallis/xfwm4/bottom-right-inactive.xpm
+share/themes/Wallis/xfwm4/close-active.png
+share/themes/Wallis/xfwm4/close-active.xpm
+share/themes/Wallis/xfwm4/close-inactive.png
+share/themes/Wallis/xfwm4/close-inactive.xpm
+share/themes/Wallis/xfwm4/close-pressed.png
+share/themes/Wallis/xfwm4/close-pressed.xpm
+share/themes/Wallis/xfwm4/hide-active.png
+share/themes/Wallis/xfwm4/hide-active.xpm
+share/themes/Wallis/xfwm4/hide-inactive.png
+share/themes/Wallis/xfwm4/hide-inactive.xpm
+share/themes/Wallis/xfwm4/hide-pressed.png
+share/themes/Wallis/xfwm4/hide-pressed.xpm
+share/themes/Wallis/xfwm4/left-active.png
+share/themes/Wallis/xfwm4/left-active.xpm
+share/themes/Wallis/xfwm4/left-inactive.png
+share/themes/Wallis/xfwm4/left-inactive.xpm
+share/themes/Wallis/xfwm4/maximize-active.png
+share/themes/Wallis/xfwm4/maximize-active.xpm
+share/themes/Wallis/xfwm4/maximize-inactive.png
+share/themes/Wallis/xfwm4/maximize-inactive.xpm
+share/themes/Wallis/xfwm4/maximize-pressed.png
+share/themes/Wallis/xfwm4/maximize-pressed.xpm
+share/themes/Wallis/xfwm4/maximize-toggled-active.png
+share/themes/Wallis/xfwm4/maximize-toggled-active.xpm
+share/themes/Wallis/xfwm4/maximize-toggled-inactive.png
+share/themes/Wallis/xfwm4/maximize-toggled-inactive.xpm
+share/themes/Wallis/xfwm4/maximize-toggled-pressed.png
+share/themes/Wallis/xfwm4/maximize-toggled-pressed.xpm
+share/themes/Wallis/xfwm4/menu-active.png
+share/themes/Wallis/xfwm4/menu-active.xpm
+share/themes/Wallis/xfwm4/menu-inactive.png
+share/themes/Wallis/xfwm4/menu-inactive.xpm
+share/themes/Wallis/xfwm4/menu-pressed.png
+share/themes/Wallis/xfwm4/menu-pressed.xpm
+share/themes/Wallis/xfwm4/right-active.png
+share/themes/Wallis/xfwm4/right-active.xpm
+share/themes/Wallis/xfwm4/right-inactive.png
+share/themes/Wallis/xfwm4/right-inactive.xpm
+share/themes/Wallis/xfwm4/shade-active.png
+share/themes/Wallis/xfwm4/shade-active.xpm
+share/themes/Wallis/xfwm4/shade-inactive.png
+share/themes/Wallis/xfwm4/shade-inactive.xpm
+share/themes/Wallis/xfwm4/shade-pressed.png
+share/themes/Wallis/xfwm4/shade-pressed.xpm
+share/themes/Wallis/xfwm4/shade-toggled-active.png
+share/themes/Wallis/xfwm4/shade-toggled-active.xpm
+share/themes/Wallis/xfwm4/shade-toggled-inactive.png
+share/themes/Wallis/xfwm4/shade-toggled-inactive.xpm
+share/themes/Wallis/xfwm4/shade-toggled-pressed.png
+share/themes/Wallis/xfwm4/shade-toggled-pressed.xpm
+share/themes/Wallis/xfwm4/stick-active.png
+share/themes/Wallis/xfwm4/stick-active.xpm
+share/themes/Wallis/xfwm4/stick-inactive.png
+share/themes/Wallis/xfwm4/stick-inactive.xpm
+share/themes/Wallis/xfwm4/stick-pressed.png
+share/themes/Wallis/xfwm4/stick-pressed.xpm
+share/themes/Wallis/xfwm4/stick-toggled-active.png
+share/themes/Wallis/xfwm4/stick-toggled-active.xpm
+share/themes/Wallis/xfwm4/stick-toggled-inactive.png
+share/themes/Wallis/xfwm4/stick-toggled-inactive.xpm
+share/themes/Wallis/xfwm4/stick-toggled-pressed.png
+share/themes/Wallis/xfwm4/stick-toggled-pressed.xpm
+share/themes/Wallis/xfwm4/themerc
+share/themes/Wallis/xfwm4/title-1-active.png
+share/themes/Wallis/xfwm4/title-1-active.xpm
+share/themes/Wallis/xfwm4/title-1-inactive.png
+share/themes/Wallis/xfwm4/title-1-inactive.xpm
+share/themes/Wallis/xfwm4/title-2-active.png
+share/themes/Wallis/xfwm4/title-2-active.xpm
+share/themes/Wallis/xfwm4/title-2-inactive.png
+share/themes/Wallis/xfwm4/title-2-inactive.xpm
+share/themes/Wallis/xfwm4/title-3-active.png
+share/themes/Wallis/xfwm4/title-3-active.xpm
+share/themes/Wallis/xfwm4/title-3-inactive.png
+share/themes/Wallis/xfwm4/title-3-inactive.xpm
+share/themes/Wallis/xfwm4/title-4-active.png
+share/themes/Wallis/xfwm4/title-4-active.xpm
+share/themes/Wallis/xfwm4/title-4-inactive.png
+share/themes/Wallis/xfwm4/title-4-inactive.xpm
+share/themes/Wallis/xfwm4/title-5-active.png
+share/themes/Wallis/xfwm4/title-5-active.xpm
+share/themes/Wallis/xfwm4/title-5-inactive.png
+share/themes/Wallis/xfwm4/title-5-inactive.xpm
+share/themes/Wallis/xfwm4/top-left-active.png
+share/themes/Wallis/xfwm4/top-left-active.xpm
+share/themes/Wallis/xfwm4/top-left-inactive.png
+share/themes/Wallis/xfwm4/top-left-inactive.xpm
+share/themes/Wallis/xfwm4/top-right-active.png
+share/themes/Wallis/xfwm4/top-right-active.xpm
+share/themes/Wallis/xfwm4/top-right-inactive.png
+share/themes/Wallis/xfwm4/top-right-inactive.xpm
share/xfce4/doc/C/images/compose_shortcut.png
share/xfce4/doc/C/images/decoration_style.png
share/xfce4/doc/C/images/focus.png
@@ -715,75 +1264,60 @@ share/xfce4/doc/fr/images/titlebar.png
share/xfce4/doc/fr/images/workspace_margins.png
share/xfce4/doc/fr/images/xfwm_workspaces.png
share/xfce4/doc/fr/xfwm4.html
-share/xfce4/doc/he/images/compose_shortcut.png
-share/xfce4/doc/he/images/decoration_style.png
-share/xfce4/doc/he/images/focus.png
-share/xfce4/doc/he/images/keyboard_shortcuts.png
-share/xfce4/doc/he/images/misc_wm_prefs.png
-share/xfce4/doc/he/images/titlebar.png
-share/xfce4/doc/he/images/workspace_margins.png
-share/xfce4/doc/he/images/xfwm_workspaces.png
-share/xfce4/doc/he/xfwm4.html
+share/xfce4/doc/it/images/compose_shortcut.png
+share/xfce4/doc/it/images/decoration_style.png
+share/xfce4/doc/it/images/focus.png
+share/xfce4/doc/it/images/keyboard_and_focus.png
+share/xfce4/doc/it/images/keyboard_shortcuts.png
+share/xfce4/doc/it/images/misc_wm_prefs.png
+share/xfce4/doc/it/images/titlebar.png
+share/xfce4/doc/it/images/workspace_margins.png
+share/xfce4/doc/it/images/xfwm_workspaces.png
+share/xfce4/doc/it/xfwm4.html
share/xfwm4/defaults
@dirrmtry lib/xfce4/mcs-plugins
@dirrmtry lib/xfce4
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/nb_NO/LC_MESSAGES
+@dirrmtry share/locale/nb_NO
@dirrmtry share/xfce4/doc/C/images
@dirrmtry share/xfce4/doc/C
@dirrmtry share/xfce4/doc/fr/images
@dirrmtry share/xfce4/doc/fr
-@dirrmtry share/xfce4/doc/he/images
-@dirrmtry share/xfce4/doc/he
+@dirrmtry share/xfce4/doc/it/images
+@dirrmtry share/xfce4/doc/it
@dirrmtry share/xfce4/doc
@dirrmtry share/xfce4
+@dirrm share/themes/Daloa/xfwm4
+@dirrmtry share/themes/Daloa
@dirrm share/themes/Default/xfwm4
@dirrmtry share/themes/Default
@dirrm share/themes/Default-4.0/xfwm4
@dirrmtry share/themes/Default-4.0
-@dirrm share/themes/Opta/xfwm4
-@dirrmtry share/themes/Opta
-@dirrm share/themes/Symphony/xfwm4
-@dirrmtry share/themes/Symphony
+@dirrm share/themes/Default-4.2/xfwm4
+@dirrmtry share/themes/Default-4.2
+@dirrm share/themes/Katiola/xfwm4
+@dirrmtry share/themes/Katiola
+@dirrm share/themes/Kokodi/xfwm4
+@dirrmtry share/themes/Kokodi
+@dirrm share/themes/Moheli/xfwm4
+@dirrmtry share/themes/Moheli
+@dirrm share/themes/Sassandra/xfwm4
+@dirrmtry share/themes/Sassandra
+@dirrm share/themes/Stoneage/xfwm4
+@dirrmtry share/themes/Stoneage
@dirrm share/themes/Therapy/xfwm4
@dirrmtry share/themes/Therapy
@dirrm share/themes/Tyrex/xfwm4
@dirrmtry share/themes/Tyrex
-@dirrm share/themes/Waza/xfwm4
-@dirrmtry share/themes/Waza
-@dirrm share/themes/Wildbush/xfwm4
-@dirrmtry share/themes/Wildbush
+@dirrm share/themes/Wallis/xfwm4
+@dirrmtry share/themes/Wallis
@dirrmtry share/xfwm4/themes
@dirrmtry share/xfwm4
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nb_NO/LC_MESSAGES
-@dirrmtry share/locale/nb_NO
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
+@dirrmtry share/icons/hicolor/scalable/apps
+@dirrmtry share/icons/hicolor/scalable
+@dirrmtry share/themes
+
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index 9132ec8ab517..92651e97af68 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= xfce
-PORTVERSION= 4.2.3.2
-PORTREVISION= 4
+PORTVERSION= 4.3.99.2
+PORTREVISION= 0
CATEGORIES= x11-wm xfce
MASTER_SITES= # empty
DISTFILES= # empty
@@ -21,15 +21,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutil
xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder \
xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \
- ${LOCALBASE}/lib/xfce4/panel-plugins/libtriggerlauncher.so:${PORTSDIR}/x11/xfce4-trigger-launcher \
xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \
startxfce4:${PORTSDIR}/sysutils/xfce4-utils \
- xffm:${PORTSDIR}/x11-fm/xfce4-fm \
xfprint4:${PORTSDIR}/print/xfce4-print \
- xfce4-iconbox:${PORTSDIR}/misc/xfce4-iconbox \
- ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine
+ ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine \
+ thunar:${PORTSDIR}/x11-fm/thunar \
+ orage:${PORTSDIR}/deskutils/orage \
+ mousepad:${PORTSDIR}/editors/mousepad
-USE_GNOME= gtk20
NO_BUILD= yes
LATEST_LINK= xfce4
@@ -48,13 +47,12 @@ PLIST_SUB+= GDM="@comment "
.if !defined(WITHOUT_EXTRAS)
.if !defined(WITHOUT_THEMES)
-RUN_DEPENDS+= ${LOCALBASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme
+RUN_DEPENDS+= ${LOCALBASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme \
+ ${LOCALBASE}/share/themes/Xfce/xfwm4/themerc:${PORTSDIR}/misc/xfce4-wm-themes
.endif
.if !defined(WITHOUT_PLUGINS)
-RUN_DEPENDS+= ${LOCALBASE}/lib/xfce4/panel-plugins/libmixer.so:${PORTSDIR}/audio/xfce4-mixer \
- ${LOCALBASE}/lib/xfce4/panel-plugins/libsystray.so:${PORTSDIR}/x11-wm/xfce4-systray \
- xfce4-tips:${PORTSDIR}/games/xfce4-toys
+RUN_DEPENDS+= ${LOCALBASE}/lib/xfce4/modules/libxfce4mixer.so:${PORTSDIR}/audio/xfce4-mixer
.endif
.endif
diff --git a/x11-wm/xfce4/bsd.xfce.mk b/x11-wm/xfce4/bsd.xfce.mk
new file mode 100644
index 000000000000..29528d4e6b90
--- /dev/null
+++ b/x11-wm/xfce4/bsd.xfce.mk
@@ -0,0 +1,36 @@
+MASTER_SITES_XFCE= http://mocha.xfce.org/archive/%SUBDIR%/src/ \
+ http://www.us.xfce.org/archive/%SUBDIR%/src/ \
+ http://www.de.xfce.org/archive/%SUBDIR%/src/ \
+ http://www.ca-us.xfce.org/archive/%SUBDIR%/src/ \
+ http://www.p0llux.be/xfce/%SUBDIR%/src/
+
+MASTER_SITE_SUBDIR= xfce-4.4.0
+
+configenv_CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
+
+libexo_LIB_DEPENDS= exo-0.3:${PORTSDIR}/x11/libexo
+
+libgui_LIB_DEPENDS= xfcegui4.6:${PORTSDIR}/x11-toolkits/libxfce4gui
+
+libutil_LIB_DEPENDS= xfce4util.4:${PORTSDIR}/x11/libxfce4util
+
+libmcs_LIB_DEPENDS= xfce4mcs-manager.3:${PORTSDIR}/x11/libxfce4mcs
+
+mcsmanager_BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
+mcsmanager_RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
+
+panel_BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+panel_RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+thunar_BUILD_DEPENDS= thunar:${PORTSDIR}/x11-fm/thunar
+thunar_RUN_DEPENDS= thunar:${PORTSDIR}/x11-fm/thunar
+
+wm_BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm
+wm_RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm
+
+.for component in ${USE_XFCE}
+BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
+LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
+RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
+CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV}
+.endfor
diff --git a/x11-wm/xfce4/pkg-descr b/x11-wm/xfce4/pkg-descr
index e0d82837f724..484eeab7f17f 100644
--- a/x11-wm/xfce4/pkg-descr
+++ b/x11-wm/xfce4/pkg-descr
@@ -3,4 +3,4 @@ XFce 4 Desktop Environment
This package does not contain anything by itself - it is a "meta-port" that
depends on other XFce 4 packages.
-WWW: http://www.xfce.org
+WWW: http://www.xfce.org/