The lxqt-notificationd package is the LXQt notification daemon.
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-notificationd-0.9.0.tar.xz
Download MD5 sum: 11d8e306c0b2e23a4cca312cdcb54dbd
Download size: 40 KB
Estimated disk space required: 2.5 MB
Estimated build time: 0.1 SBU
liblxqt-0.9.0 and lxqt-common-0.9.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-notificationd
Install lxqt-notificationd by running the following commands:
sed -e '/QDebug/ i #include <QObject>' \ -e 's:<KF5/KWindowSystem/:<:' \ -i src/notification.cpp && sed -e '/LXQt\/Notification/ i #include <QObject>' \ -i config/basicsettings.cpp && 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
sed -e ... src/notification.cpp: Fixes the headers for KF5.
sed -e ... config/basicsettings.cpp: Fixes the headers for Qt5-5.5.
Last updated on 2015-09-29 11:17:21 -0700