View | Details | Raw Unified | Return to bug 147274 | Differences between
and this patch

Collapse All | Expand All

(-)cairo-dock-plugins/Makefile (-4 / +7 lines)
Lines 1-15 Link Here
1
# New ports collection makefile for:	cairo-dock-plugins
1
# New ports collection makefile for:	cairo-dock-plugins
2
# Date created:		2010-03-19
2
# Date created:		2010-06-01
3
# Whom:			Ivan Klymenko <fidaj@ukr.net>
3
# Whom:			Ivan Klymenko <fidaj@ukr.net>
4
#
4
#
5
# $FreeBSD: ports/deskutils/cairo-dock-plugins/Makefile,v 1.2 2010/03/28 06:32:21 dinoex Exp $
5
# $FreeBSD: ports/deskutils/cairo-dock-plugins/Makefile,v 1.2 2010/03/28 06:32:21 dinoex Exp $
6
#
6
#
7
7
8
PORTNAME=	cairo-dock-plugins
8
PORTNAME=	cairo-dock-plugins
9
DISTVERSION=	2.1.0
9
DISTVERSION=	2.1.3
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	deskutils
11
CATEGORIES=	deskutils
12
MASTER_SITES=	BERLIOS/cairo-dock
12
MASTER_SITES=	http://launchpadlibrarian.net/44930752/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-9
13
14
14
MAINTAINER=	fidaj@ukr.net
15
MAINTAINER=	fidaj@ukr.net
15
COMMENT=	Cairo-Dock-Plugins for Cairo-Dock
16
COMMENT=	Cairo-Dock-Plugins for Cairo-Dock
Lines 17-26 Link Here
17
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/cairo-dock.pc:${PORTSDIR}/deskutils/cairo-dock
18
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/cairo-dock.pc:${PORTSDIR}/deskutils/cairo-dock
18
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/cairo-dock.pc:${PORTSDIR}/deskutils/cairo-dock
19
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/cairo-dock.pc:${PORTSDIR}/deskutils/cairo-dock
19
20
21
LIB_DEPENDS=	etpan:${PORTSDIR}/mail/libetpan
22
20
DATADIR=	${PREFIX}/share/cairo-dock
23
DATADIR=	${PREFIX}/share/cairo-dock
21
24
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
USE_BZIP2=	yes
24
USE_GETTEXT=	yes
26
USE_GETTEXT=	yes
25
USE_GMAKE=	yes
27
USE_GMAKE=	yes
26
USE_GNOME=	gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2
28
USE_GNOME=	gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2
Lines 37-42 Link Here
37
39
38
CONFIGURE_ARGS+=	--disable-alsa-mixer \
40
CONFIGURE_ARGS+=	--disable-alsa-mixer \
39
			--disable-old-gnome-integration
41
			--disable-old-gnome-integration
42
CONFIGURE_ENV+=		CCFLAGS="-I${LOCALBASE}/include/cairo"
40
43
41
.if defined(WITH_GMENU)
44
.if defined(WITH_GMENU)
42
LIB_DEPENDS+=		gnome-menu.2:${PORTSDIR}/x11/gnome-menus
45
LIB_DEPENDS+=		gnome-menu.2:${PORTSDIR}/x11/gnome-menus
(-)cairo-dock-plugins/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cairo-dock-plugins-2.1.0.tar.bz2) = 4e7fb258f0efd0b91ab6d3f324e4da05
1
MD5 (cairo-dock-plugins-2.1.3-9.tar.gz) = 80dd8c3870c6e1e80a0acfbfc8430c8c
2
SHA256 (cairo-dock-plugins-2.1.0.tar.bz2) = 7245abb8f123b1e5a69bd383688a2a6d811254b010100687905f0c0004bb9a85
2
SHA256 (cairo-dock-plugins-2.1.3-9.tar.gz) = 3f0ea85dbeef7fe817439ed77a4bd19a435f6e1ed7207688f0d699e77a801b7a
3
SIZE (cairo-dock-plugins-2.1.0.tar.bz2) = 5703719
3
SIZE (cairo-dock-plugins-2.1.3-9.tar.bz2) = 6003152
(-)cairo-dock-plugins/files/patch-Makefile.am (-201 / +280 lines)
Lines 1-539 Link Here
1
--- Animated-icons/src/Makefile.am.orig	2010-02-03 22:31:08.000000000 +0200
1
--- Animated-icons/src/Makefile.am.orig	2010-05-05 22:44:57.000000000 +0300
2
+++ Animated-icons/src/Makefile.am	2010-02-03 22:31:31.000000000 +0200
2
+++ Animated-icons/src/Makefile.am	2010-05-05 22:47:52.000000000 +0300
3
@@ -49,8 +49,7 @@
3
@@ -49,9 +49,7 @@
4
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
4
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
5
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
5
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
6
 	-std=c99\
6
 	-std=c99\
7
-	-Werror-implicit-function-declaration\
7
-	-Werror-implicit-function-declaration\
8
-	-O3
8
-	-O3
9
-#	-g -ggdb -W -Wall
9
+	-Werror-implicit-function-declaration
10
+	-Werror-implicit-function-declaration
10
 #	-g -ggdb -W -Wall
11
 
11
 
12
 
12
 
13
--- Cairo-Penguin/src/Makefile.am.orig	2010-02-03 22:31:59.000000000 +0200
13
 libcd_Animated_icons_la_LIBADD = \
14
+++ Cairo-Penguin/src/Makefile.am	2010-02-03 22:32:09.000000000 +0200
14
--- Cairo-Penguin/src/Makefile.am.orig	2010-05-05 22:45:01.000000000 +0300
15
@@ -35,8 +35,7 @@
15
+++ Cairo-Penguin/src/Makefile.am	2010-05-05 22:48:06.000000000 +0300
16
@@ -35,9 +35,7 @@
16
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
17
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
17
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
18
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
18
 	-std=c99\
19
 	-std=c99\
19
-	-Werror-implicit-function-declaration\
20
-	-Werror-implicit-function-declaration\
20
-	-O3
21
-	-O3
22
-#	-g -ggdb -W -Wall
21
+	-Werror-implicit-function-declaration
23
+	-Werror-implicit-function-declaration
22
 #	-g -ggdb -W -Wall
23
 
24
 
24
 
25
 
25
--- Clipper/src/Makefile.am.orig	2010-02-03 22:32:25.000000000 +0200
26
 libcd_Cairo_Penguin_la_LIBADD = \
26
+++ Clipper/src/Makefile.am	2010-02-03 22:32:33.000000000 +0200
27
--- Clipper/src/Makefile.am.orig	2010-05-05 22:45:04.000000000 +0300
27
@@ -31,8 +31,7 @@
28
+++ Clipper/src/Makefile.am	2010-05-05 22:48:19.000000000 +0300
29
@@ -31,9 +31,7 @@
28
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
30
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
29
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
31
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
30
 	-std=c99\
32
 	-std=c99\
31
-	-Werror-implicit-function-declaration\
33
-	-Werror-implicit-function-declaration\
32
-	-O3
34
-	-O3
35
-#	-g -ggdb -W -Wall
33
+	-Werror-implicit-function-declaration
36
+	-Werror-implicit-function-declaration
34
 #	-g -ggdb -W -Wall
35
 
37
 
36
 
38
 
37
--- Dbus/src/Makefile.am.orig	2010-02-03 22:32:46.000000000 +0200
39
 libcd_Clipper_la_LIBADD = \
38
+++ Dbus/src/Makefile.am	2010-02-03 22:33:00.000000000 +0200
40
--- Dbus/src/Makefile.am.orig	2010-05-05 22:45:07.000000000 +0300
39
@@ -38,8 +38,7 @@
41
+++ Dbus/src/Makefile.am	2010-05-05 22:48:34.000000000 +0300
42
@@ -40,9 +40,7 @@
40
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
43
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
41
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
44
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
42
 	-std=c99\
45
 	-std=c99\
43
-	-Werror-implicit-function-declaration\
46
-	-Werror-implicit-function-declaration\
44
-	-O3
47
-	-O3
48
-#	-g -ggdb -W -Wall
45
+	-Werror-implicit-function-declaration
49
+	-Werror-implicit-function-declaration
46
 #	-g -ggdb -W -Wall
47
 
50
 
48
 
51
 
49
--- GMenu/src/Makefile.am.orig	2010-02-03 22:33:12.000000000 +0200
52
 libcd_Dbus_la_LIBADD = \
50
+++ GMenu/src/Makefile.am	2010-02-03 22:33:19.000000000 +0200
53
--- GMenu/src/Makefile.am.orig	2010-05-05 22:45:11.000000000 +0300
51
@@ -46,8 +46,7 @@
54
+++ GMenu/src/Makefile.am	2010-05-05 22:48:48.000000000 +0300
55
@@ -46,9 +46,7 @@
52
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
56
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
53
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
57
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
54
 	-std=c99\
58
 	-std=c99\
55
-	-Werror-implicit-function-declaration\
59
-	-Werror-implicit-function-declaration\
56
-	-O3
60
-	-O3
61
-#	-g -ggdb -W -Wall
57
+	-Werror-implicit-function-declaration
62
+	-Werror-implicit-function-declaration
58
 #	-g -ggdb -W -Wall
59
 
63
 
60
 
64
 
61
--- Network-Monitor/src/Makefile.am.orig	2010-02-03 22:33:42.000000000 +0200
65
 libcd_GMenu_la_LIBADD = \
62
+++ Network-Monitor/src/Makefile.am	2010-02-03 22:33:49.000000000 +0200
66
--- Network-Monitor/src/Makefile.am.orig	2010-05-05 22:45:14.000000000 +0300
63
@@ -32,8 +32,7 @@
67
+++ Network-Monitor/src/Makefile.am	2010-05-05 22:49:00.000000000 +0300
68
@@ -40,9 +40,7 @@
64
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
69
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
65
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
70
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
66
 	-std=c99\
71
 	-std=c99\
67
-	-Werror-implicit-function-declaration\
72
-	-Werror-implicit-function-declaration\
68
-	-O3
73
-	-O3
74
-#	-g -ggdb -W -Wall
69
+	-Werror-implicit-function-declaration
75
+	-Werror-implicit-function-declaration
70
 #	-g -ggdb -W -Wall
71
 
76
 
72
 
77
 
73
--- Scooby-Do/src/Makefile.am.orig	2010-02-03 22:34:01.000000000 +0200
78
 libcd_Network_Monitor_la_LIBADD = \
74
+++ Scooby-Do/src/Makefile.am	2010-02-03 22:34:06.000000000 +0200
79
--- RSSreader/src/Makefile.am.orig	2010-05-05 22:45:18.000000000 +0300
75
@@ -47,8 +47,7 @@
80
+++ RSSreader/src/Makefile.am	2010-05-05 22:49:12.000000000 +0300
81
@@ -33,9 +33,7 @@
82
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
83
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
84
 	-std=c99\
85
-	-Werror-implicit-function-declaration\
86
-	-O3
87
-#	-g -ggdb -W -Wall
88
+	-Werror-implicit-function-declaration
89
 
90
 
91
 libcd_RSSreader_la_LIBADD = \
92
--- Scooby-Do/src/Makefile.am.orig	2010-05-05 22:45:21.000000000 +0300
93
+++ Scooby-Do/src/Makefile.am	2010-05-05 22:49:30.000000000 +0300
94
@@ -51,9 +51,7 @@
76
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
95
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
77
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
96
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
78
 	-std=c99\
97
 	-std=c99\
79
-	-Werror-implicit-function-declaration\
98
-	-Werror-implicit-function-declaration\
80
-	-O3
99
-	-O3
100
-#	-g -ggdb -W -Wall
81
+	-Werror-implicit-function-declaration
101
+	-Werror-implicit-function-declaration
82
 #	-g -ggdb -W -Wall
83
 
102
 
84
 
103
 
85
--- System-Monitor/src/Makefile.am.orig	2010-02-03 22:34:17.000000000 +0200
104
 libcd_Scooby_Do_la_LIBADD = \
86
+++ System-Monitor/src/Makefile.am	2010-02-03 22:34:22.000000000 +0200
105
--- System-Monitor/src/Makefile.am.orig	2010-05-05 22:45:24.000000000 +0300
87
@@ -39,8 +39,7 @@
106
+++ System-Monitor/src/Makefile.am	2010-05-05 22:49:47.000000000 +0300
107
@@ -39,9 +39,7 @@
88
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
108
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
89
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
109
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
90
 	-std=c99\
110
 	-std=c99\
91
-	-Werror-implicit-function-declaration\
111
-	-Werror-implicit-function-declaration\
92
-	-O3
112
-	-O3
113
-#	-g -ggdb -W -Wall
93
+	-Werror-implicit-function-declaration
114
+	-Werror-implicit-function-declaration
94
 #	-g -ggdb -W -Wall
95
 
115
 
96
 
116
 
97
--- Toons/src/Makefile.am.orig	2010-02-03 22:34:32.000000000 +0200
117
 libcd_System_Monitor_la_LIBADD = \
98
+++ Toons/src/Makefile.am	2010-02-03 22:34:37.000000000 +0200
118
--- Toons/src/Makefile.am.orig	2010-05-05 22:45:29.000000000 +0300
99
@@ -35,8 +35,7 @@
119
+++ Toons/src/Makefile.am	2010-05-05 22:49:59.000000000 +0300
120
@@ -35,9 +35,7 @@
100
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
121
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
101
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
122
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
102
 	-std=c99\
123
 	-std=c99\
103
-	-Werror-implicit-function-declaration\
124
-	-Werror-implicit-function-declaration\
104
-	-O3
125
-	-O3
126
-#	-g -ggdb -W -Wall
105
+	-Werror-implicit-function-declaration
127
+	-Werror-implicit-function-declaration
106
 #	-g -ggdb -W -Wall
107
 
128
 
108
 
129
 
109
--- Xgamma/src/Makefile.am.orig	2010-02-03 22:34:48.000000000 +0200
130
 libcd_Toons_la_LIBADD = \
110
+++ Xgamma/src/Makefile.am	2010-02-03 22:34:53.000000000 +0200
131
--- Xgamma/src/Makefile.am.orig	2010-05-05 22:45:32.000000000 +0300
111
@@ -32,8 +32,7 @@
132
+++ Xgamma/src/Makefile.am	2010-05-05 22:50:14.000000000 +0300
133
@@ -32,9 +32,7 @@
112
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
134
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
113
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
135
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
114
 	-std=c99\
136
 	-std=c99\
115
-	-Werror-implicit-function-declaration\
137
-	-Werror-implicit-function-declaration\
116
-	-O3
138
-	-O3
139
-#	-g -ggdb -W -Wall
117
+	-Werror-implicit-function-declaration
140
+	-Werror-implicit-function-declaration
118
 #	-g -ggdb -W -Wall
119
 
141
 
120
 
142
 
121
--- alsaMixer/src/Makefile.am.orig	2010-02-03 22:35:05.000000000 +0200
143
 libcd_Xgamma_la_LIBADD = \
122
+++ alsaMixer/src/Makefile.am	2010-02-03 22:35:10.000000000 +0200
144
--- alsaMixer/src/Makefile.am.orig	2010-05-05 22:45:35.000000000 +0300
123
@@ -34,8 +34,7 @@
145
+++ alsaMixer/src/Makefile.am	2010-05-05 22:50:26.000000000 +0300
146
@@ -34,9 +34,7 @@
124
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
147
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
125
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
148
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
126
 	-std=c99\
149
 	-std=c99\
127
-	-Werror-implicit-function-declaration\
150
-	-Werror-implicit-function-declaration\
128
-	-O3
151
-	-O3
152
-#	-g -ggdb -W -Wall
129
+	-Werror-implicit-function-declaration
153
+	-Werror-implicit-function-declaration
130
 #	-g -ggdb -W -Wall
131
 
154
 
132
 
155
 
133
--- clock/src/Makefile.am.orig	2010-02-03 22:35:20.000000000 +0200
156
 libcd_AlsaMixer_la_LIBADD = \
134
+++ clock/src/Makefile.am	2010-02-03 22:35:27.000000000 +0200
157
--- clock/src/Makefile.am.orig	2010-05-05 22:45:38.000000000 +0300
135
@@ -37,8 +37,7 @@
158
+++ clock/src/Makefile.am	2010-05-05 22:50:41.000000000 +0300
159
@@ -37,9 +37,7 @@
136
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
160
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
137
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
161
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
138
 	-std=c99\
162
 	-std=c99\
139
-	 -Wall\
163
-	 -Wall\
140
-	-O3
164
-	-O3
141
+	 -Wall
165
-#	-g -ggdb -W -Wall
142
 #	-g -ggdb -W -Wall
166
+	-Wall
143
 
167
 
144
 
168
 
145
--- compiz-icon/src/Makefile.am.orig	2010-02-03 22:36:28.000000000 +0200
169
 libcd_clock_la_LIBADD = \
146
+++ compiz-icon/src/Makefile.am	2010-02-03 22:36:32.000000000 +0200
170
--- compiz-icon/src/Makefile.am.orig	2010-05-05 22:45:41.000000000 +0300
147
@@ -33,8 +33,7 @@
171
+++ compiz-icon/src/Makefile.am	2010-05-05 22:50:56.000000000 +0300
172
@@ -33,9 +33,7 @@
148
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
173
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
149
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
174
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
150
 	-std=c99\
175
 	-std=c99\
151
-	-Werror-implicit-function-declaration\
176
-	-Werror-implicit-function-declaration\
152
-	-O3
177
-	-O3
178
-#	-g -ggdb -W -Wall
153
+	-Werror-implicit-function-declaration
179
+	-Werror-implicit-function-declaration
154
 #	-g -ggdb -W -Wall
155
 
180
 
156
 
181
 
