diff --git a/desktop/lxqt/libfm-qt/actions.py b/desktop/lxqt/libfm-qt/actions.py
new file mode 100644
index 0000000000..1f955d41de
--- /dev/null
+++ b/desktop/lxqt/libfm-qt/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import cmaketools
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DPULL_TRANSLATIONS=no \
+ -DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
+
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/desktop/lxqt/libfm-qt/pspec.xml b/desktop/lxqt/libfm-qt/pspec.xml
new file mode 100644
index 0000000000..9354291a57
--- /dev/null
+++ b/desktop/lxqt/libfm-qt/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+ libfm-qt
+ http://www.lxde.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ library
+ lxqt
+ Core library of PCManFM file manager
+ libfm is a Core library of PCManFM file manager
+ https://github.com/lxde/libfm-qt/releases/download/0.12.0/libfm-qt-0.12.0.tar.xz
+
+ cmake
+ libfm-devel
+ qt5-base-devel
+ qt5-linguist
+ qt5-x11extras-devel
+ lxqt-build-tools
+ menu-cache-devel
+ libexif-devel
+
+
+
+ libfm-qt
+
+ glib2
+ libfm
+ libgcc
+ libxcb
+ qt5-base
+ menu-cache
+ qt5-x11extras
+ libexif
+
+
+ /usr/lib
+ /usr/share/cmake
+ /usr/share/mime
+ /usr/share/libfm-qt
+
+
+
+ libfm-qt-devel
+ Development headers for libfm-qt
+
+ libfm-devel
+ qt5-base-devel
+ qt5-x11extras-devel
+ libfm-qt
+
+
+ /usr/include/libfm-qt
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-04-23
+ 0.12.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/libfm-qt/translations.xml b/desktop/lxqt/libfm-qt/translations.xml
new file mode 100644
index 0000000000..d06306182f
--- /dev/null
+++ b/desktop/lxqt/libfm-qt/translations.xml
@@ -0,0 +1,14 @@
+
+
+ libfm-qt
+ LXDE dosya yönetimi kitaplıkları
+ libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.
+
+
+
+
+ llibfm-qt-devel
+ LXDE dosya yönetimi kitaplıkları
+ libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.
+
+
\ No newline at end of file