From c3eaf805d2cce97ba2d25b6b4fae6b6ccbdfa114 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 8 Dec 2023 22:32:17 +0000 Subject: [PATCH] gspell: update DEPENDS, switch iso-codes for icu gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb index 7ad55da089..2668fc009f 100644 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/gspell" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" -DEPENDS = "gtk+3 iso-codes enchant2" +DEPENDS = "gtk+3 icu enchant2" GNOMEBASEBUILDCLASS = "autotools" inherit gnomebase gettext gobject-introspection vala gtk-doc