diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-09-17 21:09:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-18 07:09:47 -0700 |
| commit | ae9a7f7143330a02f233529bc59d73c8c180d82d (patch) | |
| tree | 5fdc59382a21be4b7c9f2ac36fa292ca0063fd21 | |
| parent | 8f3041d0d602aa44bf65a7f3288186e4b1e50f4e (diff) | |
| download | meta-openembedded-ae9a7f7143330a02f233529bc59d73c8c180d82d.tar.gz | |
tecla: add recipe
Tecla is a keyboard layout viewer that uses GTK/Libadwaita for UI,
and libxkbcommon to deal with keyboard maps.
It is a required dependency for gnome-control-center-45
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/tecla/tecla_45.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb new file mode 100644 index 0000000000..c047e29b7d --- /dev/null +++ b/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Tecla is a keyboard layout viewer that uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps." | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | libxkbcommon \ | ||
| 7 | libadwaita \ | ||
| 8 | wayland \ | ||
| 9 | gtk4 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | REQUIRED_DISTRO_FEATURES = "wayland" | ||
| 13 | GNOMEBASEBUILDCLASS = "meson" | ||
| 14 | |||
| 15 | inherit gnomebase pkgconfig features_check | ||
| 16 | |||
| 17 | SRC_URI[archive.sha256sum] = "5c02bb4019b1cffb5663da6107503eff853836a8783dd4705dd04a49f7adc25b" | ||
