From 9119804f575418a40ff2905b49117ce621969146 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Sep 12 2021 13:04:52 +0000 Subject: iceweasel_branding: 91.0 identity-icons-brand.svg has been removed upstream, yet Arch Linux added it to their VCS repo, to be used as "symbolic" application icon in some DEs. As it looks like we don't have this icon for Iceweasel, let's just drop it for now. If anybody is not happy about the missing icon, it can be added later. --- diff --git a/release.sh b/release.sh index ffec563..9c451af 100755 --- a/release.sh +++ b/release.sh @@ -3,7 +3,7 @@ set -eu pkgname=iceweasel -brandingver=87.0 +brandingver=91.0 brandingrel=1 srcdir=src diff --git a/src/branding/content/Makefile.in b/src/branding/content/Makefile.in index 5035d1b..fb0c68d 100644 --- a/src/branding/content/Makefile.in +++ b/src/branding/content/Makefile.in @@ -8,10 +8,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -UNOFFICIAL_BRANDING_FILES = \ - identity-icons-brand.svg \ - $(NULL) - misc:: about-logo.png about-logo@2x.png about-wordmark.svg firefox-wordmark.svg about.png icon16.png icon48.png icon64.png $(UNOFFICIAL_BRANDING_FILES) GARBAGE += $(CHROME_DEPS) @@ -41,6 +37,3 @@ icon%.png: ../%.png: $(MAKE) -C .. $(notdir $@) - -$(UNOFFICIAL_BRANDING_FILES): %: $(topsrcdir)/browser/branding/unofficial/content/% - cp -f $^ $@