yoda: use local dbus settings bindings
This commit is contained in:
parent
6c24edfae2
commit
28e7e2c37e
5 changed files with 6 additions and 15 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -1406,7 +1406,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-dbus-a11y"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -1414,7 +1413,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-dbus-networkmanager"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"bitflags 2.11.0",
|
||||
"derive_builder",
|
||||
|
|
@ -1562,8 +1560,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cosmic-settings-daemon"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
version = "0.1.1-yoda.1"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -4398,7 +4395,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mpris2-zbus"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"jiff",
|
||||
|
|
@ -4497,7 +4493,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "nm-secret-agent-manager"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -6271,7 +6266,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "switcheroo-control"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -6449,7 +6443,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "timedate-zbus"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -6830,7 +6823,6 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|||
[[package]]
|
||||
name = "upower_dbus"
|
||||
version = "0.3.2"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_repr",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ fastrand = "2.3.0"
|
|||
rust-embed.workspace = true
|
||||
rustix.workspace = true
|
||||
rustc-hash.workspace = true
|
||||
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
switcheroo-control = { path = "../../dbus-settings-bindings/switcheroo-control" }
|
||||
tokio.workspace = true
|
||||
tracing-log.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@ license = "GPL-3.0-only"
|
|||
i18n-embed-fl.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
cosmic.workspace = true
|
||||
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
# mpris2-zbus = { path = "../../dbus-settings-bindings/mpris2" }
|
||||
mpris2-zbus = { path = "../../dbus-settings-bindings/mpris2" }
|
||||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-fn-stream = "0.3"
|
||||
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
cosmic-dbus-networkmanager = { path = "../../dbus-settings-bindings/networkmanager" }
|
||||
futures.workspace = true
|
||||
futures-util.workspace = true
|
||||
i18n-embed-fl.workspace = true
|
||||
|
|
@ -26,7 +26,7 @@ tracing-log.workspace = true
|
|||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
zbus.workspace = true
|
||||
nm-secret-agent-manager = { git = "https://github.com/pop-os/dbus-settings-bindings/" }
|
||||
nm-secret-agent-manager = { path = "../../dbus-settings-bindings/nm-secret-agent-manager" }
|
||||
indexmap = "2.13.0"
|
||||
secure-string = "0.3.0"
|
||||
uuid = { version = "1.21.0", features = ["v4"] }
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ tracing-subscriber.workspace = true
|
|||
tracing.workspace = true
|
||||
icu = { version = "2.1.1", features = ["compiled_data"] }
|
||||
zbus.workspace = true
|
||||
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
timedate-zbus = { path = "../../dbus-settings-bindings/timedate" }
|
||||
logind-zbus = "5.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue