The libqtxdg is a Qt implementation of freedesktop.org xdg specifications.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/lxde/libqtxdg/releases/download/3.1.0/libqtxdg-3.1.0.tar.xz
Download MD5 sum: 15db87c252dfdf6a6852abb08a749965
Download size: 65 KB
Estimated disk space required: 5.1 MB
Estimated build time: 0.2 SBU
GTK+-2.24.32 or GTK+-3.22.28 (for gtk-update-icon-cache)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libqtxdg
Install libqtxdg 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
-DBUILD_TESTS=ON
: Builds tests.
-DBUILD_DEV_UTILS=ON
: Builds and
installs development utilities.
Last updated on 2018-02-21 04:35:18 -0800