diff --git a/desktop/kde/kde5-plasma/kfilemetadata/actions.py b/desktop/kde/kde5-plasma/kfilemetadata/actions.py
new file mode 100755
index 0000000000..d4e8d7f374
--- /dev/null
+++ b/desktop/kde/kde5-plasma/kfilemetadata/actions.py
@@ -0,0 +1,24 @@
+#!/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 pisitools
+from pisi.actionsapi import cmaketools
+
+def setup():
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
+ -DLIB_INSTALL_DIR=lib \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
+ -DBUILD_TESTING=OFF")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.install()
+
+ pisitools.dodoc("COPYING-CMAKE-SCRIPTS", "COPYING.LGPL-3")
+
diff --git a/desktop/kde/kde5-plasma/kfilemetadata/pspec.xml b/desktop/kde/kde5-plasma/kfilemetadata/pspec.xml
new file mode 100755
index 0000000000..14b6375e74
--- /dev/null
+++ b/desktop/kde/kde5-plasma/kfilemetadata/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+ kfilemetadata
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 library for extracting meta data from files.
+ KDE library for extracting meta data from files.
+ http://download.kde.org/stable/plasma/5.3.1/kfilemetadata-5.9.1.tar.xz
+
+ qt5-base-devel
+ python
+ extra-cmake-modules
+
+
+
+
+ kfilemetadata
+
+ qt5-base
+ ebook-tools
+ libgcc
+ exiv2-libs
+ taglib
+ ffmpeg
+ taglib
+ poppler-qt5
+ karchive
+ ki18n
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kfilemetadata-devel
+ Development files for kfilemetadata
+
+ qt5-base-devel
+ kfilemetadata
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-06-03
+ 5.9.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/baloo/actions.py b/desktop/kde/plasma/baloo/actions.py
new file mode 100644
index 0000000000..56638b7e32
--- /dev/null
+++ b/desktop/kde/plasma/baloo/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/baloo/pspec.xml b/desktop/kde/plasma/baloo/pspec.xml
new file mode 100755
index 0000000000..5301eb9950
--- /dev/null
+++ b/desktop/kde/plasma/baloo/pspec.xml
@@ -0,0 +1,99 @@
+
+
+
+
+ baloo
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Framework for searching and managing metadata
+ Baloo is a framework for searching and managing metada
+ http://download.kde.org/stable/plasma/5.3.2/baloo-5.9.2.tar.xz
+
+ qt5-base-devel
+ kdoctools-devel
+ python3
+ extra-cmake-modules
+
+
+
+
+ baloo
+
+ qt5-base
+ qt5-declarative
+ xapian-core
+ kcoreaddons
+ kdbusaddons
+ kauth
+ libgcc
+ kcmutils
+ kconfig
+ kcrash
+ kdelibs4-support
+ ki18n
+ kidletime
+ kio
+ krunner
+ solid
+ kf5-kfilemetadata
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+ baloo
+
+
+ baloo
+
+
+
+
+ baloo-devel
+ Development files for baloo-widgets
+
+ qt5-base-devel
+ baloo
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+ baloo-devel
+
+
+ baloo-devel
+
+
+
+
+
+ 2015-07-01
+ 5.9.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-06
+ 5.9.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/bluedevil/actions.py b/desktop/kde/plasma/bluedevil/actions.py
new file mode 100644
index 0000000000..445fd55022
--- /dev/null
+++ b/desktop/kde/plasma/bluedevil/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", "COPYING.LIB")
diff --git a/desktop/kde/plasma/bluedevil/pspec.xml b/desktop/kde/plasma/bluedevil/pspec.xml
new file mode 100755
index 0000000000..37410fce4f
--- /dev/null
+++ b/desktop/kde/plasma/bluedevil/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ bluedevil
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE 5 Bluetooth Stack
+ Integrate the Bluetooth technology within KDE workspace and applications
+ http://download.kde.org/stable/plasma/5.3.2/bluedevil-5.3.2.tar.xz
+
+ qt5-base-devel
+ kded-devel
+ plasma-framework-devel
+ extra-cmake-modules
+
+
+
+
+ bluedevil
+
+ qt5-base
+ libgcc
+ bluez-qt
+ kio
+ ki18n
+ kconfig
+ qt5-declarative
+ kcompletion
+ kcoreaddons
+ kdbusaddons
+ kiconthemes
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2015-07-01
+ 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/bluez-qt/actions.py b/desktop/kde/plasma/bluez-qt/actions.py
new file mode 100644
index 0000000000..8959ab078b
--- /dev/null
+++ b/desktop/kde/plasma/bluez-qt/actions.py
@@ -0,0 +1,20 @@
+#!/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 shelltools
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure("-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d")
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ #pisitools.dodoc("README.md", "COPYING.LIB")
diff --git a/desktop/kde/plasma/bluez-qt/pspec.xml b/desktop/kde/plasma/bluez-qt/pspec.xml
new file mode 100755
index 0000000000..0601c3afe3
--- /dev/null
+++ b/desktop/kde/plasma/bluez-qt/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+ bluez-qt
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ Qt wrapper for KDE 5 Bluez DBus API
+ Qt wrapper for KDE 5 DBus API.
+ http://download.kde.org/stable/plasma/5.3.2/bluez-qt-5.3.2.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+
+
+
+
+ bluez-qt
+
+ qt5-base
+ qt5-declarative
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ bluez-qt-devel
+ Development files for bluez-qt
+
+ qt5-base-devel
+ bluez-qt
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2015-07-01
+ 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/kfilemetadata/actions.py b/desktop/kde/plasma/kfilemetadata/actions.py
new file mode 100755
index 0000000000..d4e8d7f374
--- /dev/null
+++ b/desktop/kde/plasma/kfilemetadata/actions.py
@@ -0,0 +1,24 @@
+#!/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 pisitools
+from pisi.actionsapi import cmaketools
+
+def setup():
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
+ -DLIB_INSTALL_DIR=lib \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
+ -DBUILD_TESTING=OFF")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.install()
+
+ pisitools.dodoc("COPYING-CMAKE-SCRIPTS", "COPYING.LGPL-3")
+
diff --git a/desktop/kde/plasma/kfilemetadata/pspec.xml b/desktop/kde/plasma/kfilemetadata/pspec.xml
new file mode 100755
index 0000000000..58611ffc49
--- /dev/null
+++ b/desktop/kde/plasma/kfilemetadata/pspec.xml
@@ -0,0 +1,78 @@
+
+
+
+
+ kfilemetadata
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 library for extracting meta data from files.
+ KDE library for extracting meta data from files.
+ http://download.kde.org/stable/plasma/5.3.2/kfilemetadata-5.9.2.tar.xz
+
+ qt5-base-devel
+ python
+ extra-cmake-modules
+
+
+
+
+ kfilemetadata
+
+ qt5-base
+ ebook-tools
+ libgcc
+ exiv2-libs
+ taglib
+ ffmpeg
+ taglib
+ poppler-qt5
+ karchive
+ ki18n
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kfilemetadata-devel
+ Development files for kfilemetadata
+
+ qt5-base-devel
+ kfilemetadata
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-07-01
+ 5.9.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-03
+ 5.9.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+