2020-06-16 14:20:38 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2024-05-17 11:22:30 +00:00
|
|
|
# Maintainer: Raymond Hackley <raymondhackley@protonmail.com>
|
2021-09-23 12:54:00 +00:00
|
|
|
pkgname=device-samsung-j5
|
|
|
|
pkgdesc="Samsung Galaxy J5 (2015)"
|
2024-02-15 08:21:05 +00:00
|
|
|
pkgver=6
|
2024-06-18 19:53:59 +00:00
|
|
|
pkgrel=2
|
2020-06-16 14:20:38 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
2022-06-06 08:23:13 +00:00
|
|
|
depends="
|
|
|
|
linux-postmarketos-qcom-msm8916
|
|
|
|
mkbootimg
|
|
|
|
postmarketos-base
|
|
|
|
soc-qcom-msm8916
|
|
|
|
soc-qcom-msm8916-rproc
|
|
|
|
"
|
2020-06-16 14:20:38 +00:00
|
|
|
makedepends="devicepkg-dev"
|
2023-08-02 17:06:01 +00:00
|
|
|
source="deviceinfo modules-initfs"
|
2020-06-16 14:20:38 +00:00
|
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
2022-06-06 08:23:13 +00:00
|
|
|
_pmb_select="soc-qcom-msm8916-rproc"
|
2020-06-16 14:20:38 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
nonfree_firmware() {
|
2021-10-19 08:32:43 +00:00
|
|
|
pkgdesc="GPU/WiFi/BT/Modem/Video firmware"
|
|
|
|
depends="firmware-qcom-adreno-a300 msm-firmware-loader firmware-samsung-j5-wcnss-nv"
|
2020-06-16 14:20:38 +00:00
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
2021-07-07 05:06:17 +00:00
|
|
|
sha512sums="
|
2024-06-18 19:53:59 +00:00
|
|
|
480a84da82ec9836dd5c1242d1738f278d79608ee909afd67bb9ae93eceef1a97da2ee2dfb3c69a739c68bb09a357dda50e42ef07ec52524573d636d34583dd0 deviceinfo
|
2023-08-02 17:06:01 +00:00
|
|
|
27839a3da5c8b17516f64e0f7c38af2f502379553643a23834038cebd8ef47ea8d321fe796f99715102ce92f70a9fe0cb97062624a3589b98696154bfd7a4514 modules-initfs
|
2021-07-07 05:06:17 +00:00
|
|
|
"
|