This commit is contained in:
Bert van der Weerd 2021-02-08 18:14:25 +01:00
parent e2fdc3a124
commit 322afa3e82

View file

@ -9,11 +9,13 @@ pkgver=85.0.1
fetch() {
# fetch the firefox source.
rm -vf firefox-$pkgver.source.tar.xz
wget https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
# the settings and common submodules should be checked out to allow the build
# get the patches
rm -vf megabar.patch remove_addons.patch unity-menubar.patch
wget https://gitlab.com/librewolf-community/browser/linux/-/raw/master/megabar.patch
wget https://gitlab.com/librewolf-community/browser/linux/-/raw/master/remove_addons.patch