[gimp] build: move fribidi as a module of pango in flatpak manifest.



commit fdc3c84fc583b4cbf16cfbc511e0f3cc1011800a
Author: Jehan <jehan girinstud io>
Date:   Mon Jul 23 12:46:00 2018 +0200

    build: move fribidi as a module of pango in flatpak manifest.
    
    Makes easier to maintain so that it makes clear why this was added (i.e.
    as a dependency of pango, not a direct dependency of GIMP).

 build/flatpak/org.gimp.GIMP-nightly.json | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index e17665548a..ddaf22468e 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -329,17 +329,19 @@
             ]
         },
         {
-            "name" : "fribidi",
-            "sources" : [
+            "name" : "pango",
+            "modules": [
                 {
-                    "url" : 
"https://github.com/fribidi/fribidi/releases/download/0.19.7/fribidi-0.19.7.tar.bz2";,
-                    "sha256" : "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e",
-                    "type" : "archive"
+                    "name" : "fribidi",
+                    "sources" : [
+                        {
+                            "url" : 
"https://github.com/fribidi/fribidi/releases/download/0.19.7/fribidi-0.19.7.tar.bz2";,
+                            "sha256" : "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e",
+                            "type" : "archive"
+                        }
+                    ]
                 }
-            ]
-        },
-        {
-            "name" : "pango",
+            ],
             "sources" : [
                 {
                     "url" : "https://download.gnome.org/sources/pango/1.42/pango-1.42.1.tar.xz";,


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