157
--- desklet-rendering/src/Makefile.am.orig	2010-02-03 22:36:41.000000000 +0200
182
 libcd_compiz_icon_la_LIBADD = \
158
+++ desklet-rendering/src/Makefile.am	2010-02-03 22:36:48.000000000 +0200
183
--- desklet-rendering/src/Makefile.am.orig	2010-05-05 22:45:44.000000000 +0300
159
@@ -43,8 +43,7 @@
184
+++ desklet-rendering/src/Makefile.am	2010-05-05 22:51:09.000000000 +0300
185
@@ -43,10 +43,7 @@
160
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
186
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
161
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
187
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
162
 	-std=c99\
188
 	-std=c99\
163
-	-Werror-implicit-function-declaration\
189
-	-Werror-implicit-function-declaration\
164
-	-O3
190
-	-O3
191
-#	-Wno-unused-parameter
192
-#	-g -ggdb -W -Wall
165
+	-Werror-implicit-function-declaration
193
+	-Werror-implicit-function-declaration
166
 #	-Wno-unused-parameter
167
 #	-g -ggdb -W -Wall
168
 
194
 
169
--- dialog-rendering/src/Makefile.am.orig	2010-02-03 22:36:58.000000000 +0200
195
 
170
+++ dialog-rendering/src/Makefile.am	2010-02-03 22:37:03.000000000 +0200
196
 libcd_desklet_rendering_la_LIBADD = \
171
@@ -39,8 +39,7 @@
197
--- dialog-rendering/src/Makefile.am.orig	2010-05-05 22:45:47.000000000 +0300
198
+++ dialog-rendering/src/Makefile.am	2010-05-05 22:51:23.000000000 +0300
199
@@ -39,9 +39,7 @@
172
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
200
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
173
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
201
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
174
 	-std=c99\
202
 	-std=c99\
175
-	-Werror-implicit-function-declaration\
203
-	-Werror-implicit-function-declaration\
176
-	-O3
204
-	-O3
205
-#	-g -ggdb -W -Wall
177
+	-Werror-implicit-function-declaration
206
+	-Werror-implicit-function-declaration
178
 #	-g -ggdb -W -Wall
179
 
207
 
180
 
208
 
181
--- dnd2share/src/Makefile.am.orig	2010-02-03 22:37:14.000000000 +0200
209
 libcd_dialog_rendering_la_LIBADD = \
182
+++ dnd2share/src/Makefile.am	2010-02-03 22:37:18.000000000 +0200
210
--- dnd2share/src/Makefile.am.orig	2010-05-05 22:45:53.000000000 +0300
183
@@ -46,8 +46,7 @@
211
+++ dnd2share/src/Makefile.am	2010-05-05 22:51:35.000000000 +0300
212
@@ -46,9 +46,7 @@
184
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
213
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
185
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
214
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
186
 	-std=c99\
215
 	-std=c99\
187
-	-Werror-implicit-function-declaration\
216
-	-Werror-implicit-function-declaration\
188
-	-O3
217
-	-O3
218
-#	-g -ggdb -W -Wall
189
+	-Werror-implicit-function-declaration
219
+	-Werror-implicit-function-declaration
190
 #	-g -ggdb -W -Wall
191
 
220
 
192
 
221
 
193
--- dock-rendering/src/Makefile.am.orig	2010-02-03 22:37:28.000000000 +0200
222
 libcd_dnd2share_la_LIBADD = \
194
+++ dock-rendering/src/Makefile.am	2010-02-03 22:37:33.000000000 +0200
223
--- dock-rendering/src/Makefile.am.orig	2010-05-05 22:45:55.000000000 +0300
195
@@ -43,8 +43,7 @@
224
+++ dock-rendering/src/Makefile.am	2010-05-05 22:51:47.000000000 +0300
225
@@ -43,10 +43,7 @@
196
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
226
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
197
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
227
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
198
 	-std=c99\
228
 	-std=c99\
199
-	-Werror-implicit-function-declaration\
229
-	-Werror-implicit-function-declaration\
200
-	-O3
230
-	-O3
231
-#	-Wno-unused-parameter
232
-#	-g -ggdb -W -Wall
201
+	-Werror-implicit-function-declaration
233
+	-Werror-implicit-function-declaration
202
 #	-Wno-unused-parameter
203
 #	-g -ggdb -W -Wall
204
 
234
 
205
--- drop-indicator/src/Makefile.am.orig	2010-02-03 22:37:45.000000000 +0200
235
 
206
+++ drop-indicator/src/Makefile.am	2010-02-03 22:37:50.000000000 +0200
236
 libcd_rendering_la_LIBADD = \
207
@@ -34,8 +34,7 @@
237
--- drop-indicator/src/Makefile.am.orig	2010-05-05 22:45:58.000000000 +0300
238
+++ drop-indicator/src/Makefile.am	2010-05-05 22:52:04.000000000 +0300
239
@@ -32,11 +32,9 @@
240
 	-DMY_APPLET_DEFAULT_DROP_INDICATOR_NAME=\""default-drop-indicator.svg"\"\
241
 	-DMY_APPLET_DEFAULT_HOVER_INDICATOR_NAME=\""default-hover-indicator.svg"\"\
208
 	-DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
242
 	-DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
209
         -DGL_GLEXT_PROTOTYPES=\""1"\"\
243
-        -DGL_GLEXT_PROTOTYPES=\""1"\"\
244
+	-DGL_GLEXT_PROTOTYPES=\""1"\"\
210
 	-std=c99\
245
 	-std=c99\
211
-	-Werror-implicit-function-declaration\
246
-	-Werror-implicit-function-declaration\
212
-	-O3
247
-	-O3
248
-#	-g -ggdb -W -Wall
213
+	-Werror-implicit-function-declaration
249
+	-Werror-implicit-function-declaration
214
 #	-g -ggdb -W -Wall
215
 
250
 
216
 
251
 
217
--- dustbin/src/Makefile.am.orig	2010-02-03 22:38:05.000000000 +0200
252
 libcd_drop_indicator_la_LIBADD = \
218
+++ dustbin/src/Makefile.am	2010-02-03 22:38:10.000000000 +0200
253
--- dustbin/src/Makefile.am.orig	2010-05-05 22:46:00.000000000 +0300
219
@@ -31,8 +31,7 @@
254
+++ dustbin/src/Makefile.am	2010-05-05 22:52:21.000000000 +0300
255
@@ -31,9 +31,7 @@
220
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DUSTBIN)"\"\
256
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DUSTBIN)"\"\
221
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
257
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
222
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
258
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
223
-	-std=c99\
259
-	-std=c99\
224
-	-O3
260
-	-O3
261
-#	-g -ggdb -W -Wall
225
+	-std=c99
262
+	-std=c99
226
 #	-g -ggdb -W -Wall
227
 
263
 
228
 
264
 
229
--- gnome-integration/src/Makefile.am.orig	2010-02-03 22:38:19.000000000 +0200
265
 libcd_dustbin_la_LIBADD = \
230
+++ gnome-integration/src/Makefile.am	2010-02-03 22:38:29.000000000 +0200
266
--- gnome-integration/src/Makefile.am.orig	2010-05-05 22:46:03.000000000 +0300
231
@@ -29,8 +29,7 @@
267
+++ gnome-integration/src/Makefile.am	2010-05-05 22:52:34.000000000 +0300
268
@@ -29,9 +29,7 @@
232
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
269
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
233
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
270
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
234
 	-std=c99\
271
 	-std=c99\
235
-	-Werror-implicit-function-declaration\
272
-	-Werror-implicit-function-declaration\
236
-	-O3
273
-	-O3
274
-#	-g -ggdb -W -Wall
237
+	-Werror-implicit-function-declaration
275
+	-Werror-implicit-function-declaration
238
 #	-g -ggdb -W -Wall
239
 
276
 
240
 
277
 
241
--- gnome-integration-old/src/Makefile.am.orig	2010-02-03 22:38:39.000000000 +0200
278
 libcd_gnome_integration_la_LIBADD = \
242
+++ gnome-integration-old/src/Makefile.am	2010-02-03 22:38:44.000000000 +0200
279
--- gnome-integration-old/src/Makefile.am.orig	2010-05-05 22:46:06.000000000 +0300
243
@@ -29,8 +29,7 @@
280
+++ gnome-integration-old/src/Makefile.am	2010-05-05 22:56:05.000000000 +0300
281
@@ -29,9 +29,7 @@
244
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
282
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
245
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
283
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
246
 	-std=c99\
284
 	-std=c99\
247
-	-Werror-implicit-function-declaration\
285
-	-Werror-implicit-function-declaration\
248
-	-O3
286
-	-O3
287
-#	-g -ggdb -W -Wall
249
+	-Werror-implicit-function-declaration
288
+	-Werror-implicit-function-declaration
250
 #	-g -ggdb -W -Wall
251
 
289
 
252
 
290
 
253
--- icon-effect/src/Makefile.am.orig	2010-02-03 22:38:53.000000000 +0200
291
 libcd_gnome_integration_old_la_LIBADD = \
254
+++ icon-effect/src/Makefile.am	2010-02-03 22:38:57.000000000 +0200
292
--- icon-effect/src/Makefile.am.orig	2010-05-05 22:46:09.000000000 +0300
255
@@ -41,8 +41,7 @@
293
+++ icon-effect/src/Makefile.am	2010-05-05 22:56:29.000000000 +0300
294
@@ -41,11 +41,9 @@
295
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_ICON_EFFECTS)"\"\
296
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
256
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
297
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
257
         -DGL_GLEXT_PROTOTYPES=\""1"\"\
298
-        -DGL_GLEXT_PROTOTYPES=\""1"\"\
299
+	-DGL_GLEXT_PROTOTYPES=\""1"\"\
258
 	-std=c99\
300
 	-std=c99\
259
-	-Werror-implicit-function-declaration\
301
-	-Werror-implicit-function-declaration\
260
-	-O3
302
-	-O3
303
-#	-g -ggdb -W -Wall
261
+	-Werror-implicit-function-declaration
304
+	-Werror-implicit-function-declaration
262
 #	-g -ggdb -W -Wall
263
 
305
 
264
 
306
 
265
--- illusion/src/Makefile.am.orig	2010-02-03 22:39:07.000000000 +0200
307
 libcd_icon_effect_la_LIBADD = \
266
+++ illusion/src/Makefile.am	2010-02-03 22:39:11.000000000 +0200
308
--- illusion/src/Makefile.am.orig	2010-05-05 22:46:12.000000000 +0300
267
@@ -42,8 +42,7 @@
309
+++ illusion/src/Makefile.am	2010-05-05 22:57:15.000000000 +0300
310
@@ -42,9 +42,7 @@
268
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
311
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
269
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
312
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
270
 	-std=c99\
313
 	-std=c99\
271
-	-Werror-implicit-function-declaration\
314
-	-Werror-implicit-function-declaration\
272
-	-O3
315
-	-O3
316
-#	-g -ggdb -W -Wall
273
+	-Werror-implicit-function-declaration
317
+	-Werror-implicit-function-declaration
274
 #	-g -ggdb -W -Wall
275
 
318
 
276
 
319
 
277
--- keyboard-indicator/src/Makefile.am.orig	2010-02-03 22:39:20.000000000 +0200
320
 libcd_illusion_la_LIBADD = \
278
+++ keyboard-indicator/src/Makefile.am	2010-02-03 22:39:25.000000000 +0200
321
--- kde-integration/src/Makefile.am.orig	2010-05-05 22:46:15.000000000 +0300
279
@@ -34,8 +34,7 @@
322
+++ kde-integration/src/Makefile.am	2010-05-05 23:00:39.000000000 +0300
280
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
323
@@ -29,9 +29,7 @@
324
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
325
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
326
 	-std=c99\
327
-	-Werror-implicit-function-declaration\
328
-	-O3
329
-#	-g -ggdb -W -Wall
330
+	-Werror-implicit-function-declaration
331
 
332
 
333
 libcd_kde_integration_la_LIBADD = \
334
--- keyboard-indicator/src/Makefile.am.orig	2010-05-05 22:46:18.000000000 +0300
335
+++ keyboard-indicator/src/Makefile.am	2010-05-05 23:01:19.000000000 +0300
336
@@ -34,9 +34,7 @@
337
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
281
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
338
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
282
 	-std=c99\
339
 	-std=c99\
283
-	-Werror-implicit-function-declaration\
340
-	-Werror-implicit-function-declaration\
284
-	-O3
341
-	-O3
342
-#	-g -ggdb -W -Wall
285
+	-Werror-implicit-function-declaration
343
+	-Werror-implicit-function-declaration
286
 #	-g -ggdb -W -Wall
287
 
344
 
288
 
345
 
289
--- logout/src/Makefile.am.orig	2010-02-03 22:39:34.000000000 +0200
346
 libcd_keyboard_indicator_la_LIBADD = \
290
+++ logout/src/Makefile.am	2010-02-03 22:39:38.000000000 +0200
347
--- logout/src/Makefile.am.orig	2010-05-05 22:46:21.000000000 +0300
291
@@ -28,8 +28,7 @@
348
+++ logout/src/Makefile.am	2010-05-05 23:01:32.000000000 +0300
349
@@ -28,9 +28,7 @@
292
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
350
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
293
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
351
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
294
 	-std=c99\
352
 	-std=c99\
295
-	-Werror-implicit-function-declaration\
353
-	-Werror-implicit-function-declaration\
296
-	-O3
354
-	-O3
355
-#	-g -ggdb -W -Wall
297
+	-Werror-implicit-function-declaration
356
+	-Werror-implicit-function-declaration
298
 #	-g -ggdb -W -Wall
299
 
357
 
300
 
358
 
301
--- mail/src/Makefile.am.orig	2010-02-03 22:39:48.000000000 +0200
359
 libcd_logout_la_LIBADD = \
302
+++ mail/src/Makefile.am	2010-02-03 22:40:04.000000000 +0200
360
--- mail/src/Makefile.am.orig	2010-05-05 22:46:25.000000000 +0300
303
@@ -37,7 +37,7 @@
361
+++ mail/src/Makefile.am	2010-05-05 23:01:53.000000000 +0300
362
@@ -36,10 +36,7 @@
363
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
304
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
364
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
305
 	-std=c99\
365
 	-std=c99\
306
 	-Werror-implicit-function-declaration\
366
-	-Werror-implicit-function-declaration\
307
-	-g -ggdb -W
367
-	-g -ggdb -W
308
+	-W
368
-#	-fgnu89-inline\
309
 #	-fgnu89-inline\
369
-#	-O3
310
 #	-O3
370
+	-Werror-implicit-function-declaration
311
 
371
 
312
--- motion-blur/src/Makefile.am.orig	2010-02-03 22:40:16.000000000 +0200
372
 
313
+++ motion-blur/src/Makefile.am	2010-02-03 22:40:21.000000000 +0200
373
 libcd_mail_la_LIBADD = \
314
@@ -29,8 +29,7 @@
374
--- motion-blur/src/Makefile.am.orig	2010-05-05 22:46:28.000000000 +0300
375
+++ motion-blur/src/Makefile.am	2010-05-05 23:02:08.000000000 +0300
376
@@ -29,9 +29,7 @@
315
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
377
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
316
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
378
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
317
 	-std=c99\
379
 	-std=c99\
318
-	-Werror-implicit-function-declaration\
380
-	-Werror-implicit-function-declaration\
319
-	-O3
381
-	-O3
382
-#	-g -ggdb -W -Wall
320
+	-Werror-implicit-function-declaration
383
+	-Werror-implicit-function-declaration
321
 #	-g -ggdb -W -Wall
322
 
384
 
323
 
385
 
324
--- musicPlayer/src/Makefile.am.orig	2010-02-03 22:40:31.000000000 +0200
386
 libcd_motion_blur_la_LIBADD = \
325
+++ musicPlayer/src/Makefile.am	2010-02-03 22:40:36.000000000 +0200
387
--- musicPlayer/src/Makefile.am.orig	2010-05-05 22:46:31.000000000 +0300
326
@@ -63,8 +63,7 @@
388
+++ musicPlayer/src/Makefile.am	2010-05-05 23:02:23.000000000 +0300
389
@@ -65,9 +65,7 @@
327
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
390
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
328
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
391
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
329
 	-std=c99\
392
 	-std=c99\
330
-	-Werror-implicit-function-declaration\
393
-	-Werror-implicit-function-declaration\
331
-	-O3
394
-	-O3
395
-#	-g -ggdb -W -Wall
332
+	-Werror-implicit-function-declaration
396
+	-Werror-implicit-function-declaration
333
 #	-g -ggdb -W -Wall
334
 
397
 
335
 
398
 
336
--- netspeed/src/Makefile.am.orig	2010-02-03 22:40:46.000000000 +0200
399
 libcd_musicPlayer_la_LIBADD = \
337
+++ netspeed/src/Makefile.am	2010-02-03 22:40:50.000000000 +0200
400
--- netspeed/src/Makefile.am.orig	2010-05-05 22:46:34.000000000 +0300
338
@@ -32,8 +32,7 @@
401
+++ netspeed/src/Makefile.am	2010-05-05 23:02:41.000000000 +0300
402
@@ -32,9 +32,7 @@
339
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
403
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
340
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
404
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
341
 	-std=c99\
405
 	-std=c99\
342
-	-Werror-implicit-function-declaration\
406
-	-Werror-implicit-function-declaration\
343
-	-O3
407
-	-O3
408
-#	-g -ggdb -W -Wall
344
+	-Werror-implicit-function-declaration
409
+	-Werror-implicit-function-declaration
345
 #	-g -ggdb -W -Wall
346
 
410
 
347
 
411
 
348
--- powermanager/src/Makefile.am.orig	2010-02-03 22:41:05.000000000 +0200
412
 libcd_netspeed_la_LIBADD = \
