upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / gwget / repos / community-x86_64 / gwget-1.0.4-notify-0.7.patch
blob2edbfa4733145e69e1ae44e71205f2eca0630885
1 diff -Naur gwget-1.0.4.orig/configure.ac gwget-1.0.4/configure.ac
2 --- gwget-1.0.4.orig/configure.ac 2009-10-17 22:26:09.000000000 +0200
3 +++ gwget-1.0.4/configure.ac 2011-03-18 00:24:51.993660191 +0100
4 @@ -270,7 +270,7 @@
6 # Check for libnotify
8 -LIBNOTIFY_REQUIRED=0.2.2
9 +LIBNOTIFY_REQUIRED=0.7.0
10 AC_ARG_ENABLE(libnotify,
11 AC_HELP_STRING([--disable-libnotify],
12 [Disable libnotify support]),,
13 diff -Naur gwget-1.0.4.orig/src/systray.c gwget-1.0.4/src/systray.c
14 --- gwget-1.0.4.orig/src/systray.c 2009-08-14 19:19:51.000000000 +0200
15 +++ gwget-1.0.4/src/systray.c 2011-03-18 00:24:27.612098913 +0100
16 @@ -224,7 +224,7 @@
17 if (!notify_is_initted ())
18 if (!notify_init ("gwget"))
19 return;
20 - NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name,NULL);
21 + NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name);
22 notify_notification_show(notification,NULL);
23 #endif