gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gexif / patches / 02-gtk-deprecated.patch
blob9e6894155e333081b4220da0f47488bae658fdc9
1 --- gexif-0.5/gexif/Makefile.am.orig 2008-07-10 18:01:14.647857800 +0100
2 +++ gexif-0.5/gexif/Makefile.am 2008-07-10 18:01:19.841533900 +0100
3 @@ -1,7 +1,6 @@
4 INCLUDES = \
5 -I$(top_srcdir) \
6 -I$(top_srcdir)/intl \
7 - -DGTK_DISABLE_DEPRECATED \
8 -DGEXIF_LOCALEDIR="\"$(datadir)/locale\"" \
9 $(GEXIF_CFLAGS)
11 --- gexif-0.5/gexif/gexif-thumbnail.h.orig 2008-07-10 18:00:53.254827600 +0100
12 +++ gexif-0.5/gexif/gexif-thumbnail.h 2008-07-10 18:01:04.356548300 +0100
13 @@ -43,7 +43,7 @@
14 GtkDialogClass parent_class;
17 -GtkType gexif_thumbnail_get_type (void);
18 +GType gexif_thumbnail_get_type (void);
19 GtkWidget *gexif_thumbnail_new (const guchar *data, guint size);
21 #endif /* __GEXIF_THUMBNAIL_H__ */