349
+++ powermanager/src/Makefile.am	2010-02-03 22:41:09.000000000 +0200
413
--- powermanager/src/Makefile.am.orig	2010-05-05 22:46:38.000000000 +0300
350
@@ -32,8 +32,7 @@
414
+++ powermanager/src/Makefile.am	2010-05-05 23:03:01.000000000 +0300
415
@@ -32,9 +32,7 @@
351
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
416
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
352
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
417
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
353
 	-std=c99\
418
 	-std=c99\
354
-	-Werror-implicit-function-declaration\
419
-	-Werror-implicit-function-declaration\
355
-	-O3
420
-	-O3
421
-#	-g -ggdb -W -Wall
356
+	-Werror-implicit-function-declaration
422
+	-Werror-implicit-function-declaration
357
 #	-g -ggdb -W -Wall
358
 
423
 
359
 libcd_powermanager_la_LIBADD = \
424
 libcd_powermanager_la_LIBADD = \
360
--- quick-browser/src/Makefile.am.orig	2010-02-03 22:41:20.000000000 +0200
425
 	$(PACKAGE_LIBS) -lm
361
+++ quick-browser/src/Makefile.am	2010-02-03 22:41:24.000000000 +0200
426
--- quick-browser/src/Makefile.am.orig	2010-05-05 22:46:41.000000000 +0300
362
@@ -32,8 +32,7 @@
427
+++ quick-browser/src/Makefile.am	2010-05-05 23:03:34.000000000 +0300
428
@@ -32,9 +32,7 @@
363
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
429
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
364
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
430
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
365
 	-std=c99\
431
 	-std=c99\
366
-	-Werror-implicit-function-declaration\
432
-	-Werror-implicit-function-declaration\
367
-	-O3
433
-	-O3
434
-#	-g -ggdb -W -Wall
368
+	-Werror-implicit-function-declaration
435
+	-Werror-implicit-function-declaration
369
 #	-g -ggdb -W -Wall
370
 
436
 
371
 
437
 
372
--- shortcuts/src/Makefile.am.orig	2010-02-03 22:41:33.000000000 +0200
438
 libcd_quick_browser_la_LIBADD = \
373
+++ shortcuts/src/Makefile.am	2010-02-03 22:41:53.000000000 +0200
439
--- shortcuts/src/Makefile.am.orig	2010-05-05 22:46:44.000000000 +0300
374
@@ -35,8 +35,7 @@
440
+++ shortcuts/src/Makefile.am	2010-05-05 23:04:56.000000000 +0300
441
@@ -35,9 +35,7 @@
375
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
442
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
376
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
443
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
377
 	-std=c99\
444
 	-std=c99\
378
-	-Werror-implicit-function-declaration\
445
-	-Werror-implicit-function-declaration\
379
-	-O3
446
-	-O3
447
-#	-g -ggdb -W -Wall
380
+	-Werror-implicit-function-declaration
448
+	-Werror-implicit-function-declaration
381
 #	-g -ggdb -W -Wall
382
 
383
 
384
--- show-mouse/src/Makefile.am.orig	2010-02-03 22:42:12.000000000 +0200
385
+++ show-mouse/src/Makefile.am	2010-02-03 22:42:17.000000000 +0200
386
@@ -31,8 +31,7 @@
387
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
388
         -DGL_GLEXT_PROTOTYPES=\""1"\"\
389
 	-std=c99\
390
-	-Werror-implicit-function-declaration\
391
-	-O3
392
+	-Werror-implicit-function-declaration
393
 #	-g -ggdb -W -Wall
394
 
449
 
395
 
450
 
396
--- showDesklets/src/Makefile.am.orig	2010-02-03 22:42:25.000000000 +0200
451
 libcd_shortcuts_la_LIBADD = \
397
+++ showDesklets/src/Makefile.am	2010-02-03 22:42:32.000000000 +0200
452
--- show-mouse/src/Makefile.am.orig	2010-05-05 22:46:47.000000000 +0300
398
@@ -29,8 +29,7 @@
453
+++ show-mouse/src/Makefile.am	2010-05-05 23:05:13.000000000 +0300
454
@@ -29,11 +29,9 @@
455
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SHOW_MOUSE)"\"\
399
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
456
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
400
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
457
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
458
-        -DGL_GLEXT_PROTOTYPES=\""1"\"\
459
+	-DGL_GLEXT_PROTOTYPES=\""1"\"\
401
 	-std=c99\
460
 	-std=c99\
402
-	-Werror-implicit-function-declaration\
461
-	-Werror-implicit-function-declaration\
403
-	-O3
462
-	-O3
463
-#	-g -ggdb -W -Wall
404
+	-Werror-implicit-function-declaration
464
+	-Werror-implicit-function-declaration
405
 #	-g -ggdb -W -Wall
406
 
465
 
407
 
466
 
408
--- showDesktop/src/Makefile.am.orig	2010-02-03 22:42:42.000000000 +0200
467
 libcd_show_mouse_la_LIBADD = \
409
+++ showDesktop/src/Makefile.am	2010-02-03 22:42:46.000000000 +0200
468
--- showDesktop/src/Makefile.am.orig	2010-05-05 22:46:49.000000000 +0300
410
@@ -29,8 +29,7 @@
469
+++ showDesktop/src/Makefile.am	2010-05-05 23:05:30.000000000 +0300
470
@@ -35,9 +35,7 @@
411
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
471
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
412
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
472
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
413
 	-std=c99\
473
 	-std=c99\
414
-	-Werror-implicit-function-declaration\
474
-	-Werror-implicit-function-declaration\
415
-	-O3
475
-	-O3
476
-#	-g -ggdb -W -Wall
416
+	-Werror-implicit-function-declaration
477
+	-Werror-implicit-function-declaration
417
 #	-g -ggdb -W -Wall
418
 
478
 
419
 
479
 
420
--- slider/src/Makefile.am.orig	2010-02-03 22:42:57.000000000 +0200
480
 libcd_showDesktop_la_LIBADD = \
421
+++ slider/src/Makefile.am	2010-02-03 22:43:04.000000000 +0200
481
--- slider/src/Makefile.am.orig	2010-05-05 22:46:52.000000000 +0300
422
@@ -41,8 +41,7 @@
482
+++ slider/src/Makefile.am	2010-05-05 23:05:47.000000000 +0300
483
@@ -41,9 +41,7 @@
423
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
484
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
424
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
485
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
425
 	-Werror-implicit-function-declaration\
486
 	-Werror-implicit-function-declaration\
426
-	-std=c99\
487
-	-std=c99\
427
-	-O3
488
-	-O3
489
-#	-g -ggdb -W -Wall
428
+	-std=c99
490
+	-std=c99
429
 #	-g -ggdb -W -Wall
430
 
491
 
431
 
492
 
432
--- stack/src/Makefile.am.orig	2010-02-03 22:43:13.000000000 +0200
493
 libcd_slider_la_LIBADD = \
433
+++ stack/src/Makefile.am	2010-02-03 22:43:18.000000000 +0200
494
--- stack/src/Makefile.am.orig	2010-05-05 22:46:54.000000000 +0300
434
@@ -37,8 +37,7 @@
495
+++ stack/src/Makefile.am	2010-05-05 23:05:59.000000000 +0300
496
@@ -36,9 +36,7 @@
435
 	-DCD_STACK_DEFAULT_URL_ICON=\""url-icon.svg"\"\
497
 	-DCD_STACK_DEFAULT_URL_ICON=\""url-icon.svg"\"\
436
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
498
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
437
 	-Werror-implicit-function-declaration\
499
 	-Werror-implicit-function-declaration\
438
-	-std=c99\
500
-	-std=c99\
439
-	-O3
501
-	-O3
502
-#	-g -ggdb -W -Wall
440
+	-std=c99
503
+	-std=c99
441
 #	-g -ggdb -W -Wall
442
 
504
 
443
 
505
 
444
--- switcher/src/Makefile.am.orig	2010-02-03 22:43:28.000000000 +0200
506
 libcd_stack_la_LIBADD = \
445
+++ switcher/src/Makefile.am	2010-02-03 22:43:31.000000000 +0200
507
--- switcher/src/Makefile.am.orig	2010-05-05 22:46:57.000000000 +0300
446
@@ -35,8 +35,7 @@
508
+++ switcher/src/Makefile.am	2010-05-05 23:06:49.000000000 +0300
509
@@ -35,9 +35,7 @@
447
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
510
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
448
 	-DMY_APPLET_ICON_FILE=\""workspaces.svg"\"\
511
 	-DMY_APPLET_ICON_FILE=\""workspaces.svg"\"\
449
 	-std=c99\
512
 	-std=c99\
450
-	-Werror-implicit-function-declaration\
513
-	-Werror-implicit-function-declaration\
451
-	-O3
514
-	-O3
515
-#	-g -ggdb -W -Wall
452
+	-Werror-implicit-function-declaration
516
+	-Werror-implicit-function-declaration
453
 #	-g -ggdb -W -Wall
454
 
517
 
455
 
518
 
456
--- systray/src/Makefile.am.orig	2010-02-03 22:43:40.000000000 +0200
519
 libcd_switcher_la_LIBADD = \
457
+++ systray/src/Makefile.am	2010-02-03 22:43:45.000000000 +0200
520
--- systray/src/Makefile.am.orig	2010-05-05 22:47:00.000000000 +0300
458
@@ -34,8 +34,7 @@
521
+++ systray/src/Makefile.am	2010-05-05 23:07:44.000000000 +0300
459
         -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
522
@@ -31,12 +31,10 @@
523
 	-DMY_APPLET_USER_DATA_DIR=\""systray"\"\
524
 	-DMY_APPLET_VERSION=\""$(VERSION_SYSTRAY)"\"\
525
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SYSTRAY)"\"\
526
-        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
527
+	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
460
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
528
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
461
 	-std=c99\
529
 	-std=c99\
462
-	-Werror-implicit-function-declaration\
530
-	-Werror-implicit-function-declaration\
463
-	-O3
531
-	-O3
532
-#	-g -ggdb -W -Wall -W -Werror
464
+	-Werror-implicit-function-declaration
533
+	-Werror-implicit-function-declaration
465
 #	-g -ggdb -W -Wall -W -Werror
466
 
534
 
467
 libcd_systray_la_LIBADD = \
535
 libcd_systray_la_LIBADD = \
468
--- terminal/src/Makefile.am.orig	2010-02-03 22:43:56.000000000 +0200
536
 	$(PACKAGE_LIBS) -lm
469
+++ terminal/src/Makefile.am	2010-02-03 22:44:01.000000000 +0200
537
--- terminal/src/Makefile.am.orig	2010-05-05 22:47:12.000000000 +0300
470
@@ -33,8 +33,7 @@
538
+++ terminal/src/Makefile.am	2010-05-05 23:08:39.000000000 +0300
471
         -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
539
@@ -33,9 +33,7 @@
540
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
472
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
541
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
473
 	-std=c99\
542
 	-std=c99\
474
-	-Werror-implicit-function-declaration\
543
-	-Werror-implicit-function-declaration\
475
-	-O3
544
-	-O3
545
-#	-g -ggdb -W -Wall  -W -Werror
476
+	-Werror-implicit-function-declaration
546
+	-Werror-implicit-function-declaration
477
 #	-g -ggdb -W -Wall  -W -Werror
478
 
547
 
479
 
548
 
480
--- tomboy/src/Makefile.am.orig	2010-02-03 22:44:12.000000000 +0200
549
 libcd_terminal_la_LIBADD = \
481
+++ tomboy/src/Makefile.am	2010-02-03 22:44:18.000000000 +0200
550
--- tomboy/src/Makefile.am.orig	2010-05-05 22:47:15.000000000 +0300
482
@@ -32,8 +32,7 @@
551
+++ tomboy/src/Makefile.am	2010-05-05 23:08:52.000000000 +0300
552
@@ -32,10 +32,7 @@
483
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOMBOY)"\"\
553
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOMBOY)"\"\
484
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
554
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
485
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
555
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
486
-	-std=c99\
556
-	-std=c99\
487
-	-O3
557
-	-O3
558
-#	-g -ggdb -W -Wall
559
-#-Werror-implicit-function-declaration
488
+	-std=c99
560
+	-std=c99
489
 #	-g -ggdb -W -Wall
490
 #-Werror-implicit-function-declaration
491
 
561
 
492
--- weather/src/Makefile.am.orig	2010-02-03 22:44:34.000000000 +0200
562
 
493
+++ weather/src/Makefile.am	2010-02-03 22:44:38.000000000 +0200
563
 libcd_tomboy_la_LIBADD = \
494
@@ -33,8 +33,7 @@
564
--- weather/src/Makefile.am.orig	2010-05-05 22:47:17.000000000 +0300
565
+++ weather/src/Makefile.am	2010-05-05 23:09:05.000000000 +0300
566
@@ -33,9 +33,7 @@
495
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
567
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
496
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
568
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
497
 	-std=c99\
569
 	-std=c99\
498
-	-Werror-implicit-function-declaration\
570
-	-Werror-implicit-function-declaration\
499
-	-O3
571
-	-O3
572
-#	-g -ggdb -W -Wall
500
+	-Werror-implicit-function-declaration
573
+	-Werror-implicit-function-declaration
501
 #	-g -ggdb -W -Wall
502
 
574
 
503
 
575
 
504
--- weblets/src/Makefile.am.orig	2010-02-03 22:44:48.000000000 +0200
576
 libcd_weather_la_LIBADD = \
505
+++ weblets/src/Makefile.am	2010-02-03 22:44:55.000000000 +0200
577
--- weblets/src/Makefile.am.orig	2010-05-05 22:47:22.000000000 +0300
506
@@ -31,8 +31,7 @@
578
+++ weblets/src/Makefile.am	2010-05-05 23:09:27.000000000 +0300
579
@@ -29,11 +29,9 @@
580
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_WEBLETS)"\"\
581
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
507
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
582
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
508
 	-DCD_APPLET_MULTI_INSTANCE=1
583
-	-DCD_APPLET_MULTI_INSTANCE=1
584
+	-DCD_APPLET_MULTI_INSTANCE=1\
509
 	-std=c99\
585
 	-std=c99\
510
-	-Werror-implicit-function-declaration\
586
-	-Werror-implicit-function-declaration\
511
-	-O3
587
-	-O3
588
-#	-g -ggdb -W -Wall
512
+	-Werror-implicit-function-declaration
589
+	-Werror-implicit-function-declaration
513
 #	-g -ggdb -W -Wall
514
 
590
 
515
 libcd_weblets_la_LIBADD = \
591
 libcd_weblets_la_LIBADD = \
516
--- wifi/src/Makefile.am.orig	2010-02-03 22:45:07.000000000 +0200
592
 	$(PACKAGE_LIBS) $(WEBKIT_LIBS) -lm
517
+++ wifi/src/Makefile.am	2010-02-03 22:45:11.000000000 +0200
593
--- wifi/src/Makefile.am.orig	2010-05-05 22:47:25.000000000 +0300
518
@@ -33,8 +33,7 @@
594
+++ wifi/src/Makefile.am	2010-05-05 23:09:41.000000000 +0300
595
@@ -33,9 +33,7 @@
519
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
596
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
520
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
597
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
521
 	-std=c99\
598
 	-std=c99\
522
-	-Werror-implicit-function-declaration\
599
-	-Werror-implicit-function-declaration\
523
-	-O3
600
-	-O3
601
-#	-g -ggdb -W -Wall
524
+	-Werror-implicit-function-declaration
602
+	-Werror-implicit-function-declaration
525
 #	-g -ggdb -W -Wall
526
 
603
 
527
 
604
 
528
--- xfce-integration/src/Makefile.am.orig	2010-02-03 22:45:21.000000000 +0200
605
 libcd_wifi_la_LIBADD = \
529
+++ xfce-integration/src/Makefile.am	2010-02-03 22:45:25.000000000 +0200
606
--- xfce-integration/src/Makefile.am.orig	2010-05-05 22:47:28.000000000 +0300
530
@@ -29,8 +29,7 @@
607
+++ xfce-integration/src/Makefile.am	2010-05-05 23:09:54.000000000 +0300
608
@@ -29,9 +29,7 @@
531
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
609
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
532
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
610
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
533
 	-std=c99\
611
 	-std=c99\
534
-	-Werror-implicit-function-declaration\
612
-	-Werror-implicit-function-declaration\
535
-	-O3
613
-	-O3
614
-#	-g -ggdb -W -Wall
536
+	-Werror-implicit-function-declaration
615
+	-Werror-implicit-function-declaration
537
 #	-g -ggdb -W -Wall
538
 
616
 
539
 
617
 
618
 libcd_xfce_integration_la_LIBADD = \
(-)cairo-dock-plugins/files/patch-Makefile.in (-201 / +321 lines)
Lines 1-6 Link Here
1
--- Animated-icons/src/Makefile.in.orig	2010-02-03 22:31:14.000000000 +0200
1
--- Animated-icons/src/Makefile.in.orig	2010-05-05 22:44:57.000000000 +0300
2
+++ Animated-icons/src/Makefile.in	2010-02-03 22:31:27.000000000 +0200
2
+++ Animated-icons/src/Makefile.in	2010-05-05 22:47:58.000000000 +0300
3
@@ -534,8 +534,7 @@
3
@@ -507,10 +507,8 @@
4
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
4
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
5
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
5
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
6
 	-std=c99\
6
 	-std=c99\
Lines 8-18 Link Here
8
-	-O3
8
-	-O3
9
+	-Werror-implicit-function-declaration
9
+	-Werror-implicit-function-declaration
10
 
10
 
11
 #	-g -ggdb -W -Wall
11
-#	-g -ggdb -W -Wall
12
 libcd_Animated_icons_la_LIBADD = \
