Abrowser: Remove Google API key before adding extra lines to mozconfig
This commit is contained in:
parent
1c22ca8667
commit
351563047c
1 changed files with 4 additions and 4 deletions
|
|
@ -42,6 +42,10 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i .
|
||||||
|
|
||||||
#sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc
|
#sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc
|
||||||
|
|
||||||
|
# Remove Google API key
|
||||||
|
rm debian/ga debian/go
|
||||||
|
sed '/Google API/,$ d' debian/config/mozconfig.in -i
|
||||||
|
|
||||||
# Enable gst support
|
# Enable gst support
|
||||||
[ $REVISION = "6.0" ] && apt-get install -y --force-yes libgstreamermm-0.10-dev
|
[ $REVISION = "6.0" ] && apt-get install -y --force-yes libgstreamermm-0.10-dev
|
||||||
[ $REVISION = "6.0" ] && echo "ac_add_options --enable-gstreamer=0.10" >> debian/config/mozconfig.in
|
[ $REVISION = "6.0" ] && echo "ac_add_options --enable-gstreamer=0.10" >> debian/config/mozconfig.in
|
||||||
|
|
@ -50,10 +54,6 @@ sed 's/1204/60/g; s/1210/65/g; s/1404/70/g' -i debian/config/mozconfig.in debian
|
||||||
|
|
||||||
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
|
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
|
||||||
|
|
||||||
# Remove Google API key
|
|
||||||
rm debian/ga debian/go
|
|
||||||
sed '/Google API/,$ d' debian/config/mozconfig.in -i
|
|
||||||
|
|
||||||
# Disable DRM support
|
# Disable DRM support
|
||||||
echo ac_add_options --disable-eme >> debian/config/mozconfig.in
|
echo ac_add_options --disable-eme >> debian/config/mozconfig.in
|
||||||
sed '/gmp-clearkey/d' -i ./debian/firefox.install.in
|
sed '/gmp-clearkey/d' -i ./debian/firefox.install.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue