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 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-power-manager/43/gnome-power-manager-43.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-power-manager/43/gnome-power-manager-43.0.tar.xz
Download MD5 sum: c7e33249b59c6082312909f65739912e
Download size: 376 KB
Estimated disk space required: 7.0 MB
Estimated build time: less than 0.1 SBU (with tests)
GTK+-3.24.36 and UPower-1.90.0
DocBook-utils-0.6.14 and appstream-glib
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-power-manager
Install GNOME Power Manager by running the following commands:
mkdir build && cd build && meson --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.