pmaports/device/device-samsung-kylevess/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
655 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Mayeul Cantan <mayeul.cantan@gmail.com
pkgname="device-samsung-kylevess"
pkgdesc="Samsung Trend Lite"
pkgver=0.1
pkgrel=5
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="linux-samsung-kylevess mkbootimg mesa-dri-swrast postmarketos-base"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="d5ecd9ec0d09d64263374d4895b24faae9585ada897a92f8f729d3352e913cd8a9515a68fb2b1f987a12881839f5d23ee1dca8cad2294dea6050eb089e422bef deviceinfo"