commit: c5695008b7dbb957d5f5113185a70e2fdff57079
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 18:49:12 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:59:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5695008
x11-misc/dunst: update live ebuild
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/dunst/dunst-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild
index bb3f803de889..20a5d5412e6f 100644
--- a/x11-misc/dunst/dunst-9999.ebuild
+++ b/x11-misc/dunst/dunst-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -75,5 +75,9 @@ src_install() {
emake "${myemakeargs[@]}" install
+ insinto /usr/share/zsh/site-functions
+ newins contrib/_dunst.zshcomp _dunst
+ newins contrib/_dunstctl.zshcomp _dunstctl
+
systemd_newuserunit dunst.systemd.service.in dunst.service
}