The pcmanfm-qt is a file manager and desktop icon manager (Qt port of pcmanfm and libfm).
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://github.com/lxde/pcmanfm-qt/releases/download/0.11.3/pcmanfm-qt-0.11.3.tar.xz
Download MD5 sum: f56059180b9b1ae5fcb11fa844dad0f9
Download size: 94 KB
Estimated disk space required: 7.7 MB
Estimated build time: 0.3 SBU
liblxqt-0.11.1, libfm-qt-0.11.2, and lxmenu-data-0.1.5
oxygen-icons5-5.37.0 or another icon theme (depending on your choice, some icons will be missing in several places)
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/pcmanfm-qt
Install pcmanfm-qt by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DPULL_TRANSLATIONS=no \ -DCMAKE_INSTALL_LIBDIR=lib \ .. && 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 08:29:49 -0700