The lxqt-panel package contains a lightweight X11 desktop panel.
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-panel-0.10.0.tar.xz
Download MD5 sum: 4a884aa9a59b2f554204ab3491663edc
Download size: 324 KB
Estimated disk space required: 31 MB
Estimated build time: 1.8 SBU
KDE Frameworks-5.19.0 or (kguiaddons-5.19.0 for lxqt and solid-5.19.0 for lxqt) (keyboard indicator plugin), lxqt-globalkeys-0.10.0, libdbusmenu-qt-0.9.3+15.10.20150604 (built against Qt5), liblxqt-0.10.0, libxkbcommon-0.5.0, lxmenu-data-0.1.5, and menu-cache-1.0.1
alsa-lib-1.1.0 or PulseAudio-8.0 (volume plugin), libstatgrab-0.91 (system statistics plugin), libsysstat-0.3.1 (CPU and network monitor plugins), and lm_sensors-3.4.0 (sensors plugin)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-panel
Install lxqt-panel by running the following commands:
sed -e 's:<KF5/KWindowSystem/:<:' \ -i plugin-taskbar/lxqttaskgroup.{h,cpp} && 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
sed ...: Fixes the headers for KF5.
Last updated on 2016-03-07 11:09:56 -0800