diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb new file mode 100644 index 0000000000..833fe65c37 --- /dev/null +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | PACKAGECONFIG ?= "" | ||
| 14 | PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" | ||
| 15 | |||
| 16 | SRC_URI[archive.sha256sum] = "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5" | ||
