tags 665548 + patch
thanks

Attached is a build-tested patch which fixes the build failure with glib
2.32. It only needs to be added to debian/patches/series.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
Description: Fix build failure with glib 2.32
 where including invidual glib headers is no longer allowed.
Author: Michael Biebl <bi...@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665548
Index: gtkhotkey-0.2.1/src/gtk-hotkey-error.h
===================================================================
--- gtkhotkey-0.2.1.orig/src/gtk-hotkey-error.h	2009-09-03 22:52:49.000000000 +0200
+++ gtkhotkey-0.2.1/src/gtk-hotkey-error.h	2012-03-25 19:07:05.822268171 +0200
@@ -23,7 +23,7 @@
 #ifndef __GTK_HOTKEY_ERROR_H__
 #define __GTK_HOTKEY_ERROR_H__
 
-#include <glib/gquark.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
Index: gtkhotkey-0.2.1/src/x11/tomboykeybinder.h
===================================================================
--- gtkhotkey-0.2.1.orig/src/x11/tomboykeybinder.h	2009-09-03 22:52:49.000000000 +0200
+++ gtkhotkey-0.2.1/src/x11/tomboykeybinder.h	2012-03-25 19:07:05.914268168 +0200
@@ -2,7 +2,7 @@
 #ifndef __TOMBOY_KEY_BINDER_H__
 #define __TOMBOY_KEY_BINDER_H__
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to