commit:     2ce372fd34104373f2cbf04ae679680dbb3f9cba
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 15 22:47:47 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 23:50:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce372fd

gui-wm/hyprland: sync live

Closes: https://github.com/gentoo/gentoo/pull/36272
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 gui-wm/hyprland/hyprland-9999.ebuild | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/gui-wm/hyprland/hyprland-9999.ebuild 
b/gui-wm/hyprland/hyprland-9999.ebuild
index d319336d3193..a2006ea15983 100644
--- a/gui-wm/hyprland/hyprland-9999.ebuild
+++ b/gui-wm/hyprland/hyprland-9999.ebuild
@@ -15,7 +15,7 @@ else
        
SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
        S="${WORKDIR}/${PN}-source"
 
-       KEYWORDS="~amd64"
+       KEYWORDS="~amd64 ~riscv"
 fi
 
 LICENSE="BSD"
@@ -34,32 +34,32 @@ HYPRPM_RDEPEND="
 # 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
-WLROOTS_RDEPEND="
-       >=dev-libs/libinput-1.14.0:=
-       dev-libs/libliftoff
+WLROOTS_DEPEND="
        >=dev-libs/wayland-1.22
-       media-libs/libdisplay-info
        media-libs/libglvnd
        media-libs/mesa[egl(+),gles2]
-       sys-apps/hwdata:=
-       sys-auth/seatd:=
-       >=x11-libs/libdrm-2.4.118
+       >=x11-libs/libdrm-2.4.114
        x11-libs/libxkbcommon
        >=x11-libs/pixman-0.42.0
+       media-libs/libdisplay-info
+       sys-apps/hwdata
+       >=dev-libs/libinput-1.14.0:=
+       sys-auth/seatd:=
        virtual/libudev:=
        X? (
-               x11-base/xwayland
-               x11-libs/libxcb:0=
+               x11-libs/libxcb:=
                x11-libs/xcb-util-renderutil
                x11-libs/xcb-util-wm
+               x11-base/xwayland
        )
 "
-WLROOTS_DEPEND="
-       >=dev-libs/wayland-protocols-1.33
+WLROOTS_RDEPEND="
+       ${WLROOTS_DEPEND}
 "
 WLROOTS_BDEPEND="
-       dev-util/glslang
+       >=dev-libs/wayland-protocols-1.32
        dev-util/wayland-scanner
+       virtual/pkgconfig
 "
 RDEPEND="
        ${HYPRPM_RDEPEND}
@@ -67,7 +67,7 @@ RDEPEND="
        dev-cpp/tomlplusplus
        dev-libs/glib:2
        dev-libs/libinput
-       dev-libs/wayland
+       >=dev-libs/wayland-1.20.0
        gui-libs/hyprcursor
        media-libs/libglvnd
        x11-libs/cairo
@@ -82,9 +82,9 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
        ${WLROOTS_DEPEND}
-       dev-libs/hyprland-protocols
-       dev-libs/hyprlang
-       >=dev-libs/wayland-protocols-1.25
+       >=dev-libs/hyprland-protocols-0.2
+       >=dev-libs/hyprlang-0.3.2
+       >=dev-libs/wayland-protocols-1.32
 "
 BDEPEND="
        ${WLROOTS_BDEPEND}

Reply via email to