@@ -21,8 +21,10 @@ ver = ".".join(get.srcVERSION().split(".")[:3])
|
|||||||
jobs = jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
|
jobs = jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
|
||||||
|
|
||||||
shelltools.export("SHELL", "/bin/sh")
|
shelltools.export("SHELL", "/bin/sh")
|
||||||
shelltools.export("MACH_USE_SYSTEM_PYTHON", "1")
|
# shelltools.export("MACH_USE_SYSTEM_PYTHON", "1")
|
||||||
shelltools.export("MOZBUILD_STATE_PATH", "mozbuild")
|
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():
|
def setup():
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>Firefox Web Browser</Summary>
|
<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>
|
<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>
|
<AdditionalFiles>
|
||||||
<!--Our main configure script. Configure paramters are stored here.-->
|
<!--Our main configure script. Configure paramters are stored here.-->
|
||||||
<!-- <AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile> -->
|
<!-- <AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile> -->
|
||||||
@@ -54,6 +54,7 @@
|
|||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
<Dependency>sqlite-devel</Dependency>
|
<Dependency>sqlite-devel</Dependency>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-psutil</Dependency>
|
||||||
<Dependency>hunspell-devel</Dependency>
|
<Dependency>hunspell-devel</Dependency>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<Dependency>libevent-devel</Dependency>
|
<Dependency>libevent-devel</Dependency>
|
||||||
@@ -562,6 +563,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="106">
|
||||||
<Date>2023-07-11</Date>
|
<Date>2023-07-11</Date>
|
||||||
<Version>115.0.2</Version>
|
<Version>115.0.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user