The lxqt-admin package provides two GUI tools to adjust setiings of the operating system LXQt is running on.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://downloads.lxqt.org/lxqt/0.11.1/lxqt-admin-0.11.1.tar.xz
Download MD5 sum: 0cb54de55b6e52b32249a487aa74f4db
Download size: 116 KB
Estimated disk space required: 3.1 MB
Estimated build time: 0.2 SBU
liblxqt-0.11.1 and Polkit-0.113
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-admin
Install lxqt-admin by running the following commands:
mkdir -v build &&
cd       build &&
cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DPULL_TRANSLATIONS=no              \
      ..       &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          -DPULL_TRANSLATIONS=no:
          Removes the need for git-2.11.1, which would otherwise be
          requested to download the translation files.
        
Last updated on 2017-02-21 12:13:57 -0800