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/breeze/actions.py b/desktop/kde/plasma/breeze/actions.py
new file mode 100644
index 0000000000..56638b7e32
--- /dev/null
+++ b/desktop/kde/plasma/breeze/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/breeze/pspec.xml b/desktop/kde/plasma/breeze/pspec.xml
new file mode 100755
index 0000000000..c163ad6c79
--- /dev/null
+++ b/desktop/kde/plasma/breeze/pspec.xml
@@ -0,0 +1,112 @@
+
+
+
+
+ breeze
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 Plasma artwork
+ Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
+ http://download.kde.org/stable/plasma/5.3.2/breeze-5.3.2.tar.xz
+
+ qt5-base-devel
+ libxcb-devel
+ libgcc
+ qt5-x11extras-devel
+ frameworkintegration-devel
+ kdecorations-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kwindowsystem-devel
+ kconfig-devel
+ kguiaddons-devel
+ kcoreaddons-devel
+ kconfigwidgets-devel
+ kwidgetsaddons-devel
+ extra-cmake-modules
+
+
+
+
+ breeze-style
+
+ qt5-base
+ libgcc
+ kconfig
+ kguiaddons
+ kcoreaddons
+ kconfigwidgets
+ kwidgetsaddons
+ qt5-x11extras
+ libxcb
+ frameworkintegration
+ kcmutils
+ kcoreaddons
+ ki18n
+ kwindowsystem
+ kdecorations
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ breeze-icons
+
+ breeze-style
+
+
+ /usr/share/icons
+
+
+
+
+ breeze-cursors
+
+ breeze-style
+
+
+ /usr/share/icons/breeze_cursors
+
+
+
+
+ breeze-wallpapers
+
+ qt5-base
+
+
+ /usr/share/wallpapers
+
+
+
+
+
+ 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/kde-cli-tools/actions.py b/desktop/kde/plasma/kde-cli-tools/actions.py
new file mode 100644
index 0000000000..ccb7abe2b6
--- /dev/null
+++ b/desktop/kde/plasma/kde-cli-tools/actions.py
@@ -0,0 +1,18 @@
+#!/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()
+
diff --git a/desktop/kde/plasma/kde-cli-tools/comar/package.py b/desktop/kde/plasma/kde-cli-tools/comar/package.py
new file mode 100644
index 0000000000..296728595f
--- /dev/null
+++ b/desktop/kde/plasma/kde-cli-tools/comar/package.py
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+import os
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ os.system("ln -s /usr/lib/kf5/kdesu /usr/bin/kdesu")
diff --git a/desktop/kde/plasma/kde-cli-tools/pspec.xml b/desktop/kde/plasma/kde-cli-tools/pspec.xml
new file mode 100755
index 0000000000..f328ddf993
--- /dev/null
+++ b/desktop/kde/plasma/kde-cli-tools/pspec.xml
@@ -0,0 +1,82 @@
+
+
+
+
+ kde-cli-tools
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Additional client tools for KDE applications
+ Tools based on KDE Frameworks 5 to better interact with the system
+ http://download.kde.org/stable/plasma/5.3.2/kde-cli-tools-5.3.2.tar.xz
+
+ qt5-base-devel
+ libX11-devel
+ libgcc
+ kdoctools-devel
+ python3
+ extra-cmake-modules
+
+
+
+
+ kde-cli-tools
+
+ qt5-base
+ qt5-svg
+ libX11
+ libgcc
+ kio
+ ki18n
+ kservice
+ qt5-x11extras
+ kcompletion
+ kcoreaddons
+ kiconthemes
+ kwindowsystem
+ kconfigwidgets
+ kwidgetsaddons
+ kcmutils
+ kconfig
+ kdelibs4-support
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+ System.Package
+
+
+ kdesu
+
+
+
+
+
+ 2015-07-01
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-06
+ 5.3.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/kde-gtk-config/actions.py b/desktop/kde/plasma/kde-gtk-config/actions.py
new file mode 100644
index 0000000000..ccb7abe2b6
--- /dev/null
+++ b/desktop/kde/plasma/kde-gtk-config/actions.py
@@ -0,0 +1,18 @@
+#!/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()
+
diff --git a/desktop/kde/plasma/kde-gtk-config/pspec.xml b/desktop/kde/plasma/kde-gtk-config/pspec.xml
new file mode 100755
index 0000000000..40490998a7
--- /dev/null
+++ b/desktop/kde/plasma/kde-gtk-config/pspec.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ kde-gtk-config
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ GTK2 and GTK3 Configurator for KDE
+ Configuration dialog to adapt GTK+ applications appearance to your taste under KDE.
+ http://download.kde.org/stable/plasma/5.3.2/kde-gtk-config-5.3.2.tar.xz
+
+ qt5-base-devel
+ kio-devel
+ libgcc
+ glib2-devel
+ ki18n-devel
+ kcoreaddons-devel
+ kiconthemes-devel
+ kwidgetsaddons-devel
+ kcmutils-devel
+ karchive-devel
+ kauth-devel
+ kconfigwidgets-devel
+ knewstuff-devel
+ gtk2-devel
+ gtk3-devel
+ extra-cmake-modules
+
+
+
+
+ kde-gtk-config
+
+ qt5-base
+ libgcc
+ glib2
+ kio
+ ki18n
+ kcoreaddons
+ kiconthemes
+ kwidgetsaddons
+ kcmutils
+ karchive
+ kauth
+ knewstuff
+ kconfigwidgets
+ gtk2
+ gtk3
+
+
+ /usr/share
+ /etc/xdg/cgc*
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+ kde-runtime
+
+
+ kde-runtime
+
+
+
+
+
+ 2015-07-01
+ 5.3.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-06-06
+ 5.3.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
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
+
+
diff --git a/desktop/kde/plasma/kdeplasma-addons/actions.py b/desktop/kde/plasma/kdeplasma-addons/actions.py
new file mode 100644
index 0000000000..ce3744176e
--- /dev/null
+++ b/desktop/kde/plasma/kdeplasma-addons/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/kdeplasma-addons/pspec.xml b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
new file mode 100755
index 0000000000..2014c79183
--- /dev/null
+++ b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
@@ -0,0 +1,91 @@
+
+
+
+
+ kdeplasma-addons
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Additional client tools for KDE applications
+ Additional client tools for KDE applications
+ http://download.kde.org/stable/plasma/5.3.2/kdeplasma-addons-5.3.2.tar.xz
+
+ qt5-base-devel
+ libgcc
+ libxcb-devel
+ glib2-devel
+ scim-devel
+ ibus-devel
+ kdoctools-devel
+ kdelibs4-support-devel
+ extra-cmake-modules
+
+
+
+
+ kdeplasma-addons
+
+ qt5-base
+ plasma-framework
+ libgcc
+ libxcb
+ glib2
+ knewstuff
+ krunner
+ kio
+ ki18n
+ kross
+ sonnet
+ kconfig
+ kxmlgui
+ karchive
+ kpackage
+ kservice
+ qt5-x11extras
+ qt5-declarative
+ kcompletion
+ kcoreaddons
+ kwindowsystem
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+ kunitconversion
+ kdelibs4-support
+ ibus
+ scim-libs
+ xcb-util-keysyms
+
+
+ /usr/share
+ /etc/xdg
+ /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-11
+ 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
+
+
+
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/kio-extras/actions.py b/desktop/kde/plasma/kio-extras/actions.py
new file mode 100644
index 0000000000..1b62c3b92f
--- /dev/null
+++ b/desktop/kde/plasma/kio-extras/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("DESIGN", "DEBUG.howto")
diff --git a/desktop/kde/plasma/kio-extras/pspec.xml b/desktop/kde/plasma/kio-extras/pspec.xml
new file mode 100755
index 0000000000..665c8a0947
--- /dev/null
+++ b/desktop/kde/plasma/kio-extras/pspec.xml
@@ -0,0 +1,111 @@
+
+
+
+
+ kio-extras
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Additional KIO-slaves for KDE5 applications
+ Additional KIO-slaves for KDE5 applications
+ http://download.kde.org/stable/plasma/5.3.2/kio-extras-5.3.2.tar.xz
+
+ qt5-base-devel
+ python3
+ libgcc
+ gettext
+ shared-mime-info
+ libmtp-devel
+ shared-mime-info
+ openexr-devel
+ openslp-devel
+ karchive-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ kdelibs4-support-devel
+ kdnssd-devel
+ kdoctools-devel
+ khtml-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ solid-devel
+ libjpeg-turbo-devel
+ libssh-devel
+ openslp-devel
+ qt5-phonon-devel
+ samba-devel
+ exiv2-devel
+ extra-cmake-modules
+
+
+
+
+ kio-extras
+
+ qt5-base
+ qt5-svg
+ libgcc
+ libmtp
+ kpty
+ kparts
+ kcodecs
+ kxmlgui
+ kservice
+ kbookmarks
+ kguiaddons
+ kconfigwidgets
+ openexr
+ karchive
+ kconfig
+ kcoreaddons
+ kdbusaddons
+ kdelibs4-support
+ kdnssd
+ kdoctools
+ khtml
+ ki18n
+ kiconthemes
+ kio
+ solid
+ libjpeg-turbo
+ libssh
+ openslp
+ qt5-phonon
+ samba
+ exiv2-libs
+
+
+ /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-14
+ 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
+
+