From 36f8eaea279df345fe09f9ca25007a1f108fe4ed Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 12 Oct 2024 02:48:52 +0200 Subject: libspelling: update 0.4.0 -> 0.4.2 libspelling 0.4.2 ================= This is a bug-fix release for GNOME 47 * Limit the number of corrections to 10 in enchant backend to help with dictionary configurations which produce many results. * Hide add/ignore menu items when disabled. * Don't show word corrections when spellcheck is disabled. libspelling 0.4.1 ================= This is a bug-fix release for GNOME 47 * Fixes an important issue tracking weak pointers from a GtkTextBuffer. * Fixes an important issue where we could get invalid text iters from GtkTextBuffer::delete-range() after the deletion occurred when other signal handlers are in play. Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/libspelling/libspelling_0.4.0.bb | 16 ---------------- .../recipes-gnome/libspelling/libspelling_0.4.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb create mode 100644 meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb deleted file mode 100644 index dd4c8891e1..0000000000 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A spellcheck library for GTK 4" -HOMEPAGE = "https://gitlab.gnome.org/GNOME/libspelling" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -DEPENDS = "enchant2 gtk4 gtksourceview5 icu" - -inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection - -GIR_MESON_OPTION = '' -GIDOCGEN_MESON_OPTION = 'docs' - -PACKAGECONFIG ?= "" -PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" - -SRC_URI[archive.sha256sum] = "00c63970d708a0ef3bcba40e708a06d7030114cb9f210c74583ffad56d36e3dd" 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 @@ +SUMMARY = "A spellcheck library for GTK 4" +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libspelling" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = "enchant2 gtk4 gtksourceview5 icu" + +inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection + +GIR_MESON_OPTION = '' +GIDOCGEN_MESON_OPTION = 'docs' + +PACKAGECONFIG ?= "" +PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" + +SRC_URI[archive.sha256sum] = "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5" -- cgit v1.2.3-54-g00ecf