updates needed for compiling v94.0.1

This commit is contained in:
Bert van der Weerd 2021-11-04 21:31:07 +01:00
parent f9e85a1f25
commit e7ffc5d1dc
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
4 changed files with 17 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
pkgver = '93.0' pkgver = '94.0.1'
nightly_ver = '95.0a1' nightly_ver = '96.0a1'
# #
# build.py - try move functionality away from that too big/horrible build script. # build.py - try move functionality away from that too big/horrible build script.
@ -275,19 +275,29 @@ def execute_lw_do_patches():
if options.src == 'release': if options.src == 'release':
# production patches # production patches
patches = [ patches = [
"../common/patches/about-dialog.patch", "../common/patches/about-dialog.patch",
"../common/patches/allow-ubo-private-mode.patch",
"../common/patches/allow_dark_preference_with_rfp.patch", "../common/patches/allow_dark_preference_with_rfp.patch",
"../common/patches/context-menu.patch", "../common/patches/context-menu.patch",
"../common/patches/megabar.patch", "../common/patches/megabar.patch",
"../common/patches/mozilla-vpn-ad.patch", "../common/patches/mozilla-vpn-ad.patch",
"../common/patches/mozilla_dirs.patch",
"../common/patches/remove_addons.patch", "../common/patches/remove_addons.patch",
"../common/patches/search-config.patch", "../common/patches/search-config.patch",
# sed patches..
"../common/patches/sed-patches/allow-searchengines-non-esr.patch", "../common/patches/sed-patches/allow-searchengines-non-esr.patch",
"../common/patches/sed-patches/disable-pocket.patch", "../common/patches/sed-patches/disable-pocket.patch",
"../common/patches/sed-patches/remove-internal-plugin-certs.patch", "../common/patches/sed-patches/remove-internal-plugin-certs.patch",
"../common/patches/sed-patches/stop-undesired-requests.patch", "../common/patches/sed-patches/stop-undesired-requests.patch",
"../common/patches/ui-patches/add-language-warning.patch",
"../common/patches/ui-patches/pref-naming.patch",
"../common/patches/ui-patches/remove-branding-urlbar.patch",
"../common/patches/ui-patches/remove-cfrprefs.patch",
"../common/patches/ui-patches/remove-organization-policy-banner.patch",
"../common/patches/ui-patches/remove-snippets-from-home.patch",
"../common/patches/ui-patches/sanitizing-description.patch",
"../common/patches/urlbarprovider-interventions.patch",
] ]
elif options.src == 'nightly' or options.src == 'gecko-dev': elif options.src == 'nightly' or options.src == 'gecko-dev':

2
common

@ -1 +1 @@
Subproject commit 04e3660d2e2e9272c6833a14e1a6bf0d03cc2514 Subproject commit 33e1323125ecba2322e85a5924941ccf26826e85

View file

@ -1 +1 @@
93.0 94.0.1

@ -1 +1 @@
Subproject commit 9072aa85b43b8f15ef7270a184dee8a6c3621500 Subproject commit 41504968ce2654ad19dec725b31db88350648253