diff --git a/desktop/kde/plasma/kscreen/actions.py b/desktop/kde/plasma/kscreen/actions.py
new file mode 100644
index 0000000000..56638b7e32
--- /dev/null
+++ b/desktop/kde/plasma/kscreen/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")
diff --git a/desktop/kde/plasma/kscreen/pspec.xml b/desktop/kde/plasma/kscreen/pspec.xml
new file mode 100755
index 0000000000..4c495b428c
--- /dev/null
+++ b/desktop/kde/plasma/kscreen/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ kscreen
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Provides the interface and basic tools for the KDE workspace
+ Provides the interface and basic tools for the KDE workspace
+ http://download.kde.org/stable/plasma/5.3.2/kscreen-5.3.2.tar.xz
+
+ qt5-base-devel
+ qt5-graphicaleffects
+ python3
+ libgcc
+ kdoctools-devel
+ extra-cmake-modules
+
+
+
+
+ kscreen
+
+ qt5-base
+ libgcc
+ libkscreen
+ qt5-declarative
+ kcoreaddons
+ kglobalaccel
+ kconfigwidgets
+ kwidgetsaddons
+ kdbusaddons
+ ki18n
+ kxmlgui
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2015-07-02
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-06
+ 5.3.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/kwin/actions.py b/desktop/kde/plasma/kwin/actions.py
new file mode 100644
index 0000000000..f586811bf7
--- /dev/null
+++ b/desktop/kde/plasma/kwin/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("COMPLIANCE", "CONFIGURING", "COPYING", "HACKING", "README")
diff --git a/desktop/kde/plasma/kwin/pspec.xml b/desktop/kde/plasma/kwin/pspec.xml
new file mode 100755
index 0000000000..f90267b54e
--- /dev/null
+++ b/desktop/kde/plasma/kwin/pspec.xml
@@ -0,0 +1,161 @@
+
+
+
+
+ kwin
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 window manager
+ KWin is the window manager of the K desktop environment.
+ http://download.kde.org/stable/plasma/5.3.2/kwin-5.3.2.tar.xz
+
+ qt5-base-devel
+ qt5-tools-devel
+ qt5-multimedia-devel
+ kwayland
+ kdecorations-devel
+ qt5-script-devel
+ qt5-x11extras-devel
+ qt5-declarative-devel
+ kiconthemes-devel
+ kauth-devel
+ libXxf86vm-devel
+ libXext-devel
+ kf5-kactivities-devel
+ kcmutils-devel
+ kcompletion-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kcrash-devel
+ kdeclarative-devel
+ kdoctools-devel
+ kglobalaccel-devel
+ ki18n-devel
+ kinit
+ kio-devel
+ knewstuff-devel
+ knotifications-devel
+ kservice-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ kxmlgui-devel
+ plasma-framework-devel
+ mesa-devel
+ libICE-devel
+ libSM-devel
+ wayland-devel
+ wayland-client
+ wayland-cursor
+ libxkbcommon-devel
+ xcb-util-keysyms-devel
+ xcb-util-image-devel
+ libXcursor-devel
+ libepoxy-devel
+ libgcc
+ libX11-devel
+ libxcb-devel
+
+
+
+
+ kwin
+
+ qt5-base
+ libgcc
+ libX11
+ libxcb
+ qt5-script+
+ kwayland+
+ kdecorations+
+ qt5-x11extras+
+ qt5-declarative+
+ kiconthemes+
+ kauth+
+ kf5-kactivities+
+ kcmutils+
+ kcompletion+
+ kconfig+
+ kconfigwidgets+
+ kcoreaddons+
+ kcrash+
+ kdeclarative+
+ kglobalaccel+
+ ki18n+
+ kio+
+ knewstuff+
+ knotifications+
+ kservice+
+ kwidgetsaddons+
+ kwindowsystem+
+ kxmlgui+
+ plasma-framework+
+ mesa+
+ libICE+
+ libSM+
+ wayland-cursor+
+ libxkbcommon+
+ xcb-util-keysyms+
+ xcb-util-image+
+ libepoxy+
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+ kde-workspace
+
+
+ kde-workspace
+
+
+
+
+ kwin-devel
+ Development files for kwin
+
+ qt5-base-devel
+ kwin
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+ kde-workspace-devel
+
+
+ kde-workspace-devel
+
+
+
+
+
+ 2015-07-02
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-12
+ 5.3.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/libkscreen/actions.py b/desktop/kde/plasma/libkscreen/actions.py
new file mode 100644
index 0000000000..1ead2575cd
--- /dev/null
+++ b/desktop/kde/plasma/libkscreen/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", "COPYING")
diff --git a/desktop/kde/plasma/libkscreen/pspec.xml b/desktop/kde/plasma/libkscreen/pspec.xml
new file mode 100755
index 0000000000..f84f999ea5
--- /dev/null
+++ b/desktop/kde/plasma/libkscreen/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ libkscreen
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 screen management library
+ Dynamic display management library for KDE
+ http://download.kde.org/stable/plasma/5.3.2/libkscreen-5.3.2.tar.xz
+
+ qt5-base-devel
+ qt5-x11extras-devel
+ libgcc
+ libxcb-devel
+ xcb-util-devel
+ xcb-util-image-devel
+ xcb-util-keysyms-devel
+ libXcursor-devel
+ libXrandr-devel
+ extra-cmake-modules
+
+
+
+
+ libkscreen
+
+ qt5-base
+ libxcb
+ libgcc
+ qt5-x11extras
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libkscreen-devel
+ Development files for libkscreen
+
+ qt5-base-devel
+ libkscreen
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-07-02
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-06
+ 5.3.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+