[gnome-boxes/csoriano-master-patch-18205: 1/2] Flatpak: Build meson from sources



commit c6733ab4f92be5893baaf2aeed8f41f08e5f0063
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Wed Sep 5 11:55:28 2018 +0000

    Flatpak: Build meson from sources
    
    Meson evolves quickly enough that worth adding it.
    
    This also fixes the nightlies, https://www.daitauha.fr/static/gnome-master-flatpak/report.html

 build-aux/flatpak/org.gnome.Boxes.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 1f498182..fc6706df 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -29,6 +29,20 @@
         }
     },
     "modules" : [
+        {
+            "name" : "meson",
+            "buildsystem" : "simple",
+            "build-commands" : [
+                "python3 setup.py install --prefix=/app"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/mesonbuild/meson.git";,
+                    "tag" : "0.47.2"
+                }
+            ]
+        },
         {
             "name" : "mtools",
             "buildsystem" : "autotools",


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