From 324a8050d0c1753172dc61bec0a4327458fb0cf696cdf126f6ecd53da3f04923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 10 Jul 2014 08:55:13 +0000 Subject: [PATCH] Accepting request 239929 from home:fcrozat:branches:Base:System - Update 0001-Some-greenish-openSUSE-colors.patch to also use SUSE colors on tribar [bnc#886148] OBS-URL: https://build.opensuse.org/request/show/239929 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=149 --- 0001-Some-greenish-openSUSE-colors.patch | 34 ++++++++++++++++++------ plymouth.changes | 8 ++++++ 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/0001-Some-greenish-openSUSE-colors.patch b/0001-Some-greenish-openSUSE-colors.patch index 1bb89eb..9670e56 100644 --- a/0001-Some-greenish-openSUSE-colors.patch +++ b/0001-Some-greenish-openSUSE-colors.patch @@ -7,11 +7,11 @@ Subject: [PATCH] Some greenish openSUSE colors src/plugins/splash/text/plugin.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -diff --git a/src/plugins/splash/text/plugin.c b/src/plugins/splash/text/plugin.c -index 50059be..d9235c5 100644 ---- a/src/plugins/splash/text/plugin.c -+++ b/src/plugins/splash/text/plugin.c -@@ -180,13 +180,13 @@ view_start_animation (view_t *view) +Index: plymouth-0.9.0/src/plugins/splash/text/plugin.c +=================================================================== +--- plymouth-0.9.0.orig/src/plugins/splash/text/plugin.c ++++ plymouth-0.9.0/src/plugins/splash/text/plugin.c +@@ -174,13 +174,13 @@ view_start_animation (view_t *view) 0x000000); ply_terminal_set_color_hex_value (terminal, PLY_TERMINAL_COLOR_WHITE, @@ -28,6 +28,24 @@ index 50059be..d9235c5 100644 ply_text_display_set_background_color (view->display, PLY_TERMINAL_COLOR_BLACK); --- -1.7.7 - +Index: plymouth-0.9.0/src/plugins/splash/tribar/plugin.c +=================================================================== +--- plymouth-0.9.0.orig/src/plugins/splash/tribar/plugin.c ++++ plymouth-0.9.0/src/plugins/splash/tribar/plugin.c +@@ -177,13 +177,13 @@ view_start_animation (view_t *view) + 0x000000); + ply_terminal_set_color_hex_value (terminal, + PLY_TERMINAL_COLOR_WHITE, +- 0xffffff); ++ 0x40ff00); + ply_terminal_set_color_hex_value (terminal, + PLY_TERMINAL_COLOR_BLUE, +- 0x0073B3); ++ 0x20a000); + ply_terminal_set_color_hex_value (terminal, + PLY_TERMINAL_COLOR_BROWN, +- 0x00457E); ++ 0x106000); + + ply_text_display_set_background_color (view->display, + PLY_TERMINAL_COLOR_BLACK); diff --git a/plymouth.changes b/plymouth.changes index 7847c62..507b356 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 8 16:04:38 UTC 2014 - fcrozat@suse.com + +- Update 0001-Some-greenish-openSUSE-colors.patch to also use SUSE + colors on tribar [bnc#886148] + ------------------------------------------------------------------- Fri Jun 27 11:27:02 UTC 2014 - fcrozat@suse.com - Add 0001-libply-splash-core-also-monitor-for-file-removal-in-.patch: handle new udev behaviour in seqnum removal. + ------------------------------------------------------------------- Fri Jun 20 14:03:36 UTC 2014 - fcrozat@suse.com @@ -15,6 +22,7 @@ Fri Jun 20 14:03:36 UTC 2014 - fcrozat@suse.com - Update stop-graphical.patch: add RemainAfterExit=true to plymouth-start.service, ensuring plymouthd is not restarted when switching between runlevels. + ------------------------------------------------------------------- Thu Jun 19 14:22:44 UTC 2014 - fcrozat@suse.com