summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-03-10 20:33:43 +0100
committerCarlos Soriano <csoriano@gnome.org>2017-03-10 20:33:43 +0100
commit62ae03a62cae9655afb51c491af0a585d334d859 (patch)
treeecce74f6b70bdf3a8705cde6f3b6e16b5ef6d3cf
parent7b074dfb73254e8eed8ac408ff98f73031303e30 (diff)
downloadnautilus-62ae03a62cae9655afb51c491af0a585d334d859.tar.gz
org.gnome.Nautilus.json: Build meson
So we can build Nautilus with meson in flatpak
-rw-r--r--org.gnome.Nautilus.json24
1 files changed, 23 insertions, 1 deletions
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": [