2020-04-15 07:57:10 +00:00
|
|
|
# Maintainer: Jonathan Albrieux <jonathan.albrieux@gmail.com>
|
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-04-25 09:51:42 +00:00
|
|
|
pkgname=device-bq-paella
|
2020-04-15 07:57:10 +00:00
|
|
|
pkgdesc="BQ Aquaris X5 Cyanogen Edition"
|
|
|
|
pkgver=1
|
2020-05-17 13:33:49 +00:00
|
|
|
pkgrel=2
|
2020-04-15 07:57:10 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
|
|
|
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916 soc-qcom-msm8916"
|
|
|
|
makedepends="devicepkg-dev"
|
2020-05-22 06:39:59 +00:00
|
|
|
source="deviceinfo modprobe.conf"
|
2020-04-15 07:57:10 +00:00
|
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
nonfree_firmware() {
|
|
|
|
pkgdesc="GPU/WiFi/BT/Video firmware"
|
|
|
|
depends="linux-firmware-qcom firmware-bq-picmt-venus firmware-bq-picmt-wcnss"
|
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
2020-05-17 13:33:49 +00:00
|
|
|
sha512sums="d847b04c30460e05d4d30aa62608e1e1e26beb72f976125a967e74e11d0ee083cd8a0b559a1acb6c3ce2db0720e5c899dd1c8c3d93b1682be1535b856a75e01e deviceinfo
|
2020-05-22 06:39:59 +00:00
|
|
|
84ab0cbcdcab61aaceabff46d2c13aa29242a2eeab2f666ee996041f1969396a8124228c204d81aaf0b6427ee51b8a70bfdaa11b53c94390263d8af96a2fd511 modprobe.conf"
|