diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:08:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:08:09 +0000 |
commit | 7e0729a56e862aa2bd49cadbc97e27bcc5d249c6 (patch) | |
tree | d9a689ace152c6cd1c5129bdb09f0213cc8ffd41 /main/gnome-screensaver/gnome-screensaver-2.30.2-libnotify-0.7.patch | |
parent | 519436395c335b728ec8faeeb5e61f13b49d8689 (diff) | |
download | aports-7e0729a56e862aa2bd49cadbc97e27bcc5d249c6.tar.bz2 aports-7e0729a56e862aa2bd49cadbc97e27bcc5d249c6.tar.xz |
main/gnome-screensaver: moved to unmaintained
Diffstat (limited to 'main/gnome-screensaver/gnome-screensaver-2.30.2-libnotify-0.7.patch')
-rw-r--r-- | main/gnome-screensaver/gnome-screensaver-2.30.2-libnotify-0.7.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/gnome-screensaver/gnome-screensaver-2.30.2-libnotify-0.7.patch b/main/gnome-screensaver/gnome-screensaver-2.30.2-libnotify-0.7.patch deleted file mode 100644 index 6eeb168190..0000000000 --- a/main/gnome-screensaver/gnome-screensaver-2.30.2-libnotify-0.7.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nur gnome-screensaver-2.30.2.orig/src/gs-lock-plug.c gnome-screensaver-2.30.2/src/gs-lock-plug.c ---- gnome-screensaver-2.30.2.orig/src/gs-lock-plug.c 2010-09-28 13:36:51.000000000 -0700 -+++ gnome-screensaver-2.30.2/src/gs-lock-plug.c 2011-03-07 00:54:44.086669840 -0800 -@@ -47,6 +47,10 @@ - #include <libnotify/notify.h> - #endif - -+#ifndef NOTIFY_CHECK_VERSION -+#define NOTIFY_CHECK_VERSION(x,y,z) 0 -+#endif -+ - #include "gs-lock-plug.h" - - #include "gs-debug.h" -@@ -1090,7 +1094,11 @@ - strftime (summary, 128, "%X", tmp); - - notify_init ("gnome-screensaver-dialog"); -+#if NOTIFY_CHECK_VERSION (0, 7, 0) -+ note = notify_notification_new (summary, escaped_text, NULL); -+#else - note = notify_notification_new (summary, escaped_text, NULL, NULL); -+#endif - notify_notification_set_timeout (note, NOTIFY_EXPIRES_NEVER); - notify_notification_show (note, NULL); - g_object_unref (note); |