From e129534f679493df469e6edf85fe380547474a3d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 29 Mar 2025 17:18:29 +0100 Subject: tecla: update 47.0 -> 48.0.2 NEW in 48.0.2 ============= - Just a version bump NEW in 48.0 =========== - Translation updates NEW in 48.rc ============ - Translation updates - Improvements to multi-instance for specific layout previews - Make window modal when run as a dialog NEW in 48.alpha =============== - Translation updates - Support spaces and tabs as separator for keymap+variant - A number of new/improved labels for special keys Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/tecla/tecla_47.0.bb | 16 ---------------- meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/tecla/tecla_47.0.bb create mode 100644 meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb diff --git a/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb deleted file mode 100644 index e430b167d7..0000000000 --- a/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Tecla is a keyboard layout viewer that uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps." -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e" - -DEPENDS = " \ - libxkbcommon \ - libadwaita \ - wayland \ - gtk4 \ -" - -REQUIRED_DISTRO_FEATURES = "wayland" - -inherit gnomebase pkgconfig features_check - -SRC_URI[archive.sha256sum] = "0790b99ec29137a54b546c510661a99aa6f039c8d75f10c08e928682c0804fe5" diff --git a/meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb b/meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb new file mode 100644 index 0000000000..427fe00fac --- /dev/null +++ b/meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb @@ -0,0 +1,18 @@ +SUMMARY = "Tecla is a keyboard layout viewer that uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps." +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e" + +DEPENDS = " \ + libxkbcommon \ + libadwaita \ + wayland \ + gtk4 \ +" + +REQUIRED_DISTRO_FEATURES = "wayland" + +inherit gnomebase pkgconfig features_check + +SRC_URI = "https://download.gnome.org/sources/tecla/${@oe.utils.trim_version('${PV}', 1)}/tecla-${PV}.tar.xz" +SRC_URI[sha256sum] = "783d3464d2a2cf7eb1507649dbd9ff09ce24852c2a6c9a0d365db84063d3d401" + -- cgit v1.2.3-54-g00ecf