diff --git a/desktop/kde/plasma/breeze-grub/actions.py b/desktop/kde/plasma/breeze-grub/actions.py
new file mode 100644
index 0000000000..6b4abce840
--- /dev/null
+++ b/desktop/kde/plasma/breeze-grub/actions.py
@@ -0,0 +1,12 @@
+#!/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 pisitools
+
+def install():
+ pisitools.insinto("/boot/grub2/themes/breeze", "breeze/*")
+
+ pisitools.dodoc("COPYING")
diff --git a/desktop/kde/plasma/breeze-grub/pspec.xml b/desktop/kde/plasma/breeze-grub/pspec.xml
new file mode 100644
index 0000000000..d21b0f7ab8
--- /dev/null
+++ b/desktop/kde/plasma/breeze-grub/pspec.xml
@@ -0,0 +1,37 @@
+
+
+ breeze-grub
+ http://www.kde.org
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ LGPLv2
+ app:console
+ Breeze theme for GRUB.
+ Breeze theme for GRUB.
+ http://download.kde.org/stable/plasma/5.6.1/breeze-grub-5.6.1.tar.xz
+
+
+
+ breeze-grub
+ Breeze theme for GRUB.
+
+ grub2
+ noto-fonts
+
+
+ /
+
+
+
+
+
+ 2016-04-01
+ 5.6.1
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/breeze-plymouth/actions.py b/desktop/kde/plasma/breeze-plymouth/actions.py
new file mode 100644
index 0000000000..abfdfa343d
--- /dev/null
+++ b/desktop/kde/plasma/breeze-plymouth/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/copyleft/gpl.txt
+
+from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ pisitools.dosed("breeze/breeze.script", "kde.logo.png", "pisi.logo.png")
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING", "README")
diff --git a/desktop/kde/plasma/breeze-plymouth/files/pisi.logo.png b/desktop/kde/plasma/breeze-plymouth/files/pisi.logo.png
new file mode 100644
index 0000000000..80e3c462d1
Binary files /dev/null and b/desktop/kde/plasma/breeze-plymouth/files/pisi.logo.png differ
diff --git a/desktop/kde/plasma/breeze-plymouth/files/pisi.png b/desktop/kde/plasma/breeze-plymouth/files/pisi.png
new file mode 100644
index 0000000000..acf12c4ab5
Binary files /dev/null and b/desktop/kde/plasma/breeze-plymouth/files/pisi.png differ
diff --git a/desktop/kde/plasma/breeze-plymouth/pspec.xml b/desktop/kde/plasma/breeze-plymouth/pspec.xml
new file mode 100644
index 0000000000..7e03edaa76
--- /dev/null
+++ b/desktop/kde/plasma/breeze-plymouth/pspec.xml
@@ -0,0 +1,46 @@
+
+
+ breeze-plymouth
+ http://www.kde.org
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ LGPLv2
+ app:console
+ Breeze theme for Plymouth.
+ Breeze theme for Plymouth.
+ http://download.kde.org/stable/plasma/5.6.1/breeze-plymouth-5.6.1.tar.xz
+
+ extra-cmake-modules
+ plymouth-devel
+
+
+
+
+ breeze-plymouth
+ Breeze theme for Plymouth.
+
+ plymouth
+ noto-fonts
+ plymouth-core-libs
+
+
+ /
+
+
+ pisi.logo.png
+ pisi.16bit.png
+
+
+
+
+
+ 2016-03-31
+ 5.6.1
+ First release.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+