diff options
author | John M. Harris Jr. <johnmh@johnmh.me> | 2024-10-15 20:22:51 -0700 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-10-17 19:40:05 +0800 |
commit | b196e540555b3630a87631b1eae981ac5d77c9a2 (patch) | |
tree | 1af151246fef37b7dc6850c2a95e0a931a7e997d /gui-wm | |
parent | gui-wm/hyprland: add 0.44.1 (diff) | |
download | gentoo-b196e540555b3630a87631b1eae981ac5d77c9a2.tar.gz gentoo-b196e540555b3630a87631b1eae981ac5d77c9a2.tar.bz2 gentoo-b196e540555b3630a87631b1eae981ac5d77c9a2.zip |
gui-wm/hyprland: sync live
Closes: https://github.com/gentoo/gentoo/pull/39008
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-9999.ebuild | 11 |
1 files 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 " |