2009-07-16 Christian Kelly <[email protected]>
authorchrisk
Thu, 16 Jul 2009 12:57:34 +0000
changeset 16041 b7a652664558
parent 16040 cf3bc6289ae8
child 16042 9d22f4120b90
2009-07-16 Christian Kelly <[email protected]> * SUNWlibsexy.spec, libsexy-01-gtk-includes.diff: Add patch to work around problem trying to include gtk headers.
ChangeLog
SUNWlibsexy.spec
patches/libsexy-01-gtk-includes.diff
--- a/ChangeLog	Thu Jul 16 09:56:46 2009 +0000
+++ b/ChangeLog	Thu Jul 16 12:57:34 2009 +0000
@@ -1,3 +1,8 @@
+2009-07-16  Christian Kelly  <[email protected]>
+
+	* SUNWlibsexy.spec, libsexy-01-gtk-includes.diff: Add patch to work 
+	  around problem trying to include gtk headers.
+
 2009-07-16  Ke Wang <[email protected]>
 	* SUNWhamster.spec:
 	* hamster-01-hotkey.diff:
--- a/SUNWlibsexy.spec	Thu Jul 16 09:56:46 2009 +0000
+++ b/SUNWlibsexy.spec	Thu Jul 16 12:57:34 2009 +0000
@@ -19,6 +19,9 @@
 SUNW_BaseDir: %{_basedir}
 SUNW_Copyright: %{name}.copyright
 
+# date:2009-07-16 type:bug owner:chrisk
+Patch1:       libsexy-01-gtk-includes.diff
+
 Autoreqprov:  on
 BuildRequires: SUNWgtk2-devel
 BuildRequires: SUNWlxml-devel
@@ -83,6 +86,8 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Jul 16 2009 - [email protected]
+- Add patch to work around problem trying to include gtk headers.
 * Thu Sep 18 2008 - [email protected]
 - Fix up pkg'ing section.
 * Wed Jun 18 2008 - [email protected]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/libsexy-01-gtk-includes.diff	Thu Jul 16 12:57:34 2009 +0000
@@ -0,0 +1,61 @@
+diff -ruN libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h libsexy-0.1.11/libsexy/sexy-icon-entry.h
+--- libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h	2009-07-16 13:34:48.418224933 +0100
++++ libsexy-0.1.11/libsexy/sexy-icon-entry.h	2009-07-16 13:38:56.137387699 +0100
+@@ -25,8 +25,7 @@
+ typedef struct _SexyIconEntryClass SexyIconEntryClass;
+ typedef struct _SexyIconEntryPriv  SexyIconEntryPriv;
+ 
+-#include <gtk/gtkentry.h>
+-#include <gtk/gtkimage.h>
++#include <gtk/gtk.h>
+ 
+ #define SEXY_TYPE_ICON_ENTRY (sexy_icon_entry_get_type())
+ #define SEXY_ICON_ENTRY(obj) \
+diff -ruN libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h libsexy-0.1.11/libsexy/sexy-spell-entry.h
+--- libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h	2009-07-16 13:34:48.417069250 +0100
++++ libsexy-0.1.11/libsexy/sexy-spell-entry.h	2009-07-16 13:38:04.936434183 +0100
+@@ -25,7 +25,7 @@
+ typedef struct _SexySpellEntryClass SexySpellEntryClass;
+ typedef struct _SexySpellEntryPriv  SexySpellEntryPriv;
+ 
+-#include <gtk/gtkentry.h>
++#include <gtk/gtk.h>
+ 
+ #define SEXY_TYPE_SPELL_ENTRY            (sexy_spell_entry_get_type())
+ #define SEXY_SPELL_ENTRY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_SPELL_ENTRY, SexySpellEntry))
+diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tooltip.h libsexy-0.1.11/libsexy/sexy-tooltip.h
+--- libsexy-0.1.11.orig/libsexy/sexy-tooltip.h	2009-07-16 13:34:48.417888363 +0100
++++ libsexy-0.1.11/libsexy/sexy-tooltip.h	2009-07-16 13:38:41.097310704 +0100
+@@ -24,7 +24,7 @@
+ typedef struct _SexyTooltip      SexyTooltip;
+ typedef struct _SexyTooltipClass SexyTooltipClass;
+ 
+-#include <gtk/gtkwindow.h>
++#include <gtk/gtk.h>
+ 
+ #define SEXY_TYPE_TOOLTIP            (sexy_tooltip_get_type())
+ #define SEXY_TOOLTIP(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TOOLTIP, SexyTooltip))
+diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tree-view.h libsexy-0.1.11/libsexy/sexy-tree-view.h
+--- libsexy-0.1.11.orig/libsexy/sexy-tree-view.h	2009-07-16 13:34:48.417439355 +0100
++++ libsexy-0.1.11/libsexy/sexy-tree-view.h	2009-07-16 13:38:19.392545546 +0100
+@@ -26,7 +26,7 @@
+ typedef struct _SexyTreeViewClass SexyTreeViewClass;
+ typedef struct _SexyTreeViewPriv  SexyTreeViewPriv;
+ 
+-#include <gtk/gtktreeview.h>
++#include <gtk/gtk.h>
+ 
+ #define SEXY_TYPE_TREE_VIEW            (sexy_tree_view_get_type())
+ #define SEXY_TREE_VIEW(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TREE_VIEW, SexyTreeView))
+diff -ruN libsexy-0.1.11.orig/libsexy/sexy-url-label.h libsexy-0.1.11/libsexy/sexy-url-label.h
+--- libsexy-0.1.11.orig/libsexy/sexy-url-label.h	2009-07-16 13:34:48.418295356 +0100
++++ libsexy-0.1.11/libsexy/sexy-url-label.h	2009-07-16 13:39:04.313433823 +0100
+@@ -24,7 +24,7 @@
+ typedef struct _SexyUrlLabel      SexyUrlLabel;
+ typedef struct _SexyUrlLabelClass SexyUrlLabelClass;
+ 
+-#include <gtk/gtklabel.h>
++#include <gtk/gtk.h>
+ 
+ #define SEXY_TYPE_URL_LABEL (sexy_url_label_get_type())
+ #define SEXY_URL_LABEL(obj) \