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
660 B
Text
24 lines
660 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Federico Amedeo Izzo <federico.izzo42@gmail.com>
|
|
pkgname="device-lg-e610"
|
|
pkgdesc="LG Optimus L5"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-lg-e610 mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="77c373a9aad27c16524f846687860e091f92fe6d84726632ca01915256bfcc0068d047488fc3bae5b7ca11c141197b7e442da1ab112b8d7169db70de5606b44d deviceinfo"
|