commit: b196e540555b3630a87631b1eae981ac5d77c9a2 Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me> AuthorDate: Wed Oct 16 03:22:51 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 11:40:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b196e540
gui-wm/hyprland: sync live Closes: https://github.com/gentoo/gentoo/pull/39008 Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> gui-wm/hyprland/hyprland-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 52da7ef0bfb8..81ad1724da92 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -26,7 +26,7 @@ IUSE="X legacy-renderer systemd" # so that it can clone, compile and install plugins. HYPRPM_RDEPEND=" app-alternatives/ninja - dev-build/cmake + >=dev-build/cmake-3.30 dev-build/meson dev-vcs/git virtual/pkgconfig @@ -36,8 +36,9 @@ RDEPEND=" dev-cpp/tomlplusplus dev-libs/glib:2 dev-libs/libinput - >=dev-libs/wayland-1.20.0 - gui-libs/aquamarine + >=dev-libs/udis86-1.7.2 + >=dev-libs/wayland-1.22.90 + >=gui-libs/aquamarine-0.4.2 >=gui-libs/hyprcursor-0.1.9 media-libs/libglvnd x11-libs/cairo @@ -55,7 +56,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - >=dev-libs/hyprland-protocols-0.3 + >=dev-libs/hyprland-protocols-0.4 >=dev-libs/hyprlang-0.3.2 >=dev-libs/wayland-protocols-1.36 >=gui-libs/hyprutils-0.2.3 @@ -64,7 +65,7 @@ BDEPEND=" || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* ) app-misc/jq dev-build/cmake - >=dev-util/hyprwayland-scanner-0.3.8 + >=dev-util/hyprwayland-scanner-0.3.10 virtual/pkgconfig "
