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 92BD7138359 for ; Wed, 21 Oct 2020 08:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9556E0AF6; Wed, 21 Oct 2020 08:19:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AEA4CE0AF6 for ; Wed, 21 Oct 2020 08:19:27 +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 21B0C340C4B for ; Wed, 21 Oct 2020 08:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06D633A for ; Wed, 21 Oct 2020 08:19:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1603268360.c918a115d3a69df37a4e64e03839b4838b4f1bdf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-systemload-plugin/files/, xfce-extra/xfce4-systemload-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild X-VCS-Directories: xfce-extra/xfce4-systemload-plugin/ xfce-extra/xfce4-systemload-plugin/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c918a115d3a69df37a4e64e03839b4838b4f1bdf X-VCS-Branch: master Date: Wed, 21 Oct 2020 08:19:24 +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: dfec31c7-923e-4eee-81a0-e5b6b8d33061 X-Archives-Hash: 1db3a09860d9324e9b931f2bc5bb26aa commit: c918a115d3a69df37a4e64e03839b4838b4f1bdf Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Sun Sep 6 12:56:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 21 08:19:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c918a115 xfce-extra/xfce4-systemload-plugin: panel-4.15 compatibility Closes: https://bugs.gentoo.org/733952 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17437 Signed-off-by: Michał Górny gentoo.org> .../xfce4-systemload-plugin-1.2.3-panel-4.15.patch | 25 ++++++++++++++++++++++ .../xfce4-systemload-plugin-1.2.3.ebuild | 4 +++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch b/xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch new file mode 100644 index 00000000000..72bb9e84848 --- /dev/null +++ b/xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch @@ -0,0 +1,25 @@ +From 35b50d425209773c9dd21f125b1bd3f8c3daa46b Mon Sep 17 00:00:00 2001 +From: Andre Miranda +Date: Fri, 4 Oct 2019 00:45:46 -0300 +Subject: [PATCH] Allow compilation with panel 4.15 + +--- + panel-plugin/systemload.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c +index af75be4..c6174b8 100644 +--- a/panel-plugin/systemload.c ++++ b/panel-plugin/systemload.c +@@ -38,7 +38,7 @@ + + #include + #include +-#include ++#include + + #ifdef HAVE_UPOWER_GLIB + #include +-- +GitLab + diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild index 562eaf22ac2..79aebb92427 100644 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild +++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,8 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" +PATCHES=( "${FILESDIR}/xfce4-systemload-plugin-1.2.3-panel-4.15.patch" ) + src_configure() { econf $(use_enable upower) }