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
33 lines
982 B
Text
33 lines
982 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-jflte
|
|
pkgdesc="Samsung Galaxy S4"
|
|
pkgver=0.5
|
|
pkgrel=7
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-jflte mkbootimg mesa-dri-swrast
|
|
msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
source="deviceinfo fb.modes"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/fb.modes \
|
|
"$pkgdir"/etc/fb.modes
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi firmware"
|
|
depends="firmware-samsung-jflte"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="df9f481b649a23e841c1205dca9a6880cfdae376bf5dba443efb57de3eaf886d4b05fbb25030c98e5b10504c67b8e6c459556c1390a4092f3f671e7e23685695 deviceinfo
|
|
515cd3be1816bea9a1859a37f6568e3e82a9f8f16cbbc71ba13d60723f98eafbda9046ebb1ee7f4ae23dd2b2b2b18506f64516ca45ff71af18e7c163f12248bd fb.modes"
|