The liblxqt is the core utility library for all LXQt components.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://downloads.lxqt.org/lxqt/0.10.0/liblxqt-0.10.0.tar.xz
Download MD5 sum: 3856e2e690612c5564dc52f5b570a438
Download size: 76 KB
Estimated disk space required: 4.3 MB
Estimated build time: 0.3 SBU
Optional patch, which adds “Hibernate” and “Suspend” capabilities through ConsoleKit2 API: http://www.linuxfromscratch.org/patches/blfs/7.10/liblxqt-0.10.0-hibernate_consolekit-1.patch
libqtxdg-1.3.0 and (kwindowsystem-5.25.0 for lxqt or KDE Frameworks-5.25.0)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/liblxqt
Optionally apply the following patch to be able to put your system into “Suspend” or “Hibernate” state.
patch -p1 -i ../liblxqt-0.10.0-hibernate_consolekit-1.patch
Install liblxqt by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2016-08-27 10:35:10 -0700