467ed09ec3
Changes: - Add audio package dependency; - Replace panel driver with one from stock kernel (thanks to bnister); - Change keyboard layout so it's fully supported in X11. [ci:skip-build]: already built successfully in CI
27 lines
718 B
Text
27 lines
718 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Anri Dellal <anridellal@gmail.com>
|
|
# Contributor: Anri Dellal <anridellal@gmail.com>
|
|
pkgname=device-nobby-230
|
|
pkgdesc="Nobby 230"
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="soc-sprd-audio-sc8830 msm-fb-refresher postmarketos-base linux-nobby-230 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="e6439c78f162a94f13be2a7e0e5f23fcb663fb4590280e138b5d3da01d461616303863bd752b2ba656b5b2454146b66d27c415488d4016d4cfbd537b747b798f deviceinfo"
|