From bb54be85afc62084766cc963046ba03e4fc01300 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 10 May 2020 13:24:34 -0400
Subject: [PATCH] Abrowser: changes for v76

---
 helpers/make-firefox | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/helpers/make-firefox b/helpers/make-firefox
index 88114a9e..9160e235 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=69
+VERSION=70
 
 . ./config
 
@@ -131,6 +131,7 @@ cp -a $DATA/branding/* browser/branding/official
 cp -a $DATA/branding/* browser/branding/unofficial
 cp -a $DATA/branding/* browser/branding/nightly
 sed '/about-wordmark.svg/d' -i browser/base/content/aboutDialog.css
+echo '#warningDesc, #communityExperimentalDesc, #communityDesc, #contributeDesc {display:none!important}' >> browser/base/content/aboutDialog.css
 # Disable preprocessor
 sed 's/_PP//' -i browser/branding/branding-common.mozbuild
 cat << EOF >> debian/config/branch.mk
@@ -222,11 +223,6 @@ do
  find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
 done
 
-for STRING in helpus community-2 community-exp
-do
- find -name aboutDialog.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
-done
-
 sed -i 's/<a\ href\=\"http\:\/\/www.mozilla.org\/\">Mozilla\ Project<\/a>/<a\ href\=\"http\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' browser/base/content/overrides/app-license.html
 
 # We went too far...
-- 
GitLab