google-juniper: add sound support (MR 3348)
This commit is contained in:
parent
49f7b70d9c
commit
ca4860c34b
2 changed files with 11 additions and 2 deletions
|
@ -3,13 +3,14 @@
|
|||
# Co-Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
pkgname=device-google-juniper
|
||||
pkgdesc="Acer Chromebook Spin 311"
|
||||
pkgver=1
|
||||
pkgver=1.1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf-google-kukui
|
||||
depthcharge-tools
|
||||
linux-postmarketos-mtk-mt8183
|
||||
mesa-dri-gallium
|
||||
|
@ -18,7 +19,10 @@ depends="
|
|||
"
|
||||
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo"
|
||||
source="
|
||||
deviceinfo
|
||||
modules-load.d/sound.conf
|
||||
"
|
||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||
|
||||
build() {
|
||||
|
@ -27,6 +31,9 @@ build() {
|
|||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
|
||||
install -Dm644 "$srcdir"/sound.conf \
|
||||
"$pkgdir"/etc/modules-load.d/sound.conf
|
||||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
|
@ -37,4 +44,5 @@ nonfree_firmware() {
|
|||
|
||||
sha512sums="
|
||||
f0cdce2360b8d93c4d3d421c524be036450ba35f3eb5dee14d6070ec00e29166c799ecf392c60fd01678a58fb3c773fe12a620a9ce91f4dd18c22335189e9f90 deviceinfo
|
||||
bdf45461873b9754bc91d7f72afd6cef1aa6e523ead0a7816c8976ed98ff2d39b66c53dba2f2d92e36162c092360d1524845f27160f6af2bb010cd3259d5b7ed sound.conf
|
||||
"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mt8183-mt6358-ts3a227-max98357
|
Loading…
Reference in a new issue