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-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/3.12/gnome-power-manager-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/3.12/gnome-power-manager-3.12.2.tar.xz
Download MD5 sum: eca19ce9369f352eae9fcaa596624250
Download size: 456 KB
Estimated disk space required: 9.0 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-power-manager
Install GNOME Power Manager by running the following commands:
sed -i "/\tman/d" Makefile.in && ./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
sed -i "/\tman/d" Makefile.in: This sed prevents man pages from being built even if DocBook-utils-0.6.14 package is present. Building man pages is currently broken.
Last updated on 2014-08-25 18:22:00 -0700