@@ -22,6 +22,7 @@ jobs = jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rst
|
|||||||
|
|
||||||
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")
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ ac_add_options --enable-system-ffi
|
|||||||
#ac_add_options --enable-system-sqlite
|
#ac_add_options --enable-system-sqlite
|
||||||
#ac_add_options --enable-gstreamer=1.0
|
#ac_add_options --enable-gstreamer=1.0
|
||||||
#ac_add_options --disable-elf-hack
|
#ac_add_options --disable-elf-hack
|
||||||
|
ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
#ac_add_options --enable-application=browser
|
#ac_add_options --enable-application=browser
|
||||||
|
|||||||
Executable → Regular
+2
-1
@@ -9,7 +9,8 @@ ac_add_options --enable-optimize
|
|||||||
ac_add_options --enable-linker=lld
|
ac_add_options --enable-linker=lld
|
||||||
ac_add_options --disable-bootstrap
|
ac_add_options --disable-bootstrap
|
||||||
ac_add_options --disable-elf-hack
|
ac_add_options --disable-elf-hack
|
||||||
|
ac_add_options --without-wasm-sandboxed-libraries
|
||||||
|
#ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
|
||||||
|
|
||||||
export MOZ_NOSPAM=1
|
export MOZ_NOSPAM=1
|
||||||
export MOZBUILD_STATE_PATH="%%PWD%%/mozbuild"
|
export MOZBUILD_STATE_PATH="%%PWD%%/mozbuild"
|
||||||
|
|||||||
Executable → Regular
+2
@@ -9,6 +9,8 @@ ac_add_options --enable-optimize
|
|||||||
ac_add_options --enable-linker=lld
|
ac_add_options --enable-linker=lld
|
||||||
ac_add_options --disable-bootstrap
|
ac_add_options --disable-bootstrap
|
||||||
ac_add_options --disable-elf-hack
|
ac_add_options --disable-elf-hack
|
||||||
|
ac_add_options --without-wasm-sandboxed-libraries
|
||||||
|
#ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
|
||||||
|
|
||||||
export MOZ_NOSPAM=1
|
export MOZ_NOSPAM=1
|
||||||
export MOZBUILD_STATE_PATH="%%PWD%%/mozbuild"
|
export MOZBUILD_STATE_PATH="%%PWD%%/mozbuild"
|
||||||
|
|||||||
@@ -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="7f0ee4c0dff25383c7201a2b11748010c51128d3" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/94.0.1/source/firefox-94.0.1.source.tar.xz</Archive>
|
<Archive sha1sum="e0321bff8a396a6b24e0a6e9854c9edaaf18397f" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/95.0/source/firefox-95.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> -->
|
||||||
@@ -558,6 +558,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="67">
|
||||||
|
<Date>2021-12-06</Date>
|
||||||
|
<Version>95.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="66">
|
<Update release="66">
|
||||||
<Date>2021-11-11</Date>
|
<Date>2021-11-11</Date>
|
||||||
<Version>94.0.1</Version>
|
<Version>94.0.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user