e302eff0bc
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-zuk-z2-row"
|
|
pkgdesc="Lenovo ZUK Z2 Pro"
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-zuk-z2-row mkbootimg mesa-dri-swrast msm-fb-refresher wcnss-wlan"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
install="$pkgname.post-install"
|
|
source="
|
|
deviceinfo
|
|
modules-load.conf
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
install -Dm644 "$srcdir/modules-load.conf" \
|
|
"$pkgdir/etc/modules-load.d/$pkgname.conf"
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="ZUK Z2 Pro firmware blobs"
|
|
depends="firmware-zuk-z2-row wcnss-wlan adsp-audio"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="7edb93126f1fb57a364303680601ec6fbce5f65e47e3b98e41feb6f12f54bdbabb26a437297fbe9845a62f1a844eb6c9daa1c75bda2a7e0c6a3f9488cdc95d62 deviceinfo
|
|
e85747dc082df4fd793bc444f1a47c22459ceb411befed90827a079c4cba21d013c3324194b169bf50e0fdf3d49d6d242b3d31947d5c0a1e58d9c4d1cf78bd22 modules-load.conf"
|