blob da300542f528f18d7d6abdf83d9871129ee7a4c9 870 bytes (raw)
name: gnu/packages/patches/librewolf-neuter-locale-download.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| | diff --git a/scripts/librewolf-patches.py b/scripts/librewolf-patches.py
index 48dc6bc..01a6c58 100755
--- a/scripts/librewolf-patches.py
+++ b/scripts/librewolf-patches.py
@@ -147,12 +147,6 @@ def librewolf_patches():
with open(file, "w") as f:
f.write("{}-{}".format(version,release))
- print("-> Downloading locales from https://github.com/mozilla-l10n/firefox-l10n")
- with TemporaryDirectory() as tmpdir:
- exec(f"wget -qO {tmpdir}/l10n.zip 'https://codeload.github.com/mozilla-l10n/firefox-l10n/zip/refs/heads/main'")
- exec(f"unzip -qo {tmpdir}/l10n.zip -d {tmpdir}/l10n")
- exec(f"mv {tmpdir}/l10n/firefox-l10n-main lw/l10n")
-
print("-> Patching appstrings.properties")
# Why is "Firefox" hardcoded there???
exec("find . -path '*/appstrings.properties' -exec sed -i s/Firefox/LibreWolf/ {} \;")
|
debug log:
solving da300542f5 ...
found da300542f5 in https://yhetil.org/guix-patches/20241028222033.9927-1-ian@retrospec.tv/
applying [1/1] https://yhetil.org/guix-patches/20241028222033.9927-1-ian@retrospec.tv/
diff --git a/gnu/packages/patches/librewolf-neuter-locale-download.patch b/gnu/packages/patches/librewolf-neuter-locale-download.patch
new file mode 100644
index 0000000000..da300542f5
1:14: trailing whitespace.
Checking patch gnu/packages/patches/librewolf-neuter-locale-download.patch...
Applied patch gnu/packages/patches/librewolf-neuter-locale-download.patch cleanly.
warning: 1 line adds whitespace errors.
index at:
100644 da300542f528f18d7d6abdf83d9871129ee7a4c9 gnu/packages/patches/librewolf-neuter-locale-download.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).