The UPower package provides an interface for 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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gitlab.freedesktop.org/upower/upower/-/archive/v1.91.3/upower-v1.91.3.tar.bz2
MD5 校验和:bf09da2eb695224e249e38077460414c
大小:168 KB
预计所需磁盘空间:12 MB(含测试)
预计构建时间:小于 0.1 SBU(测试将额外增加 0.8 SBU)
libgudev-238 and libusb-1.0.30
GLib-2.88.2 (with GObject Introspection)
GTK-Doc-1.36.1, libxslt-1.1.45, docbook-xsl-nons-1.79.2, PyGObject-3.56.3, dbusmock-0.38.1, umockdev-0.19.7 (for part of the test suite), and libimobiledevice
Enable the following options in the kernel configuration and recompile the kernel if necessary:
General setup ---> -*- Namespaces support ---> [NAMESPACES] [*] User namespace [USER_NS]
Install UPower by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D gtk-doc=false \
-D man=false &&
ninja
To test the results, issue: LC_ALL=C
ninja test. The test suite should be run from a
local GUI session started with dbus-launch. On 32-bit machines, one
test will fail due to rounding errors: Tests.test_battery_energy_charge_mixed. On some
systems, two tests relating to the headphone hotplug feature are
known to fail. Those can be safely ignored since the functionality
still works.
Now, as the root user:
ninja install
-D gtk-doc=false: Prevents
building the documentation. Remove this if you have GTK-Doc installed and wish to build the
documentation.
-D man=false: Prevents
building the manual pages. Remove this if you have libxslt-1.1.45 and
docbook-xsl-nons-1.79.2 installed and
wish to build the manual pages.