summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2021-01-25 10:27:30 +0100
committerAaron Bauman <bman@gentoo.org>2021-01-25 10:00:50 -0500
commit8774472c79c998eee39052514fee063bbd4032be (patch)
tree7d7dccfa9aae9e90a64dde1965b5f1fd276b6b4f /x11-misc/notification-daemon
parentx11-libs/xpa: remove unused patch (diff)
downloadgentoo-8774472c79c998eee39052514fee063bbd4032be.tar.gz
gentoo-8774472c79c998eee39052514fee063bbd4032be.tar.bz2
gentoo-8774472c79c998eee39052514fee063bbd4032be.zip
x11-misc/notification-daemon: remove unused patch(es)
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19210 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r--x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch28
-rw-r--r--x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch12
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch
deleted file mode 100644
index 63765ee79e69..000000000000
--- a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/capplet/notification-properties.c
-+++ src/capplet/notification-properties.c
-@@ -27,6 +27,10 @@
- #include <string.h>
- #include <libnotify/notify.h>
-
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
-+
- #include "stack.h"
-
- #define GCONF_KEY_DAEMON "/apps/notification-daemon"
-@@ -402,8 +406,12 @@
-
- dialog->preview = notify_notification_new (_("Notification Test"),
- _("Just a test"),
-- "gnome-util",
-- NULL);
-+ "gnome-util"
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ );
-+#else
-+ , NULL);
-+#endif
-
- if (!notify_notification_show (dialog->preview, &error)) {
- char *message;
diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch
deleted file mode 100644
index 306ffd9cf991..000000000000
--- a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://bugs.gentoo.org/468522
-
---- configure.ac
-+++ configure.ac
-@@ -98,6 +98,7 @@
- dbus-1 >= $REQ_DBUS_VERSION, \
- dbus-glib-1 >= $REQ_DBUS_VERSION, \
- libcanberra-gtk >= $REQ_LIBCANBERRA_GTK_VERSION, \
-+ gmodule-2.0, \
- gconf-2.0, \
- libwnck-1.0 \
- x11 \