From 62ae03a62cae9655afb51c491af0a585d334d859 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Fri, 10 Mar 2017 20:33:43 +0100 Subject: org.gnome.Nautilus.json: Build meson So we can build Nautilus with meson in flatpak --- org.gnome.Nautilus.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json index 5ea8c3bd4..320fad41f 100644 --- a/org.gnome.Nautilus.json +++ b/org.gnome.Nautilus.json @@ -4,7 +4,7 @@ "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "nautilus", - "tags": ["devel", "development"], + "tags": ["devel", "development", "nightly"], "desktop-file-name-prefix": "(Development) ", "finish-args": [ /* X11 + XShm access */ @@ -29,6 +29,28 @@ }, "cleanup": [ "/include", "/share/bash-completion" ], "modules": [ + { + "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": "patch", + "path": "meson-glib-check.patch", + "strip-components": 0 + + }, + { + "type": "file", + "path": "setuptools-makefile", + "dest-filename": "Makefile" + } + ] + }, { "name": "libexif", "sources": [ -- cgit v1.2.1