[gnome-apps-nightly] Builder: add meson for building Builder with meson



commit c9bb363a4a8841449eecaf839dd4e2bc5520ad4c
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 21 16:42:05 2017 -0800

    Builder: add meson for building Builder with meson
    
    We will need this in the future, so good to test with it now.

 org.gnome.Builder.json |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Builder.json b/org.gnome.Builder.json
index 2cd410c..de1e65a 100644
--- a/org.gnome.Builder.json
+++ b/org.gnome.Builder.json
@@ -275,6 +275,22 @@
             ]
         },
         {
+            "name": "meson",
+            "no-autogen": true,
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://github.com/mesonbuild/meson/releases/download/0.38.1/meson-0.38.1.tar.gz";,
+                    "sha256": "dcb05349b32427924fa2a258a5e23e40e09c1bf9dd09919198c3a2ae1c38ba53"
+                },
+                {
+                    "type": "file",
+                    "path": "build/flatpak/setuptools-makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
             "name": "sysprof",
             "config-opts": [ "--enable-gtk", "--with-sysprofd=host" ],
             "cleanup": [ "/bin/*", "/libexec/sysprof", "/share/applications/*", "/share/mime/packages" ],


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