[gtk/flatpak-build-sassc: 2/2] Build sassc as a dependency for flatpaks



commit 42efd2b0f2094bb053c4055331a882dd8185abc2
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 5 23:47:13 2020 -0500

    Build sassc as a dependency for flatpaks
    
    Downloading the subproject during the GTK build fails
    in a flatpak build due to lack of network access.
    flatpak-builder insists on having these things explicitly
    spelled out as dependencies.

 build-aux/flatpak/org.gtk.Demo4.json          | 11 +++++++++++
 build-aux/flatpak/org.gtk.IconBrowser4.json   | 11 +++++++++++
 build-aux/flatpak/org.gtk.WidgetFactory4.json | 11 +++++++++++
 3 files changed, 33 insertions(+)
---
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index ceff29623d..d33c4f0947 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -54,6 +54,17 @@
                 }
             ]
         },
+        {
+            "name" : "sassc",
+            "buildsystem" : "autotools",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/lazka/sassc.git";
+                }
+            ]
+        },
         {
             "name": "gtk",
             "buildsystem": "meson",
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 6dc46fcdab..bb57f36e8a 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -54,6 +54,17 @@
                 }
             ]
         },
+        {
+            "name" : "sassc",
+            "buildsystem" : "autotools",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/lazka/sassc.git";
+                }
+            ]
+        },
         {
             "name": "gtk",
             "buildsystem": "meson",
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index 8030528a14..77a40b9ed8 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -54,6 +54,17 @@
                 }
             ]
         },
+        {
+            "name" : "sassc",
+            "buildsystem" : "autotools",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/lazka/sassc.git";
+                }
+            ]
+        },
         {
             "name": "gtk",
             "buildsystem": "meson",


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