diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-09-07 08:34:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-07 01:03:04 -0700 |
| commit | 5337077e6e4a3c5cfe23e9a23e164fcdfb18a470 (patch) | |
| tree | 0ac006db54998f34eab0e3031d49bad0d434d2a7 | |
| parent | 8937be5718b5bc398d3f4ce0111635c700af636f (diff) | |
| download | meta-openembedded-5337077e6e4a3c5cfe23e9a23e164fcdfb18a470.tar.gz | |
libspelling: add recipe
The gnome spellcheck library for gtk4
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/libspelling/libspelling_0.2.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.2.1.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.2.1.bb new file mode 100644 index 0000000000..f5f8a3321e --- /dev/null +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.2.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "A spellcheck library for GTK 4" | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libspelling" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | DEPENDS = "enchant2 gtk4 gtksourceview5 icu" | ||
| 7 | |||
| 8 | inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection | ||
| 9 | |||
| 10 | GIR_MESON_OPTION = '' | ||
| 11 | GIDOCGEN_MESON_OPTION = 'docs' | ||
| 12 | |||
| 13 | SRC_URI[archive.sha256sum] = "7a787b467bd493f6baffb44138dbc4bef78aaab60efb76a7db88b243bf0f6343" | ||
