packages: genius/genius-separator.patch (NEW) - change 8 spaces to one \t t...

lisu lisu at pld-linux.org
Fri Sep 10 08:47:45 CEST 2010


Author: lisu                         Date: Fri Sep 10 06:47:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- change 8 spaces to one \t to avoid errors

---- Files affected:
packages/genius:
   genius-separator.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/genius/genius-separator.patch
diff -u /dev/null packages/genius/genius-separator.patch:1.1
--- /dev/null	Fri Sep 10 08:47:45 2010
+++ packages/genius/genius-separator.patch	Fri Sep 10 08:47:39 2010
@@ -0,0 +1,25 @@
+--- genius-1.0.10/gtkextra/Makefile.am~	2009-04-20 01:44:42.000000000 +0200
++++ genius-1.0.10/gtkextra/Makefile.am	2010-09-09 09:03:01.561368767 +0200
+@@ -68,7 +68,7 @@
+ libgtkextra_genius_a_SOURCES =	\
+ 	$(public_h_sources)	\
+ 	gtkextra-marshal.c	\
+-	gtkextra-marshal.h	\
++	gnntkextra-marshal.h	\
+ 	gtkextratypebuiltins.c	\
+ 	gtkextratypebuiltins.h	\
+ 	gtkextra.c		\
+@@ -99,11 +99,11 @@
+ 	gtkplotsurface.c
+ 
+ $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
+-        ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
++	( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
+         && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
+         || ( rm -f gtkextra-marshal.tmp && exit 1 )
+ $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
+-        ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
++	( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
+         && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
+         || ( rm -f gtkextra-marshal.tmp && exit 1 )
+ 
================================================================


More information about the pld-cvs-commit mailing list