public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/tecla/
Date: Fri, 01 Aug 2025 15:12:23 +0000 (UTC)	[thread overview]
Message-ID: <1754061118.78bc7c60e0fbeaa7c6a1747d6e87b62b5e8590b3.pacho@gentoo> (raw)

commit:     78bc7c60e0fbeaa7c6a1747d6e87b62b5e8590b3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  1 15:03:24 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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


             reply	other threads:[~2025-08-01 15:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-01 15:12 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12 12:25 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/tecla/ Sam James
2025-10-12 11:08 Sam James
2025-08-01 15:12 Pacho Ramos
2025-08-01 15:12 Pacho Ramos
2025-07-04 18:34 Sam James
2025-06-25 23:56 Sam James
2025-06-25 19:03 Arthur Zamarin
2025-01-15 17:34 Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-15 20:50 Arthur Zamarin
2024-02-11  8:09 Arthur Zamarin
2023-12-14  4:15 Sam James
2023-09-24 13:43 Jakov Smolić
2023-09-23  9:55 WANG Xuerui
2023-09-22 12:14 Arthur Zamarin
2023-09-22 12:14 Arthur Zamarin
2023-09-22  8:51 Arthur Zamarin
2023-09-22  2:33 Matt Turner
2023-09-16 19:03 Matt Turner
2023-09-06 14:43 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1754061118.78bc7c60e0fbeaa7c6a1747d6e87b62b5e8590b3.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox