The lxqt-common package provides common files for LXQt.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://downloads.lxqt.org/lxqt/0.10.0/lxqt-common-0.10.0.tar.xz
Download MD5 sum: 6bf2c06e0de15da33a054bb02b681b02
Download size: 3.9 MB
Estimated disk space required: 12 MB
Estimated build time: less than 0.1 SBU (desktop, mime and hicolor databases and cache updates take over 0.1 SBU)
liblxqt-0.10.0, openbox-3.6.1 (runtime - may be replaced by another WM, e.g. Xfwm4-4.12.3), Qt-5.5.1 built with librsvg-2.40.13, and xdg-utils-1.1.1
ConsoleKit2-1.0.1 alone or with lxdm-0.5.3 or another Display Manager, e.g. sddm-0.13.0 (this has been reported as the “recommended LXQt display manager”), desktop-file-utils-0.22, hicolor-icon-theme-0.15, and shared-mime-info-1.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-common
Install lxqt-common by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
If you have installed recommended dependencies, run the following
commands as root
user:
update-mime-database /usr/share/mime && xdg-icon-resource forceupdate --theme hicolor && update-desktop-database -q
Last updated on 2016-03-05 10:01:52 -0800