lxqt-powermanagement-0.11.1

Introduction to lxqt-powermanagement

The lxqt-powermanagement package provides the power management module for LXQt.

This package is known to build and work properly using an LFS-8.0 platform.

Package Information

lxqt-powermanagement Dependencies

Required

liblxqt-0.11.1, (kidletime-5.31.0 for lxqt and solid-5.31.0 for lxqt) or KDE Frameworks-5.31.0, and UPower-0.99.4

Optional

git-2.11.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-powermanagement

Installation of 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

Command Explanations

-DPULL_TRANSLATIONS=no: Remove the need for git-2.11.1, which would otherwise be requested to download the translation files.

Contents

Installed Programs: lxqt-config-powermanagement and lxqt-powermanagement
Installed Libraries: None
Installed Directories: None

Short Descriptions

lxqt-config-powermanagement

is the lxqt-powermanagement GUI configuration tool.

lxqt-powermanagement

is the LXQt power management module.

Last updated on 2017-02-21 12:13:57 -0800