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-7.4 platform.
Download (HTTP): http://upower.freedesktop.org/releases/upower-0.9.21.tar.xz
Download MD5 sum: 1aa2b9e6fd757cd151bbaa4991eacc18
Download size: 416 KB
Estimated disk space required: 14 MB
Estimated build time: 0.2 SBU
dbus-glib-0.100.2, Intltool-0.50.2, libusb-1.0.9, Polkit-0.111, and udev-Installed LFS Version or udev-extras (from systemd) (for GUdev)
GTK-Doc-1.19 and Python-3.3.2 (used only in the testsuite).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/upower
Install UPower by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-deprecated \ --disable-static \ --localstatedir=/var \ --libexecdir=/usr/lib/upower && make
To test the results, issue: make check. Some checks may not pass due to missing files.
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.
To use the command upower -w for information about processor wakeups (this command is used by gnome-power-manager-3.8.2) you need to enable CONFIG_TIMER_STATS. This is achieved in make menuconfig by going to the 'kernel-hacking' menu and selecting 'Collect kernel timers statistics'.
Last updated on 2013-08-20 13:51:02 -0700