gui-apps/fnott: update live

install the unit file for systemd unconditionally
use xdg eclass for the desktop file

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2025-12-14 15:36:00 +01:00
parent 7b9bfc8801
commit 708e906cc2

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit meson
inherit meson systemd xdg
DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
HOMEPAGE="https://codeberg.org/dnkl/fnott"
@@ -42,6 +42,8 @@ BDEPEND="
src_configure() {
local emesonargs=(
# always install unit
-Dsystemd-units-dir="$(systemd_get_userunitdir)"
-Dsystem-nanosvg=enabled
)
meson_src_configure