diff --git a/desktop/kde/graphics/ksnapshot/actions.py b/desktop/kde/graphics/ksnapshot/actions.py
new file mode 100644
index 0000000000..75be6b4436
--- /dev/null
+++ b/desktop/kde/graphics/ksnapshot/actions.py
@@ -0,0 +1,22 @@
+#!/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 shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+from pisi.actionsapi import get
+
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING*")
diff --git a/desktop/kde/graphics/ksnapshot/pspec.xml b/desktop/kde/graphics/ksnapshot/pspec.xml
new file mode 100644
index 0000000000..4493aaf5c0
--- /dev/null
+++ b/desktop/kde/graphics/ksnapshot/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+ ksnapshot
+ http://kde.org/applications/graphics/ksnapshot
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ ksnapshot
+ app:gui
+ A screen capture utility
+ ksnapshot is a screen capture utility.
+ http://download1348.mediafire.com/t3jo28iud3yg/k5a4tauktswwfuf/ksnapshot.tar.gz
+
+ qt5-base-devel
+ libkipi-devel
+ kdoctools-devel
+ python3
+ extra-cmake-modules
+ libX11-devel
+ libxcb-devel
+
+
+
+
+ ksnapshot
+
+ kparts
+ qt5-base
+ libkipi
+ kio
+ ki18n
+ libX11
+ libgcc
+ libxcb
+ kconfig
+ kxmlgui
+ kservice
+ kcoreaddons
+ kdbusaddons
+ kjobwidgets
+ kwindowsystem
+ qt5-x11extras
+ kwidgetsaddons
+
+
+ /usr/share/doc
+ /usr/bin
+ /usr/share/icons
+ /usr/share/dbus-1
+ /usr/share/applications
+
+
+
+
+
+ 2015-07-25
+ 1.0.0
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/graphics/ksnapshot/translations.xml b/desktop/kde/graphics/ksnapshot/translations.xml
new file mode 100644
index 0000000000..35f8014adf
--- /dev/null
+++ b/desktop/kde/graphics/ksnapshot/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ksnapshot
+ Ekran görüntüsü yakalama aracı
+ ksnapshot bir ekran görüntüsü yakalama aracıdır.
+
+