I've finalized the packaging of pcmanfm-qt and, been using it as my only file-manager for a few days now.
Give it a try 🙂
Install available runtime dependencies, these are:
qt5-qtbase
qt5-qtsvg
qt5-qtx11extras
libexif
kwindowsystem
libXScrnSaver
lxmenu-data
polkit-qt5
Then build and install the compile dependency, lxqt-build-tools and temporary install a second build dependency, qt5-qttools. Both of these can be removed once the package is installed.
You can find lxqt-build-tools in the pkgsrc/wip repo.
Now build and install some required runtime dependencies that are also in pkgsrc/wip. Build them in the order below:
libqtxdg
liblxqt
libfm-qt
Once you're done you can build pcmanfm-qt 🙂
cd /usr/pkgsrc/wip/pcmanfm-qt
make
doas make install
doas make clean
doas make clean-depends
doas distclean
Thanks for testing!
