diff --git a/desktop/kde/application/kgeography/actions.py b/desktop/kde/application/kgeography/actions.py
new file mode 100644
index 0000000000..25c2c26b76
--- /dev/null
+++ b/desktop/kde/application/kgeography/actions.py
@@ -0,0 +1,23 @@
+#!/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
+
+NoStrip=["/usr/share/icons"]
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("AUTHORS", "COPYING", "COPYING.DOC", "README", "TODO")
diff --git a/desktop/kde/application/kgeography/pspec.xml b/desktop/kde/application/kgeography/pspec.xml
new file mode 100644
index 0000000000..3e81373872
--- /dev/null
+++ b/desktop/kde/application/kgeography/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ kgeography
+ http://edu.kde.org/applications/all/kgeography
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ kgeography
+ app:gui
+ KGeography is a geography learning tool
+ KGeography is a geography learning tool, which allows you to learn about the political divisions of some countries (divisions, capitals of those divisions and their associated flags if there are some).
+ mirrors://kde/stable/applications/15.08.2/src/kgeography-15.08.2.tar.xz
+
+ qt5-base-devel
+ kconfig-devel
+ kdoctools-devel
+ kxmlgui-devel
+ kwidgetsaddons-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kitemviews-devel
+ kiconthemes-devel
+ kservice-devel
+ kconfigwidgets-devel
+ extra-cmake-modules
+
+
+
+
+ kgeography
+
+ qt5-base
+ libgcc
+ kconfig
+ kxmlgui
+ kwidgetsaddons
+ kcoreaddons
+ ki18n
+ kitemviews
+ kiconthemes
+ kservice
+ kconfigwidgets
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-22
+ 15.08.2
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/application/kgeography/translations.xml b/desktop/kde/application/kgeography/translations.xml
new file mode 100644
index 0000000000..00054bf50a
--- /dev/null
+++ b/desktop/kde/application/kgeography/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kgeography
+ Bir coğrafya uygulaması
+ KGeography, ülkeler hakkında çeşitli bilgiler sunan bir coğrafya uygulamasıdır.
+
+