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
30 lines
812 B
Text
30 lines
812 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: William O-D
|
|
pkgname="device-samsung-espresso10"
|
|
pkgdesc="Samsung Galaxy Tab 2 (10.1 inch)"
|
|
pkgver=0.1
|
|
pkgrel=10
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-espresso10 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi firmware"
|
|
depends="firmware-samsung-espresso10"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="553f4605ef8524c75aeb57a47a7db7b7d199cc118b1edb445716c0198c3f4bcf3ec1186a879581f255bfb226ddf25a4502c9644357df690bfa2bbdfa35e91645 deviceinfo"
|