--- a/var/db/repos/gentoo/x11-misc/dunst/dunst-1.11.0.ebuild 2024-04-18 06:00:05.403750688 +0200 +++ b/var/db/repos/gentoo/x11-misc/dunst/dunst-1.11.0.ebuild 2024-04-17 17:33:52.170396003 +0200 @@ -3,7 +3,7 @@ EAPI=8 -inherit systemd toolchain-funcs +inherit shell-completion systemd toolchain-funcs DESCRIPTION="Lightweight replacement for common notification daemons" HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" @@ -75,5 +75,13 @@ emake "${myemakeargs[@]}" install + newbashcomp completions/dunst.bashcomp dunst + newbashcomp completions/dunstctl.bashcomp dunstctl + newfishcomp completions/dunst.fishcomp dunst + newfishcomp completions/dunstctl.fishcomp dunstctl + newfishcomp completions/dunstify.fishcomp dunstify + newzshcomp completions/_dunst.zshcomp _dunst + newzshcomp completions/_dunstctl.zshcomp _dunstctl + systemd_newuserunit dunst.systemd.service.in dunst.service }