* Set Co-Mainatiner as maintainer, if they exist * Add me as co-maintainer of QEMU packages to fulfill main requirements * Add people interested in maintainance to their packages * device-google-snow now has no maintainer, if someone is interested, please add yourself as maintainer, otherwise it has to be dropped As we all know they are inactive nowadays, the maintainer variables should reflect the reality who cares/is responsible about a package, and inactive members are not. And waiting for a inactive maintainer 2 weeks is just staling the MR. Thanks for all the work Minecrell & Jenneron, and feel free to add yourself again if you're back again. [skip ci]: too many false positives :p Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7748>
46 lines
1.4 KiB
Text
46 lines
1.4 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Co-Maintainer: Alicja Michalska <ellyqw@mainlining.org>
|
|
# Co-Maintainer: Ingo Reitz <9l@9lo.re>
|
|
# Co-Maintainer: WeirdTreeThing <bradyn127@protonmail.com>
|
|
maintainer="Adam Thiede <me@adamthiede.com>"
|
|
pkgname=device-google-oak
|
|
pkgdesc="Google Oak Chromebooks"
|
|
pkgver=9
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
alsa-utils
|
|
depthcharge-tools
|
|
linux-postmarketos-mediatek-mt8173
|
|
postmarketos-base
|
|
postmarketos-cros-common
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo modules-initfs"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
# provides and replaces to switch old installations to this package
|
|
provides="google-elm=$pkgver-r$pkgrel google-hana=$pkgver-r$pkgrel"
|
|
replaces="google-elm google-hana"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="WiFi/BT and GPU firmware"
|
|
depends="linux-firmware-mrvl linux-firmware-mediatek firmware-powervr-gx6250"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
77aa1660756fc83f0b15622ee2b31ef453f31e909284f131c28f682715153ce74f2c739f9bde9485c17b5ae05c01248c7136a9e06fd53e4fa0b2afafc0b5e30c deviceinfo
|
|
4b0197eacfeeb4b13f5abc26950f570ee762742547674ce10110ccea63eb46630a2e3b5f87e9c9a1f9deda21baf05bec248ab7a65656687ec94d296b5657dafa modules-initfs
|
|
"
|