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
23 lines
660 B
Text
23 lines
660 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: unrznbl <unrznbl@unreasonablefarm.org>
|
|
pkgname="device-motorola-surnia"
|
|
pkgdesc="Motorola Moto E (2nd Gen)"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-motorola-surnia mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="cb63f150a5e4cdad241d7f4e4c65069fb259c6760dcbd6f23d6756928ee9a82d8aae2d5b284eb2905561aeaa94159b80f7aa0dacf4f7cd1ae1cc0eb327d0250d deviceinfo"
|