Flatpak: Add enchant as a module

With the 3.30 release of the runtime enchant 1.x was dropped
from the sdk in favor of enchant 2.
This commit is contained in:
Jordan Petridis 2018-10-15 20:33:18 +03:00
parent 52a0b6b4ef
commit c1ed9b105f
No known key found for this signature in database
GPG key ID: E8523968931763BE

View file

@ -107,6 +107,19 @@
}
]
},
{
"name" : "enchant",
"cleanup" : [
"/bin"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz",
"sha256" : "bef0d9c0fef2e4e8746956b68e4d6c6641f6b85bd2908d91731efb68eba9e3f5"
}
]
},
{
"name": "geary",
"buildsystem": "meson",