commit: 71ba85f11ae0bcb5ffc5ae106f6553cb18bfbe2c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Mar 22 08:47:48 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Mar 22 14:02:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ba85f1
media-sound/pasystray: remove unused patch(es) Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20056 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-sound/pasystray/files/fix-missing-gint.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/media-sound/pasystray/files/fix-missing-gint.patch b/media-sound/pasystray/files/fix-missing-gint.patch deleted file mode 100644 index 7eeded9284f..00000000000 --- a/media-sound/pasystray/files/fix-missing-gint.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/src/notify.c b/src/notify.c -index adec0ca..8b54808 100644 ---- a/src/notify.c -+++ b/src/notify.c -@@ -23,11 +23,13 @@ - - #ifndef HAVE_NOTIFY - -+#include <glib.h> -+ - #include "notify.h" - - void notify_initialize(){} --notify_handle_t notify(const char* msg, const char* body, const char* icon){ return 0; } --void notify_update(notify_handle_t h, const char* msg, const char* body, const char* icon){} -+notify_handle_t notify(const char* msg, const char* body, const char* icon, gint value){ return 0; } -+void notify_update(notify_handle_t h, const char* msg, const char* body, const char* icon, gint value){} - - #else -
