diff --git a/org.gajim.Gajim.json b/org.gajim.Gajim.json index b80b9b9df..7fd284aa9 100644 --- a/org.gajim.Gajim.json +++ b/org.gajim.Gajim.json @@ -349,6 +349,34 @@ } ] }, + { + "name": "gspell", + "cleanup": [ + "/bin" + ], + "sources": [ + { + "type": "archive", + "url": "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz", + "sha256": "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5" + } + ], + "modules": [ + { + "name": "enchant2", + "cleanup": [ + "/bin" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz", + "sha256": "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d" + } + ] + } + ] + }, { "name": "python3-nbxmpp", "buildsystem": "simple",