mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 22:45:10 +02:00
Pinebook Pro kernel no longer supports video output via altmode dp, and that was the only reason to install the linux-firmware dependency. Replace the asound.state file with a dependency on ALSA UCM, which now supports the Pinebook Pro.
17 lines
524 B
Bash
17 lines
524 B
Bash
# Template file for 'pinebookpro-base'
|
|
pkgname=pinebookpro-base
|
|
version=0.5
|
|
revision=1
|
|
archs="aarch64*"
|
|
build_style=meta
|
|
depends="pinebookpro-kernel dracut pinebookpro-firmware pinebookpro-uboot
|
|
alsa-ucm-conf"
|
|
short_desc="Void Linux Pinebook Pro platform package"
|
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
|
license="Public Domain"
|
|
homepage="https://www.voidlinux.org"
|
|
|
|
do_install() {
|
|
vinstall "${FILESDIR}/60-pinebookpro.rules" 644 usr/lib/udev/rules.d
|
|
vinstall "${FILESDIR}/10-pinebookpro.hwdb" 644 usr/lib/udev/hwdb.d
|
|
}
|