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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DEF9158043 for ; Mon, 15 Apr 2024 23:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AF06E29F4; Mon, 15 Apr 2024 23:51:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D90EBE29F3 for ; Mon, 15 Apr 2024 23:51:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C60A73433F8 for ; Mon, 15 Apr 2024 23:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ACB916FB for ; Mon, 15 Apr 2024 23:51:15 +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: <1713225017.2ce372fd34104373f2cbf04ae679680dbb3f9cba.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: 2ce372fd34104373f2cbf04ae679680dbb3f9cba X-VCS-Branch: master Date: Mon, 15 Apr 2024 23:51:15 +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: e125b7ba-cb02-4dd0-9431-ef09297c38af X-Archives-Hash: 7bd55820198aea0320153cfd1d99832f commit: 2ce372fd34104373f2cbf04ae679680dbb3f9cba Author: Julien Roy jroy ca> AuthorDate: Mon Apr 15 22:47:47 2024 +0000 Commit: Yixun Lan gentoo 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 jroy.ca> Signed-off-by: Yixun Lan 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}