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
633 B
Text
24 lines
633 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: RONTheCookie <ronthecookie0101@gmail.com>
|
|
pkgname="device-lg-d722"
|
|
pkgdesc="LG G3 Beat"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-lg-d722 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="74fbf2b2a724f160e38e53576a50fcccdf294da1a44a73a9ddfa617d728081de407b5fb9587f80211b511e7f316988ce845f63d2cc089394498009f15df8b110 deviceinfo"
|