[gitg/alatiera/enchant] Flatpak: Add enchant 1 as a dependancy module
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/alatiera/enchant] Flatpak: Add enchant 1 as a dependancy module
- Date: Sun, 14 Oct 2018 14:50:21 +0000 (UTC)
commit fb4eabce2d750ebe07c3228627b5345a5a780796
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 | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Gitg.json b/org.gnome.Gitg.json
index 8a09041d..de7565fc 100644
--- a/org.gnome.Gitg.json
+++ b/org.gnome.Gitg.json
@@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.gitg",
"runtime" : "org.gnome.Platform",
- "runtime-version" : "master",
+ "runtime-version" : "3.30",
"branch" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "gitg",
@@ -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" : [
@@ -149,7 +162,9 @@
},
{
"name" : "gtksourceview",
- "config-opts" : [ "--disable-Werror" ],
+ "config-opts" : [
+ "--disable-Werror"
+ ],
"sources" : [
{
"type" : "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]