* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount/files: wmudmount-1.8-libnotify-0.7.patch
@ 2011-01-29 14:17 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 14:17 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/29 14:17:33
Added: wmudmount-1.8-libnotify-0.7.patch
Log:
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.1 x11-plugins/wmudmount/files/wmudmount-1.8-libnotify-0.7.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/files/wmudmount-1.8-libnotify-0.7.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/files/wmudmount-1.8-libnotify-0.7.patch?rev=1.1&content-type=text/plain
Index: wmudmount-1.8-libnotify-0.7.patch
===================================================================
--- notify.c
+++ notify.c
@@ -58,7 +58,12 @@
} else if(G_IS_FILE_ICON(icon)){
icon_name = g_icon_to_string(icon);
}
- NotifyNotification *n = notify_notification_new(summary, body, icon_name, NULL);
+ NotifyNotification *n = notify_notification_new(summary, body, icon_name
+#ifdef HAVE_LIBNOTIFY_07
+ );
+#else
+ , NULL);
+#endif
GError *err = NULL;
if(!notify_notification_show(n, &err)){
warn(DEBUG_ERROR, "Failed to show notification \"%s\" \"%s\": %s", summary, body, err?err->message:"<unknown error>");
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount/files: wmudmount-1.8-libnotify-0.7.patch
@ 2012-07-06 8:32 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-07-06 8:32 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/07/06 08:32:14
Removed: wmudmount-1.8-libnotify-0.7.patch
Log:
old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-06 8:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29 14:17 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount/files: wmudmount-1.8-libnotify-0.7.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-07-06 8:32 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox