From 360412de2f752ae016a1f5e6748180b3b33a49a2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 6 Dec 2024 12:40:26 +0100 Subject: libspelling: update 0.4.2 -> 0.4.5 libspelling 0.4.5 ================= This is a bug-fix release for GNOME 47 * Various robustness fixes for weak ref tracking * Various GObject Introspection fixes * A new build option to install a static library (libspelling-1.a) * Fix a minor leak of extra_word_chars for a language dictionary * Fix ICU success check * Translation updates libspelling 0.4.4 ================= This is a bug-fix release for GNOME 47 * Adds a few dozen translations for menu items libspelling 0.4.3 ================= This is a bug-fix release for GNOME 47 * Fix build to disable assertions in release builds * Fix an off-by-one in assertion * Add i18n for translations of menu entries * Ignore empty strings when building job list Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/libspelling/libspelling_0.4.2.bb | 19 ------------------- .../recipes-gnome/libspelling/libspelling_0.4.5.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb create mode 100644 meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb deleted file mode 100644 index 11ac086565..0000000000 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb +++ /dev/null @@ -1,19 +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 features_check - -# reason: gtk4 requires opengl distro feature -REQUIRED_DISTRO_FEATURES = "opengl" - -GIR_MESON_OPTION = '' -GIDOCGEN_MESON_OPTION = 'docs' - -PACKAGECONFIG ?= "" -PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" - -SRC_URI[archive.sha256sum] = "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5" diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb new file mode 100644 index 0000000000..064dd0018c --- /dev/null +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb @@ -0,0 +1,19 @@ +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 features_check + +# reason: gtk4 requires opengl distro feature +REQUIRED_DISTRO_FEATURES = "opengl" + +GIR_MESON_OPTION = '' +GIDOCGEN_MESON_OPTION = 'docs' + +PACKAGECONFIG ?= "" +PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" + +SRC_URI[archive.sha256sum] = "ec0372d83f42b65aee3734248ef8e2ffbfba4ea91268419c98ea44a00ef3e83f" -- cgit v1.2.3-54-g00ecf