pmaports/device/device-fujitsu-m532/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
596 B
Text

# Contributor: cunidev <rtranquillini@unibz.it>
pkgname="device-fujitsu-m532"
pkgdesc="Fujitsu Stylistic M532"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-fujitsu-m532 mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="fe50fc23cb60f941ca48909b0050bcc233381a268821540cbb51f7061979223802f245b8940bfefb2e4fe6d54248300093d05d030c8dcc39f42d038b9fa852d9 deviceinfo"