From f0a1a7142bca19b9846434621665db3a49be7dfc Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Wed, 27 May 2026 20:27:45 +0200 Subject: [PATCH] oneplus-fajita: move q6voiced config out of openrc subpackage q6voiced stores its config in the OpenRC configuration directory, which is automatically picked up by the default_openrc split function and moved to the openrc subpackage. This means q6voiced never starts on systemd. Move this config out of the openrc subpackage by not using default_openrc. Signed-off-by: Aster Boese Part-of: --- device/community/device-oneplus-fajita/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/device/community/device-oneplus-fajita/APKBUILD b/device/community/device-oneplus-fajita/APKBUILD index 425544f1a..63a4a963e 100644 --- a/device/community/device-oneplus-fajita/APKBUILD +++ b/device/community/device-oneplus-fajita/APKBUILD @@ -3,7 +3,7 @@ maintainer="Casey Connolly " pkgname=device-oneplus-fajita pkgdesc="OnePlus 6T" -pkgver=25 +pkgver=26 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -60,9 +60,13 @@ package() { -t "$pkgdir"/usr/lib/systemd/system-preset } +# Cannot use default_openrc because q6voiced uses the openrc config path, +# even on systemd, and the default_openrc function moves that path to the +# subpackage openrc() { - default_openrc + install_if="$pkgname=$pkgver-r$pkgrel openrc" depends="hexagonrpcd-openrc openrc" + mkdir -p "$subpkgdir" } pmtest() {