diff --git a/desktop/lxqt/menu-cache/actions.py b/desktop/lxqt/menu-cache/actions.py
new file mode 100644
index 0000000000..9797b218d4
--- /dev/null
+++ b/desktop/lxqt/menu-cache/actions.py
@@ -0,0 +1,21 @@
+#!/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 shelltools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import autotools
+
+def setup():
+ shelltools.system("./autogen.sh")
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("AUTHORS", "COPYING")
diff --git a/desktop/lxqt/menu-cache/pspec.xml b/desktop/lxqt/menu-cache/pspec.xml
new file mode 100644
index 0000000000..82bf187107
--- /dev/null
+++ b/desktop/lxqt/menu-cache/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+ menu-cache
+ http://lxde.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ app
+ lxqt
+ freedesktop.org desktop menus for LXDE
+ Library used to read freedesktop.org menus
+
+ glib2-devel
+ gtk-doc
+ libfm-extra-devel
+ qt5-base-devel
+
+ https://github.com/lxde/menu-cache/archive/1.1.0.tar.gz
+
+
+ menu-cache
+ Development headers for libfm-qt
+
+ glib2
+ libfm-extra
+
+
+ /usr/lib
+ /usr/libexec
+ /usr/share
+
+
+
+ menu-cache-devel
+ Development files for menu-cache
+
+ glib2-devel
+ menu-cache
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-04-23
+ 1.1.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/menu-cache/translations.xml b/desktop/lxqt/menu-cache/translations.xml
new file mode 100644
index 0000000000..c6fd8fb263
--- /dev/null
+++ b/desktop/lxqt/menu-cache/translations.xml
@@ -0,0 +1,14 @@
+
+
+ lxqt-menu-cache
+ LXQT için freedesktop.org masaüstü menüleri.
+ Freedesktop.org menüleri okumak için kullanılan kitaplıkları içerir.
+
+
+
+
+ lxqt-menu-cache-devel
+ LXQT için freedesktop.org masaüstü menülerin için geliştirme dosyaları.
+ Freedesktop.org menüleri okumak için kullanılan geliştirme dosyalarını içerir.
+
+