Merge pull request #12205 from Rmys/master

firefox-116.0
This commit is contained in:
Rmys
2023-08-01 11:43:06 +03:00
committed by GitHub
2 changed files with 13 additions and 3 deletions
+4 -2
View File
@@ -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():
+9 -1
View File
@@ -15,7 +15,7 @@
<IsA>app:gui</IsA>
<Summary>Firefox Web Browser</Summary>
<Description>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.</Description>
<Archive sha1sum="bcb9136d53aa00ab8fb2b48ed7bdfaa71c904e76" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/115.0.2/source/firefox-115.0.2.source.tar.xz</Archive>
<Archive sha1sum="25417f865b8bb4157ae0da1bee719369ee922977" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/116.0/source/firefox-116.0.source.tar.xz</Archive>
<AdditionalFiles>
<!--Our main configure script. Configure paramters are stored here.-->
<!-- <AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile> -->
@@ -54,6 +54,7 @@
<Dependency>python-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libevent-devel</Dependency>
@@ -562,6 +563,13 @@
</Package>
<History>
<Update release="107">
<Date>2023-07-31</Date>
<Version>116.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="106">
<Date>2023-07-11</Date>
<Version>115.0.2</Version>