-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys-apps/asahi-meta: adjust to caps changes in kwin 6.2.3
See https://bugs.gentoo.org/941628. Signed-off-by: Haochen Tong <[email protected]>
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] ) | ||
" |