Compare commits

..

2 Commits

Author SHA1 Message Date
Alfred Wingate
95c3ec9d7d
www-client/icecat: drop 115.10.0
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2024-06-11 16:07:54 +03:00
Alfred Wingate
5010db4836
www-client/icecat: add 115.12.0
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2024-06-11 13:26:40 +03:00
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,3 @@
DIST firefox-115esr-patches-09.tar.xz 16660 BLAKE2B 1dcdf62f35013b82dd70bf00c0505394b9277affcd1b1cbde92421778f4fcc146f536a546c2db8d6a70f92d40e4b1c96927fedec54383e6bb80bd9806d9b4461 SHA512 e003d0a2a5304dcdd0851b57ceb11993333326c8221d5d99555cd0c64090d5eda1bdb2a2a52e605f6094a3214ffa2238e43d57ff64eb7d424ff54b8125c16f5c
DIST icecat-115.10.0-1gnu1.tar.bz2 685091680 BLAKE2B 1d718403fbd71e3e63e907e04008bc00570324b20d6982f6f77d47fe19677810df793b3a587eb30aa65f883058032f7f6d914bb0d58286aa499de3d4db26d3fe SHA512 058ed011b4a1cb45fc6233cc6df798ec66bc9282811394bbb0ca608586cd10ba121c0f035145d6be857b80bf84b55dbcad109c5c98773e6f56432073dca097f3
DIST icecat-115.11.0-1gnu1.tar.bz2 686559135 BLAKE2B e69b01b130dc60395d04c460f7dd10c86c4cd42b88908e26ef21a6c3b214d0b610e1f19e052d159cdbecada308bf4db9fb2ff9f65aec02f75f08d16dceac7116 SHA512 f2376d21cabacd0687dd598e27a8587bb91097ef991cc03f0c00a48dca0df0a644d2ca79974c633391a47e768d840e7ae89d143abfcc04bdfcac5bef0fec20e2
DIST icecat-115.12.0-1gnu1.tar.bz2 686519433 BLAKE2B b05e5bf06b8dcd8d8a640f81ac4ac67608bbcbbedf78df71e5134486f15bc579967c99b60c44cc62ded8c49b78f4a704d316d7bad7af5469b5a7d6c892dd5e2f SHA512 e72d4e572f1761c5c0b4ed95fa214b857760b1e4d17219d04bb71d134edfe8bbb7d428cd5566f13a244a7d7a1197805411a01616dff790cef3d823258909a722

View File

@ -79,10 +79,13 @@ BDEPEND="${PYTHON_DEPS}
>=dev-util/cbindgen-0.24.3
net-libs/nodejs
virtual/pkgconfig
!clang? ( >=virtual/rust-1.65 )
!clang? (
>=virtual/rust-1.65
<virtual/rust-1.78
)
!elibc_glibc? (
|| (
dev-lang/rust
<dev-lang/rust-1.78
<dev-lang/rust-bin-1.73
)
)
@ -95,7 +98,10 @@ BDEPEND="${PYTHON_DEPS}
x11-apps/xhost
)
!X? (
>=gui-libs/wlroots-0.15.1-r1[tinywl]
|| (
gui-wm/tinywl
<gui-libs/wlroots-0.17.3[tinywl(-)]
)
x11-misc/xkeyboard-config
)
)"
@ -638,6 +644,8 @@ src_prepare() {
export RUST_TARGET="x86_64-unknown-linux-musl"
elif use x86 ; then
export RUST_TARGET="i686-unknown-linux-musl"
elif use arm64 ; then
export RUST_TARGET="aarch64-unknown-linux-musl"
else
die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651"
fi
@ -1297,4 +1305,10 @@ pkg_postinst() {
elog "See Gentoo bug #910309 or upstream bug #1843683."
elog
fi
if use geckodriver ; then
ewarn "You have enabled the 'geckodriver' USE flag. Geckodriver is now"
ewarn "packaged separately as net-misc/geckodriver and the use flag will be"
ewarn "dropped from main Firefox package by Firefox 128.0 release."
fi
}