summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-03-17 10:01:51 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-17 11:15:24 +0200
commita9e9d869d143733b8cc21cffda11c00b82961318 (patch)
tree73deb367d09031b470b9e354bebceaf1e6e06abb
parentx11-wm/mutter: Keyword 45.5 riscv, #927153 (diff)
downloadgentoo-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>
-rw-r--r--gui-apps/wf-shell/wf-shell-0.8.1.ebuild2
-rw-r--r--gui-apps/wf-shell/wf-shell-9999.ebuild2
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"