yoda wayland-v5: redirect window_clipboard + cosmic-text to local forks

Propagates the [patch] blocks added in cosmic-yoterm v5 to keep the
whole yoda app family on a single Wayland-only stack. Without these,
iced_winit fails to select a window_clipboard version because our
fork exposes a `wayland` feature that upstream doesn't.

- window_clipboard → /home/lionel/Devels/window_clipboard (x11 gated
  behind opt-in feature)
- cosmic-text → /home/lionel/Devels/cosmic-text (EAW terminal_cells +
  upstream PR#503 applied)
This commit is contained in:
Lionel DARNIS 2026-04-24 07:09:48 +02:00
parent e8d62ae43d
commit 8fb2b15c68
2 changed files with 14 additions and 124 deletions

View file

@ -149,5 +149,15 @@ tokio = { version = "1", features = ["rt", "macros"] }
# no [patch] block needed anymore. Keeping the block below would be a no-op
# since nothing in the dep graph still asks for pop-os/libcosmic.git.
# Yoda wayland cut v5: redirect window_clipboard + cosmic-text to our local
# forks (x11 gated behind opt-in feature + EAW/PR#503 respectively).
[patch.'https://github.com/pop-os/window_clipboard.git']
window_clipboard = { path = "/home/lionel/Devels/window_clipboard" }
dnd = { path = "/home/lionel/Devels/window_clipboard/dnd" }
mime = { path = "/home/lionel/Devels/window_clipboard/mime" }
[patch.'https://github.com/pop-os/cosmic-text']
cosmic-text = { path = "/home/lionel/Devels/cosmic-text" }
[workspace]
members = ["cosmic-files-applet"]