Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wcm/
Date: Wed, 10 Feb 2021 13:36:43
Message-Id: 1612964161.ab4f0a0d542ea2b306ba93fb8900733598534e32.juippis@gentoo
1 commit: ab4f0a0d542ea2b306ba93fb8900733598534e32
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 13:35:36 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 13:36:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4f0a0d
7
8 gui-apps/wcm: inherit xdg for xdg_icon_cache_update()
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 gui-apps/wcm/wcm-0.7.0.ebuild | 2 +-
13 gui-apps/wcm/wcm-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/gui-apps/wcm/wcm-0.7.0.ebuild b/gui-apps/wcm/wcm-0.7.0.ebuild
17 index 317718d415c..9f49e9cfad0 100644
18 --- a/gui-apps/wcm/wcm-0.7.0.ebuild
19 +++ b/gui-apps/wcm/wcm-0.7.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit meson
25 +inherit meson xdg
26
27 DESCRIPTION="Wayfire Config Manager"
28 HOMEPAGE="https://github.com/WayfireWM/wcm"
29
30 diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild
31 index 317718d415c..9f49e9cfad0 100644
32 --- a/gui-apps/wcm/wcm-9999.ebuild
33 +++ b/gui-apps/wcm/wcm-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -inherit meson
39 +inherit meson xdg
40
41 DESCRIPTION="Wayfire Config Manager"
42 HOMEPAGE="https://github.com/WayfireWM/wcm"