[gitg/alatiera/enchant] Flatpak: Add enchant 1 as a dependancy module



commit 04309f63b6a9675e05d475c5ef06f993a19ad114
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Oct 14 17:31:23 2018 +0300

    Flatpak: Add enchant 1 as a dependancy module
    
    Up till now enchant 1.6 was included in the GNOME runtime.
    From the GNOME 3.30 release and onwards enchant 1 has been replaced
    by enchant 2 and thus we need to add it explicitly add it in the
    manifest.

 org.gnome.Gitg.json | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Gitg.json b/org.gnome.Gitg.json
index 8a09041d..9ae5575a 100644
--- a/org.gnome.Gitg.json
+++ b/org.gnome.Gitg.json
@@ -137,6 +137,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" : "gtkspell3",
             "sources" : [
@@ -175,4 +188,4 @@
             ]
         }
     ]
-}
+}
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]