The GNOME Power Manager package contains a tool used to report on power management on the system.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-power-manager/50/gnome-power-manager-50.0.tar.xz
Download MD5 sum: 541c76d6000fced2a3cc6bcc88f1d860
Download size: 376 KB
Estimated disk space required: 5.2 MB
Estimated build time: less than 0.1 SBU (with tests)
Install GNOME Power Manager by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.