From 16f2defa530b36cae7da5e28b5eafef9138adba5 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Wed, 28 Jan 2015 22:16:14 +0100 Subject: Updated to v31.4.0ESR * Search form in about:icecat now searches in default search engine * Disabled accessibility.blockautorefresh * Replaced references to Open Source with Free Software where applicable * Added html5-video-everywhere v0.1.1 extension: https://github.com/lejenome/html5-video-everywhere * Updated LibreJS to 6.0.8 Build scripts updated to use pbuilder --- makeicecat | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'makeicecat') diff --git a/makeicecat b/makeicecat index b338fe2..d996c00 100644 --- a/makeicecat +++ b/makeicecat @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2008-2014 Ruben Rodriguez +# Copyright (C) 2014,2015 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ VERSION=1 set -e FFMAJOR=31 -FFMINOR=2 +FFMINOR=4 FFSUB=0 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} SOURCEDIR=icecat-$FFVERSION @@ -303,6 +303,7 @@ find -type d | grep firefox | xargs rename s/firefox/icecat/ find -type f | grep firefox | xargs rename s/firefox/icecat/ find -type f | grep Firefox | xargs rename s/Firefox/IceCat/ +echo "Running batch rebranding" SEDSCRIPT=" s/Mozilla Firefox/GNU IceCat/g; s/firefox/icecat/g; @@ -325,9 +326,24 @@ s/IceCat-Spdy/Firefox-Spdy/g; s_www.gnu.org/software/gnuzilla/icecat-help_libreplanet.org/wiki/Group:IceCat/Help_g; " -echo "Running batch rebranding" find . -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execdir /bin/sed --follow-symlinks -i "$SEDSCRIPT" '{}' ';' +SEDSCRIPT=" +s/free and open source software/Free Software/g; +s/free and open source/Free Software/g; +s/Open Source/Free Software/g; +s/open source/Free Software/g; +s/opensourcesoftware/Free Software/g; +s/opensource/Free Software/g; +s/OpenSource/Free Software/g; +" + +for extension in dtd inc properties; do + find . -type f -name "*$extension" -execdir /bin/sed --follow-symlinks -i "$SEDSCRIPT" '{}' ';' +done + +sed 's/which are both/which are/; s/free<\/a> and/Free Software<\/a>./; />open source