pmaports/device/device-wiko-lenny2/APKBUILD
Minecrell e302eff0bc
device/device-*: remove empty touchscreen(_calibration) / dev_keyboard (!1036)
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
2020-03-09 10:06:00 +01:00

23 lines
644 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname="device-wiko-lenny2"
pkgdesc="Wiko Lenny 2"
pkgver=0.1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-wiko-lenny2 mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="75e91cfed0ea950a08d6bbf04365ec538408b4e6dca1fc0ad5df216445c72d27e9b20509b61bf7aa23d24cba13f8e396c346c5d285724540de2ccf9494822b92 deviceinfo"