commit: a9e9d869d143733b8cc21cffda11c00b82961318 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Mar 17 08:01:51 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 09:15:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e9d869
gui-apps/wf-shell: inherit xdg eclass to update icon cache Closes: https://bugs.gentoo.org/927164 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35797 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> gui-apps/wf-shell/wf-shell-0.8.1.ebuild | 2 +- gui-apps/wf-shell/wf-shell-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild index dfc67326dbca..f2973774fd55 100644 --- a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson +inherit meson xdg DESCRIPTION="Compiz like 3D wayland compositor" HOMEPAGE="https://github.com/WayfireWM/wf-shell" diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 66866e0f3420..134b2da87270 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson +inherit meson xdg DESCRIPTION="Compiz like 3D wayland compositor" HOMEPAGE="https://github.com/WayfireWM/wf-shell"
