diff --git a/desktop/kde/utils/kcalc/actions.py b/desktop/kde/utils/kcalc/actions.py
new file mode 100644
index 0000000000..5c3ac43d05
--- /dev/null
+++ b/desktop/kde/utils/kcalc/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("ChangeLog", "COPYING*", "README", "TODO")
diff --git a/desktop/kde/utils/kcalc/pspec.xml b/desktop/kde/utils/kcalc/pspec.xml
new file mode 100644
index 0000000000..a010e6ec71
--- /dev/null
+++ b/desktop/kde/utils/kcalc/pspec.xml
@@ -0,0 +1,58 @@
+
+
+
+
+ kcalc
+ http://kde.org/applications/utilities/kcalc
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ kcalc
+ app:gui
+ A scientific calculator
+ KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance.
+ mirrors://kde/stable/applications/15.08.0/src/kcalc-15.08.0.tar.xz
+
+ qt5-base-devel
+ kdoctools-devel
+ extra-cmake-modules
+ gmp-devel
+ cmake
+
+
+
+
+ kcalc
+
+ qt5-base
+ gmp
+ ki18n
+ libgcc
+ kconfig
+ kxmlgui
+ kguiaddons
+ kcoreaddons
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+ /usr/share
+
+
+
+
+
+ 2014-08-20
+ 15.08.0
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/utils/kcalc/translations.xml b/desktop/kde/utils/kcalc/translations.xml
new file mode 100644
index 0000000000..dd5a55d7a3
--- /dev/null
+++ b/desktop/kde/utils/kcalc/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kcalc
+ Bir bilimsel hesap makinesi
+ KCalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır.
+
+