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
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
# Maintainer: Audun MG <audun@gangsto.org>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-sony-leo
|
|
pkgdesc="Sony Z3"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-kernel-downstream:kernel_downstream
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
"
|
|
source="deviceinfo
|
|
90-android-touch-dev.rules
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
|
}
|
|
|
|
kernel_downstream() {
|
|
pkgdesc="Weston and X.Org with touch and wifi works (see device table for details)"
|
|
depends="linux-sony-leo"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi and touchscreen firmware"
|
|
depends="firmware-sony-leo"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="b083a217c39b77a7e5bd8c9500ae5fc115c50bc60a614caca14692d0edd704afe60379e2c51ada694592d8fd11b358acadd2bc3e5eca381b892cc80778ca6105 deviceinfo
|
|
0fbbc5ef5b303431a0f1a9b9ef939f03aef6f1774765089102ce95e57dc5edb692c685a6c11adcada40db608998b714029d12a05c9364bd0445ce8fda7bf5fde 90-android-touch-dev.rules"
|