summaryrefslogtreecommitdiff
path: root/community/gwget/gwget-1.0.4-notify-0.7.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gwget/gwget-1.0.4-notify-0.7.patch
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gwget/gwget-1.0.4-notify-0.7.patch')
-rw-r--r--community/gwget/gwget-1.0.4-notify-0.7.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/gwget/gwget-1.0.4-notify-0.7.patch b/community/gwget/gwget-1.0.4-notify-0.7.patch
deleted file mode 100644
index 2edbfa473..000000000
--- a/community/gwget/gwget-1.0.4-notify-0.7.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur gwget-1.0.4.orig/configure.ac gwget-1.0.4/configure.ac
---- gwget-1.0.4.orig/configure.ac 2009-10-17 22:26:09.000000000 +0200
-+++ gwget-1.0.4/configure.ac 2011-03-18 00:24:51.993660191 +0100
-@@ -270,7 +270,7 @@
- #
- # Check for libnotify
- #
--LIBNOTIFY_REQUIRED=0.2.2
-+LIBNOTIFY_REQUIRED=0.7.0
- AC_ARG_ENABLE(libnotify,
- AC_HELP_STRING([--disable-libnotify],
- [Disable libnotify support]),,
-diff -Naur gwget-1.0.4.orig/src/systray.c gwget-1.0.4/src/systray.c
---- gwget-1.0.4.orig/src/systray.c 2009-08-14 19:19:51.000000000 +0200
-+++ gwget-1.0.4/src/systray.c 2011-03-18 00:24:27.612098913 +0100
-@@ -224,7 +224,7 @@
- if (!notify_is_initted ())
- if (!notify_init ("gwget"))
- return;
-- NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name,NULL);
-+ NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name);
- notify_notification_show(notification,NULL);
- #endif
-