diff --git a/desktop/lxqt/lxqt-runner/actions.py b/desktop/lxqt/lxqt-runner/actions.py
new file mode 100644
index 0000000000..16cc7af6a4
--- /dev/null
+++ b/desktop/lxqt/lxqt-runner/actions.py
@@ -0,0 +1,27 @@
+#!/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_BUILD_TYPE=release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DPULL_TRANSLATIONS=no", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ shelltools.cd("..")
+ pisitools.dodoc("AUTHORS")
diff --git a/desktop/lxqt/lxqt-runner/pspec.xml b/desktop/lxqt/lxqt-runner/pspec.xml
new file mode 100644
index 0000000000..41733e7a04
--- /dev/null
+++ b/desktop/lxqt/lxqt-runner/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+ lxqt-runner
+ http://www.lxde.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ app
+ lxqt
+ The LXQt application launcher
+ Tool used to launch programs quickly by typing their names
+ https://github.com/lxde/lxqt-runner/releases/download/0.12.0/lxqt-runner-0.12.0.tar.xz
+
+ cmake
+ glib2-devel
+ kwindowsystem-devel
+ libgcc
+ liblxqt-devel
+ libqtxdg-devel
+ lxqt-globalkeys-devel
+ menu-cache-devel
+ qt5-base-devel
+ qt5-linguist
+ qt5-script-devel
+ muparser-devel
+ lxqt-build-tools
+
+
+
+ lxqt-runner
+
+ glib2
+ kwindowsystem
+ libgcc
+ liblxqt
+ libqtxdg
+ lxqt-globalkeys
+ menu-cache
+ qt5-base
+ muparser
+
+
+ /usr/bin
+ /usr/share/
+ /etc/autostart
+
+
+
+
+ 2018-04-23
+ 0.12.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/lxqt-runner/translations.xml b/desktop/lxqt/lxqt-runner/translations.xml
new file mode 100644
index 0000000000..09d744ead1
--- /dev/null
+++ b/desktop/lxqt/lxqt-runner/translations.xml
@@ -0,0 +1,7 @@
+
+
+ lxqt-runner
+ LXQt uygulama başlatıcısı.
+ Aracı adlarını yazarak hızlıca programları başlatmak için kullanılır.
+
+