pmaports/device/testing/device-samsung-a52q/APKBUILD
Newbyte 270e5e28ad
device: drop depend on mesa-dri-gallium (MR 3478)
This is now installed by postmarketos-base when appropriate.
2022-10-11 11:19:43 +02:00

47 lines
1.1 KiB
Text

# Maintainer: Leandro Friedrich <email@leandrofriedrich.de>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-a52q
pkgdesc="Samsung Galaxy A52"
pkgver=1
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-postmarketos-qcom-sm7125
mkbootimg
postmarketos-base
soc-qcom-sm7125
alsa-ucm-conf-samsung-sm7125
"
makedepends="devicepkg-dev"
source="deviceinfo"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="Firmware for GPU, Audio, Modem, WiFi, etc."
depends="
firmware-samsung-a52q-adreno
firmware-samsung-a52q-adsp
firmware-samsung-a52q-cdsp
firmware-samsung-a52q-ipa
firmware-samsung-a52q-modem
firmware-samsung-a52q-wlan
firmware-samsung-a52q-bluetooth
firmware-samsung-a52q-venus
"
mkdir "$subpkgdir"
}
sha512sums="
ebbba971a0c250627bf12f8b0922b44720875e3e1987c2ad5da25b258af684e01e349c392c0706003a9104fbea9cd5c623ae80cc731c52b581713d3d68dc01e5 deviceinfo
"