diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-17 02:32:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-09-06 13:17:46 -0400 |
commit | 1fffb85edab4533b87b34dd24c5144d6748cb594 (patch) | |
tree | 1811c36439167b211125e39541ac95e1117939c5 /data/buildscripts/mozconfig-common | |
parent | 15a7c3d991a670b6489d4f432b52a188358f4ca5 (diff) |
Preliminary update to 78.2.0.
* data/branding/icecat-wordmark.svg: Move to ...
* data/branding/icecat/content/icecat-wordmark.svg: ... here.
* data/branding/icecat/content/jar.mn: Add icecat-wordmark.svg.
* data/buildscripts/mozconfig-common: Add system directories to the
set of addon scopes that need not be signed by Mozilla, and allow
addon sideloading as well. Remove --disable-mainenance-service build
option, which is no longer accepted.
* data/buildscripts/mozconfig-gnulinux: Remove --disable-gconf build
option, which is no longer accepted.
* data/patches/default-search-duckduckgo.patch,
dont-pin-search-engines-to-top-sites.patch,
data/patches/duckduckgo-no-params.patch,
data/patches/fix-data-reporting-check.patch,
data/patches/icecat-about-dialog.patch: Adapt to apply cleanly to v78.
* data/patches/moz-configure-changes.patch: Disable MOZ_NORMANDY.
* data/patches/icecat-preferences.patch: Remove, pending rewrite.
* data/settings.js: Add several new IceCat-specific default settings.
* makeicecat: Adapt to v78.
Diffstat (limited to 'data/buildscripts/mozconfig-common')
-rw-r--r-- | data/buildscripts/mozconfig-common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/buildscripts/mozconfig-common b/data/buildscripts/mozconfig-common index 419a4fe..0b2b9e0 100644 --- a/data/buildscripts/mozconfig-common +++ b/data/buildscripts/mozconfig-common @@ -4,12 +4,12 @@ ac_add_options --with-distribution-id=org.gnu mk_add_options MOZ_MAKE_FLAGS=-j7 ac_add_options --with-ccache=/usr/bin/ccache ac_add_options --enable-release -ac_add_options --with-unsigned-addon-scopes=app +ac_add_options --with-unsigned-addon-scopes=app,system +ac_add_options --allow-addon-sideload ac_add_options --disable-debug ac_add_options --disable-tests ac_add_options --disable-updater ac_add_options --disable-crashreporter -ac_add_options --disable-maintenance-service ac_add_options --disable-eme |