From af8b3722ef89327a01683a6c9010da2cc2c57098 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 27 Mar 2019 16:35:01 +0100 Subject: gspell: initial add 1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is necessary for latest evince. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gspell/gspell_1.8.1.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.8.1.bb diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.8.1.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.8.1.bb new file mode 100644 index 0000000000..9de298c418 --- /dev/null +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.8.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "spell 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.md5sum] = "8269918ea5ff798e49943e7daf6a32b9" +SRC_URI[archive.sha256sum] = "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5" -- cgit v1.2.3-54-g00ecf