soc-qcom-sdm845: drop wireplumber subpackage (MR 5091)
It's now a dependency of pmos-base-ui
This commit is contained in:
parent
ac8c63ebe2
commit
59eecf22ec
1 changed files with 4 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=soc-qcom-sdm845
|
||||
pkgdesc="Common package for Qualcomm SDM845 devices"
|
||||
pkgver=20
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64"
|
||||
|
@ -20,7 +20,6 @@ subpackages="
|
|||
$pkgname-qbootctl
|
||||
$pkgname-ucm
|
||||
$pkgname-vulkan
|
||||
$pkgname-wireplumber
|
||||
"
|
||||
|
||||
_ucm_commit="34a4ee28abe70a5719e4a895333d0796c13ecd16"
|
||||
|
@ -47,6 +46,9 @@ package() {
|
|||
|
||||
install -Dm644 "$srcdir"/10-initramfs-sdm845.files \
|
||||
-t "$pkgdir"/usr/share/mkinitfs/files/
|
||||
|
||||
install -Dm644 "$srcdir"/51-qcom-sdm845.lua \
|
||||
-t "$pkgdir"/usr/share/wireplumber/main.lua.d
|
||||
}
|
||||
|
||||
modem() {
|
||||
|
@ -120,13 +122,6 @@ pulseaudio() {
|
|||
"$subpkgdir"/etc/conf.d/call_audio_idle_suspend_workaround
|
||||
}
|
||||
|
||||
wireplumber() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel wireplumber"
|
||||
|
||||
install -Dm644 "$srcdir"/51-qcom-sdm845.lua \
|
||||
-t "$subpkgdir"/usr/share/wireplumber/main.lua.d
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
56845726c5e7b685953f96c381404181ad9b70ea7dbfe5a3d963fb6f15821addaead43a65c9b140cb938c2d45173cfb5421816bd36024fd7e1b8555e0b32622f 10-initramfs-sdm845.files
|
||||
022852b33ba4dd76684cc7e6df5ce04830631f80382f293e96101663856bad746c17c2ca9cd0ceacf28e2c03d8ce367165b8bd2affc69db3dcbb3a5411bd1926 51-qcom-sdm845.lua
|
||||
|
|
Loading…
Reference in a new issue