diff --git a/desktop/kde/application/kcron/actions.py b/desktop/kde/application/kcron/actions.py
new file mode 100644
index 0000000000..daa0024770
--- /dev/null
+++ b/desktop/kde/application/kcron/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 kde5
+
+def setup():
+ kde5.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF")
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README", "TODO", "COPYING", "ChangeLog", "AUTHORS")
diff --git a/desktop/kde/application/kcron/pspec.xml b/desktop/kde/application/kcron/pspec.xml
new file mode 100755
index 0000000000..94f5bdc190
--- /dev/null
+++ b/desktop/kde/application/kcron/pspec.xml
@@ -0,0 +1,170 @@
+
+
+
+
+ kcron
+ http://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ kcron
+ app:gui
+ Graphical task scheduler
+ Kcron is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system.
+ http://download.kde.org/stable/applications/15.08.3/src/kcron-15.08.3.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ ki18n-devel
+ kdoctools-devel
+ kiconthemes-devel
+ kio-devel
+ kxmlgui-devel
+ kiconthemes-devel
+ kiconthemes-devel
+ kiconthemes-devel
+
+
+
+
+ kcron
+
+ kio
+ ki18n
+ libgcc
+ qt5-base
+ kcoreaddons
+ kiconthemes
+ kconfigwidgets
+ kwidgetsaddons
+
+
+ kdeadmin
+
+
+ kdeadmin
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2015-11-16
+ 15.08.3
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-11-13
+ 4.14.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-10-15
+ 4.14.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-09-20
+ 4.14.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-08-21
+ 4.14.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-06-13
+ 4.13.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-13
+ 4.13.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-03
+ 4.13.0
+ Version bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-04-05
+ 4.12.4
+ Version bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-03-04
+ 4.12.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-02-06
+ 4.12.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-01-13
+ 4.11.5
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-12-03
+ 4.11.4
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-11-05
+ 4.11.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-10-02
+ 4.11.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-09-03
+ 4.11.1
+ First release
+ Mathias Freire
+ mathiasfreire45@gmail.com
+
+
+
diff --git a/desktop/kde/application/kcron/translations.xml b/desktop/kde/application/kcron/translations.xml
new file mode 100755
index 0000000000..acc66df3e8
--- /dev/null
+++ b/desktop/kde/application/kcron/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kcron
+ Görev zamanlayıcı arayüzü.
+ Kcron, cron görev zamanlayıcı altyapısının bir arayüzüdür.
+
+