[gimp] flatpak: Add maxflow dependency and build with workshop



commit 1228d898b8c0dd6d8937b8e91f6e7ca82be2dfb1
Author: Ondřej Míchal <harrymichal seznam cz>
Date:   Sun May 23 13:46:17 2021 +0200

    flatpak: Add maxflow dependency and build with workshop
    
    https://github.com/flathub/org.gimp.GIMP/commit/8a771fc6b9f69d4b1cc9fb7c32f6911f17825fdf

 build/flatpak/org.gimp.GIMP-nightly.json | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index 7d1ca7a06b..fd9db8e263 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -432,7 +432,7 @@
         {
             "name": "gegl",
             "buildsystem": "meson",
-            "config-opts": [ "-Ddocs=false" ],
+            "config-opts": [ "-Ddocs=false", "-Dworkshop=true" ],
             "cleanup": [ "/bin" ],
             "sources": [
                 {
@@ -442,6 +442,18 @@
                 }
             ],
             "modules": [
+                {
+                    "name": "maxflow",
+                    "buildsystem": "cmake-ninja",
+                    "cleanup": [ "/bin" ],
+                    "sources": [
+                        {
+                            "type": "git",
+                            "url": "https://github.com/gerddie/maxflow.git";,
+                            "commit": "6ac148f164b9567ac81fbb4ebb36112f850c902b"
+                        }
+                    ]
+                },
                 {
                     "name": "graphviz",
                     "buildsystem": "autotools",


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