pmaports/device/device-nokia-rm846/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

22 lines
644 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Max Buchholz <2maxax2@gmx.de>
pkgname="device-nokia-rm846"
pkgdesc="Lumia 620"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-nokia-rm846 mkbootimg mdss-fb-init-hack mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="34c39c77550fb89321d52df48d230a00cb97b41d928056cc3811d76b606f6de0e826464fa4be988d71e7b2432c3bb4cdf78b4dae06038db90cf6f5502e20dc99 deviceinfo"