summaryrefslogtreecommitdiff
path: root/misc/deskbar-applet
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-08 02:48:25 +0000
committerdholland <dholland@pkgsrc.org>2012-05-08 02:48:25 +0000
commite282e60c890bf308514a076050eafb5fc829a62f (patch)
treefca518d92c3dc25baa75a8909fa36e9ca2f76260 /misc/deskbar-applet
parent3f620fef78b2ad416dd23b14f152ef9344d89320 (diff)
downloadpkgsrc-e282e60c890bf308514a076050eafb5fc829a62f.tar.gz
Build fixes for new glib2.
Diffstat (limited to 'misc/deskbar-applet')
-rw-r--r--misc/deskbar-applet/distinfo4
-rw-r--r--misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_c12
-rw-r--r--misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_h15
3 files changed, 30 insertions, 1 deletions
diff --git a/misc/deskbar-applet/distinfo b/misc/deskbar-applet/distinfo
index 24d1bc89cc5..1cbe944e5b9 100644
--- a/misc/deskbar-applet/distinfo
+++ b/misc/deskbar-applet/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.20 2010/11/28 13:23:06 drochner Exp $
+$NetBSD: distinfo,v 1.21 2012/05/08 02:48:25 dholland Exp $
SHA1 (deskbar-applet-2.32.0.tar.bz2) = 8bc918fe59c63f600b79288787dc48f2e8d452fa
RMD160 (deskbar-applet-2.32.0.tar.bz2) = 9359f23b353c5ce80aad8a07b298b8deafe94e5f
Size (deskbar-applet-2.32.0.tar.bz2) = 1068070 bytes
+SHA1 (patch-deskbar_handlers_evolution_evolution_c) = b1bbf7c8745ec5be5908bf4a336b0e49500bb06f
+SHA1 (patch-deskbar_handlers_evolution_evolution_h) = a1fd8255e394156a5ed511f9688fb8b35427c8b2
diff --git a/misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_c b/misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_c
new file mode 100644
index 00000000000..19edd8daf9d
--- /dev/null
+++ b/misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_c
@@ -0,0 +1,12 @@
+$NetBSD: patch-deskbar_handlers_evolution_evolution_c,v 1.1 2012/05/08 02:48:26 dholland Exp $
+
+Fix build with latest glib2.
+
+--- deskbar/handlers/evolution/evolution.c~ 2010-09-27 13:25:25.000000000 +0000
++++ deskbar/handlers/evolution/evolution.c
+@@ -1,5 +1,4 @@
+ #include <glib.h>
+-#include <glib/gstring.h>
+ #include <libebook/e-book.h>
+ #include <pango/pango.h>
+ #include <string.h>
diff --git a/misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_h b/misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_h
new file mode 100644
index 00000000000..94ff08b0ca8
--- /dev/null
+++ b/misc/deskbar-applet/patches/patch-deskbar_handlers_evolution_evolution_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-deskbar_handlers_evolution_evolution_h,v 1.1 2012/05/08 02:48:26 dholland Exp $
+
+Fix build with latest glib2.
+
+--- deskbar/handlers/evolution/evolution.h~ 2010-09-27 13:25:25.000000000 +0000
++++ deskbar/handlers/evolution/evolution.h
+@@ -2,7 +2,7 @@
+ #ifndef __DESKBAR_EVOLUTION_H__
+ #define __DESKBAR_EVOLUTION_H__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <gdk-pixbuf/gdk-pixbuf.h>
+
+ G_BEGIN_DECLS