From 2d6854f4405096c6706a1172039d1a15d617e98f Mon Sep 17 00:00:00 2001 From: Haochen Tong Date: Wed, 6 Nov 2024 14:12:42 +0800 Subject: [PATCH] sys-apps/asahi-meta: adjust to caps changes in kwin 6.2.3 See https://bugs.gentoo.org/941628. Signed-off-by: Haochen Tong --- sys-apps/asahi-meta/asahi-meta-2-r9.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sys-apps/asahi-meta/asahi-meta-2-r9.ebuild diff --git a/sys-apps/asahi-meta/asahi-meta-2-r9.ebuild b/sys-apps/asahi-meta/asahi-meta-2-r9.ebuild new file mode 100644 index 00000000..311ca31d --- /dev/null +++ b/sys-apps/asahi-meta/asahi-meta-2-r9.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Metapackage for the Asahi support packages" +HOMEPAGE="https://asahilinux.org/" + +LICENSE="metapackage" +SLOT=0 +KEYWORDS="~arm64" +IUSE="+audio +mesa +sources kde kernel" + +REQUIRED_USE=" + sources? ( !kernel ) + kernel? ( !sources ) +" + +RDEPEND=" + sys-boot/m1n1 + sys-boot/u-boot + sys-apps/asahi-scripts + sys-apps/asahi-configs + sys-firmware/asahi-firmware + kernel? ( sys-kernel/asahi-kernel ) + sources? ( sys-kernel/asahi-sources ) + media-libs/alsa-ucm-conf-asahi + audio? ( media-libs/asahi-audio ) + mesa? ( + >=media-libs/mesa-24.1.0_pre20240228[video_cards_asahi(-)] + kernel? ( >=sys-kernel/asahi-kernel-6.6.0_p15 ) + sources? ( >=sys-kernel/asahi-sources-6.6.0_p15 ) + ) + kde? ( kde-plasma/kwin[filecaps] ) +"