diff --git a/desktop/kde/sdk/umbrello/actions.py b/desktop/kde/sdk/umbrello/actions.py
new file mode 100755
index 0000000000..7889252e8a
--- /dev/null
+++ b/desktop/kde/sdk/umbrello/actions.py
@@ -0,0 +1,28 @@
+#!/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"]
+
+def setup():
+ kde5.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_KF5=ON \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON")
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING*", "AUTHORS", "CODING-STYLE", "ChangeLog", "README", "THANKS", "TODO")
diff --git a/desktop/kde/sdk/umbrello/pspec.xml b/desktop/kde/sdk/umbrello/pspec.xml
new file mode 100755
index 0000000000..26da459660
--- /dev/null
+++ b/desktop/kde/sdk/umbrello/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ umbrello
+ http://www.kde.org/
+
+ Mathias Freire
+ mathiasfreire45@gmail.com
+
+ GPLv2
+ app:gui
+ UML modelling tool and code generator
+ Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE.
+ mirrors://kde/stable/applications/15.08.0/src/umbrello-15.08.0.tar.xz
+
+ qt5-base-devel
+ libxslt-devel
+ kdoctools-devel
+ extra-cmake-modules
+ cmake
+
+
+
+
+ umbrello
+
+ qt5-base
+ kio
+ ki18n
+ libgcc
+ kconfig
+ kxmlgui
+ libxml2
+ qt5-svg
+ karchive
+ kcompletion
+ kcoreaddons
+ kiconthemes
+ kjobwidgets
+ ktextwidgets
+ kconfigwidgets
+ kwidgetsaddons
+ ktexteditor
+ libxslt
+
+
+ /usr/share
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+
+ 2015-08-20
+ 15.08.0
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/sdk/umbrello/translations.xml b/desktop/kde/sdk/umbrello/translations.xml
new file mode 100755
index 0000000000..4e8e3077e8
--- /dev/null
+++ b/desktop/kde/sdk/umbrello/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ umbrello
+ UML modelleme aracı ve kod üreticisi.
+ umbrello UML (Unified Modellin Language) modelleme ve diyagram editörüdür.
+
+