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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5D8C15800A for ; Mon, 24 Jul 2023 18:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09545E0871; Mon, 24 Jul 2023 18:41:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7DA7E086C for ; Mon, 24 Jul 2023 18:41:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB2CA340FCF for ; Mon, 24 Jul 2023 18:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A42CDBF for ; Mon, 24 Jul 2023 18:41:35 +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: <1690224071.5d4b482354e12221ed685a99f93c79b3de7735bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpugraph-plugin/, xfce-extra/xfce4-cpugraph-plugin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild X-VCS-Directories: xfce-extra/xfce4-cpugraph-plugin/files/ xfce-extra/xfce4-cpugraph-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d4b482354e12221ed685a99f93c79b3de7735bf X-VCS-Branch: master Date: Mon, 24 Jul 2023 18:41:35 +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: 57c00770-f8ae-4655-b60c-88891472a10a X-Archives-Hash: 2f937147b83a7e83744bb77bd8205aa0 commit: 5d4b482354e12221ed685a99f93c79b3de7735bf Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Jul 24 14:21:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 24 18:41:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4b4823 xfce-extra/xfce4-cpugraph-plugin: add fix for gcc-13 (missing cstdint) Closes: https://bugs.gentoo.org/910712 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/32022 Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch | 16 ++++++++++++++++ .../xfce4-cpugraph-plugin-1.2.7.ebuild | 2 ++ .../xfce4-cpugraph-plugin-1.2.8.ebuild | 2 ++ 3 files changed, 20 insertions(+) diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch new file mode 100644 index 000000000000..7b5ef2791520 --- /dev/null +++ b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch @@ -0,0 +1,16 @@ + +Bug: https://bugs.gentoo.org/910712 +Bug: https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/37 + +Signed-off-by: Holger Hoffstätte + +--- a/xfce4++/util/gtk.cc~ 2023-07-22 22:44:01.000000000 +0200 ++++ b/xfce4++/util/gtk.cc 2023-07-23 10:01:32.508675676 +0200 +@@ -19,6 +19,7 @@ + */ + + #include "gtk.h" ++#include + + namespace xfce4 { + diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild index eb4cc5e6675f..68925fb6ac2e 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild @@ -31,6 +31,8 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( "${FILESDIR}"/gcc13.patch ) + src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild index 894630719613..952e3decb840 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild @@ -33,6 +33,8 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( "${FILESDIR}"/gcc13.patch ) + src_install() { default find "${ED}" -name '*.la' -delete || die