kde-frameworks/breeze-icons: filter LTO for 6.2.0

Doesn't build anymore, see upstream bug for details.

Bug: https://invent.kde.org/frameworks/breeze-icons/-/issues/18
Closes: https://bugs.gentoo.org/931904
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-16 02:43:45 +01:00
parent 463fe24521
commit fc9bded2a2

View File

@@ -5,7 +5,7 @@ EAPI=8
PVCUT=$(ver_cut 1-2)
PYTHON_COMPAT=( python3_{10..12} )
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"
@@ -37,6 +37,9 @@ src_prepare() {
}
src_configure() {
# bug #931904
filter-lto
local mycmakeargs=(
-DPython_EXECUTABLE="${PYTHON}"
-DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away