
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
802 B
Text
30 lines
802 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Daniele Debernardi <drebrez@gmail.com>
|
|
pkgname="device-huawei-y530"
|
|
pkgdesc="Huawei Ascend Y530"
|
|
pkgver=1
|
|
pkgrel=15
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-huawei-y530 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-huawei-y530"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="571d09886240f00f69b6109435a5f829f3f72099f22947faeb86c48c4956a9b8509e58f23bc79250f3de95e8990de5337bb4e54af2df93a6990761556096d89c deviceinfo"
|