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 88A651580FD for ; Fri, 27 Dec 2024 17:25:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A264DE0769; Fri, 27 Dec 2024 17:25:58 +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 85E1CE0769 for ; Fri, 27 Dec 2024 17:25:58 +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 6150D33BE32 for ; Fri, 27 Dec 2024 17:25:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A35710CC for ; Fri, 27 Dec 2024 17:25:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735320024.93d9414463301e08cf81ec11be10d8cd02c61df3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/ghostty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/ghostty/ghostty-1.0.0-r1.ebuild x11-terms/ghostty/ghostty-1.0.0.ebuild X-VCS-Directories: x11-terms/ghostty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93d9414463301e08cf81ec11be10d8cd02c61df3 X-VCS-Branch: master Date: Fri, 27 Dec 2024 17:25:55 +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: e2b5abf0-d4c5-4b6d-82a8-c058a8855af7 X-Archives-Hash: 6f48e64810a706d8605d3512e579d694 commit: 93d9414463301e08cf81ec11be10d8cd02c61df3 Author: sin-ack protonmail com> AuthorDate: Fri Dec 27 17:14:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 27 17:20:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d94144 x11-terms/ghostty: require gui-libs/gtk[X] for gtk backend Closes: https://bugs.gentoo.org/947032 Signed-off-by: sin-ack protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39867 Signed-off-by: Sam James gentoo.org> x11-terms/ghostty/{ghostty-1.0.0.ebuild => ghostty-1.0.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-terms/ghostty/ghostty-1.0.0.ebuild b/x11-terms/ghostty/ghostty-1.0.0-r1.ebuild similarity index 97% rename from x11-terms/ghostty/ghostty-1.0.0.ebuild rename to x11-terms/ghostty/ghostty-1.0.0-r1.ebuild index 9f4bb852cc55..9a7504bcf72d 100644 --- a/x11-terms/ghostty/ghostty-1.0.0.ebuild +++ b/x11-terms/ghostty/ghostty-1.0.0-r1.ebuild @@ -63,9 +63,12 @@ KEYWORDS="~amd64" # TODO: simdutf integration (missing Gentoo version) # TODO: spirv-cross integration (missing Gentoo package) # TODO: glfw integration (no option from upstream) +# NOTE: gtk backend requires X right now since ghostty unconditionally +# includes gdk/x11/gdkx.h. +# https://github.com/ghostty-org/ghostty/issues/3477 RDEPEND=" adwaita? ( gui-libs/libadwaita:1= ) - gtk? ( gui-libs/gtk:4= ) + gtk? ( gui-libs/gtk:4=[X] ) system-fontconfig? ( >=media-libs/fontconfig-2.14.2:= ) system-freetype? ( >=media-libs/freetype-2.13.2:=[bzip2] )