0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

search-config.patch fails, replaced with a search-config2.patch that basically deletes all content in that file

This commit is contained in:
Bert van der Weerd 2021-12-16 22:08:17 +01:00
parent 320549d974
commit 19921db16b
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
4 changed files with 4223 additions and 4 deletions

View file

@ -1,10 +1,10 @@
## Building LibreWolf from source:
First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-95.0.source.tar.gz?job=build-job)**.
First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-95.0.1.source.tar.gz?job=build-job)**.
To download the latest from a script, use wget/curl like this:
```
export version=95.0 # example
export version=95.0.1 # example
wget -O librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
curl -L -o librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
```

View file

@ -5,7 +5,7 @@ patches/megabar.patch
patches/mozilla-vpn-ad.patch
patches/mozilla_dirs.patch
patches/remove_addons.patch
patches/search-config.patch
patches/search-config2.patch
patches/sed-patches/allow-searchengines-non-esr.patch
patches/sed-patches/disable-pocket.patch
patches/sed-patches/remove-internal-plugin-certs.patch

4219
patches/search-config2.patch Normal file

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
95.0
95.0.1