[gimp] build: last dependency for a full flatpak build, temporarily disabled.



commit 4ff7f23da3ac6eaf4f68dd361bfe5887937da944
Author: Jehan <jehan girinstud io>
Date:   Tue Jan 31 00:11:36 2017 +0100

    build: last dependency for a full flatpak build, temporarily disabled.
    
    The last stable WebkitGTK is 2.14.3 but that apparently corresponds to
    WebkitGTK4 (which is already in the GNOME runtime). We need an older
    version, and the last available would be 2.4.11.
    I disable it though because the build failed in my test but let's save
    my work-in-progress.

 build/flatpak/org.gimp.GIMP.json |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP.json b/build/flatpak/org.gimp.GIMP.json
index d0b2756..816dd70 100644
--- a/build/flatpak/org.gimp.GIMP.json
+++ b/build/flatpak/org.gimp.GIMP.json
@@ -246,6 +246,20 @@
             ]
         },
         {
+            "name": "webkitgtk",
+            "disabled": true,
+            "config-opts": [ "--with-gtk=2.0", "--disable-webkit2", "--disable-geolocation", 
"--disable-video",
+                             "--disable-spellcheck", "--disable-credential-storage", "--disable-web-audio" ],
+            "cleanup": [ "/share/doc", "/bin" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://www.webkitgtk.org/releases/webkitgtk-2.4.11.tar.xz";,
+                    "sha256": "588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7"
+                }
+            ]
+        },
+        {
             "name": "babl",
             "config-opts": [ "--disable-docs" ],
             "sources": [


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