e8fd6d6635
With the pmbootstrap change let's change the deviceinfo variable names to the non-deprecated version. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
# Maintainer: map220v <map220v300@gmail.com>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-a72q
|
|
pkgdesc="Samsung Galaxy A72"
|
|
pkgver=1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
alsa-ucm-conf-samsung-sm7125
|
|
linux-postmarketos-qcom-sm7125
|
|
mkbootimg
|
|
postmarketos-base
|
|
soc-qcom-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-a72q-adreno
|
|
firmware-samsung-a72q-adsp
|
|
firmware-samsung-a72q-cdsp
|
|
firmware-samsung-a72q-ipa
|
|
firmware-samsung-a72q-modem
|
|
firmware-samsung-a72q-wlan
|
|
firmware-samsung-a72q-bluetooth
|
|
firmware-samsung-a72q-venus
|
|
linux-firmware-ath10k
|
|
"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
0df29e44ee8cfd796740b2ee3752ee67cfab11b6adf39214ea4ca4be416cbf97e46a0b66eadd1e9b0bf7a92233d7747817e72756ade34d23c2b53150f78926aa deviceinfo
|
|
"
|