commit:     b67f79480801ae25b8ed1aa6a306b8f3684b7dd7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 13:11:54 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 14:19:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67f7948

gnome-extra/tecla: add 49.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/tecla/Manifest          |  1 +
 gnome-extra/tecla/tecla-49.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gnome-extra/tecla/Manifest b/gnome-extra/tecla/Manifest
index 2c0842e6da55..9e64dab0f352 100644
--- a/gnome-extra/tecla/Manifest
+++ b/gnome-extra/tecla/Manifest
@@ -1,2 +1,3 @@
 DIST tecla-47.0.tar.xz 38072 BLAKE2B 
985152715114cad638e96f1986b7607f724ff82de9212036ca27a1c668652c46143ad7bb6dfbc37acc938dd8316a477d13e9cde9d2b3ec27d8bc7696e7281410
 SHA512 
82c29b7672d78d0cdb1dccd95c159ba4fbbe2cda36b5b491b0dde530985fa718d382a0d0c78dffacad50e5d817db1874447069f383de8e2895f6d6216cefb8fc
 DIST tecla-48.0.2.tar.xz 41048 BLAKE2B 
15d87d29566851d9b6f4eabc0d014032ceb2a4d23463845cfbfea45e468fad33a5d60105c16067f4d8936e85d4aa6f801f4abdb88a5ded75bc0121c9a649f74e
 SHA512 
8284f54d2fdf7320ae3fa38d69995cd5b69751efb4d8aad2508c77f1719c2c7aac196868cfc1442ba653fd39ff56689f841d9d39a96b546f265c19406fb49b46
+DIST tecla-49.0.tar.xz 83664 BLAKE2B 
f1653c42a9a116ffa54659f523cdaa484f3092686b9e109661c13edfa77039705198586ca0c6fb25a272703189c649643a7fe59a8b4a93ef9a456bce45afd4c6
 SHA512 
d7bc8b4ea452ea8fdb86d1b57fcdb1b80996d757872a4413242500c7c480f1d20b08c72d9bb1cf0c58faf2bc8024627261ad47750ab216d34ba341a5def0ed28

diff --git a/gnome-extra/tecla/tecla-49.0.ebuild 
b/gnome-extra/tecla/tecla-49.0.ebuild
new file mode 100644
index 000000000000..3b0114ef9039
--- /dev/null
+++ b/gnome-extra/tecla/tecla-49.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Tecla is a keyboard layout viewer"
+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,wayland?]
+       >=gui-libs/libadwaita-1.4_alpha:1
+       x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-libs/glib
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+src_configure() {
+       use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND
+       meson_src_configure
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to