From f3bee11102dad3bff6a2befc8ffa2e391abe6c69 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 31 Jul 2023 17:48:25 +0300 Subject: [PATCH 1/2] firefox-116.0 --- network/web/firefox/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml index 9eabffc64f..af8e0199d1 100644 --- a/network/web/firefox/pspec.xml +++ b/network/web/firefox/pspec.xml @@ -15,7 +15,7 @@ app:gui Firefox Web Browser It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences. - https://ftp.mozilla.org/pub/firefox/releases/115.0.2/source/firefox-115.0.2.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/116.0/source/firefox-116.0.source.tar.xz @@ -562,6 +562,13 @@ + + 2023-07-31 + 116.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-07-11 115.0.2 From cff32139ccad08c907787761353510ca85f1d0db Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 1 Aug 2023 11:40:03 +0300 Subject: [PATCH 2/2] firefox-116.0 --- network/web/firefox/actions.py | 6 ++++-- network/web/firefox/pspec.xml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index 4b60ab8259..08c6549e69 100644 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -21,8 +21,10 @@ ver = ".".join(get.srcVERSION().split(".")[:3]) jobs = jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n") shelltools.export("SHELL", "/bin/sh") -shelltools.export("MACH_USE_SYSTEM_PYTHON", "1") -shelltools.export("MOZBUILD_STATE_PATH", "mozbuild") +# shelltools.export("MACH_USE_SYSTEM_PYTHON", "1") +shelltools.system("export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE='system'") +shelltools.system("export MOZBUILD_STATE_PATH='mozbuild'") +# shelltools.export("MOZBUILD_STATE_PATH", "mozbuild") def setup(): diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml index af8e0199d1..925390a117 100644 --- a/network/web/firefox/pspec.xml +++ b/network/web/firefox/pspec.xml @@ -54,6 +54,7 @@ python-devel sqlite-devel python3-devel + python3-psutil hunspell-devel alsa-lib-devel libevent-devel