libfm-qt Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida 08cccd439f
Some cleanup
7 years ago
cmake Cherry-picking upstream release 0.11.2 8 years ago
data Prepared transiton to sid 7 years ago
debian Some cleanup 7 years ago
src Prepared transiton to sid 7 years ago
AUTHORS Prepared transiton to sid 7 years ago
CHANGELOG Prepared transiton to sid 7 years ago
CMakeLists.txt Prepared transiton to sid 7 years ago
Doxyfile.in Adding upstream version 0.10.0+20151214. 9 years ago
LICENSE Adding upstream version 0.10.0+20151214. 9 years ago
README.md Cherry-picking upstream release 0.11.2 8 years ago

README.md

libfm-qt

Overview

libfm-qt is the Qt port of libfm, a library providing components to build desktop file managers which belongs to LXDE.

libfm-qt is licensed under the terms of the LGPLv2.1 or any later version. See file LICENSE for its full text.

Installation

Compiling source code

Runtime dependencies are Qt X11 Extras and libfm ≥ 1,2 (not all features are provided by libfm-qt yet).
Additional build dependencies are CMake, lxqt-build-tools and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository lxqt-l10n so the corresponding dependencies are needed, too. Please refer to this repository's README.md for further information.

Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems, depending on the way library paths are dealt with on 64bit systems variables like CMAKE_INSTALL_LIBDIR may have to be set as well.

To build run make, to install make install which accepts variable DESTDIR as usual.

Binary packages

Official binary packages are available in Arch Linux, Debian (as of Debian stretch) and openSUSE (Leap 42.1 and Tumbleweed).
The library is still missing in Fedora which is providing version 0.10.0 of PCManFM-Qt only so far. This version was still including the code outsourced into libfm-qt later so libfm-qt will have to be provided by Fedora, too, as soon as the distribution upgrades to PCManFM-Qt ≥ 0.10.1.

Development

Issues should go to the tracker of PCManFM-Qt at https://github.com/lxde/pcmanfm-qt/issues.