diff --git a/desktop/kde/applications/kdb/actions.py b/desktop/kde/applications/kdb/actions.py
new file mode 100644
index 0000000000..c0f57a3afd
--- /dev/null
+++ b/desktop/kde/applications/kdb/actions.py
@@ -0,0 +1,16 @@
+#!/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 kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
\ No newline at end of file
diff --git a/desktop/kde/applications/kdb/pspec.xml b/desktop/kde/applications/kdb/pspec.xml
new file mode 100644
index 0000000000..634a7e9b92
--- /dev/null
+++ b/desktop/kde/applications/kdb/pspec.xml
@@ -0,0 +1,70 @@
+
+
+ kdb
+ http://www.kexi-project.org/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv2+
+ app:gui
+ A database connectivity and creation framework for various database vendors.
+ A database connectivity and creation framework for various database vendors
+ http://download.kde.org/stable/kdb/src/kdb-3.0.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ kcoreaddons-devel
+ icu4c-devel
+ ki18n-devel
+ sqlite-devel
+ mariadb-lib
+ mariadb-client
+ postgresql-lib
+ icu4c-devel
+
+
+
+
+ kdb
+ A database connectivity and creation framework for various database vendors.
+
+ icu4c
+ libgcc
+ sqlite
+ qt5-base
+ kcoreaddons
+ mariadb-lib
+ postgresql-lib
+
+
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib/libKDb3*
+ /usr/share/locale
+
+
+
+
+ kdb-devel
+ Development files for kdb.
+
+ kdb
+
+
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2017-01-06
+ 3.0.0
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/desktop/kde/applications/kdb/translations.xml b/desktop/kde/applications/kdb/translations.xml
new file mode 100644
index 0000000000..c575bc2e33
--- /dev/null
+++ b/desktop/kde/applications/kdb/translations.xml
@@ -0,0 +1,6 @@
+
+
+ kdb
+ Çeşitli veritabanı üreticileri için veritabanı bağlantısı oluşturma çerçevesi.
+
+