From c1ed9b105fdd0e3f4fcce626cc4c0f43dab2f1bc Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 15 Oct 2018 20:33:18 +0300 Subject: [PATCH] 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. --- org.gnome.Geary.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 93c45ff3..e956d74d 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -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",