librewolf-unwrapped: 149.0-1 -> 149.0.2-2
diff: https://codeberg.org/librewolf/source/compare/149.0-1...149.0.2-2
This commit is contained in:
@@ -30,6 +30,8 @@ rec {
|
||||
cp ${source}/assets/search-config.json services/settings/dumps/main/search-config.json
|
||||
sed -i '/MOZ_SERVICES_HEALTHREPORT/ s/True/False/' browser/moz.configure
|
||||
|
||||
sed -i '/# This must remain last./i gkrust_features += ["glean_disable_upload"]\'$'\n' toolkit/library/rust/gkrust-features.mozbuild
|
||||
|
||||
cp ${source}/patches/pref-pane/category-librewolf.svg browser/themes/shared/preferences
|
||||
cp ${source}/patches/pref-pane/librewolf.css browser/themes/shared/preferences
|
||||
cp ${source}/patches/pref-pane/librewolf.inc.xhtml browser/components/preferences
|
||||
|
||||
@@ -48,5 +48,9 @@ in
|
||||
}).override
|
||||
{
|
||||
crashreporterSupport = false;
|
||||
enableOfficialBranding = false;
|
||||
# This will set `MOZILLA_OFFICIAL=1`, which is set by the mozconfig upstream, but has to
|
||||
# be set manually in our case.
|
||||
# This will not override the branding as `branding` is already set to the official
|
||||
# Librewolf branding.
|
||||
enableOfficialBranding = true;
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"packageVersion": "149.0-1",
|
||||
"packageVersion": "149.0.2-2",
|
||||
"source": {
|
||||
"rev": "149.0-1",
|
||||
"hash": "sha256-lf9psaFT9PMk8CozjvUqBb6hxHct2kdzcVbQDbID+0U="
|
||||
"rev": "149.0.2-2",
|
||||
"hash": "sha256-rnDL98f3vwpcRmWfNuTcp2SDk6CKiOPEZFYnNsVDUa0="
|
||||
},
|
||||
"firefox": {
|
||||
"version": "149.0",
|
||||
"hash": "sha512-zdhxp3OPtw2FpwPonEh00b9EGEtMmyiQGQKty/olwZlnXnRjBrtZ1mgh5uzRfgfJm2akjYJ/OazKbDsBK5U3Gg=="
|
||||
"version": "149.0.2",
|
||||
"hash": "sha512-hEpG7gaOzcZrcifQiaBXrT9JRRFP6iyygNXio4PQoCL8ZiitV8Bo6jTPFZRy9jxQ6n7RKLwRoLJ/Frt7Z9fzzw=="
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user