From 0bb036f3006f2909adcb1087e8fe9a7b71ab5d4f Mon Sep 17 00:00:00 2001 From: Robert Eckelmann Date: Tue, 17 Jun 2025 06:25:38 +0900 Subject: [PATCH] postmarketos-ui-{mate,xfce4}: add systemd to options Signed-off-by: Robert Eckelmann Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6668 [ci:skip-build]: already built successfully in CI --- main/postmarketos-ui-mate/APKBUILD | 4 ++-- main/postmarketos-ui-xfce4/APKBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/postmarketos-ui-mate/APKBUILD b/main/postmarketos-ui-mate/APKBUILD index 2b7251547..0a4116842 100644 --- a/main/postmarketos-ui-mate/APKBUILD +++ b/main/postmarketos-ui-mate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakko 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 \ diff --git a/main/postmarketos-ui-xfce4/APKBUILD b/main/postmarketos-ui-xfce4/APKBUILD index ecc9690ef..bc31e939c 100644 --- a/main/postmarketos-ui-xfce4/APKBUILD +++ b/main/postmarketos-ui-xfce4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakko 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() {