changes
This commit is contained in:
parent
0586f8ecd6
commit
fd668d8a74
4 changed files with 7 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
firefox-*.tar.xz
|
firefox-*
|
||||||
megabar.patch
|
megabar.patch
|
||||||
remove_addons.patch
|
remove_addons.patch
|
||||||
unity-menubar.patch
|
unity-menubar.patch
|
||||||
|
mozconfig
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "settings"]
|
[submodule "settings"]
|
||||||
path = settings
|
path = settings
|
||||||
url = https://gitlab.com/librewolf-community/settings.git
|
url = https://gitlab.com/librewolf-community/settings.git
|
||||||
|
[submodule "common"]
|
||||||
|
path = common
|
||||||
|
url = https://gitlab.com/librewolf-community/browser/common.git
|
||||||
|
|
|
||||||
4
build.sh
4
build.sh
|
|
@ -13,9 +13,7 @@ fetch() {
|
||||||
rm -f firefox-$pkgver.source.tar.xz
|
rm -f firefox-$pkgver.source.tar.xz
|
||||||
wget https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
wget https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
||||||
|
|
||||||
rm -rf settings commmon
|
# the settings and common submodules should be checked out to allow the build
|
||||||
git clone https://gitlab.com/$pkgname-community/browser/common.git
|
|
||||||
git clone https://gitlab.com/$pkgname-community/settings.git
|
|
||||||
|
|
||||||
rm -f megabar.patch remove_addons.patch unity-menubar.patch
|
rm -f 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/megabar.patch
|
||||||
|
|
|
||||||
1
common
Submodule
1
common
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9995c8b275e2a06db3e0b24974b302a63791fc24
|
||||||
Loading…
Add table
Reference in a new issue