From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BADAA13835A for ; Mon, 22 Mar 2021 14:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4641E086C; Mon, 22 Mar 2021 14:05:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE95EE086C for ; Mon, 22 Mar 2021 14:05:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6C09335D63 for ; Mon, 22 Mar 2021 14:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8BEE612 for ; Mon, 22 Mar 2021 14:05:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1616421738.71ba85f11ae0bcb5ffc5ae106f6553cb18bfbe2c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pasystray/files/fix-missing-gint.patch X-VCS-Directories: media-sound/pasystray/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 71ba85f11ae0bcb5ffc5ae106f6553cb18bfbe2c X-VCS-Branch: master Date: Mon, 22 Mar 2021 14:05:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6b11ad7-354d-4847-8d5c-e51f1ce80dee X-Archives-Hash: 4b683dd7418e94b3230f5b9c45bd3cbd commit: 71ba85f11ae0bcb5ffc5ae106f6553cb18bfbe2c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Mar 22 08:47:48 2021 +0000 Commit: Joonas Niilola gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20056 Signed-off-by: Joonas Niilola 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 -+ - #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 -