From 832e270c867bca0b7b72a126ad695569fed9ff3f Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 9 Jun 2021 08:38:15 +0200 Subject: gspell: upgrade 1.8.4 -> 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 1.9.1, 2020-10-10 ------------------------- * gspell_language_get_name() is now implemented with the ICU library, not with the iso-codes package. As a result, gspell no longer depends on the iso-codes, and has the ICU as a new dependency. * Translation updates. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb | 10 ---------- meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb create mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb deleted file mode 100644 index f7f493dc30..0000000000 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "gspell adds spell-checking to a GTK+ applications" -HOMEPAGE = "https://wiki.gnome.org/Projects/gspell" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" - -DEPENDS = "gtk+3 iso-codes enchant2" - -inherit gnomebase gettext gobject-introspection - -SRC_URI[archive.sha256sum] = "cf4d16a716e813449bd631405dc1001ea89537b8cdae2b8abfb3999212bd43b4" diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb new file mode 100644 index 0000000000..d6de146b16 --- /dev/null +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "gspell adds spell-checking to a GTK+ applications" +HOMEPAGE = "https://wiki.gnome.org/Projects/gspell" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" + +DEPENDS = "gtk+3 iso-codes enchant2" + +inherit gnomebase gettext gobject-introspection + +SRC_URI[archive.sha256sum] = "dcbb769dfdde8e3c0a8ed3102ce7e661abbf7ddf85df08b29915e92cd723abdd" -- cgit 1.2.3-korg