12
 libcd_Animated_icons_la_LIBADD = \
13
--- Cairo-Penguin/src/Makefile.in.orig	2010-02-03 22:32:01.000000000 +0200
13
 	$(PACKAGE_LIBS) -lm
14
+++ Cairo-Penguin/src/Makefile.in	2010-02-03 22:32:16.000000000 +0200
14
 
15
@@ -512,8 +512,7 @@
15
--- Cairo-Penguin/src/Makefile.in.orig	2010-05-05 22:45:01.000000000 +0300
16
+++ Cairo-Penguin/src/Makefile.in	2010-05-05 22:48:12.000000000 +0300
17
@@ -485,10 +485,8 @@
16
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
18
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
17
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
19
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
18
 	-std=c99\
20
 	-std=c99\
Lines 20-30 Link Here
20
-	-O3
22
-	-O3
21
+	-Werror-implicit-function-declaration
23
+	-Werror-implicit-function-declaration
22
 
24
 
23
 #	-g -ggdb -W -Wall
25
-#	-g -ggdb -W -Wall
24
 libcd_Cairo_Penguin_la_LIBADD = \
26
 libcd_Cairo_Penguin_la_LIBADD = \
25
--- Clipper/src/Makefile.in.orig	2010-02-03 22:32:27.000000000 +0200
27
 	$(PACKAGE_LIBS) -lm
26
+++ Clipper/src/Makefile.in	2010-02-03 22:32:39.000000000 +0200
28
 
27
@@ -506,8 +506,7 @@
29
--- Clipper/src/Makefile.in.orig	2010-05-05 22:45:04.000000000 +0300
30
+++ Clipper/src/Makefile.in	2010-05-05 22:48:26.000000000 +0300
31
@@ -478,10 +478,8 @@
28
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
32
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
29
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
33
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
30
 	-std=c99\
34
 	-std=c99\
Lines 32-42 Link Here
32
-	-O3
36
-	-O3
33
+	-Werror-implicit-function-declaration
37
+	-Werror-implicit-function-declaration
34
 
38
 
35
 #	-g -ggdb -W -Wall
39
-#	-g -ggdb -W -Wall
36
 libcd_Clipper_la_LIBADD = \
40
 libcd_Clipper_la_LIBADD = \
37
--- Dbus/src/Makefile.in.orig	2010-02-03 22:32:49.000000000 +0200
41
 	$(PACKAGE_LIBS) -lm
38
+++ Dbus/src/Makefile.in	2010-02-03 22:33:06.000000000 +0200
42
 
39
@@ -514,8 +514,7 @@
43
--- Dbus/src/Makefile.in.orig	2010-05-05 22:45:07.000000000 +0300
44
+++ Dbus/src/Makefile.in	2010-05-05 22:48:42.000000000 +0300
45
@@ -489,10 +489,8 @@
40
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
46
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
41
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
47
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
42
 	-std=c99\
48
 	-std=c99\
Lines 44-54 Link Here
44
-	-O3
50
-	-O3
45
+	-Werror-implicit-function-declaration
51
+	-Werror-implicit-function-declaration
46
 
52
 
47
 #	-g -ggdb -W -Wall
53
-#	-g -ggdb -W -Wall
48
 libcd_Dbus_la_LIBADD = \
54
 libcd_Dbus_la_LIBADD = \
49
--- GMenu/src/Makefile.in.orig	2010-02-03 22:33:14.000000000 +0200
55
 	$(PACKAGE_LIBS) -lm
50
+++ GMenu/src/Makefile.in	2010-02-03 22:33:25.000000000 +0200
56
 
51
@@ -522,8 +522,7 @@
57
--- GMenu/src/Makefile.in.orig	2010-05-05 22:45:11.000000000 +0300
58
+++ GMenu/src/Makefile.in	2010-05-05 22:48:53.000000000 +0300
59
@@ -494,10 +494,8 @@
52
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
60
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
53
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
61
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
54
 	-std=c99\
62
 	-std=c99\
Lines 56-66 Link Here
56
-	-O3
64
-	-O3
57
+	-Werror-implicit-function-declaration
65
+	-Werror-implicit-function-declaration
58
 
66
 
59
 #	-g -ggdb -W -Wall
67
-#	-g -ggdb -W -Wall
60
 libcd_GMenu_la_LIBADD = \
68
 libcd_GMenu_la_LIBADD = \
61
--- Network-Monitor/src/Makefile.in.orig	2010-02-03 22:33:42.000000000 +0200
69
 	$(PACKAGE_LIBS) -lm\
62
+++ Network-Monitor/src/Makefile.in	2010-02-03 22:33:55.000000000 +0200
70
 	$(GMENU_GIO_LIBS)\
63
@@ -510,8 +510,7 @@
71
--- Network-Monitor/src/Makefile.in.orig	2010-05-05 22:45:14.000000000 +0300
72
+++ Network-Monitor/src/Makefile.in	2010-05-05 22:49:05.000000000 +0300
73
@@ -495,10 +495,8 @@
64
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
74
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
65
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
75
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
66
 	-std=c99\
76
 	-std=c99\
Lines 68-78 Link Here
68
-	-O3
78
-	-O3
69
+	-Werror-implicit-function-declaration
79
+	-Werror-implicit-function-declaration
70
 
80
 
71
 #	-g -ggdb -W -Wall
81
-#	-g -ggdb -W -Wall
72
 libcd_Network_Monitor_la_LIBADD = \
82
 libcd_Network_Monitor_la_LIBADD = \
73
--- Scooby-Do/src/Makefile.in.orig	2010-02-03 22:34:01.000000000 +0200
83
 	$(PACKAGE_LIBS) -lm
74
+++ Scooby-Do/src/Makefile.in	2010-02-03 22:34:11.000000000 +0200
84
 
75
@@ -239,8 +239,7 @@
85
--- RSSreader/src/Makefile.in.orig	2010-05-05 22:45:18.000000000 +0300
86
+++ RSSreader/src/Makefile.in	2010-05-05 22:49:17.000000000 +0300
87
@@ -482,10 +482,8 @@
88
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
89
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
90
 	-std=c99\
91
-	-Werror-implicit-function-declaration\
92
-	-O3
93
+	-Werror-implicit-function-declaration
94
 
95
-#	-g -ggdb -W -Wall
96
 libcd_RSSreader_la_LIBADD = \
97
 	$(PACKAGE_LIBS) -lm
98
 
99
--- Scooby-Do/src/Makefile.in.orig	2010-05-05 22:45:21.000000000 +0300
100
+++ Scooby-Do/src/Makefile.in	2010-05-05 22:49:36.000000000 +0300
101
@@ -509,10 +509,8 @@
76
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
102
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
77
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
103
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
78
 	-std=c99\
104
 	-std=c99\
Lines 80-90 Link Here
80
-	-O3
106
-	-O3
81
+	-Werror-implicit-function-declaration
107
+	-Werror-implicit-function-declaration
82
 
108
 
83
 #	-g -ggdb -W -Wall
109
-#	-g -ggdb -W -Wall
84
 libcd_Scooby_Do_la_LIBADD = \
110
 libcd_Scooby_Do_la_LIBADD = \
85
--- System-Monitor/src/Makefile.in.orig	2010-02-03 22:34:17.000000000 +0200
111
 	$(PACKAGE_LIBS) -lm
86
+++ System-Monitor/src/Makefile.in	2010-02-03 22:34:27.000000000 +0200
112
 
87
@@ -520,8 +520,7 @@
113
--- System-Monitor/src/Makefile.in.orig	2010-05-05 22:45:24.000000000 +0300
114
+++ System-Monitor/src/Makefile.in	2010-05-05 22:49:52.000000000 +0300
115
@@ -493,10 +493,8 @@
88
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
116
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
89
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
117
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
90
 	-std=c99\
118
 	-std=c99\
Lines 92-102 Link Here
92
-	-O3
120
-	-O3
93
+	-Werror-implicit-function-declaration
121
+	-Werror-implicit-function-declaration
94
 
122
 
95
 #	-g -ggdb -W -Wall
123
-#	-g -ggdb -W -Wall
96
 libcd_System_Monitor_la_LIBADD = \
124
 libcd_System_Monitor_la_LIBADD = \
97
--- Toons/src/Makefile.in.orig	2010-02-03 22:34:32.000000000 +0200
125
 	$(PACKAGE_LIBS) -lm
98
+++ Toons/src/Makefile.in	2010-02-03 22:34:43.000000000 +0200
126
 
99
@@ -510,8 +510,7 @@
127
--- Toons/src/Makefile.in.orig	2010-05-05 22:45:29.000000000 +0300
128
+++ Toons/src/Makefile.in	2010-05-05 22:50:05.000000000 +0300
129
@@ -482,10 +482,8 @@
100
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
130
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
101
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
131
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
102
 	-std=c99\
132
 	-std=c99\
Lines 104-114 Link Here
104
-	-O3
134
-	-O3
105
+	-Werror-implicit-function-declaration
135
+	-Werror-implicit-function-declaration
106
 
136
 
107
 #	-g -ggdb -W -Wall
137
-#	-g -ggdb -W -Wall
108
 libcd_Toons_la_LIBADD = \
138
 libcd_Toons_la_LIBADD = \
109
--- Xgamma/src/Makefile.in.orig	2010-02-03 22:34:48.000000000 +0200
139
 	$(PACKAGE_LIBS) -lm
110
+++ Xgamma/src/Makefile.in	2010-02-03 22:34:58.000000000 +0200
140
 
111
@@ -508,8 +508,7 @@
141
--- Xgamma/src/Makefile.in.orig	2010-05-05 22:45:32.000000000 +0300
142
+++ Xgamma/src/Makefile.in	2010-05-05 22:50:19.000000000 +0300
143
@@ -480,10 +480,8 @@
112
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
144
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
113
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
145
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
114
 	-std=c99\
146
 	-std=c99\
Lines 116-126 Link Here
116
-	-O3
148
-	-O3
117
+	-Werror-implicit-function-declaration
149
+	-Werror-implicit-function-declaration
118
 
150
 
119
 #	-g -ggdb -W -Wall
151
-#	-g -ggdb -W -Wall
120
 libcd_Xgamma_la_LIBADD = \
152
 libcd_Xgamma_la_LIBADD = \
121
--- alsaMixer/src/Makefile.in.orig	2010-02-03 22:35:05.000000000 +0200
153
 	$(PACKAGE_LIBS) -lm \
122
+++ alsaMixer/src/Makefile.in	2010-02-03 22:35:14.000000000 +0200
154
 	$(XGAMMA_PACKAGE_LIBS)
123
@@ -511,8 +511,7 @@
155
--- alsaMixer/src/Makefile.in.orig	2010-05-05 22:45:35.000000000 +0300
156
+++ alsaMixer/src/Makefile.in	2010-05-05 22:50:31.000000000 +0300
157
@@ -484,10 +484,8 @@
124
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
158
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
125
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
159
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
126
 	-std=c99\
160
 	-std=c99\
Lines 128-150 Link Here
128
-	-O3
162
-	-O3
129
+	-Werror-implicit-function-declaration
163
+	-Werror-implicit-function-declaration
130
 
164
 
131
 #	-g -ggdb -W -Wall
165
-#	-g -ggdb -W -Wall
132
 libcd_AlsaMixer_la_LIBADD = \
166
 libcd_AlsaMixer_la_LIBADD = \
133
--- clock/src/Makefile.in.orig	2010-02-03 22:35:20.000000000 +0200
167
 	$(PACKAGE_LIBS)\
134
+++ clock/src/Makefile.in	2010-02-03 22:35:32.000000000 +0200
168
 	$(ALSA_MIXER_PACKAGE_LIBS)\
135
@@ -513,8 +513,7 @@
169
--- clock/src/Makefile.in.orig	2010-05-05 22:45:38.000000000 +0300
170
+++ clock/src/Makefile.in	2010-05-05 22:50:49.000000000 +0300
171
@@ -485,10 +485,8 @@
136
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
172
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
137
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
173
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
138
 	-std=c99\
174
 	-std=c99\
139
-	 -Wall\
175
-	 -Wall\
140
-	-O3
176
-	-O3
141
+	 -Wall
177
+	-Wall
142
 
178
 
143
 #	-g -ggdb -W -Wall
179
-#	-g -ggdb -W -Wall
144
 libcd_clock_la_LIBADD = \
180
 libcd_clock_la_LIBADD = \
145
--- compiz-icon/src/Makefile.in.orig	2010-02-03 22:36:28.000000000 +0200
181
 	$(PACKAGE_LIBS) -lm
146
+++ compiz-icon/src/Makefile.in	2010-02-03 22:36:36.000000000 +0200
182
 
147
@@ -509,8 +509,7 @@
183
--- compiz-icon/src/Makefile.in.orig	2010-05-05 22:45:41.000000000 +0300
184
+++ compiz-icon/src/Makefile.in	2010-05-05 22:51:02.000000000 +0300
185
@@ -482,10 +482,8 @@
148
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
186
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
149
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
187
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
150
 	-std=c99\
188
 	-std=c99\
Lines 152-162 Link Here
152
-	-O3
190
-	-O3
153
+	-Werror-implicit-function-declaration
191
+	-Werror-implicit-function-declaration
154
 
192
 
155
 #	-g -ggdb -W -Wall
193
-#	-g -ggdb -W -Wall
156
 libcd_compiz_icon_la_LIBADD = \
194
 libcd_compiz_icon_la_LIBADD = \
157
--- desklet-rendering/src/Makefile.in.orig	2010-02-03 22:36:41.000000000 +0200
195
 	$(PACKAGE_LIBS) -lm
158
+++ desklet-rendering/src/Makefile.in	2010-02-03 22:36:53.000000000 +0200
196
 
159
@@ -526,8 +526,7 @@
197
--- desklet-rendering/src/Makefile.in.orig	2010-05-05 22:45:44.000000000 +0300
198
+++ desklet-rendering/src/Makefile.in	2010-05-05 22:51:17.000000000 +0300
199
@@ -499,11 +499,8 @@
160
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
200
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
161
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
201
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
162
 	-std=c99\
202
 	-std=c99\
Lines 164-174 Link Here
164
-	-O3
204
-	-O3
165
+	-Werror-implicit-function-declaration
205
+	-Werror-implicit-function-declaration
166
 
206
 
167
 #	-Wno-unused-parameter
207
-#	-Wno-unused-parameter
168
 #	-g -ggdb -W -Wall
208
-#	-g -ggdb -W -Wall
169
--- dialog-rendering/src/Makefile.in.orig	2010-02-03 22:36:58.000000000 +0200
209
 libcd_desklet_rendering_la_LIBADD = \
170
+++ dialog-rendering/src/Makefile.in	2010-02-03 22:37:08.000000000 +0200
210
 	$(glitz_libs) \
171
@@ -520,8 +520,7 @@
211
 	$(PACKAGE_LIBS) -lm
212
--- dialog-rendering/src/Makefile.in.orig	2010-05-05 22:45:47.000000000 +0300
213
+++ dialog-rendering/src/Makefile.in	2010-05-05 22:51:28.000000000 +0300
214
@@ -493,10 +493,8 @@
172
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
215
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
173
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
216
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
174
 	-std=c99\
217
 	-std=c99\
Lines 176-186 Link Here
176
-	-O3
219
-	-O3
177
+	-Werror-implicit-function-declaration
220
+	-Werror-implicit-function-declaration
178
 
221
 
179
 #	-g -ggdb -W -Wall
222
-#	-g -ggdb -W -Wall
180
 libcd_dialog_rendering_la_LIBADD = \
223
 libcd_dialog_rendering_la_LIBADD = \
181
--- dnd2share/src/Makefile.in.orig	2010-02-03 22:37:14.000000000 +0200
224
 	$(PACKAGE_LIBS) -lm
182
+++ dnd2share/src/Makefile.in	2010-02-03 22:37:24.000000000 +0200
225
 
183
@@ -529,8 +529,7 @@
226
--- dnd2share/src/Makefile.in.orig	2010-05-05 22:45:53.000000000 +0300
227
+++ dnd2share/src/Makefile.in	2010-05-05 22:51:40.000000000 +0300
228
@@ -502,10 +502,8 @@
184
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
229
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
185
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
230
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
186
 	-std=c99\
231
 	-std=c99\
Lines 188-198 Link Here
188
-	-O3
233
-	-O3
189
+	-Werror-implicit-function-declaration
234
+	-Werror-implicit-function-declaration
190
 
235
 
191
 #	-g -ggdb -W -Wall
236
-#	-g -ggdb -W -Wall
192
 libcd_dnd2share_la_LIBADD = \
237
 libcd_dnd2share_la_LIBADD = \
193
--- dock-rendering/src/Makefile.in.orig	2010-02-03 22:37:28.000000000 +0200
238
 	$(PACKAGE_LIBS) -lm
194
+++ dock-rendering/src/Makefile.in	2010-02-03 22:37:38.000000000 +0200
239
 
195
@@ -524,8 +524,7 @@
240
--- dock-rendering/src/Makefile.in.orig	2010-05-05 22:45:55.000000000 +0300
241
+++ dock-rendering/src/Makefile.in	2010-05-05 22:51:52.000000000 +0300
242
@@ -497,11 +497,8 @@
196
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
243
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
197
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
244
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
198
 	-std=c99\
245
 	-std=c99\
Lines 200-222 Link Here
200
-	-O3
247
-	-O3
201
+	-Werror-implicit-function-declaration
248
+	-Werror-implicit-function-declaration
202
 
249
 
203
 #	-Wno-unused-parameter
250
-#	-Wno-unused-parameter
204
 #	-g -ggdb -W -Wall
251
-#	-g -ggdb -W -Wall
205
--- drop-indicator/src/Makefile.in.orig	2010-02-03 22:37:45.000000000 +0200
252
 libcd_rendering_la_LIBADD = \
