]> git.pld-linux.org Git - packages/genius.git/commitdiff
- change 8 spaces to one \t to avoid errors auto/th/genius-1_0_11-1
authorlisu <lisu@pld-linux.org>
Fri, 10 Sep 2010 06:47:39 +0000 (06:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    genius-separator.patch -> 1.1

genius-separator.patch [new file with mode: 0644]

diff --git a/genius-separator.patch b/genius-separator.patch
new file mode 100644 (file)
index 0000000..d2a51c2
--- /dev/null
@@ -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 )
This page took 0.109609 seconds and 4 git commands to generate.