pmaports/device/device-google-glass/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
971 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname="device-google-glass"
pkgdesc="Google Glass"
pkgver=0.2
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-google-glass mkbootimg mesa-dri-swrast"
source="deviceinfo initfs-hook.sh"
makedepends="devicepkg-dev"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="Google Glass Firmware"
depends="firmware-google-glass"
mkdir "$subpkgdir"
}
sha512sums="287b00c593fa8c3470d2049fe23b2269fbc3c0c8864b5c6f83074ef5ac467baedf5a166c0163901eae696ecae11abe6c52ed665d7ff697993355b18057d1224d deviceinfo
e204252a8c987269538039f510b42e094fa5ce141f9f5ded461cbb8074202fc343ccd300a0cc28595d4bb9162992104ad5ac916fd4028857e0f646250998910c initfs-hook.sh"