mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
this ebuild add all the required firmware for PinePhone Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
36 lines
851 B
Bash
36 lines
851 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit systemd udev
|
|
|
|
DESCRIPTION="Meta-package for installing phosh on pinephone"
|
|
HOMEPAGE="https://gitlab.manjaro.org/manjaro-arm/packages/community/phosh/pinephone-manjaro-tweaks.git"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~arm64"
|
|
IUSE="+eg25-manager"
|
|
|
|
RDEPEND="
|
|
gnome-extra/iio-sensor-proxy
|
|
gui-wm/phosh-meta
|
|
app-mobilephone/usb-tethering
|
|
media-libs/alsa-ucm-pinephone
|
|
media-tv/v4l-utils
|
|
sys-firmware/anx7688-firmware
|
|
sys-firmware/rtl8723bt-firmware
|
|
sys-firmware/ov5640-firmware
|
|
x11-themes/sound-theme-librem5
|
|
eg25-manager? (
|
|
net-misc/eg25-manager
|
|
>=app-mobilephone/pinephone-modem-scripts-0.20.3-r5
|
|
)
|
|
!eg25-manager? (
|
|
<=app-mobilephone/pinephone-modem-scripts-0.20.3-r4
|
|
!net-misc/eg25-manager
|
|
)
|
|
sys-boot/osk-sdl
|
|
"
|