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
664 B
Text
24 lines
664 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: knuxfanwin8 <knuxfanwin8.mail@gmail.com>
|
|
pkgname="device-samsung-lt01wifi"
|
|
pkgdesc="Samsung Galaxy Tab 3 8.0"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-lt01wifi mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="ab7f6cf7ebaf5a585ce0f144a65c52139b72563b2c4a5a390f87abdc24a85c23304e964eedc443ab4adb9f956ae9302ace8896094bf1cbce91ee6938203fbcef deviceinfo"
|