a31244d28a
* Travis and Coveralls badges * aports: instead of <https://github.com/postmarketOS>, use <https://postmarketos.org> * References to full URLs to issues and pull requests replaced with a hash and the number * grsec check: simplify error message, remove link to github issue (nobody is using that anymore anyway)
35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
pkgname=device-sony-castor-windy
|
|
pkgver=1
|
|
pkgrel=13
|
|
pkgdesc="Sony Xperia Z2 Tablet WIFI"
|
|
url="https://postmarketos.org"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="postmarketos-base mkbootimg linux-sony-castor-windy mesa-dri-freedreno"
|
|
makedepends=""
|
|
install=""
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
source="modules-load.conf deviceinfo 90-android-touch-dev.rules brcmfmac4335-sdio.txt"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir/deviceinfo" \
|
|
"$pkgdir/etc/deviceinfo"
|
|
install -D -m644 "$srcdir/brcmfmac4335-sdio.txt" \
|
|
"$pkgdir/lib/firmware/brcm/brcmfmac4335-sdio.txt"
|
|
install -D -m644 "$srcdir/90-android-touch-dev.rules" \
|
|
"$pkgdir/etc/udev/rules.d/90-android-touch-dev.rules"
|
|
install -D -m644 "$srcdir"/modules-load.conf \
|
|
"$pkgdir"/etc/modules-load.d/00-${pkgname}.conf
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi, GPU firmware"
|
|
depends="linux-firmware firmware-adreno"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="d8ce60ea7acaabf627ddca2f0887a4cda46f313b7aaf7934bef2fef8a6e0798ccefab849e4571e4e3fcd06ae34c1a6efe3b58b401e2e443416f6200e6d4ea769 modules-load.conf
|
|
ca6b0fa381cbba1fa7ee049b4e4372bdb40175b67fda022086ca7053c7ae13f295650aa30c9a87cabc8ee92c3097ce2aaccc53d7ab422c7ffd10a77c882a037e deviceinfo
|
|
fa0d8b7a17509f5882424e67e66f5f562705a076a12e8d9dd9363215c858d7801216520cf25373110671958b1e1589080b097170c760d18e621849b0b9090e05 90-android-touch-dev.rules
|
|
b99a1bc0d430a261b6ab0b5ea12f2e996ab24ece6fe40ff57357697f4db976394c655a7c7a63e7c985f6356126a6b1d920eb0077817cb65ae18250f404282a68 brcmfmac4335-sdio.txt"
|