Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/
Date: Thu, 29 Apr 2021 11:44:15
Message-Id: 1619696623.7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e.juippis@gentoo
1 commit: 7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 11:41:20 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 11:43:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec2447f
7
8 x11-misc/dunst: sync live ebuild
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/dunst/dunst-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild
16 index 9ad8b28bb80..9e6ef65b51b 100644
17 --- a/x11-misc/dunst/dunst-9999.ebuild
18 +++ b/x11-misc/dunst/dunst-9999.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20 inherit systemd toolchain-funcs
21
22 DESCRIPTION="Customizable and lightweight notification-daemon"
23 -HOMEPAGE="https://dunst-project.org/"
24 +HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
25
26 if [[ ${PV} == *9999 ]]; then
27 inherit git-r3
28 @@ -50,11 +50,11 @@ src_configure() {
29 src_compile() {
30 emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
31 sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
32 - dunst.systemd.service.in > dunst.service
33 + dunst.systemd.service.in > dunst.service || die
34 }
35
36 src_install() {
37 emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
38 - DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
39 + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
40 systemd_douserunit dunst.service
41 }