pmaports/device/device-htc-ville/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

31 lines
857 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: escoand <mail-an-papierkorb@web.de>
pkgname="device-htc-ville"
pkgdesc="HTC One S"
pkgver=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-htc-ville mkbootimg mesa-dri-swrast msm-fb-refresher"
makedepends="devicepkg-dev"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="All non-free firmwares from a device image (wifi, modem, camera etc.)"
depends="firmware-htc-ville"
mkdir "$subpkgdir"
}
sha512sums="ca6c38512e5b4d4facda90e52c2fe3ba216fe82b93b6229ffa8a23649cfb34a510e229eb6e6193a46b373d42ddd76818bed9cec4e071c80c5def8246eada3994 deviceinfo"