firefox: update to 97.0.
This commit is contained in:
parent
a8708bebe3
commit
3516de961d
3 changed files with 7 additions and 15475 deletions
File diff suppressed because it is too large
Load diff
|
@ -47,6 +47,6 @@
|
|||
"--cache-file",
|
||||
"--datadir",
|
||||
+ "--enable-sndio",
|
||||
"--enable-crashreporter",
|
||||
"--enable-dbus",
|
||||
"--enable-debug-js-modules",
|
||||
"--enable-official-branding",
|
||||
"--includedir",
|
||||
"--libdir",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
|
||||
#
|
||||
pkgname=firefox
|
||||
version=96.0.2
|
||||
version=97.0
|
||||
revision=1
|
||||
build_helper="rust"
|
||||
short_desc="Mozilla Firefox web browser"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://www.mozilla.org/firefox/"
|
||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
|
||||
checksum=d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8
|
||||
checksum=6c8a7dcb47122d033383fd62a1bcaefff0290a6c23d057898e8ff9c72749df28
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -75,7 +75,7 @@ do_build() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
echo "ac_add_options --disable-jemalloc" >>.mozconfig
|
||||
echo "ac_add_options --disable-gold" >>.mozconfig
|
||||
echo "ac_add_options --enable-linker=bfd" >>.mozconfig
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -101,7 +101,7 @@ do_build() {
|
|||
# https://phabricator.services.mozilla.com/D134738
|
||||
#
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le*) echo "ac_add_options --disable-webrtc" >>.mozconfig ;;
|
||||
ppc64le*|armv7l*) echo "ac_add_options --disable-webrtc" >>.mozconfig ;;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
|
|
Loading…
Reference in a new issue