2022-05-10 14:46:23 +00:00
|
|
|
|
2021-11-04 12:11:56 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
|
|
# Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
|
|
|
|
|
|
|
pkgname=device-shift-axolotl
|
|
|
|
pkgdesc="SHIFT6mq"
|
2023-07-23 17:02:27 +00:00
|
|
|
pkgver=11
|
2023-07-10 17:53:50 +00:00
|
|
|
pkgrel=0
|
2021-11-04 12:11:56 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
|
|
|
depends="
|
2021-11-24 17:35:56 +00:00
|
|
|
linux-postmarketos-qcom-sdm845
|
2022-05-16 07:53:17 +00:00
|
|
|
make-dynpart-mappings
|
2021-11-04 12:11:56 +00:00
|
|
|
mkbootimg
|
|
|
|
postmarketos-base
|
|
|
|
postmarketos-update-kernel
|
|
|
|
soc-qcom-sdm845
|
|
|
|
soc-qcom-sdm845-ucm
|
2022-06-04 15:47:18 +00:00
|
|
|
soc-qcom-sdm845-qbootctl
|
2022-10-09 14:22:19 +00:00
|
|
|
fwupd>=1.8.6
|
2021-11-04 12:11:56 +00:00
|
|
|
"
|
|
|
|
makedepends="devicepkg-dev"
|
2021-11-26 16:28:51 +00:00
|
|
|
source="
|
|
|
|
deviceinfo
|
2022-11-01 13:00:35 +00:00
|
|
|
q6voiced.conf
|
2021-11-26 16:28:51 +00:00
|
|
|
"
|
2023-06-27 21:10:19 +00:00
|
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
2021-11-04 12:11:56 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2021-11-26 16:28:51 +00:00
|
|
|
nonfree_firmware() {
|
|
|
|
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
|
2023-04-29 22:09:49 +00:00
|
|
|
depends="firmware-shift-sdm845 firmware-shift-sdm845-initramfs
|
|
|
|
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-modem"
|
2021-11-26 16:28:51 +00:00
|
|
|
mkdir "$subpkgdir"
|
2022-11-01 13:00:35 +00:00
|
|
|
|
|
|
|
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
|
2021-11-26 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
2021-11-04 12:11:56 +00:00
|
|
|
sha512sums="
|
2023-07-23 17:02:27 +00:00
|
|
|
95ba2e272e3a613c713fa150d44ba24acc8e96e307b8e2d92ec1d206a9ad03e54bf962dddda38d00a95c27c09b10ffb8e13b039594783132ee6963803b89767c deviceinfo
|
2022-11-01 13:00:35 +00:00
|
|
|
2a3cbdad5aa91181d24a4e56e63986af6accf887c64fa4d1b6ddad1926e29050243c4b1e2fd892d38ca7c16e24dff8545a16552e5749ae31b6d01bf428468e51 q6voiced.conf
|
2021-11-04 12:11:56 +00:00
|
|
|
"
|