diff --git a/desktop/kde/plasma/kdecorations/actions.py b/desktop/kde/plasma/kdecorations/actions.py
new file mode 100644
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde/plasma/kdecorations/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("README.md")
diff --git a/desktop/kde/plasma/kdecorations/pspec.xml b/desktop/kde/plasma/kdecorations/pspec.xml
new file mode 100644
index 0000000000..85452c9ae9
--- /dev/null
+++ b/desktop/kde/plasma/kdecorations/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+ kdecorations
+ https://projects.kde.org/projects/kde/workspace/kdecoration
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv3
+ library
+ Plugin based library to create window decorations
+ Plugin based library to create window decorations
+ http://download.kde.org/stable/plasma/5.3.2/kdecoration-5.3.2.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+
+
+
+
+ kdecorations
+
+ qt5-base
+ libgcc
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kdecorations-devel
+ Development files for kdecorations
+
+ qt5-base-devel
+ kdecorations
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+ kde-workspace-devel
+
+
+ kde-workspace-devel
+
+
+
+
+
+ 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/kdecorations/translations.xml b/desktop/kde/plasma/kdecorations/translations.xml
new file mode 100644
index 0000000000..7ceb2c83f3
--- /dev/null
+++ b/desktop/kde/plasma/kdecorations/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kde5-kdecorations
+ Plugin based library to create window decorations
+ Plugin based library to create window decorations
+
+