tags 660773 + pending thanks Dear maintainer,
I've prepared an NMU for openfetion (versioned as 2.2.1-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards Evgeni Golov
diff -Nru openfetion-2.2.1/debian/changelog openfetion-2.2.1/debian/changelog --- openfetion-2.2.1/debian/changelog 2011-11-18 16:19:36.000000000 +0100 +++ openfetion-2.2.1/debian/changelog 2012-02-26 09:51:34.000000000 +0100 @@ -1,3 +1,12 @@ +openfetion (2.2.1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix build with new libindicate-gtk. + Patch: 02-indicate-gtk-0.6.patch + Closes: #660773 + + -- Evgeni Golov <[email protected]> Sun, 26 Feb 2012 09:50:33 +0100 + openfetion (2.2.1-3) unstable; urgency=low * Use my @debian.org address. diff -Nru openfetion-2.2.1/debian/patches/02-indicate-gtk-0.6.patch openfetion-2.2.1/debian/patches/02-indicate-gtk-0.6.patch --- openfetion-2.2.1/debian/patches/02-indicate-gtk-0.6.patch 1970-01-01 01:00:00.000000000 +0100 +++ openfetion-2.2.1/debian/patches/02-indicate-gtk-0.6.patch 2012-02-26 09:57:48.000000000 +0100 @@ -0,0 +1,34 @@ +From: Evgeni Golov <[email protected]> +Debian-Bug: http://bugs.debian.org/660773 +Last-Update: 2012-02-26 +Subject: port openfetion to new libindicate-gtk 0.6 + * change the module to check via pkg-config to libinficate-gtk-0.6 + * use indicate_gtk_indicator_set_property_icon instead of + indicate_indicator_set_property_icon + +Index: openfetion-2.2.1/CMakeLists.txt +=================================================================== +--- openfetion-2.2.1.orig/CMakeLists.txt 2011-05-09 10:14:28.000000000 +0200 ++++ openfetion-2.2.1/CMakeLists.txt 2012-02-20 23:25:04.025643825 +0100 +@@ -82,7 +82,7 @@ + if(WITH_INDICATE) + pkg_check_modules(INDICATE indicate) + pkg_check_modules(INDICATE_GTK indicate-gtk) +- pkg_check_modules(INDICATE_GTK_NEW indicate-gtk-0.5) ++ pkg_check_modules(INDICATE_GTK_NEW indicate-gtk-0.6) + endif(WITH_INDICATE) + + ########################################################################## +Index: openfetion-2.2.1/src/fx_main.c +=================================================================== +--- openfetion-2.2.1.orig/src/fx_main.c 2011-05-09 10:14:28.000000000 +0200 ++++ openfetion-2.2.1/src/fx_main.c 2012-02-20 23:33:23.165322890 +0100 +@@ -692,7 +692,7 @@ + /* set icon */ + snprintf(portrait, sizeof(portrait) - 1, "%s/%s.jpg", fxmain->user->config->iconPath, sid); + pixbuf = gdk_pixbuf_new_from_file(portrait, NULL); +- indicate_indicator_set_property_icon(indicator, INDICATE_INDICATOR_MESSAGES_PROP_ICON, pixbuf); ++ indicate_gtk_indicator_set_property_icon(indicator, INDICATE_INDICATOR_MESSAGES_PROP_ICON, pixbuf); + g_object_unref(pixbuf); + + g_signal_connect(G_OBJECT(indicator), INDICATE_INDICATOR_SIGNAL_DISPLAY, diff -Nru openfetion-2.2.1/debian/patches/series openfetion-2.2.1/debian/patches/series --- openfetion-2.2.1/debian/patches/series 2011-11-18 16:13:14.000000000 +0100 +++ openfetion-2.2.1/debian/patches/series 2012-02-26 09:50:18.000000000 +0100 @@ -1 +1,2 @@ 01-arrow_key_scroll.patch +02-indicate-gtk-0.6.patch

