glib bindings for telepathy
Install it by running either;
kpkg install telepathy-glib
or
kpkg build telepathy-glib
To see the difference, see The handbook
graph TD
N0["telepathy-glib"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["dbus-glib"]
N2["glib"]
N3["dbus"]
N4["libxslt"]
N1 --> N0
N3 --> N1
N2 --> N1
N4 --> N0