The lxqt-powermanagement package provides the power management module for LXQt.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/lxde/lxqt-powermanagement/releases/download/0.12.0/lxqt-powermanagement-0.12.0.tar.xz
Download MD5 sum: c780b96805347d18a9ac5e23fd46ad3b
Download size: 30 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.3 SBU
liblxqt-0.12.0, (kidletime-5.43.0 for lxqt and solid-5.43.0 for lxqt) or KDE Frameworks-5.43.0, and UPower-0.99.7
git-2.16.2 (to download translation files) or lxqt-l10n-0.12.0 (to add localization files)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-powermanagement
Install lxqt-powermanagement by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DPULL_TRANSLATIONS=no \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-DPULL_TRANSLATIONS=no
:
Remove the need for git-2.16.2, which would otherwise be
requested to download the translation files.
Last updated on 2018-02-21 04:35:18 -0800