Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 930168
Collapse All | Expand All

(-)a/var/db/repos/gentoo/x11-misc/dunst/dunst-1.11.0.ebuild (-1 / +9 lines)
Lines 3-9 Link Here
3
3
4
EAPI=8
4
EAPI=8
5
5
6
inherit systemd toolchain-funcs
6
inherit shell-completion systemd toolchain-funcs
7
7
8
DESCRIPTION="Lightweight replacement for common notification daemons"
8
DESCRIPTION="Lightweight replacement for common notification daemons"
9
HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
9
HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
Lines 75-79 Link Here
75
75
76
	emake "${myemakeargs[@]}" install
76
	emake "${myemakeargs[@]}" install
77
77
78
	newbashcomp completions/dunst.bashcomp dunst
79
	newbashcomp completions/dunstctl.bashcomp dunstctl
80
	newfishcomp completions/dunst.fishcomp dunst
81
	newfishcomp completions/dunstctl.fishcomp dunstctl
82
	newfishcomp completions/dunstify.fishcomp dunstify
83
	newzshcomp completions/_dunst.zshcomp _dunst
84
	newzshcomp completions/_dunstctl.zshcomp _dunstctl
85
78
	systemd_newuserunit dunst.systemd.service.in dunst.service
86
	systemd_newuserunit dunst.systemd.service.in dunst.service
79
}
87
}

Return to bug 930168