postmarketos-ui-{mate,xfce4}: add systemd to options

Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6668

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Robert Eckelmann 2025-06-17 06:25:38 +09:00 committed by Oliver Smith
parent a83b92dc72
commit 0bb036f300
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Jakko <jahau@rocketmail.com>
pkgname=postmarketos-ui-mate
pkgver=9
pkgrel=1
pkgrel=2
pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)"
url="http://mate-desktop.org/"
arch="noarch"
@ -54,7 +54,7 @@ source="
onboard-autostart.desktop
pmOS-panel.layout
"
options="!check"
options="!check pmb:systemd"
package() {
install -Dm644 -t "$pkgdir"/etc/skel/.config/autostart \

View file

@ -2,7 +2,7 @@
# Maintainer: Jakko <jahau@rocketmail.com>
pkgname=postmarketos-ui-xfce4
pkgver=0.6.0
pkgrel=1
pkgrel=2
pkgdesc="(X11) Lightweight desktop (stylus recommended)"
url="https://gitlab.postmarketos.org/postmarketOS/xfce4-phone"
arch="noarch"
@ -52,7 +52,7 @@ source="
onboard-autostart.desktop
xfce4-phone.sh
"
options="!check"
options="!check pmb:systemd"
builddir="$srcdir/xfce4-phone-$pkgver"
package() {