From 63287dca20a0d6820fa0c8484e107b0ca1eed6a9 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 2 Apr 2016 00:42:58 +0300 Subject: [PATCH 1/2] breeze-plymouth:add dep --- desktop/kde/plasma/breeze-plymouth/pspec.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/kde/plasma/breeze-plymouth/pspec.xml b/desktop/kde/plasma/breeze-plymouth/pspec.xml index 2409d882d1..68b5d1a23e 100644 --- a/desktop/kde/plasma/breeze-plymouth/pspec.xml +++ b/desktop/kde/plasma/breeze-plymouth/pspec.xml @@ -23,7 +23,11 @@ plymouth noto-fonts + grub2 plymouth-core-libs + plymouth-theme-spinner + plymouth-graphics-libs + plymouth-plugin-script / From dd13cb59b22b83aec187d941dd7bf4ce7f456708 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 2 Apr 2016 00:46:56 +0300 Subject: [PATCH 2/2] breeze-plymouth:add dosed --- desktop/kde/plasma/breeze-plymouth/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/kde/plasma/breeze-plymouth/actions.py b/desktop/kde/plasma/breeze-plymouth/actions.py index 4417cf17ab..a9540f2c61 100644 --- a/desktop/kde/plasma/breeze-plymouth/actions.py +++ b/desktop/kde/plasma/breeze-plymouth/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools def setup(): pisitools.dosed("breeze/breeze.script", "kde.logo.png", "pisi.logo.png") pisitools.dosed("breeze/breeze.script", "Plasma 5.6", "PisiLinux") + pisitools.dosed("breeze-text/breeze-text.plymouth.cmake", "Plasma @PROJECT_VERSION@", "PisiLinux") kde5.configure() def build():