From 9f369b52c2c52221723dedaead502e818274930d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:02:42 +0800 Subject: gspell: upgrade 1.12.0 -> 1.12.1 Changelog: ========= * Build: remove gtk-mac-integration dependency. * Documentation improvements. * Translation updates. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gspell/gspell_1.12.0.bb | 10 ---------- meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.12.0.bb create mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.0.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.0.bb deleted file mode 100644 index b7e4954964..0000000000 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "gspell adds spell-checking to a GTK+ applications" -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" - -inherit gnomebase gettext gobject-introspection vala - -SRC_URI[archive.sha256sum] = "40d2850f1bb6e8775246fa1e39438b36caafbdbada1d28a19fa1ca07e1ff82ad" diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb new file mode 100644 index 0000000000..6b65af3bb4 --- /dev/null +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "gspell adds spell-checking to a GTK+ applications" +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" + +inherit gnomebase gettext gobject-introspection vala + +SRC_URI[archive.sha256sum] = "8ec44f32052e896fcdd4926eb814a326e39a5047e251eec7b9056fbd9444b0f1" -- cgit v1.2.3-54-g00ecf