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 E7FC71581D3 for ; Fri, 31 May 2024 16:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D28E2A5A; Fri, 31 May 2024 16:08:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B13CE2A5A for ; Fri, 31 May 2024 16:08:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A78733FEF1 for ; Fri, 31 May 2024 16:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD485148D for ; Fri, 31 May 2024 16:08:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1717171679.5aa7b6faf4fa13a1b77b18198ffa62f3fbd8a51f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/files/, media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/files/inkscape-1.3.2-cxx20-2.patch media-gfx/inkscape/inkscape-1.3.2-r2.ebuild X-VCS-Directories: media-gfx/inkscape/files/ media-gfx/inkscape/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5aa7b6faf4fa13a1b77b18198ffa62f3fbd8a51f X-VCS-Branch: master Date: Fri, 31 May 2024 16:08:06 +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: cf40dfc0-394b-48b7-a2f5-f07cdfdf7651 X-Archives-Hash: 7fb3a44ab1ee8a18e0d6269c1e940484 commit: 5aa7b6faf4fa13a1b77b18198ffa62f3fbd8a51f Author: Sven Hesse drmccoy de> AuthorDate: Fri May 31 16:07:59 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 31 16:07:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa7b6fa media-gfx/inkscape: add patch for C++20 syntax break Closes: https://bugs.gentoo.org/933216 Signed-off-by: David Seifert gentoo.org> media-gfx/inkscape/files/inkscape-1.3.2-cxx20-2.patch | 11 +++++++++++ media-gfx/inkscape/inkscape-1.3.2-r2.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/media-gfx/inkscape/files/inkscape-1.3.2-cxx20-2.patch b/media-gfx/inkscape/files/inkscape-1.3.2-cxx20-2.patch new file mode 100644 index 000000000000..6364c3f88a9e --- /dev/null +++ b/media-gfx/inkscape/files/inkscape-1.3.2-cxx20-2.patch @@ -0,0 +1,11 @@ +--- a/src/ui/dialog/filter-effects-dialog.cpp ++++ b/src/ui/dialog/filter-effects-dialog.cpp +@@ -202,7 +202,7 @@ + template< typename T> class ComboWithTooltip : public Gtk::EventBox + { + public: +- ComboWithTooltip(T default_value, const Util::EnumDataConverter& c, const SPAttr a = SPAttr::INVALID, char* tip_text = nullptr) ++ ComboWithTooltip(T default_value, const Util::EnumDataConverter& c, const SPAttr a = SPAttr::INVALID, char* tip_text = nullptr) + { + if (tip_text) { + set_tooltip_text(tip_text); diff --git a/media-gfx/inkscape/inkscape-1.3.2-r2.ebuild b/media-gfx/inkscape/inkscape-1.3.2-r2.ebuild index 1304ff3969b1..a47b5b9d4390 100644 --- a/media-gfx/inkscape/inkscape-1.3.2-r2.ebuild +++ b/media-gfx/inkscape/inkscape-1.3.2-r2.ebuild @@ -114,6 +114,7 @@ PATCHES=( "${FILESDIR}"/${P}-poppler-24.03.patch "${FILESDIR}"/${P}-poppler-24.05.patch # bug 931917 "${FILESDIR}"/${P}-cxx20.patch # bug 931917 + "${FILESDIR}"/${P}-cxx20-2.patch # bug 933216 ) pkg_pretend() {