rpms/rhgb/devel rhgb-0.16.2-change-colors.patch, NONE, 1.1 rhgb.spec, 1.42, 1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 21:50:23 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/rhgb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10928

Modified Files:
	rhgb.spec 
Added Files:
	rhgb-0.16.2-change-colors.patch 
Log Message:
- change color scheme and use new images by Diana Fong


rhgb-0.16.2-change-colors.patch:
 splash.c |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

--- NEW FILE rhgb-0.16.2-change-colors.patch ---
--- rhgb-0.16.2/src/splash.c        15 Sep 2004 18:35:52 -0000      1.23
+++ rhgb-0.16.2/src/splash.c        19 Jan 2006 19:57:54 -0000
@@ -38,9 +38,9 @@
 
 static const char *init_redirect[] = { "/sbin/change_console", "-f", NULL };
 static GdkColor start_color = {0, 0xFFFF, 0xFFFF, 0xFFFF};
-static GdkColor end_color = {0, 0x5c5c, 0x5c5c, 0x5c5c};
-static GdkColor background = {0, 0x4c4c, 0x4c4c, 0x4c4c};
-static GdkColor highlight = {0, 0x5c5c, 0x5c5c, 0x5c5c};
+static GdkColor end_color = {0, 0x0000, 0x2020, 0x4444};
+static GdkColor background = {0, 0x0000, 0x2525, 0x4d4d};
+static GdkColor highlight = {0, 0x0000, 0x2020, 0x4444};
 #define N_STEPS 20
 
 
@@ -270,9 +270,9 @@ splash_new (void)
   vbox2 = gtk_vbox_new (FALSE, 25);
   gtk_container_add (GTK_CONTAINER (align), vbox2);
 #ifdef SPLASH_MAIN
-  image = gtk_image_new_from_file ("large-computer.png");
+  image = gtk_image_new_from_file ("main-logo.png");
 #else
-  image = gtk_image_new_from_file ("/usr/share/rhgb/large-computer.png");
+  image = gtk_image_new_from_file ("/usr/share/rhgb/main-logo.png");
 #endif
   gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0);
 
@@ -366,7 +366,12 @@ splash_new (void)
     
   align = gtk_alignment_new (1.0, 0.5, 1.0, 1.0);
   gtk_box_pack_end (GTK_BOX (vbox), align, FALSE, FALSE, 0);
+
+#ifdef SPLASH_MAIN
+  splash->system_logo = gtk_image_new_from_file ("system-logo.png");
+#else
   splash->system_logo = gtk_image_new_from_file ("/usr/share/rhgb/system-logo.png");
+#endif
   gtk_misc_set_alignment (GTK_MISC (splash->system_logo), 1.0, 0.5);
   gtk_container_add (GTK_CONTAINER (align), splash->system_logo);
   



Index: rhgb.spec
===================================================================
RCS file: /cvs/dist/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- rhgb.spec	9 Jan 2006 09:13:37 -0000	1.42
+++ rhgb.spec	19 Jan 2006 21:50:19 -0000	1.43
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.16.2
-Release: 18
+Release: 19
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -23,6 +23,7 @@
 Patch5: rhgb-modularx.patch
 Patch6: rhgb-0.16.2-kill-more-zombies.patch
 Patch7: rhgb-0.16.2-dont-call-chvt.patch
+Patch8: rhgb-0.16.2-change-colors.patch
 
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
@@ -37,6 +38,7 @@
 %patch5 -p1 -b .modularx
 %patch6 -p1 -b .kill-more-zombies
 %patch7 -p1 -b .dont-call-chvt
+%patch8 -p1 -b .change-colors
 
 %build
 %configure
@@ -65,6 +67,9 @@
 %doc doc/HOW_IT_WORKS
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 0.16.2-19
+- change color scheme and use new images by Diana Fong
+
 * Sun Jan 8 2006 Ray Strode <rstrode at redhat.com> 0.16.2-18
 - rebuild against modular X
 




More information about the fedora-cvs-commits mailing list