pmaports/device/testing/device-samsung-xcover3lte/APKBUILD
Przemysław Romanik d7c036b978
testing/device-many: rebuild to fix wrong initfs-hook.sh location (MR 4187)
postmarketos-mkinitfs!30 and specifically postmarketos-mkinitfs@6fdc8937,
changes expected hooks location from /etc/postmarketos-mkinitfs/hooks
to /etc/mkinitfs/hooks, and another commit pushed later adds
/usr/share/mkinitfs/hooks to expected directories. This more or less
breaks new pmOS installs done by running pmbootstrap install on edge branch,
which pull current (2023-06-17T16:57+02:00) device-* packages from
https://mirror.postmarketos.org/postmarketos/master.
Many of those packages which included initfs-hook.sh no longer work in that
case, because they had those hooks in old location, which isn't used
by latest postmarketos-mkinitfs.

Rebuilding the affected packages solves the issue.

[ci:ignore-count]

[ci:skip-build]: already built successfully in CI
2023-06-19 17:00:28 +02:00

43 lines
1.4 KiB
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-xcover3lte
pkgdesc="Samsung Galaxy Xcover 3"
pkgver=0.2
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-samsung-xcover3lte mkbootimg u-boot-tools pxa-mkbootimg alsa-ucm-conf"
makedepends="devicepkg-dev"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
source="
deviceinfo
initfs-hook.sh
ucm/HiFi.conf
ucm/map_asoc.conf
"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
install -Dm644 -t "$pkgdir"/usr/share/alsa/ucm2/conf.d/map_asoc \
"$srcdir"/HiFi.conf \
"$srcdir"/map_asoc.conf
}
nonfree_firmware() {
pkgdesc="Non-free firmware for the Samsung Galaxy Xcover 3"
depends="firmware-samsung-pxa1908"
mkdir "$subpkgdir"
}
sha512sums="
38d26c01fc152d54f995982a2c814864f428a39908c69fdc2ae165f9c1431f90b6e381e3caff187261d2fc3186c6deb3c1e6b9f075a9a8cf987f29280016cd9b deviceinfo
0961c07638cf86c3e03c82c7b885cccd74700f0e3670508232b7aea09aa02e65bfa150a5ae95d4917ccf207c4cb5df021d1172452cdd1f82fafc59de0eac7355 initfs-hook.sh
f8863a569454bdefb2e3813add3ee394b0684f34ac85f629d334e391988937f2b92277cb51abcfb43f36c53837103b63f65ef6ea158962bdde02ff285153991c HiFi.conf
2b5927d455dc84eaf2b2b3da27b87a71cc1e3f31cb03c3114f53578d5fcec05cd26a3340801e67b57a7276c5d07a555a38d266d965a273673ec413f5e6f93a0c map_asoc.conf
"