summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Joandet <gjoandet@gmail.com>2024-08-10 01:05:19 -0300
committerPacho Ramos <pacho@gentoo.org>2025-01-15 18:29:46 +0100
commite78345a1d27672ebf439bf0390c08c8af8e9010c (patch)
treeaf95b6c77cec56b2ebc907b985b14798db9033d2 /gnome-extra
parentmedia-sound/gnome-music: drop 45.1, 46.0 (diff)
downloadgentoo-e78345a1d27672ebf439bf0390c08c8af8e9010c.tar.gz
gentoo-e78345a1d27672ebf439bf0390c08c8af8e9010c.tar.bz2
gentoo-e78345a1d27672ebf439bf0390c08c8af8e9010c.zip
gnome-extra/tecla: Bump to 47.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38659 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/tecla/Manifest1
-rw-r--r--gnome-extra/tecla/tecla-47.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/gnome-extra/tecla/Manifest b/gnome-extra/tecla/Manifest
index bda39fd01563..66547dd53a16 100644
--- a/gnome-extra/tecla/Manifest
+++ b/gnome-extra/tecla/Manifest
@@ -1,2 +1,3 @@
DIST tecla-45.0.tar.xz 33404 BLAKE2B 97bbbdf012a91303d86fb1fbb01dcee644ae7e612d88439465abf392c23fc232e33fbcd4403f02bc8193a6a8a9925fb7d45550d803e7835f5bbfded19fe18170 SHA512 ae1f38870c14467ef7a868b60bc1a12ae1584fdd5e158d1cbf6f6639586225c7ffb8cfa00edeefc3930d4225a3865932e7fa724a5dff5f0ece3372363df289ce
DIST tecla-46.0.tar.xz 35108 BLAKE2B df092709db310df2721bfff97243f1d3ec7f3391a224f6b8d00cfeac5423c98fb045bc3c698e4fcf5437a59c20dce0100747f13ff46fd998bf42fdfe81d5f078 SHA512 140b9e47a850d9764bd810d2f2f283923f5818d11a62fb6739c150f23b36c4e8c63af28c1fbb171466c97d233e36b66732b60c758489515b123b5704e2c5a6a9
+DIST tecla-47.0.tar.xz 38072 BLAKE2B 985152715114cad638e96f1986b7607f724ff82de9212036ca27a1c668652c46143ad7bb6dfbc37acc938dd8316a477d13e9cde9d2b3ec27d8bc7696e7281410 SHA512 82c29b7672d78d0cdb1dccd95c159ba4fbbe2cda36b5b491b0dde530985fa718d382a0d0c78dffacad50e5d817db1874447069f383de8e2895f6d6216cefb8fc
diff --git a/gnome-extra/tecla/tecla-47.0.ebuild b/gnome-extra/tecla/tecla-47.0.ebuild
new file mode 100644
index 000000000000..2fb57e0e1f78
--- /dev/null
+++ b/gnome-extra/tecla/tecla-47.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 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
+}