diff --git a/desktop/kde/plasma/khelpcenter/actions.py b/desktop/kde/plasma/khelpcenter/actions.py
new file mode 100644
index 0000000000..0b00c0481d
--- /dev/null
+++ b/desktop/kde/plasma/khelpcenter/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", "DESIGN")
diff --git a/desktop/kde/plasma/khelpcenter/pspec.xml b/desktop/kde/plasma/khelpcenter/pspec.xml
new file mode 100755
index 0000000000..d10fd3fd1a
--- /dev/null
+++ b/desktop/kde/plasma/khelpcenter/pspec.xml
@@ -0,0 +1,79 @@
+
+
+
+
+ khelpcenter
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE Help Center
+ KDE help center utility to read help documentation about various KDE applications.
+ http://download.kde.org/stable/plasma/5.3.2/khelpcenter-5.3.2.tar.xz
+
+ qt5-base-devel
+ python3
+ qt5-libdbusmenu-devel
+ kinit-devel
+ libgcc
+ kcmutils-devel
+ khtml-devel
+ kdelibs4-support-devel
+ extra-cmake-modules
+
+
+
+
+ khelpcenter
+
+ qt5-base
+ kio
+ libgcc
+ khtml
+ ki18n
+ kparts
+ kcodecs
+ kconfig
+ kxmlgui
+ kcmutils
+ kservice
+ kcompletion
+ kcoreaddons
+ kdbusaddons
+ kiconthemes
+ kwindowsystem
+ kconfigwidgets
+ kwidgetsaddons
+ kdelibs4-support
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2015-07-01
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-11
+ 5.3.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
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
+
+