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
23 lines
651 B
Text
23 lines
651 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Piotr Halama <skrzynka@halamix2.pl>
|
|
pkgname="device-samsung-s6500d"
|
|
pkgdesc="Samsung Galaxy Mini 2"
|
|
pkgver=0.1
|
|
pkgrel=9
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-s6500d mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="14d8daec751881144ce94de8b9f92d4238f64c73b01e11b5edb4a7c71f349dee2f44d540427024d972267dfcd0c631442411c62ebb12420452c902f2bb0a1bee deviceinfo"
|