summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-02-02 12:40:02 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-02-02 12:59:57 -0500
commit288996fcfe4e1b43f14d1499d6791ad3eecb397c (patch)
treed188b1f4bedd298262e74d5717ac4862e93a2fa1
parent1cdfbf02ddd0cbffcdd831846734d155ba0e8f3f (diff)
[iceweasel]: normalize patch logging
-rw-r--r--libre/iceweasel/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 9235a0fa0..3b7833ca3 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -103,7 +103,7 @@ prepare() {
cd firefox-$pkgver
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
- msg "applying 0001-Use-remoting-name-for-GDK-application-names.patch"
+ msg2 "applying 0001-Use-remoting-name-for-GDK-application-names.patch"
patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
cat >../mozconfig <<END
@@ -164,7 +164,9 @@ END
# mozbuild.configure.options.InvalidOptionError: --disable-eme is not available in this configuration
sed -i 's|ac_add_options --disable-eme||' ../mozconfig
+ msg2 "applying arm.patch"
patch -p1 -i ../arm.patch
+ msg2 "applying build-arm-libopus.patch"
patch -p1 -i ../build-arm-libopus.patch
;;
i686)
@@ -182,9 +184,11 @@ END
# test failure in rust code (complaining about network functions) when PGO is used,
# see https://bugzilla.mozilla.org/show_bug.cgi?id=1565757
+ msg2 "applying rust-static-disable-network-test-on-static-libraries.patch"
patch -p1 -i "$srcdir"/rust-static-disable-network-test-on-static-libraries.patch
# readelf: Error: Unable to seek to 0x801db328 for section headers
+ msg2 "applying avoid-libxul-OOM-python-check.patch"
patch -p1 -i "$srcdir"/avoid-libxul-OOM-python-check.patch
;;
x86_64)
@@ -238,7 +242,7 @@ END
## libre patching ##
# Remove remaining non-free bits
- msg "applying libre.patch"
+ msg2 "applying libre.patch"
patch -Np1 -i "$srcdir/libre.patch"
# Disable various components at the source level
@@ -259,7 +263,7 @@ END
# local _remove_engines_sed='s|.*oogle.*| "ddg", "duckduckgo-html", "duckduckgo-lite", "internet-archive", "parabola-labs", "parabola-packages", "parabola-wiki-en", "searx", "wikipedia", "yacy"|g'
local _remove_engines_sed='s|.*oogle.*| "ddg", "wikipedia"|g'
local _search_config_file=browser/components/search/extensions/list.json
- msg "applying libre-searchengines.patch"
+ msg2 "applying libre-searchengines.patch"
patch -Np1 -i "$srcdir/libre-searchengines.patch"
sed -i "${_remove_engines_sed}" ${_search_config_file}