diff --git a/desktop/kde/utils/ktimer/actions.py b/desktop/kde/utils/ktimer/actions.py
new file mode 100644
index 0000000000..05e0a8b1dc
--- /dev/null
+++ b/desktop/kde/utils/ktimer/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/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING")
diff --git a/desktop/kde/utils/ktimer/pspec.xml b/desktop/kde/utils/ktimer/pspec.xml
new file mode 100644
index 0000000000..fa177177f2
--- /dev/null
+++ b/desktop/kde/utils/ktimer/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ ktimer
+ http://kde.org/applications/utilities/ktimer
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ ktimer
+ app:gui
+ A countdown launcher
+ KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped.
+ mirrors://kde/stable/applications/15.08.0/src/ktimer-15.08.0.tar.xz
+
+ qt5-base-devel
+ kdoctools-devel
+ cmake
+ extra-cmake-modules
+
+
+
+
+ ktimer
+
+ qt5-base
+ kio
+ ki18n
+ libgcc
+ kconfig
+ kcoreaddons
+ kdbusaddons
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+
+
+ /usr/share/doc
+ /usr/bin
+ /usr/share
+
+
+
+
+
+ 2015-08-21
+ 15.08.0
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/utils/ktimer/translations.xml b/desktop/kde/utils/ktimer/translations.xml
new file mode 100644
index 0000000000..0302529762
--- /dev/null
+++ b/desktop/kde/utils/ktimer/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ktimer
+ A countdown launcher
+ KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped.
+
+