From 00919cd2c005cc85b2f44b625838375d6879a2cc Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Mon, 14 Apr 2025 20:23:01 +0200 Subject: [PATCH] postmarketos-ui-conosle: use systemd As with ever Signed-off-by: Casey Connolly Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6415 [ci:skip-build]: already built successfully in CI --- main/postmarketos-ui-console/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-console/APKBUILD b/main/postmarketos-ui-console/APKBUILD index c831fdb18..9f65bac93 100644 --- a/main/postmarketos-ui-console/APKBUILD +++ b/main/postmarketos-ui-console/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Clayton Craft pkgname=postmarketos-ui-console pkgver=0.1 -pkgrel=7 +pkgrel=8 pkgdesc="Console environment, with no graphical/touch UI" url="https://postmarketos.org/" arch="noarch" @@ -13,7 +13,7 @@ depends=" postmarketos-base-ui-networkmanager wireless-tools " -options="!check" # No testsuite +options="!check pmb:systemd" # No testsuite subpackages="$pkgname-openrc:_openrc" _pmb_recommends="postmarketos-base-ui-audio-none"