gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 0166a39d0d07845159e51202d1ddd3938e01cda1
parent 3b81371bdaf2ba0b2a774382a9ca3e54fc42d7b7
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Sun,  5 Mar 2017 11:16:56 -0500

Updated to v45.7.0ESR

Diffstat:
Mdata/Changelog.IceCat | 3+++
Mmakeicecat | 14++++++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat @@ -1,3 +1,6 @@ +2017-03-04 Ruben Rodriguez <ruben@gnu.org> + * Updated to v45.7.0ESR + 2016-12-01 Ruben Rodriguez <ruben@gnu.org> * Updated to v45.5.1ESR diff --git a/makeicecat b/makeicecat @@ -20,8 +20,8 @@ set -e FFMAJOR=45 -FFMINOR=5 -FFSUB=1 +FFMINOR=7 +FFSUB=0 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} ICECATVERSION=$FFVERSION-gnu$GNUVERSION @@ -102,6 +102,14 @@ cd .. mv l10n $SOURCEDIR +hg clone http://hg.mozilla.org/build/compare-locales/ +cd compare-locales/ +hg checkout FIREFOX_45_2_0esr_RELEASE +hg checkout FIREFOX_${FFMAJOR}_${FFMINOR}_${FFSUB}esr_RELEASE || true +cd .. +rm compare-locales/.hg* compare-locales/.git* -rf +mv compare-locales $SOURCEDIR/l10n + ####################################################### cd $SOURCEDIR @@ -374,6 +382,8 @@ s|www.gnu.org/software/gnuzilla/icecat-help|libreplanet.org/wiki/Group:IceCat/He " find . -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execdir /bin/sed --follow-symlinks -i "$SEDSCRIPT" '{}' ';' +find l10n -type f -execdir /bin/sed --follow-symlinks -i "s/from GNU/from Mozilla/g" '{}' ';' + SEDSCRIPT=" s/free and open source software/Free Software/g; s/free and open source/Free Software/g;