diff --git a/desktop/kde/utils/kfoldersync/actions.py b/desktop/kde/utils/kfoldersync/actions.py
new file mode 100644
index 0000000000..536408671b
--- /dev/null
+++ b/desktop/kde/utils/kfoldersync/actions.py
@@ -0,0 +1,34 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+
+# if pisi can't find source directory, see /var/pisi/kfoldersync/work/ and:
+# WorkDir="kfoldersync-"+ get.srcVERSION() +"/sub_project_dir/"
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+# Take a look at the source folder for these file as documentation.
+ pisitools.dodoc("COPYING", "README")
+
+# If there is no install rule for a runnable binary, you can
+# install it to binary directory.
+# pisitools.dobin("kfoldersync")
+
+# You can use these as variables, they will replace GUI values before build.
+# Package Name : kfoldersync
+# Version : 3.0.0
+# Summary : Folder synchronization and backup tool for KDE
+
+# For more information, you can look at the Actions API
+# from the Help menu and toolbar.
diff --git a/desktop/kde/utils/kfoldersync/pspec.xml b/desktop/kde/utils/kfoldersync/pspec.xml
new file mode 100644
index 0000000000..e5f2480117
--- /dev/null
+++ b/desktop/kde/utils/kfoldersync/pspec.xml
@@ -0,0 +1,58 @@
+
+
+ kfoldersync
+ http://ur1.ca/hq3ve
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ system
+ Folder synchronization and backup tool for KDE
+ Smart folder comparison, It depends only on KDE Frameworks.
+
+ extra-cmake-modules
+ gettext-devel
+ cmake
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ki18n-devel
+ kio-devel
+ knotifications-devel
+ kxmlgui-devel
+ qt5-base-devel
+
+ http://kde-apps.org/CONTENT/content/files/164092-kfoldersync-3.0.0_rc1.tar.xz
+
+
+ kfoldersync
+ Folder synchronization and backup tool for KDE
+
+ kcoreaddons
+ ki18n
+ kio
+ qt5-base
+ libgcc
+ kconfig
+ kxmlgui
+ kitemviews
+ kdbusaddons
+ kconfigwidgets
+ kwidgetsaddons
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ 2015-11-05
+ 3.0.0
+ First Release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/util/archive/quazip/pspec.xml b/util/archive/quazip/pspec.xml
index 353139ec96..1333257cac 100644
--- a/util/archive/quazip/pspec.xml
+++ b/util/archive/quazip/pspec.xml
@@ -18,6 +18,7 @@
qt5-base-develzlib-devel
+ cmake