From f003ff9961df2d31730a26c5f0bffc2025b53403 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 16 Sep 2020 20:16:42 -0400 Subject: add bluemoon icons This prepares newmoon with the ability to be branded bluemoon to further separate it from even the off-brand palemoon brand. Icons provided by Gord N. Squash. --- newmoon/debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'newmoon/debian/rules') diff --git a/newmoon/debian/rules b/newmoon/debian/rules index 461d685..230114f 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -22,9 +22,16 @@ override_dh_auto_clean: rm -f mozconfig dh_auto_clean find . -name '*.pyc' -delete + test -d palemoon/branding/unofficial.unbuilt && { \ + rm -rf palemoon/branding/unofficial palemoon/branding/*.blue* ; \ + mv palemoon/branding/unofficial.unbuilt palemoon/branding/unofficial ; \ + } || : override_dh_auto_configure: cp ${MCFILE} mozconfig + ! test -d palemoon/branding/unofficial.unbuilt && { \ + cp -pr palemoon/branding/unofficial palemoon/branding/unofficial.unbuilt && \ + tar -C palemoon/branding -zxf debian/bluemoon-icons.tgz ; } || : override_dh_auto_build: make -f client.mk build ENABLE_STRIP=1 -- cgit