206
+++ drop-indicator/src/Makefile.in	2010-02-03 22:37:55.000000000 +0200
253
 	$(glitz_libs) \
207
@@ -510,8 +510,7 @@
254
 	$(PACKAGE_LIBS) -lm
255
--- drop-indicator/src/Makefile.in.orig	2010-05-05 22:45:58.000000000 +0300
256
+++ drop-indicator/src/Makefile.in	2010-05-05 22:52:15.000000000 +0300
257
@@ -481,12 +481,10 @@
258
 	-DMY_APPLET_DEFAULT_DROP_INDICATOR_NAME=\""default-drop-indicator.svg"\"\
259
 	-DMY_APPLET_DEFAULT_HOVER_INDICATOR_NAME=\""default-hover-indicator.svg"\"\
208
 	-DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
260
 	-DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
209
         -DGL_GLEXT_PROTOTYPES=\""1"\"\
261
-        -DGL_GLEXT_PROTOTYPES=\""1"\"\
262
+	-DGL_GLEXT_PROTOTYPES=\""1"\"\
210
 	-std=c99\
263
 	-std=c99\
211
-	-Werror-implicit-function-declaration\
264
-	-Werror-implicit-function-declaration\
212
-	-O3
265
-	-O3
213
+	-Werror-implicit-function-declaration
266
+	-Werror-implicit-function-declaration
214
 
267
 
215
 #	-g -ggdb -W -Wall
268
-#	-g -ggdb -W -Wall
216
 libcd_drop_indicator_la_LIBADD = \
269
 libcd_drop_indicator_la_LIBADD = \
217
--- dustbin/src/Makefile.in.orig	2010-02-03 22:38:05.000000000 +0200
270
 	$(PACKAGE_LIBS) -lm
218
+++ dustbin/src/Makefile.in	2010-02-03 22:38:15.000000000 +0200
271
 
219
@@ -507,8 +507,7 @@
272
--- dustbin/src/Makefile.in.orig	2010-05-05 22:46:00.000000000 +0300
273
+++ dustbin/src/Makefile.in	2010-05-05 22:52:26.000000000 +0300
274
@@ -479,10 +479,8 @@
220
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DUSTBIN)"\"\
275
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DUSTBIN)"\"\
221
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
276
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
222
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
277
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
Lines 224-234 Link Here
224
-	-O3
279
-	-O3
225
+	-std=c99
280
+	-std=c99
226
 
281
 
227
 #	-g -ggdb -W -Wall
282
-#	-g -ggdb -W -Wall
228
 libcd_dustbin_la_LIBADD = \
283
 libcd_dustbin_la_LIBADD = \
229
--- gnome-integration/src/Makefile.in.orig	2010-02-03 22:38:19.000000000 +0200
284
 	$(PACKAGE_LIBS) -lm
230
+++ gnome-integration/src/Makefile.in	2010-02-03 22:38:34.000000000 +0200
285
 
231
@@ -506,8 +506,7 @@
286
--- gnome-integration/src/Makefile.in.orig	2010-05-05 22:46:03.000000000 +0300
287
+++ gnome-integration/src/Makefile.in	2010-05-05 22:52:40.000000000 +0300
288
@@ -479,10 +479,8 @@
232
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
289
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
233
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
290
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
234
 	-std=c99\
291
 	-std=c99\
Lines 236-246 Link Here
236
-	-O3
293
-	-O3
237
+	-Werror-implicit-function-declaration
294
+	-Werror-implicit-function-declaration
238
 
295
 
239
 #	-g -ggdb -W -Wall
296
-#	-g -ggdb -W -Wall
240
 libcd_gnome_integration_la_LIBADD = \
297
 libcd_gnome_integration_la_LIBADD = \
241
--- gnome-integration-old/src/Makefile.in.orig	2010-02-03 22:38:39.000000000 +0200
298
 	$(PACKAGE_LIBS)\
242
+++ gnome-integration-old/src/Makefile.in	2010-02-03 22:38:49.000000000 +0200
299
 	$(GNOME_INTEGRATION_LIBS)\
243
@@ -506,8 +506,7 @@
300
--- gnome-integration-old/src/Makefile.in.orig	2010-05-05 22:46:06.000000000 +0300
301
+++ gnome-integration-old/src/Makefile.in	2010-05-05 22:56:16.000000000 +0300
302
@@ -479,10 +479,8 @@
244
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
303
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
245
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
304
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
246
 	-std=c99\
305
 	-std=c99\
Lines 248-270 Link Here
248
-	-O3
307
-	-O3
249
+	-Werror-implicit-function-declaration
308
+	-Werror-implicit-function-declaration
250
 
309
 
251
 #	-g -ggdb -W -Wall
310
-#	-g -ggdb -W -Wall
252
 libcd_gnome_integration_old_la_LIBADD = \
311
 libcd_gnome_integration_old_la_LIBADD = \
253
--- icon-effect/src/Makefile.in.orig	2010-02-03 22:38:53.000000000 +0200
312
 	$(PACKAGE_LIBS)\
254
+++ icon-effect/src/Makefile.in	2010-02-03 22:39:03.000000000 +0200
313
 	$(OLD_GNOME_INTEGRATION_LIBS)\
255
@@ -520,8 +520,7 @@
314
--- icon-effect/src/Makefile.in.orig	2010-05-05 22:46:09.000000000 +0300
315
+++ icon-effect/src/Makefile.in	2010-05-05 22:56:42.000000000 +0300
316
@@ -494,12 +494,10 @@
317
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_ICON_EFFECTS)"\"\
318
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
256
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
319
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
257
         -DGL_GLEXT_PROTOTYPES=\""1"\"\
320
-        -DGL_GLEXT_PROTOTYPES=\""1"\"\
321
+	-DGL_GLEXT_PROTOTYPES=\""1"\"\
258
 	-std=c99\
322
 	-std=c99\
259
-	-Werror-implicit-function-declaration\
323
-	-Werror-implicit-function-declaration\
260
-	-O3
324
-	-O3
261
+	-Werror-implicit-function-declaration
325
+	-Werror-implicit-function-declaration
262
 
326
 
263
 #	-g -ggdb -W -Wall
327
-#	-g -ggdb -W -Wall
264
 libcd_icon_effect_la_LIBADD = \
328
 libcd_icon_effect_la_LIBADD = \
265
--- illusion/src/Makefile.in.orig	2010-02-03 22:39:07.000000000 +0200
329
 	$(PACKAGE_LIBS) -lm
266
+++ illusion/src/Makefile.in	2010-02-03 22:39:16.000000000 +0200
330
 
267
@@ -523,8 +523,7 @@
331
--- illusion/src/Makefile.in.orig	2010-05-05 22:46:12.000000000 +0300
332
+++ illusion/src/Makefile.in	2010-05-05 22:57:24.000000000 +0300
333
@@ -496,10 +496,8 @@
268
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
334
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
269
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
335
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
270
 	-std=c99\
336
 	-std=c99\
Lines 272-294 Link Here
272
-	-O3
338
-	-O3
273
+	-Werror-implicit-function-declaration
339
+	-Werror-implicit-function-declaration
274
 
340
 
275
 #	-g -ggdb -W -Wall
341
-#	-g -ggdb -W -Wall
276
 libcd_illusion_la_LIBADD = \
342
 libcd_illusion_la_LIBADD = \
277
--- keyboard-indicator/src/Makefile.in.orig	2010-02-03 22:39:20.000000000 +0200
343
 	$(PACKAGE_LIBS) -lm
278
+++ keyboard-indicator/src/Makefile.in	2010-02-03 22:39:30.000000000 +0200
344
 
279
@@ -513,8 +513,7 @@
345
--- kde-integration/src/Makefile.in.orig	2010-05-05 22:46:15.000000000 +0300
280
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
346
+++ kde-integration/src/Makefile.in	2010-05-05 23:00:45.000000000 +0300
347
@@ -479,10 +479,8 @@
348
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
349
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
350
 	-std=c99\
351
-	-Werror-implicit-function-declaration\
352
-	-O3
353
+	-Werror-implicit-function-declaration
354
 
355
-#	-g -ggdb -W -Wall
356
 libcd_kde_integration_la_LIBADD = \
357
 	$(PACKAGE_LIBS)\
358
 	$(KDE_INTEGRATION_LIBS)\
359
--- keyboard-indicator/src/Makefile.in.orig	2010-05-05 22:46:18.000000000 +0300
360
+++ keyboard-indicator/src/Makefile.in	2010-05-05 23:01:25.000000000 +0300
361
@@ -486,10 +486,8 @@
362
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
281
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
363
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
282
 	-std=c99\
364
 	-std=c99\
283
-	-Werror-implicit-function-declaration\
365
-	-Werror-implicit-function-declaration\
284
-	-O3
366
-	-O3
285
+	-Werror-implicit-function-declaration
367
+	-Werror-implicit-function-declaration
286
 
368
 
287
 #	-g -ggdb -W -Wall
369
-#	-g -ggdb -W -Wall
288
 libcd_keyboard_indicator_la_LIBADD = \
370
 libcd_keyboard_indicator_la_LIBADD = \
289
--- logout/src/Makefile.in.orig	2010-02-03 22:39:34.000000000 +0200
371
 	$(PACKAGE_LIBS) -lm\
290
+++ logout/src/Makefile.in	2010-02-03 22:39:43.000000000 +0200
372
 	$(KEYBOARD_INDICATOR_PACKAGE_LIBS)
291
@@ -503,8 +503,7 @@
373
--- logout/src/Makefile.in.orig	2010-05-05 22:46:21.000000000 +0300
374
+++ logout/src/Makefile.in	2010-05-05 23:01:38.000000000 +0300
375
@@ -475,10 +475,8 @@
292
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
376
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
293
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
377
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
294
 	-std=c99\
378
 	-std=c99\
Lines 296-317 Link Here
296
-	-O3
380
-	-O3
297
+	-Werror-implicit-function-declaration
381
+	-Werror-implicit-function-declaration
298
 
382
 
299
 #	-g -ggdb -W -Wall
383
-#	-g -ggdb -W -Wall
300
 libcd_logout_la_LIBADD = \
384
 libcd_logout_la_LIBADD = \
301
--- mail/src/Makefile.in.orig	2010-02-03 22:39:48.000000000 +0200
385
 	$(PACKAGE_LIBS) -lm
302
+++ mail/src/Makefile.in	2010-02-03 22:40:12.000000000 +0200
386
 
303
@@ -514,7 +514,7 @@
387
--- mail/src/Makefile.in.orig	2010-05-05 22:46:25.000000000 +0300
388
+++ mail/src/Makefile.in	2010-05-05 23:02:01.000000000 +0300
389
@@ -485,11 +485,8 @@
390
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
304
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
391
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
305
 	-std=c99\
392
 	-std=c99\
306
 	-Werror-implicit-function-declaration\
393
-	-Werror-implicit-function-declaration\
307
-	-g -ggdb -W
394
-	-g -ggdb -W
308
+	-W
395
+	-Werror-implicit-function-declaration
309
 
396
 
310
 #	-fgnu89-inline\
397
-#	-fgnu89-inline\
311
 #	-O3
398
-#	-O3
312
--- motion-blur/src/Makefile.in.orig	2010-02-03 22:40:16.000000000 +0200
399
 libcd_mail_la_LIBADD = \
313
+++ motion-blur/src/Makefile.in	2010-02-03 22:40:27.000000000 +0200
400
 	$(PACKAGE_LIBS) -lm \
314
@@ -503,8 +503,7 @@
401
 	$(MAIL_PACKAGE_LIBS)
402
--- motion-blur/src/Makefile.in.orig	2010-05-05 22:46:28.000000000 +0300
403
+++ motion-blur/src/Makefile.in	2010-05-05 23:02:14.000000000 +0300
404
@@ -476,10 +476,8 @@
315
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
405
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
316
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
406
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
317
 	-std=c99\
407
 	-std=c99\
Lines 319-329 Link Here
319
-	-O3
409
-	-O3
320
+	-Werror-implicit-function-declaration
410
+	-Werror-implicit-function-declaration
321
 
411
 
322
 #	-g -ggdb -W -Wall
412
-#	-g -ggdb -W -Wall
323
 libcd_motion_blur_la_LIBADD = \
413
 libcd_motion_blur_la_LIBADD = \
324
--- musicPlayer/src/Makefile.in.orig	2010-02-03 22:40:31.000000000 +0200
414
 	$(PACKAGE_LIBS) -lm
325
+++ musicPlayer/src/Makefile.in	2010-02-03 22:40:41.000000000 +0200
415
 
326
@@ -554,8 +554,7 @@
416
--- musicPlayer/src/Makefile.in.orig	2010-05-05 22:46:31.000000000 +0300
417
+++ musicPlayer/src/Makefile.in	2010-05-05 23:02:31.000000000 +0300
418
@@ -530,10 +530,8 @@
327
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
419
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
328
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
420
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
329
 	-std=c99\
421
 	-std=c99\
Lines 331-341 Link Here
331
-	-O3
423
-	-O3
332
+	-Werror-implicit-function-declaration
424
+	-Werror-implicit-function-declaration
333
 
425
 
334
 #	-g -ggdb -W -Wall
426
-#	-g -ggdb -W -Wall
335
 libcd_musicPlayer_la_LIBADD = \
427
 libcd_musicPlayer_la_LIBADD = \
336
--- netspeed/src/Makefile.in.orig	2010-02-03 22:40:46.000000000 +0200
428
 	$(PACKAGE_LIBS) -lm
337
+++ netspeed/src/Makefile.in	2010-02-03 22:40:58.000000000 +0200
429
 
338
@@ -507,8 +507,7 @@
430
--- netspeed/src/Makefile.in.orig	2010-05-05 22:46:34.000000000 +0300
431
+++ netspeed/src/Makefile.in	2010-05-05 23:02:46.000000000 +0300
432
@@ -480,10 +480,8 @@
339
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
433
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
340
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
434
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
341
 	-std=c99\
435
 	-std=c99\
Lines 343-353 Link Here
343
-	-O3
437
-	-O3
344
+	-Werror-implicit-function-declaration
438
+	-Werror-implicit-function-declaration
345
 
439
 
346
 #	-g -ggdb -W -Wall
440
-#	-g -ggdb -W -Wall
347
 libcd_netspeed_la_LIBADD = \
441
 libcd_netspeed_la_LIBADD = \
348
--- powermanager/src/Makefile.in.orig	2010-02-03 22:41:05.000000000 +0200
442
 	$(PACKAGE_LIBS) -lm
349
+++ powermanager/src/Makefile.in	2010-02-03 22:41:16.000000000 +0200
443
 
350
@@ -510,8 +510,7 @@
444
--- powermanager/src/Makefile.in.orig	2010-05-05 22:46:38.000000000 +0300
445
+++ powermanager/src/Makefile.in	2010-05-05 23:03:06.000000000 +0300
446
@@ -483,10 +483,8 @@
351
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
447
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
352
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
448
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
353
 	-std=c99\
449
 	-std=c99\
Lines 355-365 Link Here
355
-	-O3
451
-	-O3
356
+	-Werror-implicit-function-declaration
452
+	-Werror-implicit-function-declaration
357
 
453
 
358
 #	-g -ggdb -W -Wall
454
-#	-g -ggdb -W -Wall
359
 libcd_powermanager_la_LIBADD = \
455
 libcd_powermanager_la_LIBADD = \
360
--- quick-browser/src/Makefile.in.orig	2010-02-03 22:41:20.000000000 +0200
456
 	$(PACKAGE_LIBS) -lm
361
+++ quick-browser/src/Makefile.in	2010-02-03 22:41:29.000000000 +0200
457
 
362
@@ -508,8 +508,7 @@
458
--- quick-browser/src/Makefile.in.orig	2010-05-05 22:46:41.000000000 +0300
459
+++ quick-browser/src/Makefile.in	2010-05-05 23:04:49.000000000 +0300
460
@@ -481,10 +481,8 @@
363
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
461
 	-DMY_APPLET_ICON_FILE=\""icon.svg"\"\
364
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
462
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
365
 	-std=c99\
463
 	-std=c99\
Lines 367-377 Link Here
367
-	-O3
465
-	-O3
368
+	-Werror-implicit-function-declaration
466
+	-Werror-implicit-function-declaration
369
 
467
 
370
 #	-g -ggdb -W -Wall
468
-#	-g -ggdb -W -Wall
371
 libcd_quick_browser_la_LIBADD = \
469
 libcd_quick_browser_la_LIBADD = \
372
--- shortcuts/src/Makefile.in.orig	2010-02-03 22:41:33.000000000 +0200
470
 	$(PACKAGE_LIBS) -lm
373
+++ shortcuts/src/Makefile.in	2010-02-03 22:42:04.000000000 +0200
471
 
374
@@ -513,8 +513,7 @@
472
--- shortcuts/src/Makefile.in.orig	2010-05-05 22:46:44.000000000 +0300
473
+++ shortcuts/src/Makefile.in	2010-05-05 23:05:02.000000000 +0300
474
@@ -486,10 +486,8 @@
375
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
475
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
376
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
476
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
377
 	-std=c99\
477
 	-std=c99\
Lines 379-413 Link Here
379
-	-O3
479
-	-O3
380
+	-Werror-implicit-function-declaration
480
+	-Werror-implicit-function-declaration
381
 
481
 
382
 #	-g -ggdb -W -Wall
482
-#	-g -ggdb -W -Wall
383
 libcd_shortcuts_la_LIBADD = \
483
 libcd_shortcuts_la_LIBADD = \
384
--- show-mouse/src/Makefile.in.orig	2010-02-03 22:42:12.000000000 +0200
484
 	$(PACKAGE_LIBS) -lm
