https://github.com/ilpianista/libsystemd-qt
Qt-only wrapper for Systemd DBus API
https://github.com/ilpianista/libsystemd-qt
qt systemd
Last synced: about 2 months ago
JSON representation
Qt-only wrapper for Systemd DBus API
- Host: GitHub
- URL: https://github.com/ilpianista/libsystemd-qt
- Owner: ilpianista
- License: lgpl-3.0
- Created: 2013-03-30T10:33:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T18:51:57.000Z (over 7 years ago)
- Last Synced: 2024-05-01T13:40:11.090Z (12 months ago)
- Topics: qt, systemd
- Language: C++
- Homepage: https://gitlab.com/ilpianista/libsystemd-qt
- Size: 319 KB
- Stars: 47
- Watchers: 15
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
libsystemd-qt
=============Qt-only wrapper for [Systemd D-Bus API](https://www.freedesktop.org/wiki/Software/systemd/dbus/).
Also supports [logind D-Bus interface](https://www.freedesktop.org/wiki/Software/systemd/logind/).
## Build and Installation##
It requires cmake >= 2.8.8 and Qt 5.x
$ mkdir build
$ cd build
$ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
$ make
# make install## Packages
* [PKGBUILD](https://aur.archlinux.org/packages/libsystemd-qt-git/) for Arch Linux
* [EBUILD](https://github.com/gentoo/qt/tree/master/dev-libs/libsystemd-qt) for Gentoo Linux in the Qt Overlay## Donate
Donations via [Liberapay](https://liberapay.com/ilpianista) or Bitcoin (1Ph3hFEoQaD4PK6MhL3kBNNh9FZFBfisEH) are always welcomed, _thank you_!
## License
LGPL