mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user