]> git.pld-linux.org Git - packages/genius.git/blame - genius-separator.patch
- up to 1.0.12
[packages/genius.git] / genius-separator.patch
CommitLineData
46803dbc 1--- genius-1.0.10/gtkextra/Makefile.am~ 2009-04-20 01:44:42.000000000 +0200
2+++ genius-1.0.10/gtkextra/Makefile.am 2010-09-09 09:03:01.561368767 +0200
3@@ -68,7 +68,7 @@
4 libgtkextra_genius_a_SOURCES = \
5 $(public_h_sources) \
6 gtkextra-marshal.c \
7- gtkextra-marshal.h \
8+ gnntkextra-marshal.h \
9 gtkextratypebuiltins.c \
10 gtkextratypebuiltins.h \
11 gtkextra.c \
12@@ -99,11 +99,11 @@
13 gtkplotsurface.c
14
15 $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
16- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
17+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
18 && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
19 || ( rm -f gtkextra-marshal.tmp && exit 1 )
20 $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
21- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
22+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
23 && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
24 || ( rm -f gtkextra-marshal.tmp && exit 1 )
25
This page took 0.0358 seconds and 4 git commands to generate.