soc-qcom: run systemd splitfunc in pulseaudio-systemd subpkg
Just like when defining custom -openrc subpkgs, or prepare funcs, etc, we *need* to manually the corresponding abuild function or else things break. fixes #3781 Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6690 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
df639251e0
commit
0dc0c9f03e
1 changed files with 3 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=soc-qcom
|
||||
pkgdesc="Common package for Qualcomm devices"
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64"
|
||||
|
|
@ -154,12 +154,11 @@ pulseaudio_openrc() {
|
|||
}
|
||||
|
||||
pulseaudio_systemd() {
|
||||
install_if="$pkgname-pulseaudio=$pkgver-r$pkgrel systemd"
|
||||
depends="systemd"
|
||||
|
||||
# Call Audio idle suspend workaround systemd unit
|
||||
install -Dm644 "$srcdir"/call-audio-idle-suspend-workaround.service \
|
||||
-t "$subpkgdir"/usr/lib/systemd/user
|
||||
|
||||
default_systemd
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue