diff --git a/desktop/lxqt/lxqt-l10n/actions.py b/desktop/lxqt/lxqt-l10n/actions.py
new file mode 100644
index 0000000000..46e32ef623
--- /dev/null
+++ b/desktop/lxqt/lxqt-l10n/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 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", 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/lxqt-l10n/pspec.xml b/desktop/lxqt/lxqt-l10n/pspec.xml
new file mode 100644
index 0000000000..6a1f916fbc
--- /dev/null
+++ b/desktop/lxqt/lxqt-l10n/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+ lxqt-l10n
+ http://www.lxde.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ app:gui
+ lxqt
+ The lxqt-l10n package provides translations for all components of the LXQt desktop.
+ The lxqt-l10n package provides translations for all components of the LXQt desktop.
+ https://github.com/lxde/lxqt-l10n/releases/download/0.12.0/lxqt-l10n-0.12.0.tar.xz
+
+ cmake
+ liblxqt-devel
+ qt5-linguist
+ qt5-base-devel
+ kwindowsystem-devel
+ lxqt-build-tools
+
+
+
+ lxqt-l10n
+
+ /usr/share/lxqt
+ /usr/share/obconf-qt
+ /usr/share/pcmanfm-qt
+ /usr/share/qterminal
+ /usr/share/lximage-qt
+ /usr/share/compton-conf
+ /usr/share/libfm-qt
+ /usr/share/pavucontrol-qt
+ /usr/share/qtermwidget
+ /usr/share/doc
+
+
+
+
+
+ 2018-04-23
+ 0.12.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/lxqt-l10n/translations.xml b/desktop/lxqt/lxqt-l10n/translations.xml
new file mode 100644
index 0000000000..eb57a2cb9d
--- /dev/null
+++ b/desktop/lxqt/lxqt-l10n/translations.xml
@@ -0,0 +1,7 @@
+
+
+ lxqt-about
+ LXQt hakkında bilgi.
+ LXDE-Qt hakkında bilgi içerir.
+
+