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
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: km2 <gtk3@inbox.ru>
|
|
pkgname="device-zte-p731a20"
|
|
pkgdesc="ZTE Blade AF3"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-zte-p731a20 mkbootimg mesa-dri-swrast alsa-utils"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo
|
|
initfs-hook.sh
|
|
asound.state
|
|
asound.conf"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
# ALSA
|
|
install -D -m644 "$srcdir"/asound.conf \
|
|
"$pkgdir"/etc/asound.conf
|
|
install -D -m644 "$srcdir"/asound.state \
|
|
"$pkgdir"/var/lib/alsa/asound.state
|
|
}
|
|
|
|
|
|
sha512sums="6e5f55544614ac5b2c8b1bfed053af5fea02be81787c3eaeb6e3c6de82e71d14048aa889c64958a21eb54ab730b2e13506f0503c658cd9343a727ac58e3cee40 deviceinfo
|
|
46c58ff11a1f6cecc3f450f462c9a2b01d2a651f933a796c8a9c2e72f5fba0a0fe876429b5e7dad2fbc64fb056150d56929cd932b39053bed64b389c825bac0d initfs-hook.sh
|
|
e088ff8ae1fdf1e9b36949223208fb1dd04000a685ee054ed751d856c41f487807992c9cf67d9fbff804999d16b0430f1443b139b067e9c33c590eadda58e9ff asound.state
|
|
369df19f9bf7546236b81a33c00b6384e88e979c4711fead3749f8e60f4cd99f37b31baf1f00d05a821cb71ca2f440648e13083653f1a4ec0c178c7c1c415a58 asound.conf"
|