![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
843 B
Text
24 lines
843 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Eric Hosmer <EricJ2190@users.noreply.github.com>
|
|
pkgname="device-motorola-shamu"
|
|
pkgdesc="Motorola Google Nexus 6"
|
|
pkgver=0.3
|
|
pkgrel=8
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-motorola-shamu mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo initfs-hook.sh"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="3359141fa04078edd1e33697fb15ab99b8ec889e41a32b9608fc56577ed8e661cffbb24816e409a69eac94212029a0090f70119af5ad03f15dc68f8c7590df87 deviceinfo
|
|
c4f4785a9fea1d8b461e1de4dcd04daae45bd9df94f8123655b981de5ac5718f082a59169c39c506aa996c1642f465249fbc8b6e1c0463aeca6abf74ff523d9c initfs-hook.sh"
|