7bdacb41c1
This will have to do until https://invent.kde.org/teams/plasma-mobile/issues/-/issues/160 is solved; the display orientation will remain upside down upon installation but at least the touchscreen coordinates are correct now.
75 lines
2.2 KiB
Text
75 lines
2.2 KiB
Text
# Maintainer: Jami Kettunen <jami.kettunen@protonmail.com>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-oneplus-cheeseburger
|
|
pkgdesc="OnePlus 5"
|
|
pkgver=3
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
mkbootimg
|
|
postmarketos-base
|
|
postmarketos-update-kernel
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
21-oneplus5-ts.rules
|
|
deviceinfo
|
|
phoc.ini
|
|
"
|
|
subpackages="
|
|
$pkgname-kernel-alpine:kernel_alpine
|
|
$pkgname-kernel-mainline:kernel_mainline
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
$pkgname-phosh
|
|
$pkgname-plasma-mobile:plasma_mobile
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
kernel_alpine() {
|
|
pkgdesc="Pure mainline kernel, unpatched Alpine linux-edge"
|
|
depends="linux-edge linux-firmware-none"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
kernel_mainline() {
|
|
pkgdesc="Close to mainline kernel, plenty of working features and fixes"
|
|
depends="linux-postmarketos-qcom-msm8998 soc-qcom-msm8998"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Firmware for GPU, Wi-Fi, Bluetooth etc. (also needed for full disk encryption)"
|
|
depends="firmware-oneplus-msm8998"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
phosh() {
|
|
install_if="$pkgname postmarketos-ui-phosh"
|
|
# some scaling tweaks
|
|
install -Dm644 "$srcdir"/phoc.ini \
|
|
"$subpkgdir"/etc/phosh/phoc.ini
|
|
}
|
|
|
|
plasma_mobile() {
|
|
install_if="$pkgname postmarketos-ui-plasma-mobile"
|
|
# fix incorrect 180 degree touchscreen rotation due to PlaMo kwin_wayland bug
|
|
# https://invent.kde.org/teams/plasma-mobile/issues/-/issues/160
|
|
install -Dm644 "$srcdir"/21-oneplus5-ts.rules \
|
|
"$subpkgdir"/etc/udev/rules.d/21-oneplus5-ts.rules
|
|
}
|
|
|
|
sha512sums="
|
|
fcb37390af6f2a0aed381585eeec7d0dd30e0b291d97a6fa433ed4b5d3badb3298709972d382a44f555329f83aabdbb8c8affcfe3933072538c4ac8c3ff9aca8 21-oneplus5-ts.rules
|
|
a5c0a7bf014f39c4f8ae06148eb2331f937d3075518e34d09fe5d8c48bc0fd13af7eb67dc33567073c78667a1fa9f2121d9ef9648e8f041f8342f00cc6233e4e deviceinfo
|
|
2288f08a44aae5136c0c0c846501c2bd4bcb10f05454b40c6e4490d398385b8a7129216047b5eb7982ca6d62d3aa71f3e18bfb8661d0cd32c8a600685ca0da48 phoc.ini
|
|
"
|