Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/
Date: Wed, 02 Mar 2022 20:29:29
Message-Id: 1646252952.f129c8a5087aec5d721b32800d3b2cf68fa0cfae.conikost@gentoo
1 commit: f129c8a5087aec5d721b32800d3b2cf68fa0cfae
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 20:28:30 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 20:29:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f129c8a5
7
8 x11-misc/dunst: update live ebuild
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 x11-misc/dunst/dunst-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild
16 index 6bf23561e0a8..bb3f803de889 100644
17 --- a/x11-misc/dunst/dunst-9999.ebuild
18 +++ b/x11-misc/dunst/dunst-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -39,8 +39,6 @@ BDEPEND="
26 wayland? ( dev-libs/wayland-protocols )
27 "
28
29 -PATCHES=( "${FILESDIR}/${PN}-1.8.0-xdg.patch" )
30 -
31 src_prepare() {
32 default
33
34 @@ -59,6 +57,7 @@ src_configure() {
35
36 src_compile() {
37 local myemakeargs=(
38 + SYSCONFDIR="${EPREFIX}/etc/xdg"
39 SYSTEMD="0"
40 WAYLAND="$(usex wayland 1 0)"
41 )
42 @@ -69,7 +68,7 @@ src_compile() {
43 src_install() {
44 local myemakeargs=(
45 PREFIX="${ED}/usr"
46 - SYSCONFDIR="${ED}/etc"
47 + SYSCONFDIR="${ED}/etc/xdg"
48 SYSTEMD="0"
49 WAYLAND="$(usex wayland 1 0)"
50 )