From 74c5b00ff2ce775db1e2fa61643a3d32ab939766 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 19 Sep 2024 11:32:12 +0800 Subject: tecla: upgrade 46.0 -> 47.0 Changelog: =========== - Add --parent-handle command line option to integrate as a "modal dialog". - Translation updates - Set window icon Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-gnome/recipes-gnome/tecla/tecla_46.0.bb | 16 ---------------- meta-gnome/recipes-gnome/tecla/tecla_47.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/tecla/tecla_46.0.bb create mode 100644 meta-gnome/recipes-gnome/tecla/tecla_47.0.bb diff --git a/meta-gnome/recipes-gnome/tecla/tecla_46.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_46.0.bb deleted file mode 100644 index 62b3aa3e3e..0000000000 --- a/meta-gnome/recipes-gnome/tecla/tecla_46.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] = "4a081eab867a5a8b09758991cad7645920f323aabca954408290fb6f44591b0f" diff --git a/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb new file mode 100644 index 0000000000..e430b167d7 --- /dev/null +++ b/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb @@ -0,0 +1,16 @@ +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" -- cgit v1.2.3-54-g00ecf