diff --git a/desktop/lxqt/libqtxdg/actions.py b/desktop/lxqt/libqtxdg/actions.py
new file mode 100644
index 0000000000..c0f811a09e
--- /dev/null
+++ b/desktop/lxqt/libqtxdg/actions.py
@@ -0,0 +1,26 @@
+#!/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_INSTALL_LIBDIR=/usr/lib\
+ -DUSE_QT5=ON", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ shelltools.cd("..")
+ pisitools.dodoc("AUTHORS", "COPYING")
diff --git a/desktop/lxqt/libqtxdg/pspec.xml b/desktop/lxqt/libqtxdg/pspec.xml
new file mode 100644
index 0000000000..a6e2bc63af
--- /dev/null
+++ b/desktop/lxqt/libqtxdg/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+ libqtxdg
+ http://www.lxqt.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ library
+ lxqt
+ Library providing freedesktop.org specs implementations for Qt.
+ Library providing freedesktop.org specs implementations for Qt.
+ lxqt-sudo
+ https://github.com/lxde/libqtxdg/releases/download/3.1.0/libqtxdg-3.1.0.tar.xz
+
+ libgcc
+ cmake
+ qt5-assistant-devel
+ qt5-base-devel
+ qt5-xmlpatterns-devel
+ qt5-svg-devel
+ gtk3-devel
+ xdg-user-dirs
+
+
+
+ libqtxdg
+
+ libgcc
+ qt5-base
+
+
+ /usr/lib
+ /usr/share/
+
+
+
+ libqtxdg-devel
+ Development headers for libqtxdg
+
+ libqtxdg
+ qt5-base-devel
+ qt5-svg-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-04-23
+ 3.1.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/libqtxdg/translations.xml b/desktop/lxqt/libqtxdg/translations.xml
new file mode 100644
index 0000000000..4dd848bd7d
--- /dev/null
+++ b/desktop/lxqt/libqtxdg/translations.xml
@@ -0,0 +1,14 @@
+
+
+ libqtxdg
+ QT için freedesktop.org özelliklerini sağlayan kütüphane.
+ libqtxdg, QT için freedesktop.org özelliklerini sağlayan kütüphane dosyalarını içerir.
+
+
+
+
+ libqtxdg-devel
+ QT için freedesktop.org özelliklerini sağlayan kütüphane.
+ libqtxdg, QT için freedesktop.org özelliklerini sağlayan kütüphane dosyalarını içerir.
+
+