Fix PKGBUILD and notify-rust backend to eliminate libdbus build dep
- notify-rust: switch feature d → z (zbus pure-Rust backend); removes the system libdbus/pkgconf dependency that caused makepkg build failure - PKGBUILD: fix license GPL3 → AGPL-3.0-only, makedepends rustup → rust Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
80cce00b99
commit
56f1f1bd80
3 changed files with 136 additions and 43 deletions
|
|
@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
rusqlite = { version = "0.31", features = ["bundled"] }
|
||||
tray-icon = "0.13"
|
||||
notify-rust = { version = "4", default-features = false, features = ["d"] }
|
||||
notify-rust = { version = "4", default-features = false, features = ["z"] }
|
||||
axum = { version = "0.7", features = ["macros"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue