diff --git a/desktop/kde/sdk/dolphin-plugins/actions.py b/desktop/kde/sdk/dolphin-plugins/actions.py
new file mode 100755
index 0000000000..b7bfbb126f
--- /dev/null
+++ b/desktop/kde/sdk/dolphin-plugins/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 kde4
+from pisi.actionsapi import get
+
+NoStrip=["/usr/share"]
+
+def setup():
+ kde4.configure()
+
+def build():
+ kde4.make()
+
+def install():
+ kde4.install()
+
+ pisitools.dodoc("COPYING")
diff --git a/desktop/kde/sdk/dolphin-plugins/pspec.xml b/desktop/kde/sdk/dolphin-plugins/pspec.xml
new file mode 100755
index 0000000000..df6c0ca039
--- /dev/null
+++ b/desktop/kde/sdk/dolphin-plugins/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ dolphin-plugins
+ http://www.kde.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ Extra dolphin plugins
+ This package contains plugins that offer integration in Dolphin with the following version control systems:
+ http://download.kde.org/stable/applications/15.04.3/src/dolphin-plugins-15.04.3.tar.xz
+
+ kdelibs-devel
+ kde-runtime-devel
+ kde-workspace-devel
+
+
+
+
+ dolphin-plugins
+
+ qt
+ libgcc
+ kdelibs
+ kdebaseapps
+
+
+ kdesdk
+
+
+ kdesdk
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2015-07-19
+ 15.04.3
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/sdk/dolphin-plugins/translations.xml b/desktop/kde/sdk/dolphin-plugins/translations.xml
new file mode 100755
index 0000000000..a707c1fc99
--- /dev/null
+++ b/desktop/kde/sdk/dolphin-plugins/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ dolphin-plugins
+ Dolphin eklentileri.
+ Dolphin için VCS (Version Control System) eklentileri.
+
+