www/mozilla (& consumers): add --enable-rust-simd to CONFIGURE_ARGS
from a larger diff by Leah Rowe, thanks !
this option has been turned on in upstream CI since #1261841 (but only
on x86/arm64), and allows to use simd acceleration in encoding functions
(and probably other features in rust crates..)
runtime-tested with seamonkey, firefox, firefox-esr & thunderbird on
amd64, and firefox on arm64. jca@ made sure MOZ_RUST_SIMD wasnt enabled
on riscv64.
since i'm bumping REVISION on all consumers, might aswell bump nss
dependency to 3.128.
jujutsu: drop vendored fish completion
A user reported that bookmark and revision completions do not work in fish.
It turns out that the static completion we install in vendor_completion.d
gets in the way. jj has supported (experimental) dynamic completetions out
of the box since 0.24.0, which works without config for fish >=4.0.2
Users of fish 3 will need to "jj util completion | source" to install the
completions.
ok kn
Import adwaita-xfce-icon-theme 0.0.4, from Chris Billington (thanks !)
Extension to Adwaita icon theme adding missing Xfce icons. This package
also makes Adwaita theme available to non-gnome desktops.
ok ajacoutot@