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 2292f9bb92
Added dependency libglib2.0-bin (Closes: #902053)
6 years ago
cmake Cherry-picking upstream release 0.11.2 8 years ago
data Added new versions, mangled some symbols 6 years ago
debian Added dependency libglib2.0-bin (Closes: #902053) 6 years ago
src Cherry-picking upstream release 0.13.1. 6 years ago
AUTHORS Added new versions, mangled some symbols 6 years ago
CHANGELOG Cherry-picking upstream release 0.13.1. 6 years ago
CMakeLists.txt Cherry-picking upstream release 0.13.1. 6 years ago
Doxyfile.in Added new versions, mangled some symbols 6 years ago
LICENSE Adding upstream version 0.10.0+20151214. 9 years ago
README.md Added new versions, mangled some symbols 6 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/lxqt/pcmanfm-qt/issues.