Browse Source

port bug 1710548

Bill Gianopoulos 3 years ago
parent
commit
b2b0bb334a
2 changed files with 32 additions and 0 deletions
  1. 31 0
      comm-central/patches/1710548-suite-90a1.patch
  2. 1 0
      comm-central/patches/series

+ 31 - 0
comm-central/patches/1710548-suite-90a1.patch

@@ -0,0 +1,31 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1620902914 14400
+#      Thu May 13 06:48:34 2021 -0400
+Bug 1710548 - Packaging changes for suite.
+diff --git a/suite/installer/package-manifest.in b/suite/installer/package-manifest.in
+--- a/suite/installer/package-manifest.in
++++ b/suite/installer/package-manifest.in
+@@ -511,21 +511,19 @@ man/*
+ [debugqa]
+ #ifdef MOZ_PACKAGE_DEBUGQA
+ @RESPATH@/extensions/debugQA@mozilla.org.xpi
+ #endif
+ 
+ [calendar]
+ @RESPATH@/chrome/calendar@JAREXT@
+ @RESPATH@/chrome/calendar.manifest
+-@RESPATH@/chrome/lightning@JAREXT@
+-@RESPATH@/chrome/lightning.manifest
+ 
+ @RESPATH@/res/zones.json
+-@RESPATH@/@PREF_DIR@/lightning.js
++@RESPATH@/@PREF_DIR@/calendar.js
+ 
+ # Files added to components directory via `EXTRA_COMPONENTS`.
+ @RESPATH@/components/calBackendLoader.js
+ @RESPATH@/components/calBackendLoader.manifest
+ @RESPATH@/components/calICALJSComponents.js
+ 
+ # Files added to components directory via `FINAL_TARGET_FILES.components`.
+ @RESPATH@/components/calCachedCalendar.js

+ 1 - 0
comm-central/patches/series

@@ -5,3 +5,4 @@ TOP-1684772-l10n-toml-cc.patch
 TOP-1611647-1-rename-xul-suite.patch
 TOP-1611647-2-fix-xul-references-suite.patch
 WIP-1650630-2-port-1603712-suite.patch
+1710548-suite-90a1.patch