diff --git a/desktop/kde/framework/kwayland/actions.py b/desktop/kde/framework/kwayland/actions.py
new file mode 100644
index 0000000000..389685f7a8
--- /dev/null
+++ b/desktop/kde/framework/kwayland/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING.LIB")
diff --git a/desktop/kde/framework/kwayland/pspec.xml b/desktop/kde/framework/kwayland/pspec.xml
new file mode 100644
index 0000000000..4d280bbda1
--- /dev/null
+++ b/desktop/kde/framework/kwayland/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+ kwayland
+ http://www.kde.org
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ LGPLv3
+ library
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ mirrors://kde/stable/frameworks/5.24/kwayland-5.24.0.tar.xz
+
+ qt5-base-devel
+ wayland-devel
+ mesa-devel
+ extra-cmake-modules
+
+
+
+
+ kwayland
+
+ libgcc
+ qt5-base
+ mesa
+ wayland-client
+ wayland-server
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/share/config
+ /usr/share/doc
+
+
+
+ kwayland-devel
+
+ qt5-base-devel
+ wayland-devel
+ mesa-devel
+ kwayland
+
+
+ /usr/lib/cmake
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2016-07-30
+ 5.24.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2016-05-18
+ 5.6.4
+ Version bump.
+ Burak Ertürk
+ burakerturk@pisilinux.org
+
+
+ 2016-04-08
+ 5.6.2
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/desktop/kde/framework/kwayland/translations.xml b/desktop/kde/framework/kwayland/translations.xml
new file mode 100644
index 0000000000..949fb38c63
--- /dev/null
+++ b/desktop/kde/framework/kwayland/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kde5-kwayland
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ Qt-style Client and Server library wrapper for the Wayland libraries
+
+