bump gui-apps/hyprswitch

This commit is contained in:
roku 2025-02-05 10:45:10 +01:00
parent 9bc41b658c
commit 1036b749eb

View file

@ -29,9 +29,9 @@ CRATES="
async-trait@0.1.85
atomic-waker@1.1.2
autocfg@1.4.0
base64@0.21.7
bincode@1.3.3
bitflags@2.6.0
block-buffer@0.10.4
block@0.1.6
blocking@1.6.1
byteorder@1.5.0
@ -47,13 +47,10 @@ CRATES="
clap_lex@0.7.4
colorchoice@1.0.3
concurrent-queue@2.5.0
cpufeatures@0.2.16
crossbeam-utils@0.8.21
crypto-common@0.1.6
deranged@0.3.11
derive_more-impl@1.0.0
derive_more@1.0.0
digest@0.10.7
dirs-next@2.0.0
dirs-sys-next@0.1.2
either@1.13.0
@ -72,15 +69,14 @@ CRATES="
futures-io@0.3.31
futures-lite@2.5.0
futures-macro@0.3.31
futures-sink@0.3.31
futures-task@0.3.31
futures-util@0.3.31
gdk-pixbuf-sys@0.20.7
gdk-pixbuf@0.20.7
gdk4-sys@0.9.5
gdk4@0.9.5
generic-array@0.14.7
getrandom@0.2.15
getrandom@0.3.1
gio-sys@0.20.8
gio@0.20.7
gl@0.14.0
@ -119,7 +115,7 @@ CRATES="
memchr@2.7.4
memoffset@0.9.1
nix@0.29.0
notify-rust@4.11.3
notify-rust@4.11.4
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
@ -149,8 +145,11 @@ CRATES="
quick-xml@0.31.0
quote@1.0.38
rand@0.8.5
rand@0.9.0
rand_chacha@0.3.1
rand_chacha@0.9.0
rand_core@0.6.4
rand_core@0.9.0
random_color@1.0.0
redox_users@0.4.6
regex-automata@0.1.10
@ -158,22 +157,23 @@ CRATES="
regex-syntax@0.6.29
regex-syntax@0.8.5
regex@1.11.1
ron@0.8.1
rustc_version@0.4.1
rustix@0.38.43
ryu@1.0.18
semver@1.0.24
serde@1.0.217
serde_derive@1.0.217
serde_json@1.0.135
serde_json@1.0.138
serde_repr@0.1.19
serde_spanned@0.6.8
sha1@0.10.6
sharded-slab@0.1.7
shlex@1.3.0
signal-hook-registry@1.4.2
siphasher@1.0.1
slab@0.4.9
smallvec@1.13.2
smart-default@0.7.1
static_assertions@1.1.0
strsim@0.11.1
svg@0.18.0
@ -194,14 +194,13 @@ CRATES="
tracing-core@0.1.33
tracing-subscriber@0.3.19
tracing@0.1.41
typenum@1.17.0
uds_windows@1.1.0
unicode-ident@1.0.14
unicode-xid@0.2.6
utf8parse@0.2.2
version-compare@0.2.0
version_check@0.9.5
wasi@0.11.0+wasi-snapshot-preview1
wasi@0.13.3+wasi-0.2.2
winapi-i686-pc-windows-gnu@0.4.0
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
@ -209,7 +208,6 @@ CRATES="
windows-implement@0.56.0
windows-interface@0.56.0
windows-result@0.1.2
windows-sys@0.52.0
windows-sys@0.59.0
windows-targets@0.52.6
windows-targets@0.53.0
@ -232,16 +230,19 @@ CRATES="
windows_x86_64_msvc@0.52.6
windows_x86_64_msvc@0.53.0
winnow@0.6.22
wit-bindgen-rt@0.33.0
xdg-home@1.3.0
xml-rs@0.8.25
zbus@4.4.0
zbus_macros@4.4.0
zbus_names@3.0.0
zbus@5.3.1
zbus_macros@5.3.1
zbus_names@4.1.1
zerocopy-derive@0.7.35
zerocopy-derive@0.8.14
zerocopy@0.7.35
zvariant@4.2.0
zvariant_derive@4.2.0
zvariant_utils@2.1.0
zerocopy@0.8.14
zvariant@5.2.0
zvariant_derive@5.2.0
zvariant_utils@3.1.0
"
inherit cargo
@ -251,12 +252,12 @@ HOMEPAGE="https://github.com/h3rmt/hyprswitch/"
SRC_URI="
https://github.com/H3rmt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Boost-1.0 GPL-3+ MIT ZLIB
Apache-2.0 Apache-2.0-with-LLVM-exceptions GPL-3+ MIT Unicode-3.0
"
SLOT="0"
KEYWORDS="~amd64 ~arm64"