chore: use local cosmic-text checkout

This commit is contained in:
Lionel DARNIS 2026-05-25 11:34:38 +02:00
parent 54862ba701
commit 17490bfbca
2 changed files with 4 additions and 4 deletions

View file

@ -151,8 +151,9 @@ tokio = { version = "1", features = ["rt", "macros"] }
# since nothing in the dep graph still asks for pop-os/libcosmic.git.
# Yoda wayland cut: redirect window_clipboard (x11 gated behind opt-in
# feature) and cosmic-text (PR#503: EAW monospace width fix) to our public
# Forgejo forks. The window_clipboard patch is needed to consolidate the
# feature) to our public Forgejo fork and cosmic-text to the local checkout
# carrying PR#503 plus the EAW monospace width fix. The window_clipboard patch
# is needed to consolidate the
# upstream pop-os/libcosmic chain (pulled by cosmic-settings-daemon) onto
# the same fork iced uses, otherwise cargo compiles two versions.
[patch.'https://github.com/pop-os/window_clipboard.git']
@ -161,7 +162,7 @@ dnd = { git = "https://forge.aditua.com/leyoda/window_clipboard.git", branch = "
mime = { git = "https://forge.aditua.com/leyoda/window_clipboard.git", branch = "yoda-x11-optional" }
[patch.'https://github.com/pop-os/cosmic-text.git']
cosmic-text = { git = "https://forge.aditua.com/leyoda/cosmic-text.git", branch = "local/pr-503" }
cosmic-text = { path = "../cosmic-text" }
[workspace]
members = ["cosmic-files-applet"]