From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B4D42158074 for ; Wed, 18 Jun 2025 19:00:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 93537341ECA for ; Wed, 18 Jun 2025 19:00:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7E9E41104D9; Wed, 18 Jun 2025 19:00:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 7161A1104D9 for ; Wed, 18 Jun 2025 19:00:32 +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 23615341E92 for ; Wed, 18 Jun 2025 19:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BA6722FD for ; Wed, 18 Jun 2025 19:00:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750273218.2d67f882ab5deb35b653ab110e6fb52ea0031a34.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-9999.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d67f882ab5deb35b653ab110e6fb52ea0031a34 X-VCS-Branch: master Date: Wed, 18 Jun 2025 19:00:30 +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: 09266838-6f09-4f7c-8346-4245b8138da2 X-Archives-Hash: 87e7aa3d0822af273a4a49b09d6123f9 commit: 2d67f882ab5deb35b653ab110e6fb52ea0031a34 Author: Sam James gentoo org> AuthorDate: Wed Jun 18 19:00:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 18 19:00:18 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d67f882 kde-frameworks/breeze-icons: filter LTO again There's a trade-off between allowing LTO upstream vs supporting compilation with less RAM available because of how Qt resources work. See https://mail.kde.org/pipermail/distributions/2025-June/001602.html. Bug: https://bugs.gentoo.org/931904 Bug: https://bugs.gentoo.org/956679 Signed-off-by: Sam James gentoo.org> kde-frameworks/breeze-icons/breeze-icons-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild index 700989165d..e6b1cef3ab 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit cmake frameworks.kde.org python-any-r1 xdg +inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg DESCRIPTION="Breeze SVG icon theme" @@ -31,6 +31,11 @@ python_check_deps() { } src_configure() { + # There's a trade-off between allowing LTO upstream vs supporting + # compilation with less RAM available because of how Qt resources work. + # See bug #931904 and bug #956679. + filter-lto + local mycmakeargs=( -DPython_EXECUTABLE="${PYTHON}" -DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away