summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-17 20:47:44 -0500
committerB. Stack <bgstack15@gmail.com>2021-11-17 20:47:44 -0500
commiteac0ee7df5979bb09154100c3112daa3642ae9d9 (patch)
tree92ae932dbd76390fc6abb3780945b3532fb8cb6b
parentadd new patches for 94.0 (diff)
downloadlibrewolf-debian-eac0ee7df5979bb09154100c3112daa3642ae9d9.tar.gz
librewolf-debian-eac0ee7df5979bb09154100c3112daa3642ae9d9.tar.bz2
librewolf-debian-eac0ee7df5979bb09154100c3112daa3642ae9d9.zip
add fix for pref-naming.patch
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh24
1 files changed, 23 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh
index d09c8c0..bb42292 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -243,8 +243,30 @@ librewolf/remove-organization-policy-banner.patch -p1
librewolf/remove-snippets-from-home.patch -p1
librewolf/sanitizing-description.patch -p1
EOF
- # only for v94.0 until https://gitlab.com/librewolf-community/browser/common/-/merge_requests/10
+ # Fixes to the LibreWolf patches for version 94.0
#sed -i -r -e '/pictureinpicture/a\ "proxy-failover",' -e '16d' "${debian_dir}/patches/librewolf/remove_addons.patch"
+ patch pref-naming.patch <<'EOF'
+diff --git a/patches/ui-patches/pref-naming.patch b/patches/ui-patches/pref-naming.patch
+index 6960444..6b462af 100644
+--- a/patches/ui-patches/pref-naming.patch
++++ b/patches/ui-patches/pref-naming.patch
+@@ -54,8 +54,7 @@
+
+ home-prefs-search-header =
+ .label = Web Search
+-@@ -649,9 +649,9 @@
+- # and non-essential but also not entirely trivial and useless.
++@@ -650,7 +650,7 @@
+ home-prefs-snippets-header =
+ .label = Snippets
+
+@@ -64,3 +63,4 @@
+
+ home-prefs-sections-rows-option =
+ .label =
++
+EOF
+
fi
# observe that build-with-libstdc++-7 is disabled for this dpkg. Debian builds Firefox with gcc, not clang.
bgstack15