]> git.pld-linux.org Git - packages/iceweasel.git/blob - iceweasel-packaging.patch
Merge branch 'master' of git://git.pld-linux.org/packages/iceweasel
[packages/iceweasel.git] / iceweasel-packaging.patch
1 --- iceweasel-17.0/mozilla/browser/installer/package-manifest.in.orig   2012-11-27 08:03:11.673587982 +0100
2 +++ iceweasel-17.0/mozilla/browser/installer/package-manifest.in        2012-11-27 08:31:24.343528272 +0100
3 @@ -49,34 +49,44 @@
4  #endif
5  
6  [xpcom]
7 +#ifndef LIBXUL_SDK
8  @BINPATH@/dependentlibs.list
9 +#endif
10  #ifdef XP_WIN32
11  @BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@
12  #endif
13 +#ifndef LIBXUL_SDK
14  @BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@
15 +#endif
16  #ifdef MOZ_SHARED_MOZGLUE
17  @BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@
18  #endif
19 +#ifndef LIBXUL_SDK
20  #ifndef MOZ_STATIC_JS
21  @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
22  #endif
23 +#endif
24  #ifndef MOZ_NATIVE_NSPR
25  @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
26  @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
27  @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
28  #endif
29 +#ifndef LIBXUL_SDK
30  @BINPATH@/@DLL_PREFIX@xpcom@DLL_SUFFIX@
31  #ifdef XP_MACOSX
32  @BINPATH@/XUL
33  #else
34  @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@
35  #endif
36 +#endif
37  #ifdef XP_MACOSX
38  @BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/
39  @BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@
40  #else
41 +#ifndef LIBXUL_SDK
42  @BINPATH@/@MOZ_CHILD_PROCESS_NAME@
43  #endif
44 +#endif
45  #ifdef XP_WIN32
46  #ifndef MOZ_DEBUG
47  #if MOZ_MSVC_REDIST == 1400
48 @@ -107,14 +117,18 @@
49  #ifndef XP_UNIX
50  @BINPATH@/@MOZ_APP_NAME@.exe
51  #else
52 +#ifndef LIBXUL_SDK
53  @BINPATH@/@MOZ_APP_NAME@-bin
54 +#endif
55  @BINPATH@/@MOZ_APP_NAME@
56  #endif
57  @BINPATH@/application.ini
58  #ifdef MOZ_UPDATER
59  @BINPATH@/update-settings.ini
60  #endif
61 +#ifndef LIBXUL_SDK
62  @BINPATH@/platform.ini
63 +#endif
64  #ifndef XP_OS2
65  #ifndef MOZ_NATIVE_SQLITE
66  @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
67 @@ -126,13 +140,16 @@
68  @BINPATH@/blocklist.xml
69  #ifdef XP_UNIX
70  #ifndef XP_MACOSX
71 +#ifndef LIBXUL_SDK
72  @BINPATH@/run-mozilla.sh
73  @BINPATH@/mozilla-xremote-client
74  #endif
75  #endif
76 +#endif
77  
78  ; [Components]
79  @BINPATH@/components/components.manifest
80 +#ifndef LIBXUL_SDK
81  @BINPATH@/components/alerts.xpt
82  #ifdef ACCESSIBILITY
83  #ifdef XP_WIN32
84 @@ -144,8 +161,11 @@
85  @BINPATH@/components/appstartup.xpt
86  @BINPATH@/components/autocomplete.xpt
87  @BINPATH@/components/autoconfig.xpt
88 +#endif
89  @BINPATH@/components/browsercompsbase.xpt
90  @BINPATH@/components/browser-feeds.xpt
91 +@BINPATH@/components/browser.xpt
92 +#ifndef LIBXUL_SDK
93  @BINPATH@/components/caps.xpt
94  @BINPATH@/components/chrome.xpt
95  @BINPATH@/components/commandhandler.xpt
96 @@ -219,7 +238,9 @@
97  @BINPATH@/components/filepicker.xpt
98  #endif
99  @BINPATH@/components/find.xpt
100 +#endif
101  @BINPATH@/components/fuel.xpt
102 +#ifndef LIBXUL_SDK
103  @BINPATH@/components/gfx.xpt
104  @BINPATH@/components/html5.xpt
105  @BINPATH@/components/htmlparser.xpt
106 @@ -243,7 +264,9 @@
107  @BINPATH@/components/layout_xul.xpt
108  @BINPATH@/components/locale.xpt
109  @BINPATH@/components/lwbrk.xpt
110 +#endif
111  @BINPATH@/components/migration.xpt
112 +#ifndef LIBXUL_SDK
113  @BINPATH@/components/mimetype.xpt
114  @BINPATH@/components/mozfind.xpt
115  @BINPATH@/components/necko_about.xpt
116 @@ -275,9 +298,13 @@
117  @BINPATH@/components/rdf.xpt
118  @BINPATH@/components/satchel.xpt
119  @BINPATH@/components/saxparser.xpt
120 +#endif
121  @BINPATH@/components/sessionstore.xpt
122 +#ifndef LIBXUL_SDK
123  @BINPATH@/components/services-crypto-component.xpt
124 +#endif
125  @BINPATH@/components/shellservice.xpt
126 +#ifndef LIBXUL_SDK
127  @BINPATH@/components/shistory.xpt
128  @BINPATH@/components/spellchecker.xpt
129  @BINPATH@/components/storage.xpt
130 @@ -322,6 +349,7 @@
131  @BINPATH@/components/BrowserElementParent.js
132  @BINPATH@/components/FeedProcessor.manifest
133  @BINPATH@/components/FeedProcessor.js
134 +#endif
135  @BINPATH@/components/BrowserFeeds.manifest
136  @BINPATH@/components/FeedConverter.js
137  @BINPATH@/components/FeedWriter.js
138 @@ -340,6 +368,7 @@
139  @BINPATH@/components/nsPrivateBrowsingService.manifest
140  @BINPATH@/components/nsPrivateBrowsingService.js
141  #endif
142 +#ifndef LIBXUL_SDK
143  @BINPATH@/components/SiteSpecificUserAgent.js
144  @BINPATH@/components/SiteSpecificUserAgent.manifest
145  @BINPATH@/components/toolkitsearch.manifest
146 @@ -368,31 +397,39 @@
147  @BINPATH@/components/NetworkGeolocationProvider.js
148  @BINPATH@/components/GPSDGeolocationProvider.manifest
149  @BINPATH@/components/GPSDGeolocationProvider.js
150 +#endif
151  @BINPATH@/components/nsSidebar.manifest
152  @BINPATH@/components/nsSidebar.js
153 +#ifndef LIBXUL_SDK
154  @BINPATH@/components/extensions.manifest
155  @BINPATH@/components/addonManager.js
156  @BINPATH@/components/amContentHandler.js
157  @BINPATH@/components/amWebInstallListener.js
158  @BINPATH@/components/nsBlocklistService.js
159 +#endif
160  #ifdef MOZ_UPDATER
161  @BINPATH@/components/nsUpdateService.manifest
162  @BINPATH@/components/nsUpdateService.js
163  @BINPATH@/components/nsUpdateServiceStub.js
164  #endif
165 +#ifndef LIBXUL_SDK
166  @BINPATH@/components/nsUpdateTimerManager.manifest
167  @BINPATH@/components/nsUpdateTimerManager.js
168  @BINPATH@/components/pluginGlue.manifest
169 +#endif
170  @BINPATH@/components/nsSessionStore.manifest
171  @BINPATH@/components/nsSessionStartup.js
172  @BINPATH@/components/nsSessionStore.js
173 +#ifndef LIBXUL_SDK
174  @BINPATH@/components/nsURLFormatter.manifest
175  @BINPATH@/components/nsURLFormatter.js
176 +#endif
177  #ifndef XP_OS2
178  @BINPATH@/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@
179  #else
180  @BINPATH@/components/brwsrcmp@DLL_SUFFIX@
181  #endif
182 +#ifndef LIBXUL_SDK
183  @BINPATH@/components/txEXSLTRegExFunctions.manifest
184  @BINPATH@/components/txEXSLTRegExFunctions.js
185  @BINPATH@/components/toolkitplaces.manifest
186 @@ -401,10 +438,14 @@
187  @BINPATH@/components/nsPlacesAutoComplete.manifest
188  @BINPATH@/components/nsPlacesAutoComplete.js
189  @BINPATH@/components/nsPlacesExpiration.js
190 +#endif
191  @BINPATH@/components/PlacesProtocolHandler.js
192 +#ifndef LIBXUL_SDK
193  @BINPATH@/components/PlacesCategoriesStarter.js
194  @BINPATH@/components/ColorAnalyzer.js
195 +#endif
196  @BINPATH@/components/PageThumbsProtocol.js
197 +#ifndef LIBXUL_SDK
198  @BINPATH@/components/nsDefaultCLH.manifest
199  @BINPATH@/components/nsDefaultCLH.js
200  @BINPATH@/components/nsContentPrefService.manifest
201 @@ -425,6 +466,7 @@
202  @BINPATH@/components/contentSecurityPolicy.js
203  @BINPATH@/components/contentAreaDropListener.manifest
204  @BINPATH@/components/contentAreaDropListener.js
205 +#endif
206  #ifdef MOZ_B2G_RIL
207  @BINPATH@/components/RadioInterfaceLayer.manifest
208  @BINPATH@/components/RadioInterfaceLayer.js
209 @@ -450,6 +492,7 @@
210  @BINPATH@/components/SafariProfileMigrator.js
211  @BINPATH@/components/libalerts.dylib
212  #endif
213 +#ifndef LIBXUL_SDK
214  #ifdef MOZ_ENABLE_DBUS
215  @BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@
216  #endif
217 @@ -457,6 +500,7 @@
218  @BINPATH@/components/AitcComponents.manifest
219  @BINPATH@/components/Aitc.js
220  #endif
221 +#endif
222  #ifdef MOZ_DATA_REPORTING
223  @BINPATH@/components/DataReporting.manifest
224  @BINPATH@/components/DataReportingService.js
225 @@ -468,6 +512,7 @@
226  #ifdef MOZ_SERVICES_HEALTHREPORT
227  @BINPATH@/components/HealthReportComponents.manifest
228  #endif
229 +#ifndef LIBXUL_SDK
230  #ifdef MOZ_SERVICES_SYNC
231  @BINPATH@/components/SyncComponents.manifest
232  @BINPATH@/components/Weave.js
233 @@ -488,11 +533,14 @@
234  @BINPATH@/components/AlarmsManager.manifest
235  @BINPATH@/components/TCPSocket.js
236  @BINPATH@/components/TCPSocket.manifest
237 +#endif
238  
239 +#ifndef LIBXUL_SDK
240  #ifdef MOZ_WEBRTC
241  @BINPATH@/components/PeerConnection.js
242  @BINPATH@/components/PeerConnection.manifest
243  #endif
244 +#endif
245  
246  #ifdef ENABLE_MARIONETTE
247  @BINPATH@/chrome/marionette@JAREXT@
248 @@ -499,6 +545,7 @@
249  ; Modules
250  @BINPATH@/modules/*
251  
252 +#ifndef LIBXUL_SDK
253  ; Safe Browsing
254  #ifdef MOZ_URL_CLASSIFIER
255  @BINPATH@/components/nsURLClassifier.manifest
256 @@ -512,6 +559,7 @@
257  #ifdef MOZ_ENABLE_GNOME_COMPONENT
258  @BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@
259  #endif
260 +#endif
261  
262  ; ANGLE GLES-on-D3D rendering library
263  #ifdef MOZ_ANGLE_RENDERER
264 @@ -531,8 +579,10 @@
265  #ifdef SHIP_FEEDBACK
266  @BINPATH@/distribution/extensions/testpilot@labs.mozilla.com.xpi
267  #endif
268 +#ifndef LIBXUL_SDK
269  @BINPATH@/chrome/toolkit@JAREXT@
270  @BINPATH@/chrome/toolkit.manifest
271 +#endif
272  #ifdef MOZ_GTK2
273  @BINPATH@/chrome/icons/default/default16.png
274  @BINPATH@/chrome/icons/default/default32.png
275 @@ -560,14 +610,14 @@
276  
277  ; [Default Preferences]
278  ; All the pref files must be part of base to prevent migration bugs
279 +#ifndef LIBXUL_SDK
280  @BINPATH@/@PREF_DIR@/firefox.js
281  @BINPATH@/@PREF_DIR@/firefox-branding.js
282  @BINPATH@/greprefs.js
283  @BINPATH@/defaults/autoconfig/platform.js
284  @BINPATH@/defaults/autoconfig/prefcalls.js
285  @BINPATH@/defaults/profile/prefs.js
286  
287 -#ifndef LIBXUL_SDK
288  ; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
289  @BINPATH@/defaults/pref/channel-prefs.js
290  #else
291 @@ -566,15 +616,19 @@
292  #endif
293  
294  ; Services (gre) prefs
295 +#ifndef LIBXUL_SDK
296  #ifdef MOZ_SERVICES_AITC
297  @BINPATH@/defaults/pref/services-aitc.js
298  #endif
299 +#endif
300  #ifdef MOZ_SERVICES_NOTIFICATIONS
301  @BINPATH@/defaults/pref/services-notifications.js
302  #endif
303 +#ifndef LIBXUL_SDK
304  #ifdef MOZ_SERVICES_SYNC
305  @BINPATH@/defaults/pref/services-sync.js
306  #endif
307 +#endif
308  
309  ; [Layout Engine Resources]
310  ; Style Sheets, Graphics and other Resources used by the layout engine. 
311 @@ -573,6 +623,7 @@
312  
313  ; [Layout Engine Resources]
314  ; Style Sheets, Graphics and other Resources used by the layout engine. 
315 +#ifndef LIBXUL_SDK
316  @BINPATH@/res/EditorOverride.css
317  @BINPATH@/res/contenteditable.css
318  @BINPATH@/res/designmode.css
319 @@ -597,23 +648,28 @@
320  @BINPATH@/res/table-remove-row-hover.gif
321  @BINPATH@/res/table-remove-row.gif
322  @BINPATH@/res/grabber.gif
323 +#endif
324  #ifdef XP_MACOSX
325  @BINPATH@/res/cursors/*
326  #endif
327  @BINPATH@/res/fonts/*
328  @BINPATH@/res/dtd/*
329  @BINPATH@/res/html/*
330 +#ifndef LIBXUL_SDK
331  @BINPATH@/res/langGroups.properties
332  @BINPATH@/res/language.properties
333 +#endif
334  @BINPATH@/res/entityTables/*
335  #ifdef XP_MACOSX
336  @BINPATH@/res/MainMenu.nib/
337  #endif
338  
339  ; svg
340 +#ifndef LIBXUL_SDK
341  @BINPATH@/res/svg.css
342  @BINPATH@/components/dom_svg.xpt
343  @BINPATH@/components/dom_smil.xpt
344 +#endif
345  
346  ; [Personal Security Manager]
347  ;
348 @@ -632,11 +688,13 @@
349  @BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@
350  @BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@
351  #endif
352 +#ifndef LIBXUL_SDK
353  @BINPATH@/chrome/pippki@JAREXT@
354  @BINPATH@/chrome/pippki.manifest
355  @BINPATH@/components/pipboot.xpt
356  @BINPATH@/components/pipnss.xpt
357  @BINPATH@/components/pippki.xpt
358 +#endif
359  
360  ; for Solaris SPARC
361  #ifdef SOLARIS
362 --- iceweasel-20.0.1/mozilla/browser/installer/removed-files.in~        2013-04-10 05:01:20.000000000 +0200
363 +++ iceweasel-20.0.1/mozilla/browser/installer/removed-files.in 2013-04-18 12:30:31.839633055 +0200
364 @@ -884,7 +884,6 @@
365    components/addonManager.js
366    components/amContentHandler.js
367    components/amWebInstallListener.js
368 -  components/browser.xpt
369    components/BrowserElementParent.js
370    components/BrowserElementParent.manifest
371    components/BrowserElementPromptService.jsm
This page took 0.09838 seconds and 3 git commands to generate.