diff options
author | Danny Rawlins <contact@romster.me> | 2021-12-11 23:38:06 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-12-11 23:46:51 +1100 |
commit | 341b6f5c8ea8f28e6b3f9961a16a361c064f5aa3 (patch) | |
tree | 4fefbba3914640b52d24d1335bba1f3f8c9b3613 /firefox | |
parent | 1b0fba1b7141dd4ef5889df9c660dab07c952d38 (diff) | |
download | contrib-341b6f5c8ea8f28e6b3f9961a16a361c064f5aa3.tar.gz contrib-341b6f5c8ea8f28e6b3f9961a16a361c064f5aa3.tar.xz |
[notify] firefox: 94.0.2 -> 95.0; new dependencies: wasi-compiler-rt wasi-libc wasi-libc++ update llvm clang (and lld lldb if installed) before installing new dependencies
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/.signature | 6 | ||||
-rw-r--r-- | firefox/Pkgfile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/firefox/.signature b/firefox/.signature index 3914ffa9a..58501ed7d 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34u9BBiLHE3Ly2w8VoMPOBlP4p/600ZACEhiXYyxOIk8TUxzUqE/BIHsVzEgYwPhx8uYr9R33Ijz1V+WEiDrdwQ= -SHA256 (Pkgfile) = 8a4bd5dcf66ad3b84b977ba3891bdbbbcc4b3115d9c0cef71a2ca57a1db7d17c +RWSagIOpLGJF33RzJ0m5xtqZZXAOVCCGwqElNX9RxQ84PDif1wNfM5/cOXCHZgdrXqmb1FnOtcJcsdEExB3mNyMN07PSH2o95Qo= +SHA256 (Pkgfile) = 749b24466a552aaab1b617678e956174d6cffb2d01a161dfd4364b8a794935b6 SHA256 (.footprint) = 27ff13e160720bbfc07289b241337831458e954cc719d7544cc43c1b6ed370a3 -SHA256 (firefox-94.0.2.source.tar.xz) = 899ba1c806549034793d7e8ca53f4c845d783c810338f314f3d653d39649e575 +SHA256 (firefox-95.0.source.tar.xz) = 7fa3e43f6ec710b2ebba0e99db713a56d13d85f1f23c4a1399bb594fd74864de SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 8b236bbf3ae5cb28d1dd742f543c0079fac06af5aa80bc2051defeba95f0ae21 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index ab04bf97e..b667abb93 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -1,11 +1,11 @@ # Description: The Mozilla Firefox browser with Alsa support # URL: https://www.mozilla.com/firefox/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: alsa-lib autoconf-2.13 brotli cbindgen clang dbus-glib libevent libidl libnotify libvpx libwebp libxkbcommon lld nodejs nss unzip xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxt zip +# Depends on: alsa-lib autoconf-2.13 brotli cbindgen clang dbus-glib libevent libidl libnotify libvpx libwebp libxkbcommon lld nodejs nss unzip xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxt zip wasi-compiler-rt wasi-libc wasi-libc++ # Optional: sccache jack name=firefox -version=94.0.2 +version=95.0 release=1 source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz firefox.desktop @@ -45,6 +45,7 @@ cat <<- EOF > .mozconfig ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --with-system-webp + ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot ac_add_options --enable-av1 ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman |