diff --git a/desktop/kde/plasma/kwayland/actions.py b/desktop/kde/plasma/kwayland/actions.py
new file mode 100644
index 0000000000..389685f7a8
--- /dev/null
+++ b/desktop/kde/plasma/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/plasma/kwayland/pspec.xml b/desktop/kde/plasma/kwayland/pspec.xml
new file mode 100644
index 0000000000..bd37e89e0a
--- /dev/null
+++ b/desktop/kde/plasma/kwayland/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+ 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
+ http://download.kde.org/stable/plasma/5.3.2/kwayland-5.3.2.tar.xz
+
+ qt5-base-devel
+ libgcc
+ extra-cmake-modules
+ wayland-devel
+
+
+
+
+ kwayland
+
+ qt5-base
+ libgcc
+ wayland-client
+ wayland-server
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kwayland-devel
+
+ qt5-base-devel
+ kwayland
+
+
+ /usr/lib/cmake
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2015-07-01
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-11
+ 5.3.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/kwayland/translations.xml b/desktop/kde/plasma/kwayland/translations.xml
new file mode 100644
index 0000000000..949fb38c63
--- /dev/null
+++ b/desktop/kde/plasma/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
+
+