packages: plymouth/text-colors.patch (NEW)=?UTF-8?Q?=20?=- use colors from configure for ...

baggins baggins at pld-linux.org
Fri Apr 27 13:00:20 CEST 2012


Author: baggins                      Date: Fri Apr 27 11:00:20 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use colors from configure for text progress bar

---- Files affected:
packages/plymouth:
   text-colors.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/plymouth/text-colors.patch
diff -u /dev/null packages/plymouth/text-colors.patch:1.1
--- /dev/null	Fri Apr 27 13:00:20 2012
+++ packages/plymouth/text-colors.patch	Fri Apr 27 13:00:15 2012
@@ -0,0 +1,15 @@
+--- plymouth-0.8.4/src/plugins/splash/text/plugin.c~	2011-02-09 21:07:14.000000000 +0100
++++ plymouth-0.8.4/src/plugins/splash/text/plugin.c	2012-04-27 12:56:30.461837997 +0200
+@@ -183,10 +183,10 @@
+                                     0xffffff);
+   ply_terminal_set_color_hex_value (terminal,
+                                     PLY_TERMINAL_COLOR_BLUE,
+-                                    0x0073B3);
++                                    PLYMOUTH_BACKGROUND_START_COLOR);
+   ply_terminal_set_color_hex_value (terminal,
+                                     PLY_TERMINAL_COLOR_BROWN,
+-                                    0x00457E);
++                                    PLYMOUTH_BACKGROUND_END_COLOR);
+ 
+   ply_text_display_set_background_color (view->display,
+                                          PLY_TERMINAL_COLOR_BLACK);
================================================================


More information about the pld-cvs-commit mailing list