diff --git a/desktop/lxqt/lxqt-sudo/actions.py b/desktop/lxqt/lxqt-sudo/actions.py
new file mode 100644
index 0000000000..9c5aff5dc8
--- /dev/null
+++ b/desktop/lxqt/lxqt-sudo/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 shelltools
+
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DPULL_TRANSLATIONS=no \
+ -DCMAKE_INSTALL_LIBDIR=/usr/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/lxqt-sudo/pspec.xml b/desktop/lxqt/lxqt-sudo/pspec.xml
new file mode 100644
index 0000000000..a828141d05
--- /dev/null
+++ b/desktop/lxqt/lxqt-sudo/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+ lxqt-sudo
+ http://lxqt.org/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ LGPLv2.1
+ app:gui
+ lxqt
+ Python binding of terminal widget for Qt
+ LXQt privilege program (lxsu).
+ https://github.com/lxde/lxqt-sudo/releases/download/0.12.0/lxqt-sudo-0.12.0.tar.xz
+
+ cmake
+ kwindowsystem-devel
+ liblxqt-devel
+ libqtxdg-devel
+ qt5-base-devel
+ qt5-linguist
+ lxqt-build-tools
+
+ lxqt-sudo
+
+
+ lxqt-sudo
+
+ libgcc
+ liblxqt
+ qt5-base
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ 2018-04-23
+ 0.12.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/lxqt-sudo/translations.xml b/desktop/lxqt/lxqt-sudo/translations.xml
new file mode 100644
index 0000000000..b9b2873f93
--- /dev/null
+++ b/desktop/lxqt/lxqt-sudo/translations.xml
@@ -0,0 +1,6 @@
+
+
+ lxqt-sudo
+ Lxqt yetkili kullanıcı aracı
+
+