Power management support for DeviceKit
Install it by running either;
kpkg install upower
or
kpkg build upower
To see the difference, see The handbook
graph TD
N0["upower"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["glib"]
N2["gperf"]
N3["libgudev"]
N4["eudev"]
N5["gobject-introspection"]
N1 --> N5
N1 --> N3
N2 --> N4
N3 --> N0
N4 --> N0
N4 --> N3
N5 --> N0
N5 --> N3