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 A62A8159C9B for ; Sun, 11 Aug 2024 02:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B35CC2BC081; Sun, 11 Aug 2024 02:45:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D02C2BC081 for ; Sun, 11 Aug 2024 02:45:02 +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 9FAE233FECD for ; Sun, 11 Aug 2024 02:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D76871EE0 for ; Sun, 11 Aug 2024 02:44:58 +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: <1723344101.9f59ab5ccf39163f737b2ee3140ce377a01b4135.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-0.42.0-r1.ebuild 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: 9f59ab5ccf39163f737b2ee3140ce377a01b4135 X-VCS-Branch: master Date: Sun, 11 Aug 2024 02:44:58 +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: 4efa7278-e5fb-4a5a-b8b8-e38af71d8f4f X-Archives-Hash: 12fc689efef0a101df7f81c4d6561a34 commit: 9f59ab5ccf39163f737b2ee3140ce377a01b4135 Author: John M. Harris Jr. johnmh me> AuthorDate: Sat Aug 10 19:45:23 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Aug 11 02:41:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f59ab5c gui-wm/hyprland: add xcursor dep Signed-off-by: John M. Harris Jr. johnmh.me> Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/hyprland-0.42.0-r1.ebuild | 1 + gui-wm/hyprland/hyprland-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild index 1328a9a6c961..0c9148aefe21 100644 --- a/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild +++ b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild @@ -46,6 +46,7 @@ RDEPEND=" x11-libs/libxkbcommon x11-libs/pango x11-libs/pixman + x11-libs/libXcursor X? ( x11-libs/libxcb:0= x11-base/xwayland diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index f7713480f505..087e0987105b 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -46,6 +46,7 @@ RDEPEND=" x11-libs/libxkbcommon x11-libs/pango x11-libs/pixman + x11-libs/libXcursor X? ( x11-libs/libxcb:0= x11-base/xwayland