From 0dc0c9f03e7c1ca871aee82e7996bab26eb76d8a Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 20 Jun 2025 08:59:36 -0700 Subject: [PATCH] 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 --- device/community/soc-qcom/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/device/community/soc-qcom/APKBUILD b/device/community/soc-qcom/APKBUILD index d834ed62c..e4309c8b9 100644 --- a/device/community/soc-qcom/APKBUILD +++ b/device/community/soc-qcom/APKBUILD @@ -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="