The lxqt-panel package contains a lightweight X11 desktop panel.
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-panel-0.9.0.tar.xz
Download MD5 sum: cdae5a811c68fe8162230f1e9ef765f2
Download size: 272 KB
Estimated disk space required: 26 MB
Estimated build time: 1 SBU
lxqt-globalkeys-0.9.0, liblxqt-0.9.0, liblxqt-mount-0.9.0, lxmenu-data-0.1.4, and menu-cache-1.0.0
You do not need all KDE Frameworks-5.14.0, just the named library and dependencies.
kguiaddons, from KDE Frameworks-5.14.0 (keyboard indicator plugin), alsa-lib-1.0.29 or PulseAudio-6.0 (volume plugin), libstatgrab-0.91 (system statistics plugin), libsysstat-0.3.0 (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 -i 's:<KF5/KWindowSystem/:<:' \ plugin-mainmenu/lxqtmainmenu.cpp \ plugin-kbindicator/lxqtkbindicator.h \ plugin-showdesktop/showdesktop.cpp \ plugin-taskbar/lxqttaskbutton.cpp \ plugin-taskbar/lxqttaskbar.h \ plugin-desktopswitch/desktopswitch.cpp \ panel/lxqtpanel.cpp \ panel/config/configpaneldialog.cpp && sed -e 's:<KF5/KGuiAddons/:<:' \ -i plugin-kbindicator/lxqtkbindicator.h && mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -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 2015-09-29 11:17:21 -0700