![Minecrell](/assets/img/avatar_default.png)
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
637 B
Text
24 lines
637 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Mathias Roux <talagepesu@mail-fix.com>
|
|
pkgname="device-wiko-ufeel"
|
|
pkgdesc="Wiko U-Feel"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-wiko-ufeel mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="2374bb31ae0cd8e3fbc79a304167bf5dc8ef6f800444f8b28eebe364a27d754f0709ed6c036dd07832c1349d21b6916964a2052893dfc1362b202e5db5545842 deviceinfo"
|