commit:     fd96f4084b06beceb79da647cef5813fefaf934f
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Jan 11 13:11:53 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 08:40:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd96f408

gnome-extra/tecla: Bump to 46.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34752
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/tecla/Manifest          |  1 +
 gnome-extra/tecla/tecla-46.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/gnome-extra/tecla/Manifest b/gnome-extra/tecla/Manifest
index d81e2b1bc971..bda39fd01563 100644
--- a/gnome-extra/tecla/Manifest
+++ b/gnome-extra/tecla/Manifest
@@ -1 +1,2 @@
 DIST tecla-45.0.tar.xz 33404 BLAKE2B 
97bbbdf012a91303d86fb1fbb01dcee644ae7e612d88439465abf392c23fc232e33fbcd4403f02bc8193a6a8a9925fb7d45550d803e7835f5bbfded19fe18170
 SHA512 
ae1f38870c14467ef7a868b60bc1a12ae1584fdd5e158d1cbf6f6639586225c7ffb8cfa00edeefc3930d4225a3865932e7fa724a5dff5f0ece3372363df289ce
+DIST tecla-46.0.tar.xz 35108 BLAKE2B 
df092709db310df2721bfff97243f1d3ec7f3391a224f6b8d00cfeac5423c98fb045bc3c698e4fcf5437a59c20dce0100747f13ff46fd998bf42fdfe81d5f078
 SHA512 
140b9e47a850d9764bd810d2f2f283923f5818d11a62fb6739c150f23b36c4e8c63af28c1fbb171466c97d233e36b66732b60c758489515b123b5704e2c5a6a9

diff --git a/gnome-extra/tecla/tecla-46.0.ebuild 
b/gnome-extra/tecla/tecla-46.0.ebuild
new file mode 100644
index 000000000000..134b44ab0c84
--- /dev/null
+++ b/gnome-extra/tecla/tecla-46.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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"
+
+RDEPEND="
+       gui-libs/gtk:4[introspection]
+       >=gui-libs/libadwaita-1.4_alpha:1
+       x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-libs/glib
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to