62a2c66f02
Remove the gtk tweaks, they break the UI now, presumably because I've added proper notch config for FP4 to the gmobile project. Also we can remove the phoc.ini since nowadays phosh can properly scale itself based on the screen information and doesn't need this static config anymore. [ci:skip-build]: already built successfully in CI
69 lines
1.7 KiB
Text
69 lines
1.7 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
|
pkgname=device-fairphone-fp4
|
|
pkgdesc="Fairphone 4"
|
|
pkgver=1.4
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
bootmac
|
|
linux-postmarketos-qcom-sm6350
|
|
make-dynpart-mappings
|
|
mesa-vulkan-freedreno
|
|
mkbootimg
|
|
postmarketos-base
|
|
postmarketos-update-kernel
|
|
qbootctl
|
|
qbootctl-openrc
|
|
swclock-offset
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
source="
|
|
90-feedbackd-aw8695.rules
|
|
deviceinfo
|
|
modules-initfs
|
|
"
|
|
subpackages="
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
install -Dm644 "$srcdir"/90-feedbackd-aw8695.rules \
|
|
"$pkgdir"/usr/lib/udev/rules.d/90-feedbackd-aw8695.rules
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Firmware for Modem, WiFi, etc."
|
|
depends="
|
|
firmware-fairphone-fp4-adreno
|
|
firmware-fairphone-fp4-adsp
|
|
firmware-fairphone-fp4-bluetooth
|
|
firmware-fairphone-fp4-cdsp
|
|
firmware-fairphone-fp4-ipa
|
|
firmware-fairphone-fp4-modem
|
|
firmware-fairphone-fp4-wlan
|
|
linux-firmware-ath10k
|
|
msm-modem
|
|
msm-modem-uim-selection
|
|
pd-mapper
|
|
tqftpserv
|
|
"
|
|
install="$subpkgname.post-install"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
2974ccc172bf1299daeb0bc746879b3a1db1fbc3a2b163a02a6554fed6ed9f733144bcf976cd2441c5664d496dcce3ae943f4314c653470dc07dda0de5ad632b 90-feedbackd-aw8695.rules
|
|
e223df827d1d18507197d64fc409f527514f7f76b68f784811b7b59452260dbd72133c85277b1e7df38b0058e0f16ac0d1174104a193b7f6c8dcf64577863eba deviceinfo
|
|
285dcb0011a2114e83621811a4204dfae4310ff9312f727d2cbf5d10712fe7fae7a20f636fc02b7794a41af67864a42d04f8c2f7e241f9f5182827d0a0556179 modules-initfs
|
|
"
|