gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / libsexy / patches / 01-gtk-includes.patch
blob37142797986e842cd3f76324876e5442ab597015
1 diff -ruN libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h libsexy-0.1.11/libsexy/sexy-icon-entry.h
2 --- libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h 2009-07-16 13:34:48.418224933 +0100
3 +++ libsexy-0.1.11/libsexy/sexy-icon-entry.h 2009-07-16 13:38:56.137387699 +0100
4 @@ -25,8 +25,7 @@
5 typedef struct _SexyIconEntryClass SexyIconEntryClass;
6 typedef struct _SexyIconEntryPriv SexyIconEntryPriv;
8 -#include <gtk/gtkentry.h>
9 -#include <gtk/gtkimage.h>
10 +#include <gtk/gtk.h>
12 #define SEXY_TYPE_ICON_ENTRY (sexy_icon_entry_get_type())
13 #define SEXY_ICON_ENTRY(obj) \
14 diff -ruN libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h libsexy-0.1.11/libsexy/sexy-spell-entry.h
15 --- libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h 2009-07-16 13:34:48.417069250 +0100
16 +++ libsexy-0.1.11/libsexy/sexy-spell-entry.h 2009-07-16 13:38:04.936434183 +0100
17 @@ -25,7 +25,7 @@
18 typedef struct _SexySpellEntryClass SexySpellEntryClass;
19 typedef struct _SexySpellEntryPriv SexySpellEntryPriv;
21 -#include <gtk/gtkentry.h>
22 +#include <gtk/gtk.h>
24 #define SEXY_TYPE_SPELL_ENTRY (sexy_spell_entry_get_type())
25 #define SEXY_SPELL_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_SPELL_ENTRY, SexySpellEntry))
26 diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tooltip.h libsexy-0.1.11/libsexy/sexy-tooltip.h
27 --- libsexy-0.1.11.orig/libsexy/sexy-tooltip.h 2009-07-16 13:34:48.417888363 +0100
28 +++ libsexy-0.1.11/libsexy/sexy-tooltip.h 2009-07-16 13:38:41.097310704 +0100
29 @@ -24,7 +24,7 @@
30 typedef struct _SexyTooltip SexyTooltip;
31 typedef struct _SexyTooltipClass SexyTooltipClass;
33 -#include <gtk/gtkwindow.h>
34 +#include <gtk/gtk.h>
36 #define SEXY_TYPE_TOOLTIP (sexy_tooltip_get_type())
37 #define SEXY_TOOLTIP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TOOLTIP, SexyTooltip))
38 diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tree-view.h libsexy-0.1.11/libsexy/sexy-tree-view.h
39 --- libsexy-0.1.11.orig/libsexy/sexy-tree-view.h 2009-07-16 13:34:48.417439355 +0100
40 +++ libsexy-0.1.11/libsexy/sexy-tree-view.h 2009-07-16 13:38:19.392545546 +0100
41 @@ -26,7 +26,7 @@
42 typedef struct _SexyTreeViewClass SexyTreeViewClass;
43 typedef struct _SexyTreeViewPriv SexyTreeViewPriv;
45 -#include <gtk/gtktreeview.h>
46 +#include <gtk/gtk.h>
48 #define SEXY_TYPE_TREE_VIEW (sexy_tree_view_get_type())
49 #define SEXY_TREE_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TREE_VIEW, SexyTreeView))
50 diff -ruN libsexy-0.1.11.orig/libsexy/sexy-url-label.h libsexy-0.1.11/libsexy/sexy-url-label.h
51 --- libsexy-0.1.11.orig/libsexy/sexy-url-label.h 2009-07-16 13:34:48.418295356 +0100
52 +++ libsexy-0.1.11/libsexy/sexy-url-label.h 2009-07-16 13:39:04.313433823 +0100
53 @@ -24,7 +24,7 @@
54 typedef struct _SexyUrlLabel SexyUrlLabel;
55 typedef struct _SexyUrlLabelClass SexyUrlLabelClass;
57 -#include <gtk/gtklabel.h>
58 +#include <gtk/gtk.h>
60 #define SEXY_TYPE_URL_LABEL (sexy_url_label_get_type())
61 #define SEXY_URL_LABEL(obj) \