From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2836A15808A for ; Fri, 01 Aug 2025 15:12:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0F836340E3B for ; Fri, 01 Aug 2025 15:12:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 44FA111055F; Fri, 01 Aug 2025 15:12:25 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 35841110379 for ; Fri, 01 Aug 2025 15:12:25 +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 E21BE340DE7 for ; Fri, 01 Aug 2025 15:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30C53322F for ; Fri, 01 Aug 2025 15:12:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1754061118.78bc7c60e0fbeaa7c6a1747d6e87b62b5e8590b3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/tecla/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/tecla/tecla-48.0.2.ebuild X-VCS-Directories: gnome-extra/tecla/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 78bc7c60e0fbeaa7c6a1747d6e87b62b5e8590b3 X-VCS-Branch: master Date: Fri, 01 Aug 2025 15:12:23 +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: d6fc95dc-1197-464b-bebf-dec777dd1210 X-Archives-Hash: f82a1b4596fb6a89ca1888f6386211f4 commit: 78bc7c60e0fbeaa7c6a1747d6e87b62b5e8590b3 Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 1 15:03:24 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Aug 1 15:11:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bc7c60 gnome-extra/tecla: Fix automagic dep on gtk[wayland] Closes: https://bugs.gentoo.org/958296 Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/tecla/tecla-48.0.2.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-extra/tecla/tecla-48.0.2.ebuild b/gnome-extra/tecla/tecla-48.0.2.ebuild index 2fb57e0e1f78..3b0114ef9039 100644 --- a/gnome-extra/tecla/tecla-48.0.2.ebuild +++ b/gnome-extra/tecla/tecla-48.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome.org gnome2-utils meson xdg +inherit flag-o-matic gnome.org gnome2-utils meson xdg DESCRIPTION="Tecla is a keyboard layout viewer" HOMEPAGE="https://gitlab.gnome.org/GNOME/tecla" @@ -11,9 +11,10 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/tecla" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +IUSE="wayland" RDEPEND=" - gui-libs/gtk:4[introspection] + gui-libs/gtk:4[introspection,wayland?] >=gui-libs/libadwaita-1.4_alpha:1 x11-libs/libxkbcommon " @@ -24,6 +25,11 @@ BDEPEND=" virtual/pkgconfig " +src_configure() { + use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND + meson_src_configure +} + pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update