171 lines
6.2 KiB
Text
171 lines
6.2 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
# Co-Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
|
# Co-Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=device-pine64-pinephone
|
|
pkgver=0.20
|
|
pkgrel=0
|
|
pkgdesc="PINE64 PinePhone"
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
subpackages="
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
$pkgname-ofono
|
|
$pkgname-phosh
|
|
$pkgname-shelli
|
|
$pkgname-plasma-mobile:plasma_mobile
|
|
"
|
|
depends="
|
|
alsa-ucm-conf
|
|
atinout
|
|
eg25-manager
|
|
eg25-manager-openrc
|
|
gpsd
|
|
iw
|
|
linux-postmarketos-allwinner
|
|
mesa-dri-gallium
|
|
mesa-egl
|
|
postmarketos-base
|
|
u-boot-pinephone
|
|
uboot-tools
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
source="
|
|
00_alsa_pinephone_dshare.conf
|
|
10-pinephone-proximity.rules
|
|
60-flashlight.rules
|
|
70-wifi-pm.rules
|
|
90-modem-eg25.rules
|
|
deviceinfo
|
|
gpsd_device-hook.sh
|
|
gpsd_pinephone.initd
|
|
hwtest.ini
|
|
setup-modem.sh
|
|
setup-modem.sh.ofono
|
|
sysrq.conf
|
|
uboot-script.cmd
|
|
ucm/HiFi.conf
|
|
ucm/PinePhone.conf
|
|
ucm/VoiceCall.conf
|
|
"
|
|
# workaround to purge the -elogind subpackage that was previously
|
|
# created/installed
|
|
provides="$pkgname-elogind=$pkgver-r$pkgrel"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
mkimage \
|
|
-A arm \
|
|
-O linux \
|
|
-T script \
|
|
-C none \
|
|
-a 0 \
|
|
-e 0 \
|
|
-n postmarketos \
|
|
-d "$srcdir"/uboot-script.cmd \
|
|
"$srcdir"/boot.scr
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -Dm644 "$srcdir"/boot.scr \
|
|
"$pkgdir"/boot/boot.scr
|
|
|
|
# Make /boot/allwinner/sun50i-a64-pine64-pinephone*.dtb resolve to
|
|
# /boot/sun50i-a64-pine64-pinephone*.dtb. This is because the device tree
|
|
# names in u-boot include the vendor and the one in postmarketOS doesn't.
|
|
ln -s .. "$pkgdir"/boot/allwinner
|
|
|
|
install -Dm644 "$srcdir"/hwtest.ini \
|
|
"$pkgdir"/usr/share/hwtest.ini
|
|
|
|
# GPS
|
|
install -Dm755 "$srcdir"/gpsd_pinephone.initd \
|
|
"$pkgdir"/etc/init.d/gpsd_pinephone
|
|
install -Dm755 "$srcdir"/gpsd_device-hook.sh \
|
|
"$pkgdir"/etc/gpsd/device-hook
|
|
install -D -m644 "$srcdir"/10-pinephone-proximity.rules \
|
|
"$pkgdir"/usr/lib/udev/rules.d/10-pinephone-proximity.rules
|
|
|
|
# Fix "sysrq: HELP..." messages in dmesg while playing audio
|
|
# (Headphone output interferes with the serial console on the headphone
|
|
# jack)
|
|
install -Dm644 "$srcdir"/sysrq.conf \
|
|
"$pkgdir"/etc/sysctl.d/sysrq.conf
|
|
|
|
# Alsa usecase manager config
|
|
install -Dm644 "$srcdir"/PinePhone.conf \
|
|
"$pkgdir"/usr/share/alsa/ucm2/PinePhone/PinePhone.conf
|
|
install -Dm644 "$srcdir"/HiFi.conf \
|
|
"$pkgdir"/usr/share/alsa/ucm2/PinePhone/HiFi.conf
|
|
install -Dm644 "$srcdir"/VoiceCall.conf \
|
|
"$pkgdir"/usr/share/alsa/ucm2/PinePhone/VoiceCall.conf
|
|
|
|
# Modem
|
|
install -Dm755 "$srcdir"/setup-modem.sh \
|
|
"$pkgdir"/usr/bin/pinephone_setup-modem
|
|
install -Dm644 "$srcdir"/90-modem-eg25.rules -t \
|
|
"$pkgdir"/usr/lib/udev/rules.d/
|
|
|
|
# Wifi / PM
|
|
install -Dm644 "$srcdir"/70-wifi-pm.rules -t \
|
|
"$pkgdir"/usr/lib/udev/rules.d/
|
|
}
|
|
|
|
ofono() {
|
|
pkgdesc="ofono support"
|
|
install_if="$pkgname=$pkgver-r$pkgrel ofono"
|
|
replaces="$pkgname"
|
|
install -Dm755 "$srcdir"/setup-modem.sh.ofono \
|
|
"$subpkgdir"/usr/bin/pinephone_setup-modem
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi, Bluetooth and Autofocus firmware"
|
|
depends="
|
|
linux-firmware-rtlwifi
|
|
linux-firmware-rtl_bt
|
|
firmware-pine64-rtl8723bt
|
|
firmware-pine64-ov5640
|
|
"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
phosh() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-ui-phosh"
|
|
depends="wys-pinephone"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
plasma_mobile() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel plasma-phone-components"
|
|
install -Dm644 "$srcdir"/60-flashlight.rules -t "$subpkgdir"/usr/lib/udev/rules.d/
|
|
}
|
|
|
|
shelli() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel shelli"
|
|
|
|
# Alsa default audio must be stereo
|
|
install -Dm644 "$srcdir"/00_alsa_pinephone_dshare.conf \
|
|
"$subpkgdir"/etc/alsa/conf.d/00_alsa_pinephone_dshare.conf
|
|
}
|
|
sha512sums="5736444fd38ab4351d148ae96c479085f469bd1e51a692fb1827f8ac921a584389f7696985e1fba21c2deac88709910531f4ece282f45ff54e590c2b54b84ba3 00_alsa_pinephone_dshare.conf
|
|
b53cc6f2531854cc9c1e4c334185a20551d64c8675ee8a8eaa03b99d80808fad421a0f6e99e5be212a974d88c85f461a71ba59ac59c29f298c82f211e3be1ef4 10-pinephone-proximity.rules
|
|
9170da7ac869254644f2fc8d914102f2c16e917dbeb53e33b96c76936711d0540f55fa5c2526d73d5fe244500bc2728bc9d629e2524cf52c573d11e833aee666 60-flashlight.rules
|
|
8b6fa7b12c15f439c561901f3ffe24a1ef2a0c343401c0a79281060854ab29e08a1fb5e7adae8684b12aa9f535ed99e2dad993dce9724822cb0fbf2497dd86e5 70-wifi-pm.rules
|
|
7dc2b7c20b4a2b15f597a6417bd01797643dad84a3683b0dee648e030fb6326e9d020307643fdcdf1bb43fc44af9975697e417003bd359610bae2d8ce614fc00 90-modem-eg25.rules
|
|
8ae790704c77bcb62100cec4dda181d8db7ee62198271dae08b1b24205d22551bd7061bfe3dcb049589dad11fbb4448891fdfdba9e83135570a6acdf5bba9c22 deviceinfo
|
|
ccbc83b84b5028bc2c8e526759004ce71b50b2675ecffee98f5676c70a3332197a231ff9d2fd46444dd3c0a637ec08ce6125b18240fe6bfc13f624a15192e648 gpsd_device-hook.sh
|
|
1017fc3f325227da58c77abdc59e9735288d91a7ccc63ec784fe0241c523786b617a11ce8045dab2a74ca12a7dd70aaa334af91836418db1e96a3266fecaa4fd gpsd_pinephone.initd
|
|
3dd6d612c381cb0002049d1974d8fb5aa5a53a1eb4d6bcbf62eb2ad52cfdc45f0f6ad24a699716d3513b0371aa1316f25dc72afc10d7176cc3b99d0965c3f030 hwtest.ini
|
|
fa063e2863afc48e627acc1a5b213a81499ba1dd30325f74f118a44e3964aec7e597b1f4bd318b7cf5bf14f27daf88e6ad9fc277ab106cbbe1189fdcc650d5c1 setup-modem.sh
|
|
0c81d758e1bcb56ed2cdaf91124121ebbd4dd7a5e25f02a7685b837faf660949d05f6b07b39a1c6a9ca22a7029cdcf3c6dac8f1038e37c8a34cb7c5702e9df51 setup-modem.sh.ofono
|
|
f4b5509fd6a8b23f3667f5e7262b3a19c607a37cb9eaf7d0e93eb826d45c26ec12df4810879bacb8e4042bb83cc80b2b436224c8d47b6d67361369a724bbf7ee sysrq.conf
|
|
b20d4fb9f08a1bbc1c12ce6940e438a00f5c8d400fbc5071e951ffc69f77d2421204472e86f1a7df0488d250f3ec16205b75d4eac8c3cb5521fe9a02ea24865a uboot-script.cmd
|
|
420c0053c7eb115065a2a30ce7e669f05bda0dd7f416633e4917ed50db46a52ce0b613b2452bcd12d2813cf0401b0a1b489306b0f0e77e5b46a2a2e46368d6a2 HiFi.conf
|
|
e852b48a687f9b2a0eca444aa3d00a1818aead9f5e5d28e070b51c9d6f8ec648e66f1d88e2bfa94d74533f9ffb9aacc1703da2a06693f85fa04ff97fd7528012 PinePhone.conf
|
|
5bb910286b2e224aaee0bc08d18d75d9d6466f6c83ef8939036cf0f6aba6a8bcb56d114002d88eb6ed8266d03ee599fbac2f5b43e786b86b7c2eda10547a3878 VoiceCall.conf"
|