The UPower package provides an interface to enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://gitlab.freedesktop.org/upower/upower/uploads/93cfe7c8d66ed486001c4f3f55399b7a/upower-0.99.11.tar.xz
Download MD5 sum: abe6acb617f11f2e8dbd9846fcf86e24
Download size: 424 KB
Estimated disk space required: 11 MB (add 3MB for tssts)
Estimated build time: 0.1 SBU (add 0.1 SBU for tests)
libgudev-236, libusb-1.0.24, and Polkit-0.118
GTK-Doc-1.33.2, PyGObject-3.40.1, dbusmock-0.23.0, and umockdev-0.15.4 (for part of the test suite).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/upower
Install UPower by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-deprecated \ --disable-static && make
To test the results, issue: make check. Some checks may not pass due to missing files. Test suite should be run from a local GUI session started with dbus-launch.
Now, as the root
user:
make install
--enable-deprecated
: This
switch enables deprecated functionality which is still needed by
some applications.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2021-02-22 23:05:47 -0600