From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCA82158042 for ; Thu, 17 Oct 2024 11:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5B91E07EF; Thu, 17 Oct 2024 11:40:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAEF5E07EF for ; Thu, 17 Oct 2024 11:40:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7289342FDD for ; Thu, 17 Oct 2024 11:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23721F42 for ; Thu, 17 Oct 2024 11:40:53 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1729165205.b196e540555b3630a87631b1eae981ac5d77c9a2.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-9999.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b196e540555b3630a87631b1eae981ac5d77c9a2 X-VCS-Branch: master Date: Thu, 17 Oct 2024 11:40:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f46edbf6-ac8c-40d9-8ea1-2fd95679e56a X-Archives-Hash: 742841ad887aee3e02cdf7bac92c5f64 commit: b196e540555b3630a87631b1eae981ac5d77c9a2 Author: John M. Harris Jr. johnmh me> AuthorDate: Wed Oct 16 03:22:51 2024 +0000 Commit: Yixun Lan gentoo 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.me> Signed-off-by: Yixun Lan 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 "