diff --git a/desktop/kde/application/kapman/actions.py b/desktop/kde/application/kapman/actions.py
new file mode 100644
index 0000000000..494a1ba0ff
--- /dev/null
+++ b/desktop/kde/application/kapman/actions.py
@@ -0,0 +1,20 @@
+#!/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 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("README*", "COPYING*")
diff --git a/desktop/kde/application/kapman/pspec.xml b/desktop/kde/application/kapman/pspec.xml
new file mode 100644
index 0000000000..a420d8f569
--- /dev/null
+++ b/desktop/kde/application/kapman/pspec.xml
@@ -0,0 +1,228 @@
+
+
+
+
+ kapman
+ http://games.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ kapman
+ app:gui
+ Pac-Man clone
+ Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer.
+ http://download.kde.org/stable/applications/15.08.3/src/kapman-15.08.3.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-svg-devel
+ kcoreaddons-devel
+ kconfig-devel
+ kdbusaddons-devel
+ kdoctools-devel
+ kwindowsystem-devel
+ ki18n-devel
+ kinit-devel
+ kunitconversion-devel
+ kitemmodels-devel
+ kemoticons-devel
+ kconfigwidgets-devel
+ kxmlgui-devel
+ kio-devel
+ knotifyconfig-devel
+ kdesignerplugin
+ libkdegames-devel
+ qt5-declarative-devel
+ kdelibs4-support-devel
+
+
+
+
+ kapman
+
+ ki18n
+ libgcc
+ kconfig
+ kxmlgui
+ qt5-svg
+ qt5-base
+ kcoreaddons
+ kdbusaddons
+ libkdegames
+ kconfigwidgets
+ kwidgetsaddons
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+
+ 2015-11-15
+ 15.08.3
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-11-13
+ 4.14.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-10-15
+ 4.14.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-09-20
+ 4.14.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-08-21
+ 4.14.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-06-13
+ 4.13.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-13
+ 4.13.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-03
+ 4.13.0
+ Version bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-04-05
+ 4.12.4
+ Version bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-03-04
+ 4.12.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-02-06
+ 4.12.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-01-13
+ 4.11.5
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-12-03
+ 4.11.4
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-11-05
+ 4.11.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-10-02
+ 4.11.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-09-07
+ 4.11.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-07-02
+ 4.10.5
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-06-10
+ 4.10.4
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-05-06
+ 4.10.3
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-04-03
+ 4.10.2
+ Version bump
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-03-06
+ 4.10.1
+ Version bump
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-02-15
+ 4.10.0
+ Version bump
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-01-19
+ 4.9.98
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/desktop/kde/application/kapman/translations.xml b/desktop/kde/application/kapman/translations.xml
new file mode 100644
index 0000000000..58ea9c5145
--- /dev/null
+++ b/desktop/kde/application/kapman/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kapman
+ Pac-Man klonu
+ Kapman dünyaca ünlü Pac-Man'in bir türevidir. Labirent içinde hayaletlerle köşe kapmaca oynayarak bölümleri geçmeye çalıştığınız oyunda eğer hayaletlere yakalanırsanız bir hakkınızı kaybediyorsunuz. Eğer bir enerji nesnesi alırsanız bu kez siz bir kaç saniyeliğine hayaletleri yiyebiliyorsunuz.
+
+