SOURCES: usplash-includes.patch (NEW) - proper usplash-theme.h inc...

shadzik shadzik at pld-linux.org
Thu Aug 23 15:52:50 CEST 2007


Author: shadzik                      Date: Thu Aug 23 13:52:50 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper usplash-theme.h includes

---- Files affected:
SOURCES:
   usplash-includes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/usplash-includes.patch
diff -u /dev/null SOURCES/usplash-includes.patch:1.1
--- /dev/null	Thu Aug 23 15:52:50 2007
+++ SOURCES/usplash-includes.patch	Thu Aug 23 15:52:45 2007
@@ -0,0 +1,24 @@
+diff -Nur bogl/bdftobogl.c bogl-new/bdftobogl.c
+--- bogl/bdftobogl.c	2007-06-13 16:17:34.000000000 +0200
++++ bogl-new/bdftobogl.c	2007-08-23 15:38:29.033720584 +0200
+@@ -70,7 +70,7 @@
+ 
+   /* Output header. */
+   printf ("/* Generated by bdftobogl.  Do not modify! */\n");
+-  printf ("#include \"usplash-theme.h\"\n");
++  printf ("#include \"../usplash-theme.h\"\n");
+ 
+   /* Output offsets, and get index_size and content_size. */
+   printf ("\n/* Offsets into index. */\n");
+diff -Nur bogl/pngtobogl.c bogl-new/pngtobogl.c
+--- bogl/pngtobogl.c	2007-06-13 16:17:34.000000000 +0200
++++ bogl-new/pngtobogl.c	2007-08-23 15:38:29.065722621 +0200
+@@ -128,7 +128,7 @@
+     }
+ 
+   printf ("/* Generated by pngtobogl. */\n"
+-	  "#include \"usplash-theme.h\"\n\n"
++	  "#include \"../usplash-theme.h\"\n\n"
+ 	  "/* Image data with NO simple run-length encoding.  Each byte\n"
+ 	  "   contains a pixel value */\n\n"
+ 	  "static unsigned char %s_data[] = {\n\n",
================================================================


More information about the pld-cvs-commit mailing list