sys-firmware/pinephone-firmware: add package

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>
This commit is contained in:
Marco Scardovi
2021-06-25 20:21:25 +02:00
parent e7adc84ca0
commit ce67d7402e
5 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marco@scardovi.com</email>
<name>Marco Scardovi</name>
</maintainer>
<use>
<flag name="eg25-manager">Enable eg25 modem manager</flag>
</use>
</pkgmetadata>

View File

@@ -0,0 +1,35 @@
# 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
"