mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-apps/asahi-configs: add 2
Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42661 Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
committed by
Matt Jolly
parent
11a81d7c7c
commit
f813118263
29
sys-apps/asahi-configs/asahi-configs-2.ebuild
Normal file
29
sys-apps/asahi-configs/asahi-configs-2.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
DESCRIPTION="Asahi Linux configurations"
|
||||
HOMEPAGE="https://asahilinux.org/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm64"
|
||||
|
||||
src_unpack() {
|
||||
mkdir "${S}" || die
|
||||
cp "${FILESDIR}"/* "${S}/" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /etc/xdg/
|
||||
newins "${FILESDIR}/kcminput" kcminputrc
|
||||
newins "${FILESDIR}/baloo" baloofilerc
|
||||
|
||||
insinto /etc/X11/xorg.conf.d/
|
||||
newins "${FILESDIR}/xorg-modeset" 30-modesetting.conf
|
||||
newins "${FILESDIR}/xorg-naturalscroll" 20-natural-scrolling.conf
|
||||
|
||||
exeinto /etc/profile.d/
|
||||
newexe "${FILESDIR}/envvars-${PV}" asahi.sh
|
||||
}
|
||||
1
sys-apps/asahi-configs/files/envvars-2
Normal file
1
sys-apps/asahi-configs/files/envvars-2
Normal file
@@ -0,0 +1 @@
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
Reference in New Issue
Block a user