diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-03-17 10:01:51 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-17 11:15:24 +0200 |
commit | a9e9d869d143733b8cc21cffda11c00b82961318 (patch) | |
tree | 73deb367d09031b470b9e354bebceaf1e6e06abb /gui-apps | |
parent | x11-wm/mutter: Keyword 45.5 riscv, #927153 (diff) | |
download | gentoo-a9e9d869d143733b8cc21cffda11c00b82961318.tar.gz gentoo-a9e9d869d143733b8cc21cffda11c00b82961318.tar.bz2 gentoo-a9e9d869d143733b8cc21cffda11c00b82961318.zip |
gui-apps/wf-shell: inherit xdg eclass to update icon cache
Closes: https://bugs.gentoo.org/927164
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35797
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wf-shell/wf-shell-0.8.1.ebuild | 2 | ||||
-rw-r--r-- | 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" |