--- bluegorilla.old/mail/installer/package-manifest.in +++ bluegorilla/mail/installer/package-manifest.in @@ -74,6 +74,11 @@ #ifdef MOZ_DMD @BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@ #endif +#ifndef MOZ_SYSTEM_HUNSPELL +#ifndef XP_SOLARIS +@BINPATH@/@DLL_PREFIX@hunspell@DLL_SUFFIX@ +#endif +#endif #ifndef MOZ_SYSTEM_NSPR #ifndef MOZ_FOLD_LIBS @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ @@ -353,7 +358,6 @@ @RESPATH@/components/directory.xpt @RESPATH@/components/docshell.xpt @RESPATH@/components/dom.xpt -@RESPATH@/components/dom_apps.xpt @RESPATH@/components/dom_base.xpt @RESPATH@/components/dom_bindings.xpt @RESPATH@/components/dom_system.xpt @@ -614,8 +618,6 @@ @RESPATH@/components/messageWakeupService.manifest @RESPATH@/components/SettingsManager.js @RESPATH@/components/SettingsManager.manifest -@RESPATH@/components/AppsService.js -@RESPATH@/components/AppsService.manifest @RESPATH@/components/htmlMenuBuilder.js @RESPATH@/components/htmlMenuBuilder.manifest @RESPATH@/components/PermissionSettings.js --- bluegorilla.old/suite/installer/package-manifest.in +++ bluegorilla/suite/installer/package-manifest.in @@ -75,6 +75,11 @@ #ifdef MOZ_DMD @BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@ #endif +#ifndef MOZ_SYSTEM_HUNSPELL +#ifndef XP_SOLARIS +@BINPATH@/@DLL_PREFIX@hunspell@DLL_SUFFIX@ +#endif +#endif #ifndef MOZ_SYSTEM_NSPR #ifndef MOZ_FOLD_LIBS @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ @@ -186,7 +191,6 @@ @RESPATH@/components/directory.xpt @RESPATH@/components/docshell.xpt @RESPATH@/components/dom.xpt -@RESPATH@/components/dom_apps.xpt @RESPATH@/components/dom_base.xpt @RESPATH@/components/dom_bindings.xpt @RESPATH@/components/dom_canvas.xpt @@ -356,8 +360,6 @@ @RESPATH@/components/amContentHandler.js @RESPATH@/components/amInstallTrigger.js @RESPATH@/components/amWebInstallListener.js -@RESPATH@/components/AppsService.js -@RESPATH@/components/AppsService.manifest @RESPATH@/components/BrowserElementParent.js @RESPATH@/components/BrowserElementParent.manifest @RESPATH@/components/captivedetect.js