From c89b4ca4f7e8650f49e4f3ffbe65ce0715f3fdb9 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 --- meta-gnome/recipes-gnome/tecla/tecla_47.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-gnome/recipes-gnome/tecla/tecla_47.0.bb (limited to 'meta-gnome/recipes-gnome/tecla/tecla_47.0.bb') 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 000000000..e430b167d --- /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