main/postmarketos-base-ui: only install sleep-inhibitor on openrc

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
This commit is contained in:
Clayton Craft 2026-05-28 22:27:21 -07:00 committed by The Friendly Meow (merge) Bot
parent e4a8fb375c
commit ee60ea5640
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
maintainer="Clayton Craft <clayton@craftyguy.net>"
pkgname=postmarketos-base-ui
pkgver=54
pkgver=55
pkgrel=0
pkgdesc="Meta package for minimal postmarketOS UI base"
url="https://postmarketos.org"
@ -19,7 +19,6 @@ depends="
postmarketos-base
postmarketos-bootsplash-virtual
shadow
sleep-inhibitor
tzdata
util-linux
wireless-regdb
@ -168,10 +167,11 @@ openrc() {
dbus-openrc
haveged-openrc
openrc
sleep-inhibitor
util-linux-openrc
"
mkdir -p "$subpkgdir"
amove etc/sleep-inhibitor.conf
}
elogind() {