commit:     708e906cc21b1ede9927a329188c0f096a74486b
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sun Dec 14 14:36:00 2025 +0000
Commit:     Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Sun Dec 14 21:17:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=708e906c

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 <AT> parhuet.fr>

 gui-apps/fnott/fnott-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gui-apps/fnott/fnott-9999.ebuild b/gui-apps/fnott/fnott-9999.ebuild
index c6f9057ce2..86bf7c1fc6 100644
--- a/gui-apps/fnott/fnott-9999.ebuild
+++ b/gui-apps/fnott/fnott-9999.ebuild
@@ -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

Reply via email to