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
24 lines
643 B
Text
24 lines
643 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# COntributor: sir_si <simonutter@gmail.com>
|
|
pkgname="device-htc-evita"
|
|
pkgdesc="HTC One XL"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-htc-evita mkbootimg mesa-dri-swrast mdss-fb-init-hack"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="b29ec80960c27d888adbca769407d3de55d06e1f9bd9eebaf21fd1c76028044cd15f44ac77d7a003c4bcb95320b304936045cc78d7fd4e732c1660bffd59ab13 deviceinfo"
|