a85db1dc7b
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
62 lines
1.6 KiB
Text
62 lines
1.6 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Minecrell <minecrell@minecrell.net>
|
|
pkgname=device-asus-me176c
|
|
pkgdesc="ASUS MeMO Pad 7 (ME176C(X))"
|
|
pkgver=2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="x86_64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
postmarketos-base
|
|
linux-asus-me176c
|
|
firmware-asus-me176c-acpi intel-ucode
|
|
$pkgname-factory
|
|
mesa-dri-classic mesa-vulkan-intel
|
|
alsa-ucm-conf
|
|
"
|
|
makedepends="devicepkg-dev meson eudev-dev"
|
|
|
|
_commit=3155254999ac36c3051a2118c415de25a072c0f6
|
|
source="
|
|
deviceinfo
|
|
https://github.com/me176c-dev/linux-me176c/archive/$_commit.tar.gz
|
|
"
|
|
subpackages="
|
|
$pkgname-factory
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
meson \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
--buildtype=plain \
|
|
-Dsystemd=false -Dopenrc=true \
|
|
linux-me176c-$_commit/factory build-factory
|
|
ninja -C build-factory
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
factory() {
|
|
pkgdesc="WiFi/BT MAC address loader"
|
|
depends="bluez-btmgmt"
|
|
DESTDIR="$subpkgdir" ninja -C "$srcdir"/build-factory install
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="WiFi, Bluetooth and Sound firmware"
|
|
depends="linux-firmware-intel firmware-asus-me176c"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="69636f0e921ebd161333c19ad264cab088bb14fd07f19d4f6e691c02b50977532bda4535c092e530f4477bdd356f20e834b898256822eddfd27bf6de5ef82c8f deviceinfo
|
|
75243e3d0bc9a352465683ec8cf8b83566e4131bb7fae0f388267a62bdbf4691c955ed034b30df550f921b771080688123ae8db144b72f786bf1677ef1d83f57 3155254999ac36c3051a2118c415de25a072c0f6.tar.gz"
|