bdb1bdc87b
The sparse image tools (img2simg, simg2img, append2simg) are now part of Alpine's android-tools package where they are continously updated. (See https://github.com/nmeum/android-tools/pull/8) Remove "libsparse" as depends from all packages because it is either: - installed automatically by pmbootstrap when needed for deviceinfo_flash_sparse="true" (device-chuwi-hi10plus, device-htc-flounder, device-lg-bullhead, device-semc-anzu, device-xiaomi-kenzo) - seemingly unused(?) (device-asus-z00t, linux-motorola-falcon, linux-motorola-peregrine) [ci:skip-build]: already built successfully in CI
35 lines
1,010 B
Text
35 lines
1,010 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-semc-anzu
|
|
pkgdesc="Xperia Arc"
|
|
pkgver=1
|
|
pkgrel=9
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-semc-anzu msm-fb-refresher mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
source="
|
|
deviceinfo
|
|
modules-load.conf
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -Dm644 "$srcdir"/modules-load.conf \
|
|
"$pkgdir"/etc/modules-load.d/00-${pkgname}.conf
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi firmware"
|
|
depends="linux-firmware"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="023df887ed3bf308c84f8a344c24ea76739b553057c0a3472ae112776f69329c280b00bcf4d36b65bde0e0fc26b6a7e3724fd6c80ddd289b3e3a1492af747592 deviceinfo
|
|
fc2241310bfc9777cd2240857d9176c48dbc8bdbd871b280e2703a2dce7c3810c0a36b78557088d81a161900c74ece2015c40b3c7e72f7970b46a3991e7856c2 modules-load.conf"
|