diff options
author | 2011-11-05 05:03:49 +0000 | |
---|---|---|
committer | 2011-11-05 05:03:49 +0000 | |
commit | ad0d9262e02729a072e9a17b5004ecacccd3b57a (patch) | |
tree | d099fd878a9a3be5d84e235b95d78f3079bdf4fd /gnome-extra/zenity/files | |
parent | Add the new gnome-3.2 on-screen keyboard system from the gnome overlay. (diff) | |
download | gentoo-2-ad0d9262e02729a072e9a17b5004ecacccd3b57a.tar.gz gentoo-2-ad0d9262e02729a072e9a17b5004ecacccd3b57a.tar.bz2 gentoo-2-ad0d9262e02729a072e9a17b5004ecacccd3b57a.zip |
Bump to 3.2.0 from the gnome overlay, drop old. Notable changes: HTML rendering using webkit-gtk, better timeout support.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/zenity/files')
-rw-r--r-- | gnome-extra/zenity/files/zenity-3.0.0-libnotify-ifdef.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnome-extra/zenity/files/zenity-3.0.0-libnotify-ifdef.patch b/gnome-extra/zenity/files/zenity-3.0.0-libnotify-ifdef.patch deleted file mode 100644 index 1599677a5f1d..000000000000 --- a/gnome-extra/zenity/files/zenity-3.0.0-libnotify-ifdef.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 3388135658e8a8f56da7fd01015490c2c97958ee Mon Sep 17 00:00:00 2001 -From: Nirbheek Chauhan <nirbheek@gentoo.org> -Date: Thu, 2 Jun 2011 22:42:33 +0530 -Subject: [PATCH] Fix bug 651723, don't look for libnotify.h if not requested - ---- - src/notification.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/notification.c b/src/notification.c -index 41d64e2..3f4c454 100644 ---- a/src/notification.c -+++ b/src/notification.c -@@ -29,12 +29,12 @@ - #include <gtk/gtk.h> - #include <time.h> - #include <string.h> -+#ifdef HAVE_LIBNOTIFY - #include <libnotify/notify.h> - - #include "zenity.h" - #include "util.h" - --#ifdef HAVE_LIBNOTIFY - static char *icon_file; - - static void --- -1.7.3.4 - |