diff -Nru pidgin-libnotify-0.14/debian/changelog pidgin-libnotify-0.14/debian/changelog --- pidgin-libnotify-0.14/debian/changelog 2011-08-11 05:08:13.000000000 +0200 +++ pidgin-libnotify-0.14/debian/changelog 2011-08-22 18:52:08.000000000 +0200 @@ -1,3 +1,11 @@ +pidgin-libnotify (0.14-4ubuntu9) oneiric; urgency=low + + * Port to libindicate 0.6 API: replace indicate_indicator_set_property_icon() + with indicate_gtk_indicator_set_property_icon(). + (LP: #827626) + + -- Felix Geyer Mon, 22 Aug 2011 18:36:29 +0200 + pidgin-libnotify (0.14-4ubuntu8) oneiric; urgency=low * debian/patches/indicate-autotools.patch diff -Nru pidgin-libnotify-0.14/debian/patches/debian-changes-0.14-4ubuntu9 pidgin-libnotify-0.14/debian/patches/debian-changes-0.14-4ubuntu9 --- pidgin-libnotify-0.14/debian/patches/debian-changes-0.14-4ubuntu9 1970-01-01 01:00:00.000000000 +0100 +++ pidgin-libnotify-0.14/debian/patches/debian-changes-0.14-4ubuntu9 2011-08-22 18:52:14.000000000 +0200 @@ -0,0 +1,48 @@ +Description: Upstream changes introduced in version 0.14-4ubuntu9 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + pidgin-libnotify (0.14-4ubuntu9) oneiric; urgency=low + . + * Port to libindicate 0.6 API: replace indicate_indicator_set_property_icon() + with indicate_gtk_indicator_set_property_icon(). + (LP: #827626) + . + The person named in the Author field signed this changelog entry. +Author: Felix Geyer +Bug-Ubuntu: https://bugs.launchpad.net/bugs/827626 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- pidgin-libnotify-0.14.orig/src/pidgin-libnotify.c ++++ pidgin-libnotify-0.14/src/pidgin-libnotify.c +@@ -893,7 +893,7 @@ indicate_chat_nick (PurpleAccount *accou + indicate_indicator_set_property(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_NAME, tr_name); + indicate_indicator_set_property(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_ATTENTION, "true"); + if (icon) { +- indicate_indicator_set_property_icon(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_ICON, icon); ++ indicate_gtk_indicator_set_property_icon(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_ICON, icon); + g_object_unref(G_OBJECT(icon)); + } + GTimeVal time; g_get_current_time(&time); +@@ -1042,7 +1042,7 @@ indicate_buddy_signon_cb (PurpleBuddy *b + + indicate_indicator_set_property(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_NAME, tr_name); + if (icon) { +- indicate_indicator_set_property_icon(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_ICON, icon); ++ indicate_gtk_indicator_set_property_icon(INDICATE_INDICATOR(indicator), INDICATE_INDICATOR_MESSAGES_PROP_ICON, icon); + g_object_unref(G_OBJECT(icon)); + } + indicate_indicator_show(INDICATE_INDICATOR(indicator)); diff -Nru pidgin-libnotify-0.14/debian/patches/series pidgin-libnotify-0.14/debian/patches/series --- pidgin-libnotify-0.14/debian/patches/series 2011-08-11 05:08:18.000000000 +0200 +++ pidgin-libnotify-0.14/debian/patches/series 2011-08-22 18:52:14.000000000 +0200 @@ -7,3 +7,4 @@ libnotify_0_7.patch debian-changes-0.14-4ubuntu3 debian-changes-0.14-4ubuntu8 +debian-changes-0.14-4ubuntu9