gui-apps/noctalia-shell: Remove systemd use flag as per pg0301 (install

systemd unit unconditionally)

Signed-off-by: Luke Gompertz <luke.gompz@gmail.com>
This commit is contained in:
Luke Gompertz
2025-12-28 12:06:06 +00:00
parent cf1218f53f
commit 9b467992ae
2 changed files with 2 additions and 5 deletions

View File

@@ -16,7 +16,6 @@
<flag name="wlsunset">Night light functionality</flag>
<flag name="xdg-desktop-portal">Enables “Portal” option in screen recorder</flag>
<flag name="xwayland">Install xwayland-satellite for xwayland support</flag>
<flag name="systemd">Install systemd service unit</flag>
</use>
<longdescription>
Noctalia is a beautiful, minimal desktop shell for Wayland that actually gets out of your way. Built on Quickshell with a warm lavender aesthetic that you can easily customize to match your vibe.

View File

@@ -12,7 +12,7 @@ S="${WORKDIR}/noctalia-release"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cliphist cava wlsunset xdg-desktop-portal evolution-data-server polkit-kde-agent matugen xwayland systemd"
IUSE="cliphist cava wlsunset xdg-desktop-portal evolution-data-server polkit-kde-agent matugen xwayland"
inherit systemd
@@ -44,9 +44,7 @@ src_install() {
doins -r .
# Install systemd unit
if use systemd; then
systemd_dounit Assets/Services/systemd/noctalia.service
fi
systemd_dounit Assets/Services/systemd/noctalia.service
}
pkg_postinst() {