From d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 29 Jan 2021 18:03:51 +0000 Subject: gentoo resync : 29.01.2021 --- x11-misc/notification-daemon/Manifest | 2 -- .../notification-daemon-0.5.0-libnotify-0.7.patch | 28 ---------------------- .../notification-daemon-0.5.0-underlinking.patch | 12 ---------- 3 files changed, 42 deletions(-) delete mode 100644 x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch delete mode 100644 x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch (limited to 'x11-misc/notification-daemon') diff --git a/x11-misc/notification-daemon/Manifest b/x11-misc/notification-daemon/Manifest index 62728a11939a..105e15236919 100644 --- a/x11-misc/notification-daemon/Manifest +++ b/x11-misc/notification-daemon/Manifest @@ -1,5 +1,3 @@ -AUX notification-daemon-0.5.0-libnotify-0.7.patch 948 BLAKE2B 9da54db70a628988b5f5b3e34dd71a7bbf8357a58be1e7c9de863d719619b6376ca311c4963e0974f77c08671f03efd28693d90f97a852ee68393e3b11b550fc SHA512 e828d89197c29c3b8e2b6b2e616d6fd63952f8b8ac23f4a0b7a8f6a75722e011d1684302b711ee530506e4e17aae6c7949f12f58a113ca6bb254a29d146d5870 -AUX notification-daemon-0.5.0-underlinking.patch 277 BLAKE2B ef30fae7ca0d8a26c18acc5f98e5a2bd4db53293f302fdba3bf3fbc362c435931d81482e174fbff5396ecee04768068e51c48a8e19be3f881803ae4af77e3637 SHA512 e370ed9435b474fddf0b884d6781bdbfb1cb68dd7f851e72f525d6153235d39f77d28257c6d720f3de63df8ac29a7bf9100669813f4edda177a9dbf21afa3e5e DIST notification-daemon-3.20.0.tar.xz 340752 BLAKE2B 9ded1efdb38de0097495ff570b9b91eb151e5eb030fcb9364a5ac04a4a5631c0a8483dc4068dd806d54ef0a096062ca92f9783f2030edb57f681b82015cf8584 SHA512 d9311c71a2915cb6e55bd1408e60b4d7b7fc24114410b8bd8cb358fe86c100198567099843b967f7e01ca03c91afe3f3980fb30b7f2c138bdab949e0e196a0f8 EBUILD notification-daemon-3.20.0-r1.ebuild 842 BLAKE2B 74258d04a4a7c89663e7046e3e35cdf36ea0e4f39ac3e0cb52eeea8bb95ecb27be3701c0d9b06984984316285009bd36e8a511d1a2977d62a0ccc346770385e6 SHA512 21d68f573d7eaa846e6deb67b570fb8edde276087ed75f5cbacfcf76aa230de9c65c413f4a7eea6faece860792a61e0fe4101f527fd3255bbb0461750362d78f EBUILD notification-daemon-3.20.0.ebuild 922 BLAKE2B 82a6de852b65ea70b4516c41d6fe6521809a926f7eaa1e92905fc6113c0c14a22306a670666d7c7a3fdc8be7396034860636080efe55e8f3eeb4ddf87bb3bda3 SHA512 e08f853f4246530fb81e81ff431b9f95af71a28de6bcce35621995267ae68cf4e4cc3176c97fac6bb26dd5fe76117bcdd78464b2f3e1d22ba61a81f18ed6a319 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 - #include - -+#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 \ -- cgit v1.2.3