diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/suite/confvars.sh | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/suite/confvars.sh')
-rwxr-xr-x | comm/suite/confvars.sh | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/comm/suite/confvars.sh b/comm/suite/confvars.sh new file mode 100755 index 0000000000..f4ef325fd7 --- /dev/null +++ b/comm/suite/confvars.sh @@ -0,0 +1,30 @@ +#! /bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MOZ_APP_VENDOR=Mozilla +MOZ_APP_NAME=seamonkey +MOZ_APP_DISPLAYNAME=SeaMonkey + +MOZ_APP_VERSION=$SEAMONKEY_VERSION +MOZ_APP_VERSION_DISPLAY=$SEAMONKEY_VERSION_DISPLAY +# MOZ_PKG_VERSION=$SEAMONKEY_VERSION_PACKAGE + +MOZ_BRANDING_DIRECTORY=comm/suite/branding/seamonkey +MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/suite/branding/seamonkey +MOZ_UPDATER=1 +# This should usually be the same as the value MAR_CHANNEL_ID. +# If more than one ID is needed, then you should use a comma separated list +# of values. +ACCEPTED_MAR_CHANNEL_IDS=seamonkey-comm-central +# The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t " +MAR_CHANNEL_ID=seamonkey-comm-central + +MOZ_APP_ID={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} +MOZ_PROFILE_MIGRATOR=1 + +# Include the DevTools client, not just the server (which is the default) +MOZ_DEVTOOLS=all + +NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols |