The lxqt-notificationd package is the LXQt notification daemon.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://github.com/lxde/lxqt-notificationd/releases/download/0.11.1/lxqt-notificationd-0.11.1.tar.xz
Download MD5 sum: 5706aa354eba4b69b7b88dc35eccf033
Download size: 32 KB
Estimated disk space required: 3.1 MB
Estimated build time: 0.2 SBU
liblxqt-0.11.1 and lxqt-common-0.11.2
git-2.14.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-notificationd
Install lxqt-notificationd by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DPULL_TRANSLATIONS=no \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-DPULL_TRANSLATIONS=no
:
Removes the need for git-2.14.1, which would otherwise be
requested to download the translation files.
Last updated on 2017-08-31 01:16:09 -0700