diff --git a/desktop/lxqt/liblxqt/actions.py b/desktop/lxqt/liblxqt/actions.py
new file mode 100644
index 0000000000..288037368c
--- /dev/null
+++ b/desktop/lxqt/liblxqt/actions.py
@@ -0,0 +1,24 @@
+#!/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 cmaketools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DPULL_TRANSLATIONS=no", sourceDir="..")
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/desktop/lxqt/liblxqt/files/liblxqt_tr.qm b/desktop/lxqt/liblxqt/files/liblxqt_tr.qm
new file mode 100644
index 0000000000..e01af203fd
Binary files /dev/null and b/desktop/lxqt/liblxqt/files/liblxqt_tr.qm differ
diff --git a/desktop/lxqt/liblxqt/pspec.xml b/desktop/lxqt/liblxqt/pspec.xml
new file mode 100644
index 0000000000..8b9e9abb40
--- /dev/null
+++ b/desktop/lxqt/liblxqt/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+ liblxqt
+ http://www.lxqt.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ library
+ lxqt
+ Common base library for LXQt components.
+ Core utility library for all LXDE-Qt components
+ https://github.com/lxde/liblxqt/releases/download/0.12.0/liblxqt-0.12.0.tar.xz
+
+ cmake
+ glibc-devel
+ kwindowsystem-devel
+ libX11-devel
+ libgcc
+ libqtxdg-devel
+ pkgconfig
+ qt5-base-devel
+ qt5-linguist
+ qt5-qdbusviewer
+ qt5-x11extras-devel
+ libXScrnSaver-devel
+ lxqt-build-tools
+
+
+
+ liblxqt
+
+ kwindowsystem
+ libgcc
+ libqtxdg
+ qt5-base
+ qt5-x11extras
+ libX11
+ libXScrnSaver
+
+
+ /usr/lib
+ /usr/share
+
+
+
+ liblxqt-devel
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+ Development headers for liblxqt
+
+ liblxqt
+ qt5-base-devel
+ qt5-x11extras-devel
+ libqtxdg-devel
+
+
+
+
+ 2018-04-23
+ 0.12.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/liblxqt/translations.xml b/desktop/lxqt/liblxqt/translations.xml
new file mode 100644
index 0000000000..ee345f75ab
--- /dev/null
+++ b/desktop/lxqt/liblxqt/translations.xml
@@ -0,0 +1,10 @@
+
+
+ liblxqt
+ Çoğu lxqt bileşenleri için ortak temel kitaplıklar.
+ liblxqt çoğu lxde-qt bileşenleri için ortak temel kitaplıklar içerir.
+
+
+ liblxqt-devel
+
+