385
+++ show-mouse/src/Makefile.in	2010-02-03 22:42:21.000000000 +0200
386
@@ -505,8 +505,7 @@
387
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
388
         -DGL_GLEXT_PROTOTYPES=\""1"\"\
389
 	-std=c99\
390
-	-Werror-implicit-function-declaration\
391
-	-O3
392
+	-Werror-implicit-function-declaration
393
 
485
 
394
 #	-g -ggdb -W -Wall
486
--- show-mouse/src/Makefile.in.orig	2010-05-05 22:46:47.000000000 +0300
395
 libcd_show_mouse_la_LIBADD = \
487
+++ show-mouse/src/Makefile.in	2010-05-05 23:05:22.000000000 +0300
396
--- showDesklets/src/Makefile.in.orig	2010-02-03 22:42:25.000000000 +0200
488
@@ -476,12 +476,10 @@
397
+++ showDesklets/src/Makefile.in	2010-02-03 22:42:37.000000000 +0200
489
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SHOW_MOUSE)"\"\
398
@@ -504,8 +504,7 @@
399
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
490
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
400
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
491
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
492
-        -DGL_GLEXT_PROTOTYPES=\""1"\"\
493
+	-DGL_GLEXT_PROTOTYPES=\""1"\"\
401
 	-std=c99\
494
 	-std=c99\
402
-	-Werror-implicit-function-declaration\
495
-	-Werror-implicit-function-declaration\
403
-	-O3
496
-	-O3
404
+	-Werror-implicit-function-declaration
497
+	-Werror-implicit-function-declaration
405
 
498
 
406
 #	-g -ggdb -W -Wall
499
-#	-g -ggdb -W -Wall
407
 libcd_showDesklets_la_LIBADD = \
500
 libcd_show_mouse_la_LIBADD = \
408
--- showDesktop/src/Makefile.in.orig	2010-02-03 22:42:42.000000000 +0200
501
 	$(PACKAGE_LIBS) -lm
409
+++ showDesktop/src/Makefile.in	2010-02-03 22:42:52.000000000 +0200
502
 
410
@@ -503,8 +503,7 @@
503
--- showDesktop/src/Makefile.in.orig	2010-05-05 22:46:49.000000000 +0300
504
+++ showDesktop/src/Makefile.in	2010-05-05 23:05:38.000000000 +0300
505
@@ -480,10 +480,8 @@
411
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
506
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
412
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
507
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
413
 	-std=c99\
508
 	-std=c99\
Lines 415-425 Link Here
415
-	-O3
510
-	-O3
416
+	-Werror-implicit-function-declaration
511
+	-Werror-implicit-function-declaration
417
 
512
 
418
 #	-g -ggdb -W -Wall
513
-#	-g -ggdb -W -Wall
419
 libcd_showDesktop_la_LIBADD = \
514
 libcd_showDesktop_la_LIBADD = \
420
--- slider/src/Makefile.in.orig	2010-02-03 22:42:57.000000000 +0200
515
 	$(PACKAGE_LIBS) -lm\
421
+++ slider/src/Makefile.in	2010-02-03 22:43:09.000000000 +0200
516
 	$(SHOW_DESKTOP_XRANDR_LIBS)
422
@@ -515,8 +515,7 @@
517
--- slider/src/Makefile.in.orig	2010-05-05 22:46:52.000000000 +0300
518
+++ slider/src/Makefile.in	2010-05-05 23:05:53.000000000 +0300
519
@@ -487,10 +487,8 @@
423
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
520
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
424
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
521
 	-DGL_GLEXT_PROTOTYPES=\""1"\"\
425
 	-Werror-implicit-function-declaration\
522
 	-Werror-implicit-function-declaration\
Lines 427-437 Link Here
427
-	-O3
524
-	-O3
428
+	-std=c99
525
+	-std=c99
429
 
526
 
430
 #	-g -ggdb -W -Wall
527
-#	-g -ggdb -W -Wall
431
 libcd_slider_la_LIBADD = \
528
 libcd_slider_la_LIBADD = \
432
--- stack/src/Makefile.in.orig	2010-02-03 22:43:13.000000000 +0200
529
 	$(EXIF_LIBS) \
433
+++ stack/src/Makefile.in	2010-02-03 22:43:24.000000000 +0200
530
 	$(PACKAGE_LIBS) -lm
434
@@ -513,8 +513,7 @@
531
--- stack/src/Makefile.in.orig	2010-05-05 22:46:54.000000000 +0300
532
+++ stack/src/Makefile.in	2010-05-05 23:06:41.000000000 +0300
533
@@ -484,10 +484,8 @@
435
 	-DCD_STACK_DEFAULT_URL_ICON=\""url-icon.svg"\"\
534
 	-DCD_STACK_DEFAULT_URL_ICON=\""url-icon.svg"\"\
436
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
535
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
437
 	-Werror-implicit-function-declaration\
536
 	-Werror-implicit-function-declaration\
Lines 439-449 Link Here
439
-	-O3
538
-	-O3
440
+	-std=c99
539
+	-std=c99
441
 
540
 
442
 #	-g -ggdb -W -Wall
541
-#	-g -ggdb -W -Wall
443
 libcd_stack_la_LIBADD = \
542
 libcd_stack_la_LIBADD = \
444
--- switcher/src/Makefile.in.orig	2010-02-03 22:43:28.000000000 +0200
543
 	$(PACKAGE_LIBS) -lm
445
+++ switcher/src/Makefile.in	2010-02-03 22:43:36.000000000 +0200
544
 
446
@@ -512,8 +512,7 @@
545
--- switcher/src/Makefile.in.orig	2010-05-05 22:46:57.000000000 +0300
546
+++ switcher/src/Makefile.in	2010-05-05 23:07:14.000000000 +0300
547
@@ -485,10 +485,8 @@
447
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
548
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
448
 	-DMY_APPLET_ICON_FILE=\""workspaces.svg"\"\
549
 	-DMY_APPLET_ICON_FILE=\""workspaces.svg"\"\
449
 	-std=c99\
550
 	-std=c99\
Lines 451-485 Link Here
451
-	-O3
552
-	-O3
452
+	-Werror-implicit-function-declaration
553
+	-Werror-implicit-function-declaration
453
 
554
 
454
 #	-g -ggdb -W -Wall
555
-#	-g -ggdb -W -Wall
455
 libcd_switcher_la_LIBADD = \
556
 libcd_switcher_la_LIBADD = \
456
--- systray/src/Makefile.in.orig	2010-02-03 22:43:40.000000000 +0200
557
 	$(PACKAGE_LIBS) -lm
457
+++ systray/src/Makefile.in	2010-02-03 22:43:50.000000000 +0200
558
 
458
@@ -512,8 +512,7 @@
559
--- systray/src/Makefile.in.orig	2010-05-05 22:47:00.000000000 +0300
459
         -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
560
+++ systray/src/Makefile.in	2010-05-05 23:08:05.000000000 +0300
561
@@ -481,13 +481,11 @@
562
 	-DMY_APPLET_USER_DATA_DIR=\""systray"\"\
563
 	-DMY_APPLET_VERSION=\""$(VERSION_SYSTRAY)"\"\
564
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SYSTRAY)"\"\
565
-        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
566
+	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
460
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
567
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
461
 	-std=c99\
568
 	-std=c99\
462
-	-Werror-implicit-function-declaration\
569
-	-Werror-implicit-function-declaration\
463
-	-O3
570
-	-O3
464
+	-Werror-implicit-function-declaration
571
+	-Werror-implicit-function-declaration
465
 
572
 
466
 #	-g -ggdb -W -Wall -W -Werror
573
-#	-g -ggdb -W -Wall -W -Werror
467
 libcd_systray_la_LIBADD = \
574
 libcd_systray_la_LIBADD = \
468
--- terminal/src/Makefile.in.orig	2010-02-03 22:43:56.000000000 +0200
575
 	$(PACKAGE_LIBS) -lm
469
+++ terminal/src/Makefile.in	2010-02-03 22:44:06.000000000 +0200
576
 
470
@@ -511,8 +511,7 @@
577
--- terminal/src/Makefile.in.orig	2010-05-05 22:47:12.000000000 +0300
471
         -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
578
+++ terminal/src/Makefile.in	2010-05-05 23:08:45.000000000 +0300
579
@@ -484,10 +484,8 @@
580
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
472
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
581
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
473
 	-std=c99\
582
 	-std=c99\
474
-	-Werror-implicit-function-declaration\
583
-	-Werror-implicit-function-declaration\
475
-	-O3
584
-	-O3
476
+	-Werror-implicit-function-declaration
585
+	-Werror-implicit-function-declaration
477
 
586
 
478
 #	-g -ggdb -W -Wall  -W -Werror
587
-#	-g -ggdb -W -Wall  -W -Werror
479
 libcd_terminal_la_LIBADD = \
588
 libcd_terminal_la_LIBADD = \
480
--- tomboy/src/Makefile.in.orig	2010-02-03 22:44:12.000000000 +0200
589
 	$(PACKAGE_LIBS) -lm \
481
+++ tomboy/src/Makefile.in	2010-02-03 22:44:23.000000000 +0200
590
 	$(TERMINAL_PACKAGE_LIBS)
482
@@ -508,8 +508,7 @@
591
--- tomboy/src/Makefile.in.orig	2010-05-05 22:47:15.000000000 +0300
592
+++ tomboy/src/Makefile.in	2010-05-05 23:08:59.000000000 +0300
593
@@ -480,11 +480,8 @@
483
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOMBOY)"\"\
594
 	-DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOMBOY)"\"\
484
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
595
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
485
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
596
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
Lines 487-497 Link Here
487
-	-O3
598
-	-O3
488
+	-std=c99
599
+	-std=c99
489
 
600
 
490
 #	-g -ggdb -W -Wall
601
-#	-g -ggdb -W -Wall
491
 #-Werror-implicit-function-declaration
602
-#-Werror-implicit-function-declaration
492
--- weather/src/Makefile.in.orig	2010-02-03 22:44:34.000000000 +0200
603
 libcd_tomboy_la_LIBADD = \
493
+++ weather/src/Makefile.in	2010-02-03 22:44:43.000000000 +0200
604
 	$(PACKAGE_LIBS) -lm
494
@@ -510,8 +510,7 @@
605
 
606
--- weather/src/Makefile.in.orig	2010-05-05 22:47:17.000000000 +0300
607
+++ weather/src/Makefile.in	2010-05-05 23:09:11.000000000 +0300
608
@@ -482,10 +482,8 @@
495
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
609
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
496
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
610
 	-DCD_APPLET_MULTI_INSTANCE=\"1\"\
497
 	-std=c99\
611
 	-std=c99\
Lines 499-521 Link Here
499
-	-O3
613
-	-O3
500
+	-Werror-implicit-function-declaration
614
+	-Werror-implicit-function-declaration
501
 
615
 
502
 #	-g -ggdb -W -Wall
616
-#	-g -ggdb -W -Wall
503
 libcd_weather_la_LIBADD = \
617
 libcd_weather_la_LIBADD = \
504
--- weblets/src/Makefile.in.orig	2010-02-03 22:44:48.000000000 +0200
618
 	$(PACKAGE_LIBS) -lm
505
+++ weblets/src/Makefile.in	2010-02-03 22:45:02.000000000 +0200
506
@@ -819,8 +819,7 @@
507
 
619
 
508
  #dnl Process this file with automake to produce src/Makefile.in
620
--- weblets/src/Makefile.in.orig	2010-05-05 22:47:22.000000000 +0300
621
+++ weblets/src/Makefile.in	2010-05-05 23:09:34.000000000 +0300
622
@@ -823,8 +823,7 @@
623
 
624
  #dnl Process this file with automake to produce Makefile.in
509
 	-std=c99\
625
 	-std=c99\
510
-	-Werror-implicit-function-declaration\
626
-	-Werror-implicit-function-declaration\
511
-	-O3
627
-	-O3
512
+	-Werror-implicit-function-declaration
628
+	-Werror-implicit-function-declaration
629
 
513
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
514
 # Otherwise a system limit (for SysV at least) may be exceeded.
631
 # Otherwise a system limit (for SysV at least) may be exceeded.
515
 .NOEXPORT:
632
--- wifi/src/Makefile.in.orig	2010-05-05 22:47:25.000000000 +0300
516
--- wifi/src/Makefile.in.orig	2010-02-03 22:45:07.000000000 +0200
633
+++ wifi/src/Makefile.in	2010-05-05 23:09:47.000000000 +0300
517
+++ wifi/src/Makefile.in	2010-02-03 22:45:16.000000000 +0200
634
@@ -480,10 +480,8 @@
518
@@ -508,8 +508,7 @@
519
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
635
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
520
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
636
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
521
 	-std=c99\
637
 	-std=c99\
Lines 523-533 Link Here
523
-	-O3
639
-	-O3
524
+	-Werror-implicit-function-declaration
640
+	-Werror-implicit-function-declaration
525
 
641
 
526
 #	-g -ggdb -W -Wall
642
-#	-g -ggdb -W -Wall
527
 libcd_wifi_la_LIBADD = \
643
 libcd_wifi_la_LIBADD = \
528
--- xfce-integration/src/Makefile.in.orig	2010-02-03 22:45:21.000000000 +0200
644
 	$(PACKAGE_LIBS) -lm
529
+++ xfce-integration/src/Makefile.in	2010-02-03 22:45:31.000000000 +0200
645
 
530
@@ -506,8 +506,7 @@
646
--- xfce-integration/src/Makefile.in.orig	2010-05-05 22:47:28.000000000 +0300
647
+++ xfce-integration/src/Makefile.in	2010-05-05 23:09:59.000000000 +0300
648
@@ -479,10 +479,8 @@
531
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
649
 	-DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
532
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
650
 	-DMY_APPLET_ICON_FILE=\""icon.png"\"\
533
 	-std=c99\
651
 	-std=c99\
Lines 535-539 Link Here
535
-	-O3
653
-	-O3
536
+	-Werror-implicit-function-declaration
654
+	-Werror-implicit-function-declaration
537
 
655
 
538
 #	-g -ggdb -W -Wall
656
-#	-g -ggdb -W -Wall
539
 libcd_xfce_integration_la_LIBADD = \
657
 libcd_xfce_integration_la_LIBADD = \
658
 	$(PACKAGE_LIBS)\
659
 	$(XFCE_INTEGRATION_LIBS)\
(-)cairo-dock-plugins/files/patch-tomboy (-22 lines)
Lines 1-22 Link Here
1
--- tomboy/src/tomboy-dbus.c.orig	2010-01-31 16:18:01.000000000 +0200
2
+++ tomboy/src/tomboy-dbus.c	2010-01-28 19:49:18.000000000 +0200
3
@@ -28,7 +28,7 @@
4
 
5
 static DBusGProxy *dbus_proxy_tomboy = NULL;
6
 
7
-extern struct tm *localtime_r (time_t *timer, struct tm *tp);
8
+//extern struct tm *localtime_r (time_t *timer, struct tm *tp);
9
 
10
 
11
 
12
--- tomboy/src/tomboy-draw.c.orig	2010-01-31 16:18:10.000000000 +0200
13
+++ tomboy/src/tomboy-draw.c	2010-01-28 19:48:00.000000000 +0200
14
@@ -113,7 +113,7 @@
15
 	}
16
 	else
17
 	{
18
-		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"));
19
+		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"));
20
 	}
21
 }
22
 
(-)cairo-dock-plugins/files/patch-tomboy-dbus (+11 lines)
Line 0 Link Here
1
--- tomboy/src/tomboy-dbus.c.orig	2010-05-05 19:17:17.000000000 +0300
2
+++ tomboy/src/tomboy-dbus.c	2010-05-05 19:17:21.000000000 +0300
3
@@ -28,7 +28,7 @@
4
 
5
 static DBusGProxy *dbus_proxy_tomboy = NULL;
6
 
7
-extern struct tm *localtime_r (time_t *timer, struct tm *tp);
8
+//extern struct tm *localtime_r (time_t *timer, struct tm *tp);
9
 
10
 
11
 
