commit:     b87043361b07c236cefad32be4baba311afb8bd6
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 08:03:14 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 08:55:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8704336

gui-wm/wayfire: sync live and update subslot

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-wm/wayfire/wayfire-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gui-wm/wayfire/wayfire-9999.ebuild 
b/gui-wm/wayfire/wayfire-9999.ebuild
index cd1b51661052..a76bf0f6d9b5 100644
--- a/gui-wm/wayfire/wayfire-9999.ebuild
+++ b/gui-wm/wayfire/wayfire-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wayfire";
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
-       SLOT="0/0.10"
+       SLOT="0/0.11"
 else
        
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm64 ~riscv"
@@ -25,7 +25,7 @@ RESTRICT="!test? ( test )"
 # bundled wlroots has the following dependency string according to included 
headers.
 # wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
 # enable x11-backend with X and vice versa
-CDEPEND="
+COMMON_DEPEND="
        dev-cpp/nlohmann_json
        dev-libs/glib:2
        dev-libs/libevdev
@@ -34,11 +34,12 @@ CDEPEND="
        dev-libs/yyjson
        >=dev-libs/wayland-protocols-1.12
        gui-libs/wf-config:${SLOT}
-       gui-libs/wlroots:0.18[drm(+),libinput(+),x11-backend,X?]
+       gui-libs/wlroots:0.19[drm(+),libinput(+),x11-backend,X?]
        media-libs/glm
        media-libs/libglvnd
        media-libs/libjpeg-turbo:=
        media-libs/libpng:=
+       media-libs/vulkan-loader
        virtual/libudev:=
        x11-libs/cairo
        x11-libs/libxkbcommon
@@ -49,11 +50,11 @@ CDEPEND="
 "
 
 RDEPEND="
-       ${CDEPEND}
+       ${COMMON_DEPEND}
        x11-misc/xkeyboard-config
 "
 DEPEND="
-       ${CDEPEND}
+       ${COMMON_DEPEND}
        test? ( dev-cpp/doctest )
 "
 BDEPEND="

Reply via email to