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
668 B
Text
24 lines
668 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Rogier Oudshoorn <rogier.oudshoorn@xs4all.nl>
|
|
pkgname="device-samsung-serranodsdd"
|
|
pkgdesc="Samsung Galaxy S4 Mini (dual sim)"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-serranodsdd mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="261179e95358e5d12c4258281dcb0ee4021d4e21dd2e8075ba0e5f8431e867528710eb5933cfca2d9b6c0dd4d8cb4b1bcf044d762cc299837963ddfa348b068a deviceinfo"
|