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:
parent
320549d974
commit
19921db16b
4 changed files with 4223 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
## Building LibreWolf from source:
|
## 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:
|
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
|
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
|
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
|
||||||
```
|
```
|
||||||
|
|
|
@ -5,7 +5,7 @@ patches/megabar.patch
|
||||||
patches/mozilla-vpn-ad.patch
|
patches/mozilla-vpn-ad.patch
|
||||||
patches/mozilla_dirs.patch
|
patches/mozilla_dirs.patch
|
||||||
patches/remove_addons.patch
|
patches/remove_addons.patch
|
||||||
patches/search-config.patch
|
patches/search-config2.patch
|
||||||
patches/sed-patches/allow-searchengines-non-esr.patch
|
patches/sed-patches/allow-searchengines-non-esr.patch
|
||||||
patches/sed-patches/disable-pocket.patch
|
patches/sed-patches/disable-pocket.patch
|
||||||
patches/sed-patches/remove-internal-plugin-certs.patch
|
patches/sed-patches/remove-internal-plugin-certs.patch
|
||||||
|
|
4219
patches/search-config2.patch
Normal file
4219
patches/search-config2.patch
Normal file
File diff suppressed because it is too large
Load diff
2
version
2
version
|
@ -1 +1 @@
|
||||||
95.0
|
95.0.1
|
Loading…
Reference in a new issue