r27735 - in /packages/unstable/xchat-gnome/debian: changelog patches/02_libnotify_compat.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 21 22:25:52 UTC 2011


Author: joss
Date: Thu Apr 21 22:25:46 2011
New Revision: 27735

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27735
Log:
02_libnotify_compat.patch: new patch. Support libnotify 0.5 
correctly.

Added:
    packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch
Modified:
    packages/unstable/xchat-gnome/debian/changelog
    packages/unstable/xchat-gnome/debian/patches/series

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=27735&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/changelog [utf-8] Thu Apr 21 22:25:46 2011
@@ -8,6 +8,8 @@
   * Drop all patches, they are included now.
   * 01_link_libice.patch: new patch. Correctly link to libICE.
   * Fix long description.
+  * 02_libnotify_compat.patch: new patch. Support libnotify 0.5 
+    correctly.
 
  -- Josselin Mouette <joss at debian.org>  Fri, 22 Apr 2011 00:02:36 +0200
 

Added: packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch?rev=27735&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch [utf-8] Thu Apr 21 22:25:46 2011
@@ -1,0 +1,14 @@
+Index: xchat-gnome-0.26.2~git20100421.29cc76/plugins/notify-osd/notify-osd.c
+===================================================================
+--- xchat-gnome-0.26.2~git20100421.29cc76.orig/plugins/notify-osd/notify-osd.c	2011-04-22 00:21:41.870383479 +0200
++++ xchat-gnome-0.26.2~git20100421.29cc76/plugins/notify-osd/notify-osd.c	2011-04-22 00:22:59.878764838 +0200
+@@ -87,6 +87,9 @@ add_notify (char *summary, char *message
+ 	gchar *escaped;
+ 
+ 	escaped = g_markup_escape_text (message, strlen(message));
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,x) 0
++#endif
+ #if !NOTIFY_CHECK_VERSION(0,7,0)
+ 	notify = notify_notification_new (summary, escaped, NULL, NULL);
+ #else

Modified: packages/unstable/xchat-gnome/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/series?rev=27735&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/series [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/patches/series [utf-8] Thu Apr 21 22:25:46 2011
@@ -1,1 +1,2 @@
 01_link_libice.patch
+02_libnotify_compat.patch




More information about the pkg-gnome-commits mailing list