commit: caac0e63f98d13f48ba4e303a1934c60f93b9617 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Aug 24 16:52:54 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 17:06:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caac0e63
gui-apps/wf-shell: sync live ebuild Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> gui-apps/wf-shell/wf-shell-9999.ebuild | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 11f4142ea117..1be6243f8563 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wf-shell" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git" - SLOT="0/0.8" + SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64" @@ -25,14 +25,22 @@ IUSE="+pulseaudio" RESTRICT="test" DEPEND=" + dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0[wayland] + dev-libs/glib:2 dev-libs/gobject-introspection + dev-libs/libsigc++:2 dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland - >=gui-libs/wf-config-0.7.0 + >=gui-libs/wf-config-0.7.0:= gui-wm/wayfire - pulseaudio? ( media-libs/libpulse ) + x11-libs/cairo + x11-libs/gtk+:3 + pulseaudio? ( + media-libs/alsa-lib + media-libs/libpulse + ) " RDEPEND="${DEPEND} gui-apps/wayland-logout
