2022-08-02 20:22:29 +00:00
|
|
|
# Maintainer: Jami Kettunen <jami.kettunen@protonmail.com>
|
2020-03-28 10:18:01 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-04-25 09:51:42 +00:00
|
|
|
pkgname=device-oneplus-dumpling
|
2020-03-28 10:18:01 +00:00
|
|
|
pkgdesc="OnePlus 5T"
|
2022-10-12 20:35:42 +00:00
|
|
|
pkgver=4
|
2022-08-02 20:12:59 +00:00
|
|
|
pkgrel=0
|
2020-03-28 10:18:01 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
2021-10-02 13:32:29 +00:00
|
|
|
depends="
|
|
|
|
mkbootimg
|
|
|
|
postmarketos-base
|
|
|
|
postmarketos-update-kernel
|
|
|
|
"
|
2020-03-28 10:18:01 +00:00
|
|
|
makedepends="devicepkg-dev"
|
2021-10-02 13:32:29 +00:00
|
|
|
source="
|
|
|
|
deviceinfo
|
|
|
|
phoc.ini
|
|
|
|
"
|
|
|
|
subpackages="
|
2022-08-02 20:12:59 +00:00
|
|
|
$pkgname-kernel-alpine:kernel_alpine
|
2021-10-02 13:32:29 +00:00
|
|
|
$pkgname-kernel-mainline:kernel_mainline
|
|
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
|
|
$pkgname-phosh
|
|
|
|
"
|
2020-03-28 10:18:01 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2022-08-02 20:12:59 +00:00
|
|
|
kernel_alpine() {
|
2022-10-12 20:35:42 +00:00
|
|
|
# FIXME: msm-modem-uim-selection hangs boot for some 20 seconds when installed with non-free FW
|
2022-08-02 20:12:59 +00:00
|
|
|
pkgdesc="Pure mainline kernel, unpatched Alpine linux-edge"
|
|
|
|
depends="linux-edge linux-firmware-none"
|
|
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
|
|
}
|
|
|
|
|
2021-10-02 13:32:29 +00:00
|
|
|
kernel_mainline() {
|
2022-08-02 20:12:59 +00:00
|
|
|
pkgdesc="Close to mainline kernel, plenty of working features and fixes"
|
2022-10-09 13:39:25 +00:00
|
|
|
depends="linux-postmarketos-qcom-msm8998 soc-qcom-msm8998"
|
2021-10-02 13:32:29 +00:00
|
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
nonfree_firmware() {
|
2022-08-02 20:22:29 +00:00
|
|
|
pkgdesc="Firmware for GPU, Wi-Fi, Bluetooth etc. (also needed for full disk encryption)"
|
2021-10-02 13:32:29 +00:00
|
|
|
depends="firmware-oneplus-msm8998"
|
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
|
|
|
phosh() {
|
|
|
|
install_if="$pkgname postmarketos-ui-phosh"
|
2022-10-09 13:39:25 +00:00
|
|
|
# some scaling tweaks
|
2021-10-02 13:32:29 +00:00
|
|
|
install -Dm644 "$srcdir"/phoc.ini \
|
|
|
|
"$subpkgdir"/etc/phosh/phoc.ini
|
|
|
|
}
|
|
|
|
|
2021-09-18 17:06:03 +00:00
|
|
|
sha512sums="
|
2022-10-12 20:35:42 +00:00
|
|
|
cf52087ee21e05d6b9851c6d5b582277ebc631cf36dd48570a5553cdc16d8381c5c7f84ebe38a1f8c4dfe83ab2a7bc66a4e0e8b19314a17472349fae8ee03164 deviceinfo
|
2021-10-02 13:32:29 +00:00
|
|
|
2288f08a44aae5136c0c0c846501c2bd4bcb10f05454b40c6e4490d398385b8a7129216047b5eb7982ca6d62d3aa71f3e18bfb8661d0cd32c8a600685ca0da48 phoc.ini
|
2021-09-18 17:06:03 +00:00
|
|
|
"
|