The lxqt-common package provides common files for LXQt.
This package is known to build and work properly using an LFS-7.8 platform.
Download (HTTP): http://downloads.lxqt.org/lxqt/0.9.1/lxqt-common-0.9.1.tar.xz
Download MD5 sum: 7db547d46c4e4e5efb6b3ee8e4a90ad9
Download size: 3.9 MB
Estimated disk space required: 12 MB
Estimated build time: less than 0.1 SBU
liblxqt-0.9.0, openbox-3.6.1 (runtime - may be replaced by another WM, e.g. Xfwm4-4.12.3), Qt-5.5.0 built with librsvg-2.40.10, and xdg-utils-1.1.0-rc3
ConsoleKit2-1.0.0 alone or with lxdm-0.5.0 or another Display Manager, e.g. sddm (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.4
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 2015-09-29 11:17:21 -0700