fix(cargo): patch override cosmic-protocols

This commit is contained in:
Michael Aaron Murphy 2024-05-08 17:37:22 +02:00 committed by Michael Murphy
parent 554824aedf
commit 48a6ec042f
2 changed files with 6 additions and 16 deletions

19
Cargo.lock generated
View file

@ -1208,7 +1208,7 @@ name = "cosmic-client-toolkit"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols?rev=e4e6f8c#e4e6f8ca4d7c239c02a8cdfd48a74cb0969425eb" source = "git+https://github.com/pop-os/cosmic-protocols?rev=e4e6f8c#e4e6f8ca4d7c239c02a8cdfd48a74cb0969425eb"
dependencies = [ dependencies = [
"cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=e4e6f8c)", "cosmic-protocols",
"libc", "libc",
"smithay-client-toolkit", "smithay-client-toolkit",
"wayland-client", "wayland-client",
@ -1272,20 +1272,7 @@ dependencies = [
[[package]] [[package]]
name = "cosmic-protocols" name = "cosmic-protocols"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols?rev=e4e6f8c#e4e6f8ca4d7c239c02a8cdfd48a74cb0969425eb" source = "git+https://github.com/pop-os/cosmic-protocols//?rev=1316f9e#1316f9e1148ec65351471d8a046ffc82171b066e"
dependencies = [
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "cosmic-protocols"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols.git#1316f9e1148ec65351471d8a046ffc82171b066e"
dependencies = [ dependencies = [
"bitflags 2.5.0", "bitflags 2.5.0",
"wayland-backend", "wayland-backend",
@ -1301,7 +1288,7 @@ name = "cosmic-randr"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-randr#8ad117e7c57848f113fbc87986e91209f2262b5a" source = "git+https://github.com/pop-os/cosmic-randr#8ad117e7c57848f113fbc87986e91209f2262b5a"
dependencies = [ dependencies = [
"cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols.git)", "cosmic-protocols",
"futures-lite 2.3.0", "futures-lite 2.3.0",
"indexmap", "indexmap",
"tachyonix", "tachyonix",

View file

@ -40,6 +40,9 @@ opt-level = 3
[patch.'https://github.com/smithay/client-toolkit/'] [patch.'https://github.com/smithay/client-toolkit/']
smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" } smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
[patch.'https://github.com/pop-os/cosmic-protocols']
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "1316f9e"}
# For development and testing purposes # For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic'] # [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" } # libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }