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-8.3 platform.
Download (HTTP): https://upower.freedesktop.org/releases/upower-0.99.7.tar.xz
Download MD5 sum: 236bb439d9ff1151450b3d8582399532
Download size: 440 KB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
dbus-glib-0.110, libgudev-232, libusb-1.0.22, and Polkit-0.114
GTK-Doc-1.28 and PyGObject-3.28.3, umockdev, and python-dbusmock (for part of the testsuite).
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 2018-08-20 18:36:12 -0700