Fix #5829 - Messing around with flutter API
[roobuilder] / org.roojs.roobuilder.json
diff --git a/org.roojs.roobuilder.json b/org.roojs.roobuilder.json
new file mode 100644 (file)
index 0000000..0aa1338
--- /dev/null
@@ -0,0 +1,48 @@
+{
+    "id": "org.roojs.roobuilder",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "3.32",
+    "sdk": "org.gnome.Sdk",
+    "command": "roobuilder",
+    "clean": [ "/include", "*.la" ],
+    "build-options" : {
+        "cflags": "-O2 -g",
+        "cxxflags": "-O2 -g",
+        "env": {
+            "V": "1"
+        },
+        "arch": {
+            "x86_64": {
+                "cflags": "-O3 -g"
+            }
+        }
+    },
+    "modules": [
+        {
+            "name" : "gtksourceview",
+            "config-opts" : [
+                "--disable-Werror"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "branch" : "gnome-3-24",
+                    "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git"
+                }
+            ]
+        },
+        {
+            "name" : "vala",
+            "config-opts" : [
+                "--disable-Werror"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "branch" : "0.36",
+                    "url" : "https://gitlab.gnome.org/GNOME/vala.git"
+                }
+            ]
+        }
+    ]
+}