(-)cairo-dock-plugins/pkg-plist (-46 / +63 lines)
Lines 1-4 Link Here
1
lib/cairo-dock/libcd-Animated-icons.la
1
lib/cairo-dock/libcd-Animated-icons.la         
2
lib/cairo-dock/libcd-Animated-icons.so
2
lib/cairo-dock/libcd-Animated-icons.so
3
lib/cairo-dock/libcd-Cairo-Penguin.la
3
lib/cairo-dock/libcd-Cairo-Penguin.la
4
lib/cairo-dock/libcd-Cairo-Penguin.so
4
lib/cairo-dock/libcd-Cairo-Penguin.so
Lines 32-41 Link Here
32
lib/cairo-dock/libcd-icon-effect.so
32
lib/cairo-dock/libcd-icon-effect.so
33
lib/cairo-dock/libcd-illusion.la
33
lib/cairo-dock/libcd-illusion.la
34
lib/cairo-dock/libcd-illusion.so
34
lib/cairo-dock/libcd-illusion.so
35
lib/cairo-dock/libcd_kde-integration.la
36
lib/cairo-dock/libcd_kde-integration.so
35
%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.la
37
%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.la
36
%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so
38
%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so
37
lib/cairo-dock/libcd-logout.la
39
lib/cairo-dock/libcd-logout.la
38
lib/cairo-dock/libcd-logout.so
40
lib/cairo-dock/libcd-logout.so
41
lib/cairo-dock/libcd-mail.la
42
lib/cairo-dock/libcd-mail.so
39
lib/cairo-dock/libcd-motion_blur.la
43
lib/cairo-dock/libcd-motion_blur.la
40
lib/cairo-dock/libcd-motion_blur.so
44
lib/cairo-dock/libcd-motion_blur.so
41
lib/cairo-dock/libcd-musicPlayer.la
45
lib/cairo-dock/libcd-musicPlayer.la
Lines 48-57 Link Here
48
lib/cairo-dock/libcd-quick-browser.so
52
lib/cairo-dock/libcd-quick-browser.so
49
lib/cairo-dock/libcd-rendering.la
53
lib/cairo-dock/libcd-rendering.la
50
lib/cairo-dock/libcd-rendering.so
54
lib/cairo-dock/libcd-rendering.so
55
lib/cairo-dock/libcd-RSSreader.la
56
lib/cairo-dock/libcd-RSSreader.so
51
lib/cairo-dock/libcd-shortcuts.la
57
lib/cairo-dock/libcd-shortcuts.la
52
lib/cairo-dock/libcd-shortcuts.so
58
lib/cairo-dock/libcd-shortcuts.so
53
lib/cairo-dock/libcd-showDesklets.la
54
lib/cairo-dock/libcd-showDesklets.so
55
lib/cairo-dock/libcd-showDesktop.la
59
lib/cairo-dock/libcd-showDesktop.la
56
lib/cairo-dock/libcd-showDesktop.so
60
lib/cairo-dock/libcd-showDesktop.so
57
lib/cairo-dock/libcd-show_mouse.la
61
lib/cairo-dock/libcd-show_mouse.la
Lines 78-84 Link Here
78
lib/cairo-dock/libcd_gnome-integration.so
82
lib/cairo-dock/libcd_gnome-integration.so
79
%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.la
83
%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.la
80
%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so
84
%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so
81
share/locale/en_GB/LC_MESSAGES/cairo-dock-plugins.mo
82
share/locale/fr/LC_MESSAGES/cairo-dock-plugins.mo
85
share/locale/fr/LC_MESSAGES/cairo-dock-plugins.mo
83
share/locale/it/LC_MESSAGES/cairo-dock-plugins.mo
86
share/locale/it/LC_MESSAGES/cairo-dock-plugins.mo
84
share/locale/ja/LC_MESSAGES/cairo-dock-plugins.mo
87
share/locale/ja/LC_MESSAGES/cairo-dock-plugins.mo
Lines 88-106 Link Here
88
share/locale/ru/LC_MESSAGES/cairo-dock-plugins.mo
91
share/locale/ru/LC_MESSAGES/cairo-dock-plugins.mo
89
share/locale/sv/LC_MESSAGES/cairo-dock-plugins.mo
92
share/locale/sv/LC_MESSAGES/cairo-dock-plugins.mo
90
share/locale/zh_CN/LC_MESSAGES/cairo-dock-plugins.mo
93
share/locale/zh_CN/LC_MESSAGES/cairo-dock-plugins.mo
94
share/locale/cs/LC_MESSAGES/cairo-dock-plugins.mo
95
share/locale/de/LC_MESSAGES/cairo-dock-plugins.mo
96
share/locale/en/LC_MESSAGES/cairo-dock-plugins.mo
97
share/locale/es/LC_MESSAGES/cairo-dock-plugins.mo
98
share/locale/hu/LC_MESSAGES/cairo-dock-plugins.mo
99
share/locale/uk/LC_MESSAGES/cairo-dock-plugins.mo
100
share/locale/zh_TW/LC_MESSAGES/cairo-dock-plugins.mo
91
%%DATADIR%%/plug-ins/Animated-icons/Animated-icons.conf
101
%%DATADIR%%/plug-ins/Animated-icons/Animated-icons.conf
92
%%DATADIR%%/plug-ins/Animated-icons/preview.png
102
%%DATADIR%%/plug-ins/Animated-icons/preview.jpg
93
%%DATADIR%%/plug-ins/Animated-icons/icon.svg
103
%%DATADIR%%/plug-ins/Animated-icons/icon.svg
94
%%DATADIR%%/plug-ins/Animated-icons/texture-chrome.png
104
%%DATADIR%%/plug-ins/Animated-icons/texture-chrome.png
95
%%DATADIR%%/plug-ins/Animated-icons/icon-rotation.png
105
%%DATADIR%%/plug-ins/Animated-icons/icon-rotation.png
96
%%DATADIR%%/plug-ins/Animated-icons/spot.png
106
%%DATADIR%%/plug-ins/Animated-icons/spot.png
97
%%DATADIR%%/plug-ins/Animated-icons/halo.png
107
%%DATADIR%%/plug-ins/Animated-icons/halo.png
98
%%DATADIR%%/plug-ins/Animated-icons/spot-front2.png
99
%%DATADIR%%/plug-ins/Animated-icons/ray.png
108
%%DATADIR%%/plug-ins/Animated-icons/ray.png
100
%%DATADIR%%/plug-ins/Animated-icons/icon-wave.png
109
%%DATADIR%%/plug-ins/Animated-icons/icon-wave.png
101
%%DATADIR%%/plug-ins/Cairo-Penguin/Cairo-Penguin.conf
110
%%DATADIR%%/plug-ins/Cairo-Penguin/Cairo-Penguin.conf
102
%%DATADIR%%/plug-ins/Cairo-Penguin/preview.png
103
%%DATADIR%%/plug-ins/Cairo-Penguin/icon.png
111
%%DATADIR%%/plug-ins/Cairo-Penguin/icon.png
112
%%DATADIR%%/plug-ins/Cairo-Penguin/preview.jpg
104
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/theme.conf
113
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/theme.conf
105
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/readme
114
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/readme
106
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/basher.png
115
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/basher.png
Lines 125-132 Link Here
125
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/sitter.png
134
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/sitter.png
126
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/xmas-walker.png
135
%%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic/xmas-walker.png
127
%%DATADIR%%/plug-ins/Clipper/Clipper.conf
136
%%DATADIR%%/plug-ins/Clipper/Clipper.conf
128
%%DATADIR%%/plug-ins/Clipper/preview.png
129
%%DATADIR%%/plug-ins/Clipper/icon.svg
137
%%DATADIR%%/plug-ins/Clipper/icon.svg
138
%%DATADIR%%/plug-ins/Clipper/preview.jpg
130
%%DATADIR%%/plug-ins/Clipper/Clipper-actions-gnome.conf
139
%%DATADIR%%/plug-ins/Clipper/Clipper-actions-gnome.conf
131
%%DATADIR%%/plug-ins/Clipper/Clipper-actions-xfce.conf
140
%%DATADIR%%/plug-ins/Clipper/Clipper-actions-xfce.conf
132
%%DATADIR%%/plug-ins/Clipper/Clipper-actions-kde.conf
141
%%DATADIR%%/plug-ins/Clipper/Clipper-actions-kde.conf
Lines 157-163 Link Here
157
%%DATADIR%%/plug-ins/compiz-icon/compiz
166
%%DATADIR%%/plug-ins/compiz-icon/compiz
158
%%DATADIR%%/plug-ins/compiz-icon/compiz-kill
167
%%DATADIR%%/plug-ins/compiz-icon/compiz-kill
159
%%DATADIR%%/plug-ins/compiz-icon/compiz-icon.conf
168
%%DATADIR%%/plug-ins/compiz-icon/compiz-icon.conf
160
%%DATADIR%%/plug-ins/compiz-icon/preview.png
161
%%DATADIR%%/plug-ins/compiz-icon/default.svg
169
%%DATADIR%%/plug-ins/compiz-icon/default.svg
162
%%DATADIR%%/plug-ins/compiz-icon/broken.svg
170
%%DATADIR%%/plug-ins/compiz-icon/broken.svg
163
%%DATADIR%%/plug-ins/compiz-icon/other.svg
171
%%DATADIR%%/plug-ins/compiz-icon/other.svg
Lines 167-172 Link Here
167
%%DATADIR%%/plug-ins/compiz-icon/3.svg
175
%%DATADIR%%/plug-ins/compiz-icon/3.svg
168
%%DATADIR%%/plug-ins/compiz-icon/4.svg
176
%%DATADIR%%/plug-ins/compiz-icon/4.svg
169
%%DATADIR%%/plug-ins/compiz-icon/icon.png
177
%%DATADIR%%/plug-ins/compiz-icon/icon.png
178
%%DATADIR%%/plug-ins/compiz-icon/preview.jpg
170
%%DATADIR%%/plug-ins/Dbus/Dbus.conf
179
%%DATADIR%%/plug-ins/Dbus/Dbus.conf
171
%%DATADIR%%/plug-ins/Dbus/icon.svg
180
%%DATADIR%%/plug-ins/Dbus/icon.svg
172
%%DATADIR%%/plug-ins/desklet-rendering/icon.svg
181
%%DATADIR%%/plug-ins/desklet-rendering/icon.svg
Lines 183-202 Link Here
183
%%DATADIR%%/plug-ins/desklet-rendering/clear-bg.svg
192
%%DATADIR%%/plug-ins/desklet-rendering/clear-bg.svg
184
%%DATADIR%%/plug-ins/desklet-rendering/board.png
193
%%DATADIR%%/plug-ins/desklet-rendering/board.png
185
%%DATADIR%%/plug-ins/dialog-rendering/dialog-rendering.conf
194
%%DATADIR%%/plug-ins/dialog-rendering/dialog-rendering.conf
186
%%DATADIR%%/plug-ins/dialog-rendering/preview.png
187
%%DATADIR%%/plug-ins/dialog-rendering/icon.svg
195
%%DATADIR%%/plug-ins/dialog-rendering/icon.svg
188
%%DATADIR%%/plug-ins/dnd2share/upload2free.sh
196
%%DATADIR%%/plug-ins/dnd2share/upload2free.sh
189
%%DATADIR%%/plug-ins/dnd2share/dnd2share.conf
197
%%DATADIR%%/plug-ins/dnd2share/dnd2share.conf
190
%%DATADIR%%/plug-ins/dnd2share/readme
198
%%DATADIR%%/plug-ins/dnd2share/readme
191
%%DATADIR%%/plug-ins/dnd2share/preview.png
192
%%DATADIR%%/plug-ins/dnd2share/icon.png
199
%%DATADIR%%/plug-ins/dnd2share/icon.png
200
%%DATADIR%%/plug-ins/dnd2share/preview.jpg
193
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/GMenu.conf
201
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/GMenu.conf
194
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon-recent.png
202
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon-recent.png
195
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon.svg
203
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/icon.svg
196
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/preview.png
204
%%GMENU%%%%DATADIR%%/plug-ins/GMenu/preview.jpg
197
%%DATADIR%%/plug-ins/drop-indicator/drop_indicator.conf
205
%%DATADIR%%/plug-ins/drop-indicator/drop_indicator.conf
198
%%DATADIR%%/plug-ins/drop-indicator/preview.png
199
%%DATADIR%%/plug-ins/drop-indicator/icon.svg
206
%%DATADIR%%/plug-ins/drop-indicator/icon.svg
207
%%DATADIR%%/plug-ins/drop-indicator/preview.jpg
200
%%DATADIR%%/plug-ins/drop-indicator/default-drop-indicator.svg
208
%%DATADIR%%/plug-ins/drop-indicator/default-drop-indicator.svg
201
%%DATADIR%%/plug-ins/drop-indicator/default-hover-indicator.svg
209
%%DATADIR%%/plug-ins/drop-indicator/default-hover-indicator.svg
202
%%DATADIR%%/plug-ins/dustbin/dustbin.conf
210
%%DATADIR%%/plug-ins/dustbin/dustbin.conf
Lines 206-240 Link Here
206
%%DATADIR%%/plug-ins/dustbin/themes/default/trashcan_empty.svg
214
%%DATADIR%%/plug-ins/dustbin/themes/default/trashcan_empty.svg
207
%%DATADIR%%/plug-ins/gnome-integration/icon.png
215
%%DATADIR%%/plug-ins/gnome-integration/icon.png
208
%%DATADIR%%/plug-ins/icon-effect/icon-effect.conf
216
%%DATADIR%%/plug-ins/icon-effect/icon-effect.conf
209
%%DATADIR%%/plug-ins/icon-effect/preview.png
210
%%DATADIR%%/plug-ins/icon-effect/icon.png
217
%%DATADIR%%/plug-ins/icon-effect/icon.png
218
%%DATADIR%%/plug-ins/icon-effect/icon-firework.png
219
%%DATADIR%%/plug-ins/icon-effect/preview.jpg
211
%%DATADIR%%/plug-ins/icon-effect/star.png
220
%%DATADIR%%/plug-ins/icon-effect/star.png
212
%%DATADIR%%/plug-ins/icon-effect/snow.png
221
%%DATADIR%%/plug-ins/icon-effect/snow.png
213
%%DATADIR%%/plug-ins/icon-effect/rain.png
222
%%DATADIR%%/plug-ins/icon-effect/rain.png
214
%%DATADIR%%/plug-ins/icon-effect/icon-fire.svg
223
%%DATADIR%%/plug-ins/icon-effect/icon-fire.svg
215
%%DATADIR%%/plug-ins/icon-effect/icon-storm.png
224
%%DATADIR%%/plug-ins/icon-effect/icon-storm.png
216
%%DATADIR%%/plug-ins/illusion/illusion.conf
225
%%DATADIR%%/plug-ins/illusion/illusion.conf
217
%%DATADIR%%/plug-ins/illusion/preview.png
218
%%DATADIR%%/plug-ins/illusion/icon.svg
226
%%DATADIR%%/plug-ins/illusion/icon.svg
227
%%DATADIR%%/plug-ins/illusion/preview.jpg
219
%%DATADIR%%/plug-ins/illusion/icon-black-hole.svg
228
%%DATADIR%%/plug-ins/illusion/icon-black-hole.svg
220
%%DATADIR%%/plug-ins/illusion/icon-break.svg
229
%%DATADIR%%/plug-ins/illusion/icon-break.svg
221
%%DATADIR%%/plug-ins/illusion/icon-evaporate.svg
230
%%DATADIR%%/plug-ins/illusion/icon-evaporate.svg
222
%%DATADIR%%/plug-ins/illusion/icon-explode.svg
231
%%DATADIR%%/plug-ins/illusion/icon-explode.svg
223
%%DATADIR%%/plug-ins/illusion/icon-fade-out.svg
232
%%DATADIR%%/plug-ins/illusion/icon-fade-out.svg
224
%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/icon.svg
233
%%DATADIR%%/plug-ins/kde-integration/icon.png
225
%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/keyboard-indicator.conf
234
%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/keyboard-indicator.conf
226
%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/preview.png
235
%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/icon.png
236
%%KEYBOARD_INDICATOR%%%%DATADIR%%/plug-ins/keyboard-indicator/preview.jpg
227
%%DATADIR%%/plug-ins/logout/logout.conf
237
%%DATADIR%%/plug-ins/logout/logout.conf
228
%%DATADIR%%/plug-ins/logout/preview.png
229
%%DATADIR%%/plug-ins/logout/icon.svg
238
%%DATADIR%%/plug-ins/logout/icon.svg
230
%%DATADIR%%/plug-ins/logout/icon-scheduling.png
239
%%DATADIR%%/plug-ins/logout/icon-scheduling.png
240
%%DATADIR%%/plug-ins/mail/preview.jpg
241
%%DATADIR%%/plug-ins/mail/cd_mail_icon.png
242
%%DATADIR%%/plug-ins/mail/cd_mail_newmail.svg
243
%%DATADIR%%/plug-ins/mail/cd_mail_nomail.svg
244
%%DATADIR%%/plug-ins/mail/mail.conf
245
%%DATADIR%%/plug-ins/mail/themes/Default/has_mail.svg
246
%%DATADIR%%/plug-ins/mail/themes/Default/new_mail_sound.wav
247
%%DATADIR%%/plug-ins/mail/themes/Default/no_mail.svg
231
%%DATADIR%%/plug-ins/motion-blur/motion_blur.conf
248
%%DATADIR%%/plug-ins/motion-blur/motion_blur.conf
232
%%DATADIR%%/plug-ins/motion-blur/preview.png
233
%%DATADIR%%/plug-ins/motion-blur/icon.png
249
%%DATADIR%%/plug-ins/motion-blur/icon.png
234
%%DATADIR%%/plug-ins/musicPlayer/musicPlayer.conf
250
%%DATADIR%%/plug-ins/musicPlayer/musicPlayer.conf
235
%%DATADIR%%/plug-ins/musicPlayer/broken.svg
251
%%DATADIR%%/plug-ins/musicPlayer/broken.svg
236
%%DATADIR%%/plug-ins/musicPlayer/pause.svg
252
%%DATADIR%%/plug-ins/musicPlayer/pause.svg
237
%%DATADIR%%/plug-ins/musicPlayer/play.svg
253
%%DATADIR%%/plug-ins/musicPlayer/play.svg
254
%%DATADIR%%/plug-ins/musicPlayer/preview.jpg
238
%%DATADIR%%/plug-ins/musicPlayer/stop.svg
255
%%DATADIR%%/plug-ins/musicPlayer/stop.svg
239
%%DATADIR%%/plug-ins/musicPlayer/default.svg
256
%%DATADIR%%/plug-ins/musicPlayer/default.svg
240
%%DATADIR%%/plug-ins/musicPlayer/broken.jpg
257
%%DATADIR%%/plug-ins/musicPlayer/broken.jpg
Lines 246-252 Link Here
246
%%DATADIR%%/plug-ins/musicPlayer/1.svg
263
%%DATADIR%%/plug-ins/musicPlayer/1.svg
247
%%DATADIR%%/plug-ins/musicPlayer/2.svg
264
%%DATADIR%%/plug-ins/musicPlayer/2.svg
248
%%DATADIR%%/plug-ins/musicPlayer/3.svg
265
%%DATADIR%%/plug-ins/musicPlayer/3.svg
249
%%DATADIR%%/plug-ins/musicPlayer/preview.png
250
%%DATADIR%%/plug-ins/musicPlayer/icon.png
266
%%DATADIR%%/plug-ins/musicPlayer/icon.png
251
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/readme
267
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/readme
252
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/preview
268
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/preview
Lines 254-262 Link Here
254
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/reflect.svg
270
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/reflect.svg
255
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/theme.conf
271
%%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple/theme.conf
256
%%DATADIR%%/plug-ins/netspeed/netspeed.conf
272
%%DATADIR%%/plug-ins/netspeed/netspeed.conf
257
%%DATADIR%%/plug-ins/netspeed/preview.png
258
%%DATADIR%%/plug-ins/netspeed/default.png
273
%%DATADIR%%/plug-ins/netspeed/default.png
259
%%DATADIR%%/plug-ins/netspeed/icon.png
274
%%DATADIR%%/plug-ins/netspeed/icon.png
275
%%DATADIR%%/plug-ins/netspeed/preview.jpg
260
%%DATADIR%%/plug-ins/netspeed/ok.png
276
%%DATADIR%%/plug-ins/netspeed/ok.png
261
%%DATADIR%%/plug-ins/netspeed/unknown.png
277
%%DATADIR%%/plug-ins/netspeed/unknown.png
262
%%DATADIR%%/plug-ins/netspeed/bad.png
278
%%DATADIR%%/plug-ins/netspeed/bad.png
Lines 265-275 Link Here
265
%%DATADIR%%/plug-ins/powermanager/default-battery.svg
281
%%DATADIR%%/plug-ins/powermanager/default-battery.svg
266
%%DATADIR%%/plug-ins/powermanager/default-charge.svg
282
%%DATADIR%%/plug-ins/powermanager/default-charge.svg
267
%%DATADIR%%/plug-ins/powermanager/powermanager.conf
283
%%DATADIR%%/plug-ins/powermanager/powermanager.conf
268
%%DATADIR%%/plug-ins/powermanager/preview.png
269
%%DATADIR%%/plug-ins/powermanager/icon.png
284
%%DATADIR%%/plug-ins/powermanager/icon.png
285
%%DATADIR%%/plug-ins/powermanager/charge.svg
286
%%DATADIR%%/plug-ins/powermanager/preview.jpg
270
%%DATADIR%%/plug-ins/quick_browser/quick-browser.conf
287
%%DATADIR%%/plug-ins/quick_browser/quick-browser.conf
271
%%DATADIR%%/plug-ins/quick_browser/preview.png
272
%%DATADIR%%/plug-ins/quick_browser/icon.svg
288
%%DATADIR%%/plug-ins/quick_browser/icon.svg
289
%%DATADIR%%/plug-ins/quick_browser/preview.jpg
273
%%DATADIR%%/plug-ins/rendering/rendering.conf
290
%%DATADIR%%/plug-ins/rendering/rendering.conf
274
%%DATADIR%%/plug-ins/rendering/icon.svg
291
%%DATADIR%%/plug-ins/rendering/icon.svg
275
%%DATADIR%%/plug-ins/rendering/preview-caroussel.jpg
292
%%DATADIR%%/plug-ins/rendering/preview-caroussel.jpg
Lines 286-330 Link Here
286
%%DATADIR%%/plug-ins/rendering/readme-diapo-view
303
%%DATADIR%%/plug-ins/rendering/readme-diapo-view
287
%%DATADIR%%/plug-ins/rendering/readme-parabolic-view
304
%%DATADIR%%/plug-ins/rendering/readme-parabolic-view
288
%%DATADIR%%/plug-ins/rendering/readme-rainbow-view
305
%%DATADIR%%/plug-ins/rendering/readme-rainbow-view
306
%%DATADIR%%/plug-ins/RSSreader/icon.svg
307
%%DATADIR%%/plug-ins/RSSreader/preview.jpg
308
%%DATADIR%%/plug-ins/RSSreader/RSSreader.conf
289
%%DATADIR%%/plug-ins/shortcuts/shortcuts.conf
309
%%DATADIR%%/plug-ins/shortcuts/shortcuts.conf
290
%%DATADIR%%/plug-ins/shortcuts/icon.png
310
%%DATADIR%%/plug-ins/shortcuts/icon.png
291
%%DATADIR%%/plug-ins/shortcuts/preview.png
311
%%DATADIR%%/plug-ins/shortcuts/preview.jpg
292
%%DATADIR%%/plug-ins/showDesklets/showDesklets.conf
293
%%DATADIR%%/plug-ins/showDesklets/preview.png
294
%%DATADIR%%/plug-ins/showDesklets/show-desklets.svg
295
%%DATADIR%%/plug-ins/showDesklets/hide-desklets.svg
296
%%DATADIR%%/plug-ins/showDesklets/icon.png
297
%%DATADIR%%/plug-ins/showDesktop/showDesktop.conf
312
%%DATADIR%%/plug-ins/showDesktop/showDesktop.conf
298
%%DATADIR%%/plug-ins/showDesktop/preview.png
299
%%DATADIR%%/plug-ins/showDesktop/icon.png
313
%%DATADIR%%/plug-ins/showDesktop/icon.png
314
%%DATADIR%%/plug-ins/showDesktop/icon-active.png
300
%%DATADIR%%/plug-ins/show_mouse/show_mouse.conf
315
%%DATADIR%%/plug-ins/show_mouse/show_mouse.conf
301
%%DATADIR%%/plug-ins/show_mouse/preview.png
302
%%DATADIR%%/plug-ins/show_mouse/icon.png
316
%%DATADIR%%/plug-ins/show_mouse/icon.png
317
%%DATADIR%%/plug-ins/show_mouse/preview.jpg
303
%%DATADIR%%/plug-ins/slider/slider.conf
318
%%DATADIR%%/plug-ins/slider/slider.conf
304
%%DATADIR%%/plug-ins/slider/preview.png
305
%%DATADIR%%/plug-ins/slider/icon.png
319
%%DATADIR%%/plug-ins/slider/icon.png
320
%%DATADIR%%/plug-ins/slider/preview.jpg
306
%%DATADIR%%/plug-ins/stack/stack.conf
321
%%DATADIR%%/plug-ins/stack/stack.conf
307
%%DATADIR%%/plug-ins/stack/preview.png
308
%%DATADIR%%/plug-ins/stack/icon.png
322
%%DATADIR%%/plug-ins/stack/icon.png
309
%%DATADIR%%/plug-ins/stack/default-icon.png
323
%%DATADIR%%/plug-ins/stack/preview.jpg
310
%%DATADIR%%/plug-ins/stack/text-icon.svg
324
%%DATADIR%%/plug-ins/stack/text-icon.svg
311
%%DATADIR%%/plug-ins/stack/url-icon.svg
325
%%DATADIR%%/plug-ins/stack/url-icon.svg
312
%%DATADIR%%/plug-ins/switcher/broken.svg
326
%%DATADIR%%/plug-ins/switcher/broken.svg
313
%%DATADIR%%/plug-ins/switcher/default.svg
327
%%DATADIR%%/plug-ins/switcher/default.svg
328
%%DATADIR%%/plug-ins/switcher/preview.jpg
314
%%DATADIR%%/plug-ins/switcher/workspaces.svg
329
%%DATADIR%%/plug-ins/switcher/workspaces.svg
315
%%DATADIR%%/plug-ins/switcher/preview.png
316
%%DATADIR%%/plug-ins/switcher/switcher.conf
330
%%DATADIR%%/plug-ins/switcher/switcher.conf
317
%%DATADIR%%/plug-ins/System-monitor/nvidia-config
331
%%DATADIR%%/plug-ins/System-monitor/nvidia-config
318
%%DATADIR%%/plug-ins/System-monitor/System-Monitor.conf
332
%%DATADIR%%/plug-ins/System-monitor/System-Monitor.conf
319
%%DATADIR%%/plug-ins/System-monitor/preview.png
320
%%DATADIR%%/plug-ins/System-monitor/icon.png
333
%%DATADIR%%/plug-ins/System-monitor/icon.png
334
%%DATADIR%%/plug-ins/System-monitor/preview.jpg
321
%%DATADIR%%/plug-ins/System-monitor/button-cpu.png
335
%%DATADIR%%/plug-ins/System-monitor/button-cpu.png
322
%%DATADIR%%/plug-ins/System-monitor/button-ram.png
336
%%DATADIR%%/plug-ins/System-monitor/button-ram.png
323
%%DATADIR%%/plug-ins/systray/systray.conf
337
%%DATADIR%%/plug-ins/systray/systray.conf
324
%%DATADIR%%/plug-ins/systray/preview.png
325
%%DATADIR%%/plug-ins/systray/icon.png
338
%%DATADIR%%/plug-ins/systray/icon.png
339
%%DATADIR%%/plug-ins/systray/preview.jpg
326
%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/icon.png
340
%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/icon.png
327
%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/preview.png
341
%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/preview.jpg
328
%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/terminal.conf
342
%%TERMINAL%%%%DATADIR%%/plug-ins/terminal/terminal.conf
329
%%DATADIR%%/plug-ins/tomboy/default.svg
343
%%DATADIR%%/plug-ins/tomboy/default.svg
330
%%DATADIR%%/plug-ins/tomboy/close.svg
344
%%DATADIR%%/plug-ins/tomboy/close.svg
Lines 332-350 Link Here
332
%%DATADIR%%/plug-ins/tomboy/note.svg
346
%%DATADIR%%/plug-ins/tomboy/note.svg
333
%%DATADIR%%/plug-ins/tomboy/tomboy.conf
347
%%DATADIR%%/plug-ins/tomboy/tomboy.conf
334
%%DATADIR%%/plug-ins/tomboy/icon.png
348
%%DATADIR%%/plug-ins/tomboy/icon.png
335
%%DATADIR%%/plug-ins/tomboy/preview.png
349
%%DATADIR%%/plug-ins/tomboy/preview.jpg
336
%%DATADIR%%/plug-ins/Toons/Toons.conf
350
%%DATADIR%%/plug-ins/Toons/Toons.conf
351
%%DATADIR%%/plug-ins/Toons/icon.png
337
%%DATADIR%%/plug-ins/Toons/preview.jpg
352
%%DATADIR%%/plug-ins/Toons/preview.jpg
338
%%DATADIR%%/plug-ins/Toons/icon.svg
339
%%DATADIR%%/plug-ins/Toons/themes/Classic/theme.conf
353
%%DATADIR%%/plug-ins/Toons/themes/Classic/theme.conf
340
%%DATADIR%%/plug-ins/Toons/themes/Classic/readme
354
%%DATADIR%%/plug-ins/Toons/themes/Classic/readme
341
%%DATADIR%%/plug-ins/Toons/themes/Classic/toon.svg
355
%%DATADIR%%/plug-ins/Toons/themes/Classic/toon.svg
342
%%DATADIR%%/plug-ins/Toons/themes/Classic/pupil.svg
356
%%DATADIR%%/plug-ins/Toons/themes/Classic/pupil.svg
343
%%DATADIR%%/plug-ins/Toons/themes/Classic/eyelid.svg
357
%%DATADIR%%/plug-ins/Toons/themes/Classic/eyelid.svg
344
%%DATADIR%%/plug-ins/weather/weather.conf
358
%%DATADIR%%/plug-ins/weather/weather.conf
345
%%DATADIR%%/plug-ins/weather/preview.png
346
%%DATADIR%%/plug-ins/weather/broken.png
359
%%DATADIR%%/plug-ins/weather/broken.png
347
%%DATADIR%%/plug-ins/weather/icon.png
360
%%DATADIR%%/plug-ins/weather/icon.png
361
%%DATADIR%%/plug-ins/weather/preview.jpg
348
%%DATADIR%%/plug-ins/weather/themes/Classic/0.png
362
%%DATADIR%%/plug-ins/weather/themes/Classic/0.png
349
%%DATADIR%%/plug-ins/weather/themes/Classic/1.png
363
%%DATADIR%%/plug-ins/weather/themes/Classic/1.png
350
%%DATADIR%%/plug-ins/weather/themes/Classic/2.png
364
%%DATADIR%%/plug-ins/weather/themes/Classic/2.png
Lines 397-407 Link Here
397
%%DATADIR%%/plug-ins/weather/themes/Classic/preview
411
%%DATADIR%%/plug-ins/weather/themes/Classic/preview
398
%%DATADIR%%/plug-ins/weather/themes/Classic/readme
412
%%DATADIR%%/plug-ins/weather/themes/Classic/readme
399
%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/icon.png
413
%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/icon.png
400
%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/preview.png
414
%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/preview.jpg
401
%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/weblets.conf
415
%%WEBLETS%%%%DATADIR%%/plug-ins/weblets/weblets.conf
402
%%DATADIR%%/plug-ins/wifi/wifi
416
%%DATADIR%%/plug-ins/wifi/wifi
403
%%DATADIR%%/plug-ins/wifi/wifi.conf
417
%%DATADIR%%/plug-ins/wifi/wifi.conf
404
%%DATADIR%%/plug-ins/wifi/preview.png
405
%%DATADIR%%/plug-ins/wifi/link-0.svg
418
%%DATADIR%%/plug-ins/wifi/link-0.svg
406
%%DATADIR%%/plug-ins/wifi/link-1.svg
419
%%DATADIR%%/plug-ins/wifi/link-1.svg
407
%%DATADIR%%/plug-ins/wifi/link-2.svg
420
%%DATADIR%%/plug-ins/wifi/link-2.svg
Lines 409-419 Link Here
409
%%DATADIR%%/plug-ins/wifi/link-4.svg
422
%%DATADIR%%/plug-ins/wifi/link-4.svg
410
%%DATADIR%%/plug-ins/wifi/link-5.svg
423
%%DATADIR%%/plug-ins/wifi/link-5.svg
411
%%DATADIR%%/plug-ins/wifi/icon.png
424
%%DATADIR%%/plug-ins/wifi/icon.png
412
425
%%DATADIR%%/plug-ins/wifi/preview.jpg
413
%%XFCE_INTEGRATION%%%%DATADIR%%/plug-ins/xfce-integration/icon.png
426
%%XFCE_INTEGRATION%%%%DATADIR%%/plug-ins/xfce-integration/icon.png
414
%%DATADIR%%/plug-ins/Xgamma/Xgamma.conf
427
%%DATADIR%%/plug-ins/Xgamma/Xgamma.conf
415
%%DATADIR%%/plug-ins/Xgamma/preview.png
416
%%DATADIR%%/plug-ins/Xgamma/icon.png
428
%%DATADIR%%/plug-ins/Xgamma/icon.png
429
%%DATADIR%%/plug-ins/Xgamma/preview.jpg
417
@dirrm %%DATADIR%%/plug-ins/Animated-icons
430
@dirrm %%DATADIR%%/plug-ins/Animated-icons
418
@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic
431
@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin/themes/Classic
419
@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin/themes
432
@dirrm %%DATADIR%%/plug-ins/Cairo-Penguin/themes
Lines 442-449 Link Here
442
@dirrm %%DATADIR%%/plug-ins/gnome-integration
455
@dirrm %%DATADIR%%/plug-ins/gnome-integration
443
@dirrm %%DATADIR%%/plug-ins/icon-effect
456
@dirrm %%DATADIR%%/plug-ins/icon-effect
444
@dirrm %%DATADIR%%/plug-ins/illusion
457
@dirrm %%DATADIR%%/plug-ins/illusion
458
@dirrm %%DATADIR%%/plug-ins/kde-integration
445
%%KEYBOARD_INDICATOR%%@dirrm %%DATADIR%%/plug-ins/keyboard-indicator
459
%%KEYBOARD_INDICATOR%%@dirrm %%DATADIR%%/plug-ins/keyboard-indicator
446
@dirrm %%DATADIR%%/plug-ins/logout
460
@dirrm %%DATADIR%%/plug-ins/logout
461
@dirrm %%DATADIR%%/plug-ins/mail/themes/Default
462
@dirrm %%DATADIR%%/plug-ins/mail/themes
463
@dirrm %%DATADIR%%/plug-ins/mail
447
@dirrm %%DATADIR%%/plug-ins/motion-blur
464
@dirrm %%DATADIR%%/plug-ins/motion-blur
448
@dirrm %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple
465
@dirrm %%DATADIR%%/plug-ins/musicPlayer/themes/cd_box_simple
449
@dirrm %%DATADIR%%/plug-ins/musicPlayer/themes
466
@dirrm %%DATADIR%%/plug-ins/musicPlayer/themes
Lines 451-459 Link Here
451
@dirrm %%DATADIR%%/plug-ins/netspeed
468
@dirrm %%DATADIR%%/plug-ins/netspeed
452
@dirrm %%DATADIR%%/plug-ins/powermanager
469
@dirrm %%DATADIR%%/plug-ins/powermanager
453
@dirrm %%DATADIR%%/plug-ins/quick_browser
470
@dirrm %%DATADIR%%/plug-ins/quick_browser
471
@dirrm %%DATADIR%%/plug-ins/RSSreader
454
@dirrm %%DATADIR%%/plug-ins/rendering
472
@dirrm %%DATADIR%%/plug-ins/rendering
455
@dirrm %%DATADIR%%/plug-ins/shortcuts
473
@dirrm %%DATADIR%%/plug-ins/shortcuts
456
@dirrm %%DATADIR%%/plug-ins/showDesklets
457
@dirrm %%DATADIR%%/plug-ins/showDesktop
474
@dirrm %%DATADIR%%/plug-ins/showDesktop
458
@dirrm %%DATADIR%%/plug-ins/show_mouse
475
@dirrm %%DATADIR%%/plug-ins/show_mouse
459
@dirrm %%DATADIR%%/plug-ins/slider
476
@dirrm %%DATADIR%%/plug-ins/slider

Return to bug 147274