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
656 B
Text
24 lines
656 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Alastair Horn <alastairthorn@outlook.com>
|
|
pkgname="device-samsung-j3nxlte"
|
|
pkgdesc="Samsung Galaxy J3"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-j3nxlte mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="b8a0d90dbc899ef25090bb3b15213a32646c74d46f4ce1081064ce800a20db531cfedb492e7a4e094bf5bb59ab59185feb20908a6a83fc0874526b94db175fbe deviceinfo"
|