summaryrefslogtreecommitdiff
path: root/data/buildscripts
AgeCommit message (Collapse)Author
2020-09-06Preliminary update to 78.2.0.Mark H Weaver
* 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.
2020-04-17Don't disable WebRTC at build time.Amin Bandali
* data/buildscripts/mozconfig-gnulinux, data/buildscripts/mozconfig-mac, data/buildscripts/mozconfig-windows: Remove `ac_add_options --disable-webrtc'. Apparently these predate the addition of about:config options for finer WebRTC-related settings. Not doing this allows users to enable and use WebRTC if they wish to, without having to rebuild IceCat. We can decide whether we would like to enable or disable WebRTC out of the box in settings.js, depending on if it can be left enabled safely.
2019-11-20Require extensions in the user and system scopes to be signed by Mozilla.Mark H Weaver
* data/settings.js: Remove the IceCat-specific default setting of xpinstall.signatures.required, thus reverting to the upstream default value of 'true'. * data/buildscripts/mozconfig-common: Add build option "--with-unsigned-addon-scopes=app".
2018-11-07Small correction to build scriptsRuben Rodriguez
2018-09-13Buildscripts updated for v60Ruben Rodriguez
2018-02-25Version bumped to v52.3.0ESR, plus tuned up the buildscriptsRuben Rodriguez
2017-05-05Fixed android build errorsRuben Rodriguez
2017-04-15Build parameter adjustmentsRuben Rodriguez
2016-11-21Enabled intl-api at buildRuben Rodriguez
2016-04-07Fixed link to gcc for windows toolchain buildRuben Rodriguez
2015-12-22Updated build scripts for multiarch v38.xRuben Rodriguez
2015-10-12Finished v38 initial rebaseRuben Rodriguez
2015-10-12Initial adaptation to v38.xRuben Rodriguez
2015-07-13Fix minor android build issuesRuben Rodriguez
2015-03-09Tune-up build scripts for multi-platform batch buildingRuben Rodriguez
2015-03-09Removed extra patchesRuben Rodriguez
2015-03-08Added buildscripts and needed changes to crosscompile packages for MacOS, ↵Ruben Rodriguez
Windows and Android