summaryrefslogtreecommitdiffstats
path: root/deskutils/cairo-dock-plugins
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-19 20:44:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-19 20:44:51 +0800
commitff85d5e2a3bf18213b74759d1c8c49525f4f892e (patch)
tree7f57f622938b0296aea309c1aeabcebc970ce318 /deskutils/cairo-dock-plugins
parent5f1a5e92e5febfe34bea4ebd2ea781354c5a1e8a (diff)
downloadmarcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.gz
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.bz2
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.lz
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.xz
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.zst
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.zip
Remove webkit-gtk2. Use the version in FreeBSD ports instead of 1.3.3.
When I did this port it looked like this would be the new stable version. That is until GNOME 3 got delayed. If your webkit-gtk2 port is 1.3.3 you will need to run "portmaster -r webkit-gtk-1" after updating. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14597 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/cairo-dock-plugins')
-rw-r--r--deskutils/cairo-dock-plugins/Makefile88
-rw-r--r--deskutils/cairo-dock-plugins/distinfo3
-rw-r--r--deskutils/cairo-dock-plugins/files/patch-Makefile.am539
-rw-r--r--deskutils/cairo-dock-plugins/files/patch-Makefile.in539
-rw-r--r--deskutils/cairo-dock-plugins/files/patch-shortcuts84
-rw-r--r--deskutils/cairo-dock-plugins/files/patch-tomboy22
-rw-r--r--deskutils/cairo-dock-plugins/pkg-descr7
-rw-r--r--deskutils/cairo-dock-plugins/pkg-plist472
8 files changed, 0 insertions, 1754 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile
deleted file mode 100644
index b4b0e30ab..000000000
--- a/deskutils/cairo-dock-plugins/Makefile
+++ /dev/null
@@ -1,88 +0,0 @@
-# New ports collection makefile for: cairo-dock-plugins
-# Date created: 2010-03-19
-# Whom: Ivan Klymenko <fidaj@ukr.net>
-#
-# $FreeBSD: ports/deskutils/cairo-dock-plugins/Makefile,v 1.3 2010/05/31 01:57:52 ade Exp $
-#
-
-PORTNAME= cairo-dock-plugins
-DISTVERSION= 2.1.0
-PORTREVISION= 3
-CATEGORIES= deskutils
-MASTER_SITES= BERLIOS/cairo-dock
-
-MAINTAINER= fidaj@ukr.net
-COMMENT= Cairo-Dock-Plugins for Cairo-Dock
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cairo-dock.pc:${PORTSDIR}/deskutils/cairo-dock
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cairo-dock.pc:${PORTSDIR}/deskutils/cairo-dock
-
-DATADIR= ${PREFIX}/share/cairo-dock
-
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2
-USE_LDCONFIG= yes
-USE_XORG= xrender
-
-OPTIONS+= GMENU "Common Applications menu" On \
- KEYBOARD_INDICATOR "Control the keyboard layout" Off \
- TERMINAL "Add a terminal to your dock" On \
- WEBLETS "To show an interactive web page" On \
- XFCE_INTEGRATION "For XFCE environnement" Off
-
-.include <bsd.port.options.mk>
-
-CONFIGURE_ARGS+= --disable-alsa-mixer \
- --disable-old-gnome-integration
-
-.if defined(WITH_GMENU)
-LIB_DEPENDS+= gnome-menu.2:${PORTSDIR}/x11/gnome-menus
-CONFIGURE_ARGS+= --enable-gmenu
-PLIST_SUB+= GMENU=""
-.else
-CONFIGURE_ARGS+= --disable-gmenu
-PLIST_SUB+= GMENU="@comment "
-.endif
-
-.if defined(WITH_KEYBOARD_INDICATOR)
-LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif \
- xklavier.12:${PORTSDIR}/x11/libxklavier
-CONFIGURE_ARGS+= --enable-keyboard-indicator
-PLIST_SUB+= KEYBOARD_INDICATOR=""
-.else
-CONFIGURE_ARGS+= --disable-keyboard-indicator
-PLIST_SUB+= KEYBOARD_INDICATOR="@comment "
-.endif
-
-.if defined(WITH_TERMINAL)
-LIB_DEPENDS+= vte.9:${PORTSDIR}/x11-toolkits/vte
-CONFIGURE_ARGS+= --enable-terminal
-PLIST_SUB+= TERMINAL=""
-.else
-CONFIGURE_ARGS+= --disable-terminal
-PLIST_SUB+= TERMINAL="@comment "
-.endif
-
-.if defined(WITH_WEBLETS)
-LIB_DEPENDS+= webkitgtk-1.0.13:${PORTSDIR}/www/webkit-gtk2
-CONFIGURE_ARGS+= --enable-weblets
-PLIST_SUB+= WEBLETS=""
-.else
-CONFIGURE_ARGS+= --disable-weblets
-PLIST_SUB+= WEBLETS="@comment "
-.endif
-
-.if defined(WITH_XFCE_INTEGRATION)
-LIB_DEPENDS+= thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar \
- exif.12:${PORTSDIR}/graphics/libexif
-CONFIGURE_ARGS+= --enable-xfce-integration
-PLIST_SUB+= XFCE_INTEGRATION=""
-.else
-CONFIGURE_ARGS+= --disable-xfce-integration
-PLIST_SUB+= XFCE_INTEGRATION="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/deskutils/cairo-dock-plugins/distinfo b/deskutils/cairo-dock-plugins/distinfo
deleted file mode 100644
index b9e8f79ef..000000000
--- a/deskutils/cairo-dock-plugins/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cairo-dock-plugins-2.1.0.tar.bz2) = 4e7fb258f0efd0b91ab6d3f324e4da05
-SHA256 (cairo-dock-plugins-2.1.0.tar.bz2) = 7245abb8f123b1e5a69bd383688a2a6d811254b010100687905f0c0004bb9a85
-SIZE (cairo-dock-plugins-2.1.0.tar.bz2) = 5703719
diff --git a/deskutils/cairo-dock-plugins/files/patch-Makefile.am b/deskutils/cairo-dock-plugins/files/patch-Makefile.am
deleted file mode 100644
index 3c98a62ee..000000000
--- a/deskutils/cairo-dock-plugins/files/patch-Makefile.am
+++ /dev/null
@@ -1,539 +0,0 @@
---- Animated-icons/src/Makefile.am.orig 2010-02-03 22:31:08.000000000 +0200
-+++ Animated-icons/src/Makefile.am 2010-02-03 22:31:31.000000000 +0200
-@@ -49,8 +49,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Cairo-Penguin/src/Makefile.am.orig 2010-02-03 22:31:59.000000000 +0200
-+++ Cairo-Penguin/src/Makefile.am 2010-02-03 22:32:09.000000000 +0200
-@@ -35,8 +35,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Clipper/src/Makefile.am.orig 2010-02-03 22:32:25.000000000 +0200
-+++ Clipper/src/Makefile.am 2010-02-03 22:32:33.000000000 +0200
-@@ -31,8 +31,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Dbus/src/Makefile.am.orig 2010-02-03 22:32:46.000000000 +0200
-+++ Dbus/src/Makefile.am 2010-02-03 22:33:00.000000000 +0200
-@@ -38,8 +38,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- GMenu/src/Makefile.am.orig 2010-02-03 22:33:12.000000000 +0200
-+++ GMenu/src/Makefile.am 2010-02-03 22:33:19.000000000 +0200
-@@ -46,8 +46,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Network-Monitor/src/Makefile.am.orig 2010-02-03 22:33:42.000000000 +0200
-+++ Network-Monitor/src/Makefile.am 2010-02-03 22:33:49.000000000 +0200
-@@ -32,8 +32,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Scooby-Do/src/Makefile.am.orig 2010-02-03 22:34:01.000000000 +0200
-+++ Scooby-Do/src/Makefile.am 2010-02-03 22:34:06.000000000 +0200
-@@ -47,8 +47,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- System-Monitor/src/Makefile.am.orig 2010-02-03 22:34:17.000000000 +0200
-+++ System-Monitor/src/Makefile.am 2010-02-03 22:34:22.000000000 +0200
-@@ -39,8 +39,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Toons/src/Makefile.am.orig 2010-02-03 22:34:32.000000000 +0200
-+++ Toons/src/Makefile.am 2010-02-03 22:34:37.000000000 +0200
-@@ -35,8 +35,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- Xgamma/src/Makefile.am.orig 2010-02-03 22:34:48.000000000 +0200
-+++ Xgamma/src/Makefile.am 2010-02-03 22:34:53.000000000 +0200
-@@ -32,8 +32,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- alsaMixer/src/Makefile.am.orig 2010-02-03 22:35:05.000000000 +0200
-+++ alsaMixer/src/Makefile.am 2010-02-03 22:35:10.000000000 +0200
-@@ -34,8 +34,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- clock/src/Makefile.am.orig 2010-02-03 22:35:20.000000000 +0200
-+++ clock/src/Makefile.am 2010-02-03 22:35:27.000000000 +0200
-@@ -37,8 +37,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Wall\
-- -O3
-+ -Wall
- # -g -ggdb -W -Wall
-
-
---- compiz-icon/src/Makefile.am.orig 2010-02-03 22:36:28.000000000 +0200
-+++ compiz-icon/src/Makefile.am 2010-02-03 22:36:32.000000000 +0200
-@@ -33,8 +33,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- desklet-rendering/src/Makefile.am.orig 2010-02-03 22:36:41.000000000 +0200
-+++ desklet-rendering/src/Makefile.am 2010-02-03 22:36:48.000000000 +0200
-@@ -43,8 +43,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -Wno-unused-parameter
- # -g -ggdb -W -Wall
-
---- dialog-rendering/src/Makefile.am.orig 2010-02-03 22:36:58.000000000 +0200
-+++ dialog-rendering/src/Makefile.am 2010-02-03 22:37:03.000000000 +0200
-@@ -39,8 +39,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- dnd2share/src/Makefile.am.orig 2010-02-03 22:37:14.000000000 +0200
-+++ dnd2share/src/Makefile.am 2010-02-03 22:37:18.000000000 +0200
-@@ -46,8 +46,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- dock-rendering/src/Makefile.am.orig 2010-02-03 22:37:28.000000000 +0200
-+++ dock-rendering/src/Makefile.am 2010-02-03 22:37:33.000000000 +0200
-@@ -43,8 +43,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -Wno-unused-parameter
- # -g -ggdb -W -Wall
-
---- drop-indicator/src/Makefile.am.orig 2010-02-03 22:37:45.000000000 +0200
-+++ drop-indicator/src/Makefile.am 2010-02-03 22:37:50.000000000 +0200
-@@ -34,8 +34,7 @@
- -DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- dustbin/src/Makefile.am.orig 2010-02-03 22:38:05.000000000 +0200
-+++ dustbin/src/Makefile.am 2010-02-03 22:38:10.000000000 +0200
-@@ -31,8 +31,7 @@
- -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DUSTBIN)"\"\
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
-- -std=c99\
-- -O3
-+ -std=c99
- # -g -ggdb -W -Wall
-
-
---- gnome-integration/src/Makefile.am.orig 2010-02-03 22:38:19.000000000 +0200
-+++ gnome-integration/src/Makefile.am 2010-02-03 22:38:29.000000000 +0200
-@@ -29,8 +29,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- gnome-integration-old/src/Makefile.am.orig 2010-02-03 22:38:39.000000000 +0200
-+++ gnome-integration-old/src/Makefile.am 2010-02-03 22:38:44.000000000 +0200
-@@ -29,8 +29,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- icon-effect/src/Makefile.am.orig 2010-02-03 22:38:53.000000000 +0200
-+++ icon-effect/src/Makefile.am 2010-02-03 22:38:57.000000000 +0200
-@@ -41,8 +41,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- illusion/src/Makefile.am.orig 2010-02-03 22:39:07.000000000 +0200
-+++ illusion/src/Makefile.am 2010-02-03 22:39:11.000000000 +0200
-@@ -42,8 +42,7 @@
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- keyboard-indicator/src/Makefile.am.orig 2010-02-03 22:39:20.000000000 +0200
-+++ keyboard-indicator/src/Makefile.am 2010-02-03 22:39:25.000000000 +0200
-@@ -34,8 +34,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- logout/src/Makefile.am.orig 2010-02-03 22:39:34.000000000 +0200
-+++ logout/src/Makefile.am 2010-02-03 22:39:38.000000000 +0200
-@@ -28,8 +28,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- mail/src/Makefile.am.orig 2010-02-03 22:39:48.000000000 +0200
-+++ mail/src/Makefile.am 2010-02-03 22:40:04.000000000 +0200
-@@ -37,7 +37,7 @@
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
- -Werror-implicit-function-declaration\
-- -g -ggdb -W
-+ -W
- # -fgnu89-inline\
- # -O3
-
---- motion-blur/src/Makefile.am.orig 2010-02-03 22:40:16.000000000 +0200
-+++ motion-blur/src/Makefile.am 2010-02-03 22:40:21.000000000 +0200
-@@ -29,8 +29,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- musicPlayer/src/Makefile.am.orig 2010-02-03 22:40:31.000000000 +0200
-+++ musicPlayer/src/Makefile.am 2010-02-03 22:40:36.000000000 +0200
-@@ -63,8 +63,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- netspeed/src/Makefile.am.orig 2010-02-03 22:40:46.000000000 +0200
-+++ netspeed/src/Makefile.am 2010-02-03 22:40:50.000000000 +0200
-@@ -32,8 +32,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- powermanager/src/Makefile.am.orig 2010-02-03 22:41:05.000000000 +0200
-+++ powermanager/src/Makefile.am 2010-02-03 22:41:09.000000000 +0200
-@@ -32,8 +32,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
- libcd_powermanager_la_LIBADD = \
---- quick-browser/src/Makefile.am.orig 2010-02-03 22:41:20.000000000 +0200
-+++ quick-browser/src/Makefile.am 2010-02-03 22:41:24.000000000 +0200
-@@ -32,8 +32,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- shortcuts/src/Makefile.am.orig 2010-02-03 22:41:33.000000000 +0200
-+++ shortcuts/src/Makefile.am 2010-02-03 22:41:53.000000000 +0200
-@@ -35,8 +35,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- show-mouse/src/Makefile.am.orig 2010-02-03 22:42:12.000000000 +0200
-+++ show-mouse/src/Makefile.am 2010-02-03 22:42:17.000000000 +0200
-@@ -31,8 +31,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- showDesklets/src/Makefile.am.orig 2010-02-03 22:42:25.000000000 +0200
-+++ showDesklets/src/Makefile.am 2010-02-03 22:42:32.000000000 +0200
-@@ -29,8 +29,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- showDesktop/src/Makefile.am.orig 2010-02-03 22:42:42.000000000 +0200
-+++ showDesktop/src/Makefile.am 2010-02-03 22:42:46.000000000 +0200
-@@ -29,8 +29,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- slider/src/Makefile.am.orig 2010-02-03 22:42:57.000000000 +0200
-+++ slider/src/Makefile.am 2010-02-03 22:43:04.000000000 +0200
-@@ -41,8 +41,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -Werror-implicit-function-declaration\
-- -std=c99\
-- -O3
-+ -std=c99
- # -g -ggdb -W -Wall
-
-
---- stack/src/Makefile.am.orig 2010-02-03 22:43:13.000000000 +0200
-+++ stack/src/Makefile.am 2010-02-03 22:43:18.000000000 +0200
-@@ -37,8 +37,7 @@
- -DCD_STACK_DEFAULT_URL_ICON=\""url-icon.svg"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -Werror-implicit-function-declaration\
-- -std=c99\
-- -O3
-+ -std=c99
- # -g -ggdb -W -Wall
-
-
---- switcher/src/Makefile.am.orig 2010-02-03 22:43:28.000000000 +0200
-+++ switcher/src/Makefile.am 2010-02-03 22:43:31.000000000 +0200
-@@ -35,8 +35,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""workspaces.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- systray/src/Makefile.am.orig 2010-02-03 22:43:40.000000000 +0200
-+++ systray/src/Makefile.am 2010-02-03 22:43:45.000000000 +0200
-@@ -34,8 +34,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall -W -Werror
-
- libcd_systray_la_LIBADD = \
---- terminal/src/Makefile.am.orig 2010-02-03 22:43:56.000000000 +0200
-+++ terminal/src/Makefile.am 2010-02-03 22:44:01.000000000 +0200
-@@ -33,8 +33,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall -W -Werror
-
-
---- tomboy/src/Makefile.am.orig 2010-02-03 22:44:12.000000000 +0200
-+++ tomboy/src/Makefile.am 2010-02-03 22:44:18.000000000 +0200
-@@ -32,8 +32,7 @@
- -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOMBOY)"\"\
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
-- -std=c99\
-- -O3
-+ -std=c99
- # -g -ggdb -W -Wall
- #-Werror-implicit-function-declaration
-
---- weather/src/Makefile.am.orig 2010-02-03 22:44:34.000000000 +0200
-+++ weather/src/Makefile.am 2010-02-03 22:44:38.000000000 +0200
-@@ -33,8 +33,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- weblets/src/Makefile.am.orig 2010-02-03 22:44:48.000000000 +0200
-+++ weblets/src/Makefile.am 2010-02-03 22:44:55.000000000 +0200
-@@ -31,8 +31,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=1
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
- libcd_weblets_la_LIBADD = \
---- wifi/src/Makefile.am.orig 2010-02-03 22:45:07.000000000 +0200
-+++ wifi/src/Makefile.am 2010-02-03 22:45:11.000000000 +0200
-@@ -33,8 +33,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
---- xfce-integration/src/Makefile.am.orig 2010-02-03 22:45:21.000000000 +0200
-+++ xfce-integration/src/Makefile.am 2010-02-03 22:45:25.000000000 +0200
-@@ -29,8 +29,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # -g -ggdb -W -Wall
-
-
diff --git a/deskutils/cairo-dock-plugins/files/patch-Makefile.in b/deskutils/cairo-dock-plugins/files/patch-Makefile.in
deleted file mode 100644
index 0cd20e6dc..000000000
--- a/deskutils/cairo-dock-plugins/files/patch-Makefile.in
+++ /dev/null
@@ -1,539 +0,0 @@
---- Animated-icons/src/Makefile.in.orig 2010-02-03 22:31:14.000000000 +0200
-+++ Animated-icons/src/Makefile.in 2010-02-03 22:31:27.000000000 +0200
-@@ -534,8 +534,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Animated_icons_la_LIBADD = \
---- Cairo-Penguin/src/Makefile.in.orig 2010-02-03 22:32:01.000000000 +0200
-+++ Cairo-Penguin/src/Makefile.in 2010-02-03 22:32:16.000000000 +0200
-@@ -512,8 +512,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Cairo_Penguin_la_LIBADD = \
---- Clipper/src/Makefile.in.orig 2010-02-03 22:32:27.000000000 +0200
-+++ Clipper/src/Makefile.in 2010-02-03 22:32:39.000000000 +0200
-@@ -506,8 +506,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Clipper_la_LIBADD = \
---- Dbus/src/Makefile.in.orig 2010-02-03 22:32:49.000000000 +0200
-+++ Dbus/src/Makefile.in 2010-02-03 22:33:06.000000000 +0200
-@@ -514,8 +514,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Dbus_la_LIBADD = \
---- GMenu/src/Makefile.in.orig 2010-02-03 22:33:14.000000000 +0200
-+++ GMenu/src/Makefile.in 2010-02-03 22:33:25.000000000 +0200
-@@ -522,8 +522,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_GMenu_la_LIBADD = \
---- Network-Monitor/src/Makefile.in.orig 2010-02-03 22:33:42.000000000 +0200
-+++ Network-Monitor/src/Makefile.in 2010-02-03 22:33:55.000000000 +0200
-@@ -510,8 +510,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Network_Monitor_la_LIBADD = \
---- Scooby-Do/src/Makefile.in.orig 2010-02-03 22:34:01.000000000 +0200
-+++ Scooby-Do/src/Makefile.in 2010-02-03 22:34:11.000000000 +0200
-@@ -239,8 +239,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Scooby_Do_la_LIBADD = \
---- System-Monitor/src/Makefile.in.orig 2010-02-03 22:34:17.000000000 +0200
-+++ System-Monitor/src/Makefile.in 2010-02-03 22:34:27.000000000 +0200
-@@ -520,8 +520,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_System_Monitor_la_LIBADD = \
---- Toons/src/Makefile.in.orig 2010-02-03 22:34:32.000000000 +0200
-+++ Toons/src/Makefile.in 2010-02-03 22:34:43.000000000 +0200
-@@ -510,8 +510,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Toons_la_LIBADD = \
---- Xgamma/src/Makefile.in.orig 2010-02-03 22:34:48.000000000 +0200
-+++ Xgamma/src/Makefile.in 2010-02-03 22:34:58.000000000 +0200
-@@ -508,8 +508,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_Xgamma_la_LIBADD = \
---- alsaMixer/src/Makefile.in.orig 2010-02-03 22:35:05.000000000 +0200
-+++ alsaMixer/src/Makefile.in 2010-02-03 22:35:14.000000000 +0200
-@@ -511,8 +511,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_AlsaMixer_la_LIBADD = \
---- clock/src/Makefile.in.orig 2010-02-03 22:35:20.000000000 +0200
-+++ clock/src/Makefile.in 2010-02-03 22:35:32.000000000 +0200
-@@ -513,8 +513,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Wall\
-- -O3
-+ -Wall
-
- # -g -ggdb -W -Wall
- libcd_clock_la_LIBADD = \
---- compiz-icon/src/Makefile.in.orig 2010-02-03 22:36:28.000000000 +0200
-+++ compiz-icon/src/Makefile.in 2010-02-03 22:36:36.000000000 +0200
-@@ -509,8 +509,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_compiz_icon_la_LIBADD = \
---- desklet-rendering/src/Makefile.in.orig 2010-02-03 22:36:41.000000000 +0200
-+++ desklet-rendering/src/Makefile.in 2010-02-03 22:36:53.000000000 +0200
-@@ -526,8 +526,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -Wno-unused-parameter
- # -g -ggdb -W -Wall
---- dialog-rendering/src/Makefile.in.orig 2010-02-03 22:36:58.000000000 +0200
-+++ dialog-rendering/src/Makefile.in 2010-02-03 22:37:08.000000000 +0200
-@@ -520,8 +520,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_dialog_rendering_la_LIBADD = \
---- dnd2share/src/Makefile.in.orig 2010-02-03 22:37:14.000000000 +0200
-+++ dnd2share/src/Makefile.in 2010-02-03 22:37:24.000000000 +0200
-@@ -529,8 +529,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_dnd2share_la_LIBADD = \
---- dock-rendering/src/Makefile.in.orig 2010-02-03 22:37:28.000000000 +0200
-+++ dock-rendering/src/Makefile.in 2010-02-03 22:37:38.000000000 +0200
-@@ -524,8 +524,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -Wno-unused-parameter
- # -g -ggdb -W -Wall
---- drop-indicator/src/Makefile.in.orig 2010-02-03 22:37:45.000000000 +0200
-+++ drop-indicator/src/Makefile.in 2010-02-03 22:37:55.000000000 +0200
-@@ -510,8 +510,7 @@
- -DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_drop_indicator_la_LIBADD = \
---- dustbin/src/Makefile.in.orig 2010-02-03 22:38:05.000000000 +0200
-+++ dustbin/src/Makefile.in 2010-02-03 22:38:15.000000000 +0200
-@@ -507,8 +507,7 @@
- -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DUSTBIN)"\"\
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
-- -std=c99\
-- -O3
-+ -std=c99
-
- # -g -ggdb -W -Wall
- libcd_dustbin_la_LIBADD = \
---- gnome-integration/src/Makefile.in.orig 2010-02-03 22:38:19.000000000 +0200
-+++ gnome-integration/src/Makefile.in 2010-02-03 22:38:34.000000000 +0200
-@@ -506,8 +506,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_gnome_integration_la_LIBADD = \
---- gnome-integration-old/src/Makefile.in.orig 2010-02-03 22:38:39.000000000 +0200
-+++ gnome-integration-old/src/Makefile.in 2010-02-03 22:38:49.000000000 +0200
-@@ -506,8 +506,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_gnome_integration_old_la_LIBADD = \
---- icon-effect/src/Makefile.in.orig 2010-02-03 22:38:53.000000000 +0200
-+++ icon-effect/src/Makefile.in 2010-02-03 22:39:03.000000000 +0200
-@@ -520,8 +520,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_icon_effect_la_LIBADD = \
---- illusion/src/Makefile.in.orig 2010-02-03 22:39:07.000000000 +0200
-+++ illusion/src/Makefile.in 2010-02-03 22:39:16.000000000 +0200
-@@ -523,8 +523,7 @@
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_illusion_la_LIBADD = \
---- keyboard-indicator/src/Makefile.in.orig 2010-02-03 22:39:20.000000000 +0200
-+++ keyboard-indicator/src/Makefile.in 2010-02-03 22:39:30.000000000 +0200
-@@ -513,8 +513,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_keyboard_indicator_la_LIBADD = \
---- logout/src/Makefile.in.orig 2010-02-03 22:39:34.000000000 +0200
-+++ logout/src/Makefile.in 2010-02-03 22:39:43.000000000 +0200
-@@ -503,8 +503,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_logout_la_LIBADD = \
---- mail/src/Makefile.in.orig 2010-02-03 22:39:48.000000000 +0200
-+++ mail/src/Makefile.in 2010-02-03 22:40:12.000000000 +0200
-@@ -514,7 +514,7 @@
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
- -Werror-implicit-function-declaration\
-- -g -ggdb -W
-+ -W
-
- # -fgnu89-inline\
- # -O3
---- motion-blur/src/Makefile.in.orig 2010-02-03 22:40:16.000000000 +0200
-+++ motion-blur/src/Makefile.in 2010-02-03 22:40:27.000000000 +0200
-@@ -503,8 +503,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_motion_blur_la_LIBADD = \
---- musicPlayer/src/Makefile.in.orig 2010-02-03 22:40:31.000000000 +0200
-+++ musicPlayer/src/Makefile.in 2010-02-03 22:40:41.000000000 +0200
-@@ -554,8 +554,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_musicPlayer_la_LIBADD = \
---- netspeed/src/Makefile.in.orig 2010-02-03 22:40:46.000000000 +0200
-+++ netspeed/src/Makefile.in 2010-02-03 22:40:58.000000000 +0200
-@@ -507,8 +507,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_netspeed_la_LIBADD = \
---- powermanager/src/Makefile.in.orig 2010-02-03 22:41:05.000000000 +0200
-+++ powermanager/src/Makefile.in 2010-02-03 22:41:16.000000000 +0200
-@@ -510,8 +510,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_powermanager_la_LIBADD = \
---- quick-browser/src/Makefile.in.orig 2010-02-03 22:41:20.000000000 +0200
-+++ quick-browser/src/Makefile.in 2010-02-03 22:41:29.000000000 +0200
-@@ -508,8 +508,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_quick_browser_la_LIBADD = \
---- shortcuts/src/Makefile.in.orig 2010-02-03 22:41:33.000000000 +0200
-+++ shortcuts/src/Makefile.in 2010-02-03 22:42:04.000000000 +0200
-@@ -513,8 +513,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_shortcuts_la_LIBADD = \
---- show-mouse/src/Makefile.in.orig 2010-02-03 22:42:12.000000000 +0200
-+++ show-mouse/src/Makefile.in 2010-02-03 22:42:21.000000000 +0200
-@@ -505,8 +505,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_show_mouse_la_LIBADD = \
---- showDesklets/src/Makefile.in.orig 2010-02-03 22:42:25.000000000 +0200
-+++ showDesklets/src/Makefile.in 2010-02-03 22:42:37.000000000 +0200
-@@ -504,8 +504,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_showDesklets_la_LIBADD = \
---- showDesktop/src/Makefile.in.orig 2010-02-03 22:42:42.000000000 +0200
-+++ showDesktop/src/Makefile.in 2010-02-03 22:42:52.000000000 +0200
-@@ -503,8 +503,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_showDesktop_la_LIBADD = \
---- slider/src/Makefile.in.orig 2010-02-03 22:42:57.000000000 +0200
-+++ slider/src/Makefile.in 2010-02-03 22:43:09.000000000 +0200
-@@ -515,8 +515,7 @@
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -DGL_GLEXT_PROTOTYPES=\""1"\"\
- -Werror-implicit-function-declaration\
-- -std=c99\
-- -O3
-+ -std=c99
-
- # -g -ggdb -W -Wall
- libcd_slider_la_LIBADD = \
---- stack/src/Makefile.in.orig 2010-02-03 22:43:13.000000000 +0200
-+++ stack/src/Makefile.in 2010-02-03 22:43:24.000000000 +0200
-@@ -513,8 +513,7 @@
- -DCD_STACK_DEFAULT_URL_ICON=\""url-icon.svg"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -Werror-implicit-function-declaration\
-- -std=c99\
-- -O3
-+ -std=c99
-
- # -g -ggdb -W -Wall
- libcd_stack_la_LIBADD = \
---- switcher/src/Makefile.in.orig 2010-02-03 22:43:28.000000000 +0200
-+++ switcher/src/Makefile.in 2010-02-03 22:43:36.000000000 +0200
-@@ -512,8 +512,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""workspaces.svg"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_switcher_la_LIBADD = \
---- systray/src/Makefile.in.orig 2010-02-03 22:43:40.000000000 +0200
-+++ systray/src/Makefile.in 2010-02-03 22:43:50.000000000 +0200
-@@ -512,8 +512,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall -W -Werror
- libcd_systray_la_LIBADD = \
---- terminal/src/Makefile.in.orig 2010-02-03 22:43:56.000000000 +0200
-+++ terminal/src/Makefile.in 2010-02-03 22:44:06.000000000 +0200
-@@ -511,8 +511,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall -W -Werror
- libcd_terminal_la_LIBADD = \
---- tomboy/src/Makefile.in.orig 2010-02-03 22:44:12.000000000 +0200
-+++ tomboy/src/Makefile.in 2010-02-03 22:44:23.000000000 +0200
-@@ -508,8 +508,7 @@
- -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOMBOY)"\"\
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
-- -std=c99\
-- -O3
-+ -std=c99
-
- # -g -ggdb -W -Wall
- #-Werror-implicit-function-declaration
---- weather/src/Makefile.in.orig 2010-02-03 22:44:34.000000000 +0200
-+++ weather/src/Makefile.in 2010-02-03 22:44:43.000000000 +0200
-@@ -510,8 +510,7 @@
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -DCD_APPLET_MULTI_INSTANCE=\"1\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_weather_la_LIBADD = \
---- weblets/src/Makefile.in.orig 2010-02-03 22:44:48.000000000 +0200
-+++ weblets/src/Makefile.in 2010-02-03 22:45:02.000000000 +0200
-@@ -819,8 +819,7 @@
-
- #dnl Process this file with automake to produce src/Makefile.in
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
---- wifi/src/Makefile.in.orig 2010-02-03 22:45:07.000000000 +0200
-+++ wifi/src/Makefile.in 2010-02-03 22:45:16.000000000 +0200
-@@ -508,8 +508,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_wifi_la_LIBADD = \
---- xfce-integration/src/Makefile.in.orig 2010-02-03 22:45:21.000000000 +0200
-+++ xfce-integration/src/Makefile.in 2010-02-03 22:45:31.000000000 +0200
-@@ -506,8 +506,7 @@
- -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
- -DMY_APPLET_ICON_FILE=\""icon.png"\"\
- -std=c99\
-- -Werror-implicit-function-declaration\
-- -O3
-+ -Werror-implicit-function-declaration
-
- # -g -ggdb -W -Wall
- libcd_xfce_integration_la_LIBADD = \
diff --git a/deskutils/cairo-dock-plugins/files/patch-shortcuts b/deskutils/cairo-dock-plugins/files/patch-shortcuts
deleted file mode 100644
index 597e7782f..000000000
--- a/deskutils/cairo-dock-plugins/files/patch-shortcuts
+++ /dev/null
@@ -1,84 +0,0 @@
---- shortcuts/src/applet-disk-usage.c.orig 2009-09-27 19:14:51.000000000 +0300
-+++ shortcuts/src/applet-disk-usage.c 2010-02-03 22:25:09.000000000 +0200
-@@ -18,10 +18,18 @@
- */
-
- #include <string.h>
--#include <mntent.h>
- #include <sys/types.h>
--#include <sys/statfs.h>
-+#if defined(__FreeBSD__)
-+#ifdef HAVE_MNTENT_H
- #include <mntent.h>
-+#endif
-+#include <sys/param.h>
-+#include <sys/ucred.h>
-+#include <sys/mount.h>
-+#else
-+#include <mntent.h>
-+#include <sys/statfs.h>
-+#endif
-
- #include <cairo-dock.h>
-
-@@ -178,18 +186,50 @@
- void cd_shortcuts_get_fs_info (const gchar *cDiskURI, GString *sInfo)
- {
- const gchar *cMountPath = (strncmp (cDiskURI, "file://", 7) == 0 ? cDiskURI + 7 : cDiskURI);
-+#if defined(__FreeBSD__)
-+ struct statfs *me;
-+// FILE *mtab;
-+#else
- struct mntent *me;
- FILE *mtab = setmntent ("/etc/mtab", "r");
-+#endif
- char *search_path;
- int match;
- char *slash;
-
-+#if defined(__FreeBSD__)
-+ int i;
-+ int count = getfsstat(me, NULL, MNT_WAIT);
-+// int count = getfsstat(me, NULL, MNT_NOWAIT);
-+ if (count>0)
-+ {
-+ for (i=0; i<count; i++)
-+ {
-+ if (me->f_mntonname && strcmp (me->f_mntonname, cMountPath) == 0)
-+ {
-+ g_string_append_printf (sInfo, "Mount point : %s\nFile system : %s\nDevice : %s\nMount options : %s",
-+ me->f_mntonname,
-+ me->f_mntfromname,
-+ me->f_fstypename,
-+ me->f_charspare);
-+// if (me->mnt_freq != 0)
-+// g_string_append_printf (sInfo, "\nBackup frequency : %d days", me->mnt_freq);
-+ break ;
-+ }
-+ }
-+ }
-+ else
-+ {
-+ cd_warning ("error getfsstat...");
-+ return ;
-+ }
-+#else
- if (mtab == NULL)
- {
- cd_warning ("couldn't open /etc/mtab");
- return ;
- }
--
-+
- gchar *cFsInfo = NULL;
- while ((me = getmntent (mtab)) != NULL)
- {
-@@ -205,6 +245,7 @@
- break ;
- }
- }
--
-+
- endmntent (mtab);
-+#endif
- }
diff --git a/deskutils/cairo-dock-plugins/files/patch-tomboy b/deskutils/cairo-dock-plugins/files/patch-tomboy
deleted file mode 100644
index 14c077577..000000000
--- a/deskutils/cairo-dock-plugins/files/patch-tomboy
+++ /dev/null
@@ -1,22 +0,0 @@
---- tomboy/src/tomboy-dbus.c.orig 2010-01-31 16:18:01.000000000 +0200
-+++ tomboy/src/tomboy-dbus.c 2010-01-28 19:49:18.000000000 +0200
-@@ -28,7 +28,7 @@
-
- static DBusGProxy *dbus_proxy_tomboy = NULL;
-
--extern struct tm *localtime_r (time_t *timer, struct tm *tp);
-+//extern struct tm *localtime_r (time_t *timer, struct tm *tp);
-
-
-
---- tomboy/src/tomboy-draw.c.orig 2010-01-31 16:18:10.000000000 +0200
-+++ tomboy/src/tomboy-draw.c 2010-01-28 19:48:00.000000000 +0200
-@@ -113,7 +113,7 @@
- }
- else
- {
-- cairo_dock_show_temporary_dialog_with_icon ("%d %s", pIconsList ? pIconsList->data : myDesklet->icons->data, myContainer, 3000, MY_APPLET_SHARE_DATA_DIR"/"MY_APPLET_ICON_FILE, iNbResults, iNbResults > 1 ? D_("results") : D_("result"));
-+ cairo_dock_show_temporary_dialog_with_icon_printf ("%d %s", pIconsList ? pIconsList->data : myDesklet->icons->data, myContainer, 3000, MY_APPLET_SHARE_DATA_DIR"/"MY_APPLET_ICON_FILE, iNbResults, iNbResults > 1 ? D_("results") : D_("result"));
- }
- }
-
diff --git a/deskutils/cairo-dock-plugins/pkg-descr b/deskutils/cairo-dock-plugins/pkg-descr
deleted file mode 100644
index 4a2f9cbb4..000000000
--- a/deskutils/cairo-dock-plugins/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Cairo-Dock-Plugins for Cairo-Dock is a light and eye-candy dock to launch your
-programs easily. It uses Cairo / OpenGL to render nice graphics (many in
-correlation with Compiz) with hardware acceleration. It's fully configurable
-and customizable and can be a taskbar too. You can easily plug applets into it
-or in a desklet mode.
-
-WWW: https://launchpad.net/cairo-dock
diff --git a/deskutils/cairo-dock-plugins/pkg-plist b/deskutils/cairo-dock-plugins/pkg-plist
deleted file mode 100644
index 7fc46bcae..000000000
--- a/deskutils/cairo-dock-plugins/pkg-plist
+++ /dev/null
@@ -1,472 +0,0 @@
-lib/cairo-dock/libcd-Animated-icons.la
-lib/cairo-dock/libcd-Animated-icons.so
-lib/cairo-dock/libcd-Cairo-Penguin.la
-lib/cairo-dock/libcd-Cairo-Penguin.so
-lib/cairo-dock/libcd-Clipper.la
-lib/cairo-dock/libcd-Clipper.so
-lib/cairo-dock/libcd-Dbus.la
-lib/cairo-dock/libcd-Dbus.so
-%%GMENU%%lib/cairo-dock/libcd-GMenu.la
-%%GMENU%%lib/cairo-dock/libcd-GMenu.so
-lib/cairo-dock/libcd-System-Monitor.la
-lib/cairo-dock/libcd-System-Monitor.so
-lib/cairo-dock/libcd-Toons.la
-lib/cairo-dock/libcd-Toons.so
-lib/cairo-dock/libcd-Xgamma.la
-lib/cairo-dock/libcd-Xgamma.so
-lib/cairo-dock/libcd-clock.la
-lib/cairo-dock/libcd-clock.so
-lib/cairo-dock/libcd-compiz-icon.la
-lib/cairo-dock/libcd-compiz-icon.so
-lib/cairo-dock/libcd-desklet-rendering.la
-lib/cairo-dock/libcd-desklet-rendering.so
-lib/cairo-dock/libcd-dialog-rendering.la
-lib/cairo-dock/libcd-dialog-rendering.so
-lib/cairo-dock/libcd-dnd2share.la
-lib/cairo-dock/libcd-dnd2share.so
-lib/cairo-dock/libcd-drop_indicator.la
-lib/cairo-dock/libcd-drop_indicator.so
-lib/cairo-dock/libcd-dustbin.la
-lib/cairo-dock/libcd-dustbin.so
-lib/cairo-dock/libcd-icon-effect.la
-lib/cairo-dock/libcd-icon-effect.so
-lib/cairo-dock/libcd-illusion.la
-lib/cairo-dock/libcd-illusion.so
-%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.la
-%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so
-lib/cairo-dock/libcd-logout.la
-lib/cairo-dock/libcd-logout.so
-lib/cairo-dock/libcd-motion_blur.la
-lib/cairo-dock/libcd-motion_blur.so
-lib/cairo-dock/libcd-musicPlayer.la
-lib/cairo-dock/libcd-musicPlayer.so
-lib/cairo-dock/libcd-netspeed.la
-lib/cairo-dock/libcd-netspeed.so
-lib/cairo-dock/libcd-powermanager.la
-lib/cairo-dock/libcd-powermanager.so
-lib/cairo-dock/libcd-quick-browser.la
-lib/cairo-dock/libcd-quick-browser.so
-lib/cairo-dock/libcd-rendering.la
-lib/cairo-dock/libcd-rendering.so
-lib/cairo-dock/libcd-shortcuts.la
-lib/cairo-dock/libcd-shortcuts.so
-lib/cairo-dock/libcd-showDesklets.la
-lib/cairo-dock/libcd-showDesklets.so
-lib/cairo-dock/libcd-showDesktop.la
-lib/cairo-dock/libcd-showDesktop.so
-lib/cairo-dock/libcd-show_mouse.la
-lib/cairo-dock/libcd-show_mouse.so
-lib/cairo-dock/libcd-slider.la
-lib/cairo-dock/libcd-slider.so
-lib/cairo-dock/libcd-stack.la
-lib/cairo-dock/libcd-stack.so
-lib/cairo-dock/libcd-switcher.la
-lib/cairo-dock/libcd-switcher.so
-lib/cairo-dock/libcd-systray.la
-lib/cairo-dock/libcd-systray.so
-%%TERMINAL%%lib/cairo-dock/libcd-terminal.la
-%%TERMINAL%%lib/cairo-dock/libcd-terminal.so
-lib/cairo-dock/libcd-tomboy.la
-lib/cairo-dock/libcd-tomboy.so
-lib/cairo-dock/libcd-weather.la
-lib/cairo-dock/libcd-weather.so
-%%WEBLETS%%lib/cairo-dock/libcd-weblets.la
-%%WEBLETS%%lib/cairo-dock/libcd-weblets.so
-lib/cairo-dock/libcd-wifi.la
-lib/cairo-dock/libcd-wifi.so
-lib/cairo-dock/libcd_gnome-integration.la
-lib/cairo-dock/libcd_gnome-integration.so
-%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.la
-%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so
-share/locale/en_GB/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/fr/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/it/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/ja/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/nl/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/pt/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/pt_BR/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/ru/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/sv/LC_MESSAGES/cairo-dock-plugins.mo
-share/locale/zh_CN/LC_MESSAGES/cairo-dock-plugins.mo
-%%DATADIR%%/plug-ins/Animated-icons/Animated-icons.conf
-%%DATADIR%%/plug-ins/Animated-icons/preview.png
-%%DATADIR%%/plug-ins/Animated-icons/icon.svg
-%%DATADIR%%/plug-ins/Animated-icons/texture-chrome.png
-%%DATADIR%%/plug-ins/Animated-icons/icon-rotation.png
-%%DATADIR%%/plug-ins/Animated-icons/spot.png
-%%DATADIR%%/plug-ins/Animated-icons/halo.png
-%%DATADIR%%/plug-ins/Animated-icons/spot-front2.png
-%%DATADIR%%/plug-ins/Animated-icons/ray.png
-%%DATADIR%%/plug-ins/Animated-icons/icon-wave.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/Cairo-Penguin.conf
-%%DATADIR%%/plug-ins/Cairo-Penguin/preview.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/icon.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/theme.conf
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/readme
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/basher.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/blocker.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/boarder.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/bomber.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/bridger.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/climber.xpm
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/digger.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/drownfall.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/drownwalk.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/exit.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/faller.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/floater.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/miner.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/reader.xpm
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/slider.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/superman.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/tumble.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/waiter.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/walker.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/sitter.png
-%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/xmas-walker.png
-%%DATADIR%%/plug-ins/Clipper/Clipper.conf
-%%DATADIR%%/plug-ins/Clipper/preview.png
-%%DATADIR%%/plug-ins/Clipper/icon.svg
-%%DATADIR%%/plug-ins/Clipper/Clipper-actions-gnome.conf
-%%DATADIR%%/plug-ins/Clipper/Clipper-actions-xfce.conf
-%%DATADIR%%/plug-ins/Clipper/Clipper-actions-kde.conf
-%%DATADIR%%/plug-ins/clock/clock.conf
-%%DATADIR%%/plug-ins/clock/preview.jpg
-%%DATADIR%%/plug-ins/clock/dates.svg
-%%DATADIR%%/plug-ins/clock/icon.png
-%%DATADIR%%/plug-ins/clock/icon-alarm.png
-%%DATADIR%%/plug-ins/clock/themes/default/readme
-%%DATADIR%%/plug-ins/clock/themes/default/clock-drop-shadow.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-face-shadow.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-face.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-frame.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-glass.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-hour-hand-shadow.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-hour-hand.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-marks.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-minute-hand-shadow.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-minute-hand.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-second-hand-shadow.svg
-%%DATADIR%%/plug-ins/clock/themes/default/clock-second-hand.svg
-%%DATADIR%%/plug-ins/clock/themes/default/theme.conf
-%%DATADIR%%/plug-ins/clock/digital/default/config
-%%DATADIR%%/plug-ins/clock/digital/default/frame_0.svg
-%%DATADIR%%/plug-ins/clock/digital/default/frame_1.svg
-%%DATADIR%%/plug-ins/clock/digital/default/frame_2.svg
-%%DATADIR%%/plug-ins/clock/digital/default/frame_3.svg
-%%DATADIR%%/plug-ins/compiz-icon/compiz
-%%DATADIR%%/plug-ins/compiz-icon/compiz-kill
-%%DATADIR%%/plug-ins/compiz-icon/compiz-icon.conf
-%%DATADIR%%/plug-ins/compiz-icon/preview.png
-%%DATADIR%%/plug-ins/compiz-icon/default.svg
-%%DATADIR%%/plug-ins/compiz-icon/broken.svg
-%%DATADIR%%/plug-ins/compiz-icon/other.svg
-%%DATADIR%%/plug-ins/compiz-icon/0.svg
-%%DATADIR%%/plug-ins/compiz-icon/1.svg
-%%DATADIR%%/plug-ins/compiz-icon/2.svg
-%%DATADIR%%/plug-ins/compiz-icon/3.svg
-%%DATADIR%%/plug-ins/compiz-icon/4.svg
-%%DATADIR%%/plug-ins/compiz-icon/icon.png
-%%DATADIR%%/plug-ins/Dbus/Dbus.conf
-%%DATADIR%%/plug-ins/Dbus/icon.svg
-%%DATADIR%%/plug-ins/desklet-rendering/icon.svg
-%%DATADIR%%/plug-ins/desklet-rendering/branche1.svg
-%%DATADIR%%/plug-ins/desklet-rendering/branche2.svg
-%%DATADIR%%/plug-ins/desklet-rendering/scotch.svg
-%%DATADIR%%/plug-ins/desklet-rendering/scotch+frame.svg
-%%DATADIR%%/plug-ins/desklet-rendering/frame.svg
-%%DATADIR%%/plug-ins/desklet-rendering/reflect.svg
-%%DATADIR%%/plug-ins/desklet-rendering/cd_box_cover.svg
-%%DATADIR%%/plug-ins/desklet-rendering/cd_box.svg
-%%DATADIR%%/plug-ins/desklet-rendering/starcraft2.png
-%%DATADIR%%/plug-ins/desklet-rendering/dark-bg.png
-%%DATADIR%%/plug-ins/desklet-rendering/clear-bg.svg
-%%DATADIR%%/plug-ins/desklet-rendering/board.png
-%%DATADIR%%/plug-ins/dialog-rendering/dialog-rendering.conf
-%%DATADIR%%/plug-ins/dialog-rendering/preview.png
-%%DATADIR%%/plug-ins/dialog-rendering/icon.svg
-%%DATADIR%%/plug-ins/dnd2share/upload2free.sh
-%%DATADIR%%/plug-ins/dnd2share/dnd2share.conf
-%%DATADIR%%/plug-ins/dnd2share/readme
-%%DATADIR%%/plug-ins/dnd2share/preview.png
-%%DATADIR%%/plug-ins/dnd2share/icon.png
-%%GMENU%%%%DATADIR%%/plug-ins/GMenu/GMenu.conf
-%%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon-recent.png
-%%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon.svg
-%%GMENU%%%%DATADIR%%/plug-ins/GMenu/preview.png
-%%DATADIR%%/plug-ins/drop-indicator/drop_indicator.conf
-%%DATADIR%%/plug-ins/drop-indicator/preview.png
-%%DATADIR%%/plug-ins/drop-indicator/icon.svg
-%%DATADIR%%/plug-ins/drop-indicator/default-drop-indicator.svg
-%%DATADIR%%/plug-ins/drop-indicator/default-hover-indicator.svg
-%%DATADIR%%/plug-ins/dustbin/dustbin.conf
-%%DATADIR%%/plug-ins/dustbin/preview.jpg
-%%DATADIR%%/plug-ins/dustbin/icon.png
-%%DATADIR%%/plug-ins/dustbin/themes/default/trashcan_full.svg
-%%DATADIR%%/plug-ins/dustbin/themes/default/trashcan_empty.svg
-%%DATADIR%%/plug-ins/gnome-integration/icon.png
-%%DATADIR%%/plug-ins/icon-effect/icon-effect.conf
-%%DATADIR%%/plug-ins/icon-effect/preview.png
-%%DATADIR%%/plug-ins/icon-effect/icon.png
-%%DATADIR%%/plug-ins/icon-effect/star.png
-%%DATADIR%%/plug-ins/icon-effect/snow.png
-%%DATADIR%%/plug-ins/icon-effect/rain.png
-%%DATADIR%%/plug-ins/icon-effect/icon-fire.svg
-%%DATADIR%%/plug-ins/icon-effect/icon-storm.png
-%%DATADIR%%/plug-ins/illusion/illusion.conf
-%%DATADIR%%/plug-ins/illusion/preview.png
-%%DATADIR%%/plug-ins/illusion/icon.svg
-%%DATADIR%%/plug-ins/illusion/icon-black-hole.svg
-%%DATADIR%%/plug-ins/illusion/icon-break.svg
-%%DATADIR%%/plug-ins/illusion/icon-evaporate.svg
-%%DATADIR%%/plug-ins/illusion/icon-explode.svg
-%%DATADIR%%/plug-ins/illusion/icon-fade-out.svg
-%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/icon.svg
-%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/keyboard-indicator.conf
-%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/preview.png
-%%DATADIR%%/plug-ins/logout/logout.conf
-%%DATADIR%%/plug-ins/logout/preview.png
-%%DATADIR%%/plug-ins/logout/icon.svg
-%%DATADIR%%/plug-ins/logout/icon-scheduling.png
-%%DATADIR%%/plug-ins/motion-blur/motion_blur.conf
-%%DATADIR%%/plug-ins/motion-blur/preview.png
-%%DATADIR%%/plug-ins/motion-blur/icon.png
-%%DATADIR%%/plug-ins/musicPlayer/musicPlayer.conf
-%%DATADIR%%/plug-ins/musicPlayer/broken.svg
-%%DATADIR%%/plug-ins/musicPlayer/pause.svg
-%%DATADIR%%/plug-ins/musicPlayer/play.svg
-%%DATADIR%%/plug-ins/musicPlayer/stop.svg
-%%DATADIR%%/plug-ins/musicPlayer/default.svg
-%%DATADIR%%/plug-ins/musicPlayer/broken.jpg
-%%DATADIR%%/plug-ins/musicPlayer/pause.jpg
-%%DATADIR%%/plug-ins/musicPlayer/play.jpg
-%%DATADIR%%/plug-ins/musicPlayer/stop.jpg
-%%DATADIR%%/plug-ins/musicPlayer/default.jpg
-%%DATADIR%%/plug-ins/musicPlayer/0.svg
-%%DATADIR%%/plug-ins/musicPlayer/1.svg
-%%DATADIR%%/plug-ins/musicPlayer/2.svg
-%%DATADIR%%/plug-ins/musicPlayer/3.svg
-%%DATADIR%%/plug-ins/musicPlayer/preview.png
-%%DATADIR%%/plug-ins/musicPlayer/icon.png
-%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/readme
-%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/preview
-%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/frame.svg
-%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/reflect.svg
-%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/theme.conf
-%%DATADIR%%/plug-ins/netspeed/netspeed.conf
-%%DATADIR%%/plug-ins/netspeed/preview.png
-%%DATADIR%%/plug-ins/netspeed/default.png
-%%DATADIR%%/plug-ins/netspeed/icon.png
-%%DATADIR%%/plug-ins/netspeed/ok.png
-%%DATADIR%%/plug-ins/netspeed/unknown.png
-%%DATADIR%%/plug-ins/netspeed/bad.png
-%%DATADIR%%/plug-ins/netspeed/netspeed
-%%DATADIR%%/plug-ins/powermanager/sector.svg
-%%DATADIR%%/plug-ins/powermanager/default-battery.svg
-%%DATADIR%%/plug-ins/powermanager/default-charge.svg
-%%DATADIR%%/plug-ins/powermanager/powermanager.conf
-%%DATADIR%%/plug-ins/powermanager/preview.png
-%%DATADIR%%/plug-ins/powermanager/icon.png
-%%DATADIR%%/plug-ins/quick_browser/quick-browser.conf
-%%DATADIR%%/plug-ins/quick_browser/preview.png
-%%DATADIR%%/plug-ins/quick_browser/icon.svg
-%%DATADIR%%/plug-ins/rendering/rendering.conf
-%%DATADIR%%/plug-ins/rendering/icon.svg
-%%DATADIR%%/plug-ins/rendering/preview-caroussel.jpg
-%%DATADIR%%/plug-ins/rendering/preview-parabolic.jpg
-%%DATADIR%%/plug-ins/rendering/preview-3D-plane.jpg
-%%DATADIR%%/plug-ins/rendering/preview-rainbow.jpg
-%%DATADIR%%/plug-ins/rendering/preview-diapo.jpg
-%%DATADIR%%/plug-ins/rendering/preview-diapo-simple.jpg
-%%DATADIR%%/plug-ins/rendering/preview-curve.jpg
-%%DATADIR%%/plug-ins/rendering/readme-3D-plane-view
-%%DATADIR%%/plug-ins/rendering/readme-caroussel-view
-%%DATADIR%%/plug-ins/rendering/readme-curve-view
-%%DATADIR%%/plug-ins/rendering/readme-diapo-simple-view
-%%DATADIR%%/plug-ins/rendering/readme-diapo-view
-%%DATADIR%%/plug-ins/rendering/readme-parabolic-view
-%%DATADIR%%/plug-ins/rendering/readme-rainbow-view
-%%DATADIR%%/plug-ins/shortcuts/shortcuts.conf
-%%DATADIR%%/plug-ins/shortcuts/icon.png
-%%DATADIR%%/plug-ins/shortcuts/preview.png
-%%DATADIR%%/plug-ins/showDesklets/showDesklets.conf
-%%DATADIR%%/plug-ins/showDesklets/preview.png
-%%DATADIR%%/plug-ins/showDesklets/show-desklets.svg
-%%DATADIR%%/plug-ins/showDesklets/hide-desklets.svg
-%%DATADIR%%/plug-ins/showDesklets/icon.png
-%%DATADIR%%/plug-ins/showDesktop/showDesktop.conf
-%%DATADIR%%/plug-ins/showDesktop/preview.png
-%%DATADIR%%/plug-ins/showDesktop/icon.png
-%%DATADIR%%/plug-ins/show_mouse/show_mouse.conf
-%%DATADIR%%/plug-ins/show_mouse/preview.png
-%%DATADIR%%/plug-ins/show_mouse/icon.png
-%%DATADIR%%/plug-ins/slider/slider.conf
-%%DATADIR%%/plug-ins/slider/preview.png
-%%DATADIR%%/plug-ins/slider/icon.png
-%%DATADIR%%/plug-ins/stack/stack.conf
-%%DATADIR%%/plug-ins/stack/preview.png
-%%DATADIR%%/plug-ins/stack/icon.png
-%%DATADIR%%/plug-ins/stack/default-icon.png
-%%DATADIR%%/plug-ins/stack/text-icon.svg
-%%DATADIR%%/plug-ins/stack/url-icon.svg
-%%DATADIR%%/plug-ins/switcher/broken.svg
-%%DATADIR%%/plug-ins/switcher/default.svg
-%%DATADIR%%/plug-ins/switcher/workspaces.svg
-%%DATADIR%%/plug-ins/switcher/preview.png
-%%DATADIR%%/plug-ins/switcher/switcher.conf
-%%DATADIR%%/plug-ins/System-monitor/nvidia-config
-%%DATADIR%%/plug-ins/System-monitor/System-Monitor.conf
-%%DATADIR%%/plug-ins/System-monitor/preview.png
-%%DATADIR%%/plug-ins/System-monitor/icon.png
-%%DATADIR%%/plug-ins/System-monitor/button-cpu.png
-%%DATADIR%%/plug-ins/System-monitor/button-ram.png
-%%DATADIR%%/plug-ins/systray/systray.conf
-%%DATADIR%%/plug-ins/systray/preview.png
-%%DATADIR%%/plug-ins/systray/icon.png
-%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/icon.png
-%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/preview.png
-%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/terminal.conf
-%%DATADIR%%/plug-ins/tomboy/default.svg
-%%DATADIR%%/plug-ins/tomboy/close.svg
-%%DATADIR%%/plug-ins/tomboy/broken.svg
-%%DATADIR%%/plug-ins/tomboy/note.svg
-%%DATADIR%%/plug-ins/tomboy/tomboy.conf
-%%DATADIR%%/plug-ins/tomboy/icon.png
-%%DATADIR%%/plug-ins/tomboy/preview.png
-%%DATADIR%%/plug-ins/Toons/Toons.conf
-%%DATADIR%%/plug-ins/Toons/preview.jpg
-%%DATADIR%%/plug-ins/Toons/icon.svg
-%%DATADIR%%/plug-ins/Toons/themes/Classic/theme.conf
-%%DATADIR%%/plug-ins/Toons/themes/Classic/readme
-%%DATADIR%%/plug-ins/Toons/themes/Classic/toon.svg
-%%DATADIR%%/plug-ins/Toons/themes/Classic/pupil.svg
-%%DATADIR%%/plug-ins/Toons/themes/Classic/eyelid.svg
-%%DATADIR%%/plug-ins/weather/weather.conf
-%%DATADIR%%/plug-ins/weather/preview.png
-%%DATADIR%%/plug-ins/weather/broken.png
-%%DATADIR%%/plug-ins/weather/icon.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/0.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/1.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/2.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/3.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/4.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/5.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/6.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/7.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/8.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/9.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/10.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/11.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/12.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/13.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/14.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/15.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/16.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/17.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/18.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/19.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/20.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/21.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/22.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/23.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/24.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/25.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/26.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/27.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/28.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/29.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/30.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/31.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/32.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/33.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/34.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/35.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/36.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/37.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/38.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/39.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/40.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/41.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/42.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/43.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/44.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/45.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/46.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/47.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/na.png
-%%DATADIR%%/plug-ins/weather/themes/Classic/preview
-%%DATADIR%%/plug-ins/weather/themes/Classic/readme
-%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/icon.png
-%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/preview.png
-%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/weblets.conf
-%%DATADIR%%/plug-ins/wifi/wifi
-%%DATADIR%%/plug-ins/wifi/wifi.conf
-%%DATADIR%%/plug-ins/wifi/preview.png
-%%DATADIR%%/plug-ins/wifi/link-0.svg
-%%DATADIR%%/plug-ins/wifi/link-1.svg
-%%DATADIR%%/plug-ins/wifi/link-2.svg
-%%DATADIR%%/plug-ins/wifi/link-3.svg
-%%DATADIR%%/plug-ins/wifi/link-4.svg
-%%DATADIR%%/plug-ins/wifi/link-5.svg
-%%DATADIR%%/plug-ins/wifi/icon.png
-
-%%XFCE_INTEGRATION%%%%DATADIR%%/plug-ins/xfce-integration/icon.png
-%%DATADIR%%/plug-ins/Xgamma/Xgamma.conf
-%%DATADIR%%/plug-ins/Xgamma/preview.png
-%%DATADIR%%/plug-ins/Xgamma/icon.png
-@dirrm %%DATADIR%%/plug-ins/Animated-icons
-@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic
-@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin/themes
-@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin
-@dirrm %%DATADIR%%/plug-ins/Clipper
-@dirrm %%DATADIR%%/plug-ins/Dbus
-%%GMENU%%@dirrm %%DATADIR%%/plug-ins/GMenu
-@dirrm %%DATADIR%%/plug-ins/System-monitor
-@dirrm %%DATADIR%%/plug-ins/Toons/themes/Classic
-@dirrm %%DATADIR%%/plug-ins/Toons/themes
-@dirrm %%DATADIR%%/plug-ins/Toons
-@dirrm %%DATADIR%%/plug-ins/Xgamma
-@dirrm %%DATADIR%%/plug-ins/clock/digital/default
-@dirrm %%DATADIR%%/plug-ins/clock/digital
-@dirrm %%DATADIR%%/plug-ins/clock/themes/default
-@dirrm %%DATADIR%%/plug-ins/clock/themes
-@dirrm %%DATADIR%%/plug-ins/clock
-@dirrm %%DATADIR%%/plug-ins/compiz-icon
-@dirrm %%DATADIR%%/plug-ins/desklet-rendering
-@dirrm %%DATADIR%%/plug-ins/dialog-rendering
-@dirrm %%DATADIR%%/plug-ins/dnd2share
-@dirrm %%DATADIR%%/plug-ins/drop-indicator
-@dirrm %%DATADIR%%/plug-ins/dustbin/themes/default
-@dirrm %%DATADIR%%/plug-ins/dustbin/themes
-@dirrm %%DATADIR%%/plug-ins/dustbin
-@dirrm %%DATADIR%%/plug-ins/gnome-integration
-@dirrm %%DATADIR%%/plug-ins/icon-effect
-@dirrm %%DATADIR%%/plug-ins/illusion
-%%KEYBOARD_INDICATOR%%@dirrm %%DATADIR%%/plug-ins/keyboard-indicator
-@dirrm %%DATADIR%%/plug-ins/logout
-@dirrm %%DATADIR%%/plug-ins/motion-blur
-@dirrm %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple
-@dirrm %%DATADIR%%/plug-ins/musicPlayer/themes
-@dirrm %%DATADIR%%/plug-ins/musicPlayer
-@dirrm %%DATADIR%%/plug-ins/netspeed
-@dirrm %%DATADIR%%/plug-ins/powermanager
-@dirrm %%DATADIR%%/plug-ins/quick_browser
-@dirrm %%DATADIR%%/plug-ins/rendering
-@dirrm %%DATADIR%%/plug-ins/shortcuts
-@dirrm %%DATADIR%%/plug-ins/showDesklets
-@dirrm %%DATADIR%%/plug-ins/showDesktop
-@dirrm %%DATADIR%%/plug-ins/show_mouse
-@dirrm %%DATADIR%%/plug-ins/slider
-@dirrm %%DATADIR%%/plug-ins/stack
-@dirrm %%DATADIR%%/plug-ins/switcher
-@dirrm %%DATADIR%%/plug-ins/systray
-%%TERMINAL%%@dirrm %%DATADIR%%/plug-ins/terminal
-@dirrm %%DATADIR%%/plug-ins/tomboy
-@dirrm %%DATADIR%%/plug-ins/weather/themes/Classic
-@dirrm %%DATADIR%%/plug-ins/weather/themes
-@dirrm %%DATADIR%%/plug-ins/weather
-%%WEBLETS%%@dirrm %%DATADIR%%/plug-ins/weblets
-@dirrm %%DATADIR%%/plug-ins/wifi
-%%XFCE_INTEGRATION%%@dirrm %%DATADIR%%/plug-ins/xfce-integration
-@dirrm %%DATADIR%%/plug-ins
-@dirrm lib/cairo-dock