summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/iceweasel/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 4f9505ebc..e1e5b718a 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -75,7 +75,7 @@ sha256sums=('SKIP'
'b695926b8a1f9560f0e11e0bad2ef42df6152d4f16f95af1027bc12c487c1ede')
prepare() {
- mkdir mozbuild
+ mkdir -p mozbuild
cd mozilla-unified
cat >.mozconfig <<END
@@ -132,10 +132,10 @@ END
export QUILT_DIFF_ARGS='--no-timestamps'
quilt push -av
# Put "Start Page" branding images in the source code
- install -m644 -t browser/base/content/abouthome -- \
- "$brandingdir/branding"/{drm-free,gnu_headshadow,parabola-banner}.png
- install -m644 -t browser/extensions/onboarding/content/img -- \
- "$brandingdir/branding/watermark.svg"
+ #install -m644 -t browser/base/content/abouthome -- \
+ # "$brandingdir/branding"/{drm-free,gnu_headshadow,parabola-banner}.png
+ #install -m644 -t browser/extensions/onboarding/content/img -- \
+ # "$brandingdir/branding/watermark.svg"
# produce icons
for i in 16 22 24 32 48 64 128 192 256 384; do
rsvg-convert -w $i -h $i "$brandingdir/branding/${pkgname}_icon.svg" \
@@ -153,11 +153,11 @@ END
-e '/installLinux/ s/true/false/' \
-i -- browser/base/content/browser-plugins.js
# re-use 'abouthome' page for 'newtab' page
- install -d browser/base/content/newtab
- cat browser/base/content/abouthome/aboutHome.xhtml > browser/base/content/newtab/newTab.xhtml
+ #install -d browser/base/content/newtab
+ #cat browser/base/content/abouthome/aboutHome.xhtml > browser/base/content/newtab/newTab.xhtml
# Load our searchplugins
- rm -rf -- browser/locales/searchplugins
- cp -aT -- /usr/lib/mozilla/searchplugins browser/locales/searchplugins
+ #rm -rf -- browser/locales/searchplugins
+ #cp -aT -- /usr/lib/mozilla/searchplugins browser/locales/searchplugins
# Disable various components at the source level
sed -i 's/;1/;0/' toolkit/components/telemetry/TelemetryStartup.manifest
#sed -i 's/;1/;0/' browser/experiments/Experiments.manifest