diff --git a/desktop/kde/utils/kcharselect/actions.py b/desktop/kde/utils/kcharselect/actions.py
new file mode 100644
index 0000000000..718ab27b29
--- /dev/null
+++ b/desktop/kde/utils/kcharselect/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/kcharselect/pspec.xml b/desktop/kde/utils/kcharselect/pspec.xml
new file mode 100644
index 0000000000..799ea0d8fd
--- /dev/null
+++ b/desktop/kde/utils/kcharselect/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ kcharselect
+ http://utils.kde.org/projects/kcharselect
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ kcharselect
+ app:gui
+ A character selector
+ KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard.
+ mirrors://kde/stable/applications/15.08.0/src/kcharselect-15.08.0.tar.xz
+
+ qt5-base
+ kdoctools-devel
+ cmake
+ extra-cmake-modules
+
+
+
+
+ kcharselect
+
+ qt5-base
+ kxmlgui
+ ki18n
+ libgcc
+ kconfig
+ kcoreaddons
+ kconfigwidgets
+ kwidgetsaddons
+
+
+ /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/kcharselect/translations.xml b/desktop/kde/utils/kcharselect/translations.xml
new file mode 100644
index 0000000000..1a67582ead
--- /dev/null
+++ b/desktop/kde/utils/kcharselect/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kcharselect
+ Bir karakter seçici
+ KCharSelect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır.
+
+