9999999-port1898060-1898177-suite-bustage.patch 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # HG changeset patch
  2. # User Bill Gianopoulos <wgianopoulos@gmail.com>
  3. # Date 1718443645 0
  4. Bug 9999999 - Port bugs 1898060 and 1898177 to suite.
  5. Bug 1898060 - Move MOZ_APP_ID from old-configure to moz.configure.
  6. Bug 1898177 - Move MOZ_APP_VENDOR from confvars.sh to moz.configure.
  7. diff --git a/suite/confvars.sh b/suite/confvars.sh
  8. --- a/suite/confvars.sh
  9. +++ b/suite/confvars.sh
  10. @@ -1,14 +1,13 @@
  11. #! /bin/sh
  12. # This Source Code Form is subject to the terms of the Mozilla Public
  13. # License, v. 2.0. If a copy of the MPL was not distributed with this
  14. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  15. -MOZ_APP_VENDOR=Mozilla
  16. MOZ_APP_NAME=seamonkey
  17. MOZ_APP_DISPLAYNAME=SeaMonkey
  18. MOZ_APP_VERSION=$SEAMONKEY_VERSION
  19. MOZ_APP_VERSION_DISPLAY=$SEAMONKEY_VERSION_DISPLAY
  20. # MOZ_PKG_VERSION=$SEAMONKEY_VERSION_PACKAGE
  21. MOZ_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
  22. @@ -16,15 +15,14 @@ MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/sui
  23. MOZ_UPDATER=1
  24. # This should usually be the same as the value MAR_CHANNEL_ID.
  25. # If more than one ID is needed, then you should use a comma separated list
  26. # of values.
  27. ACCEPTED_MAR_CHANNEL_IDS=seamonkey-comm-central
  28. # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
  29. MAR_CHANNEL_ID=seamonkey-comm-central
  30. -MOZ_APP_ID={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
  31. MOZ_PROFILE_MIGRATOR=1
  32. # Include the DevTools client, not just the server (which is the default)
  33. MOZ_DEVTOOLS=all
  34. NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols
  35. diff --git a/suite/moz.configure b/suite/moz.configure
  36. --- a/suite/moz.configure
  37. +++ b/suite/moz.configure
  38. @@ -3,16 +3,18 @@
  39. # This Source Code Form is subject to the terms of the Mozilla Public
  40. # License, v. 2.0. If a copy of the MPL was not distributed with this
  41. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  42. set_config("MOZ_SUITE", True)
  43. set_define("MOZ_SUITE", True)
  44. imply_option("MOZ_APP_BASENAME", "SeaMonkey")
  45. +imply_option("MOZ_APP_ID", "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}")
  46. +imply_option("MOZ_APP_VENDOR", "Mozilla")
  47. imply_option('--enable-default-browser-agent', False)
  48. @depends(target_is_windows, target_has_linux_kernel)
  49. def bundled_fonts(is_windows, is_linux):
  50. if is_windows or is_linux:
  51. return True