commit: 087b596e59c746c9f6d98284ba1ba43f1e138fce Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Dec 31 13:17:40 2023 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 13:55:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087b596e
gui-apps/wf-shell: require gtk3 use flag to be enabled in libdbusmenu Closes: https://bugs.gentoo.org/921102 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34390 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> gui-apps/wf-shell/{wf-shell-0.8.0.ebuild => wf-shell-0.8.0-r1.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.0.ebuild b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild similarity index 97% rename from gui-apps/wf-shell/wf-shell-0.8.0.ebuild rename to gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild index 1cfcb8cbb345..76d207ac4e25 100644 --- a/gui-apps/wf-shell/wf-shell-0.8.0.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" DEPEND=" dev-cpp/gtkmm:3.0[wayland] dev-libs/gobject-introspection - dev-libs/libdbusmenu + dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland gui-libs/wf-config:${SLOT} diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 1cfcb8cbb345..76d207ac4e25 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" DEPEND=" dev-cpp/gtkmm:3.0[wayland] dev-libs/gobject-introspection - dev-libs/libdbusmenu + dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland gui-libs/wf-config:${SLOT}
