From 1fffb85edab4533b87b34dd24c5144d6748cb594 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 17 Aug 2020 02:32:09 -0400 Subject: 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. --- data/branding/icecat/content/icecat-wordmark.svg | 1 + data/branding/icecat/content/jar.mn | 1 + 2 files changed, 2 insertions(+) create mode 100644 data/branding/icecat/content/icecat-wordmark.svg (limited to 'data/branding/icecat/content') diff --git a/data/branding/icecat/content/icecat-wordmark.svg b/data/branding/icecat/content/icecat-wordmark.svg new file mode 100644 index 0000000..bb448f1 --- /dev/null +++ b/data/branding/icecat/content/icecat-wordmark.svg @@ -0,0 +1 @@ + diff --git a/data/branding/icecat/content/jar.mn b/data/branding/icecat/content/jar.mn index 40e013e..a493ac9 100644 --- a/data/branding/icecat/content/jar.mn +++ b/data/branding/icecat/content/jar.mn @@ -8,6 +8,7 @@ browser.jar: content/branding/about-logo.png content/branding/about-logo@2x.png content/branding/about-wordmark.svg + content/branding/icecat-wordmark.svg content/branding/icon16.png (../default16.png) content/branding/icon32.png (../default32.png) content/branding/icon48.png (../default48.png) -- cgit v1.2.3