
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
29 lines
864 B
Text
29 lines
864 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Pierre Rudloff <contact@rudloff.pro>
|
|
pkgname="device-infocus-flatfish"
|
|
pkgdesc="InFocus New Tab F1"
|
|
pkgver=0.1
|
|
pkgrel=6
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-infocus-flatfish mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
fb.modes
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
install -Dm644 "$srcdir"/fb.modes "$pkgdir"/etc/fb.modes
|
|
}
|
|
|
|
sha512sums="050e796a9849d05699d5b20832fc831bd8d21376986cb258b8f1984ae5a761ba2d69edb2e0bd4eb69fa61f0ae7d0ff81cfcfd8a7ddf00efbdad2e4457c609123 deviceinfo
|
|
2961df06a303e28139f67ae8abc99d0ddc48d2aa4c1d67a51e924493a27b46fff7e6072ddfd4273bdfa6b489598cbfda65400c3afdfaf16fce7fc407d19284f0 fb.modes"
|