diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-03-12 19:49:12 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-03-12 19:59:56 +0100 |
commit | c5695008b7dbb957d5f5113185a70e2fdff57079 (patch) | |
tree | 9649a4898456dc67eebed29e07ac4080517d4a51 /x11-misc/dunst | |
parent | sys-auth/AusweisApp2: add 1.26.3 (diff) | |
download | gentoo-c5695008b7dbb957d5f5113185a70e2fdff57079.tar.gz gentoo-c5695008b7dbb957d5f5113185a70e2fdff57079.tar.bz2 gentoo-c5695008b7dbb957d5f5113185a70e2fdff57079.zip |
x11-misc/dunst: update live ebuild
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/dunst')
-rw-r--r-- | x11-misc/dunst/dunst-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 } |