summaryrefslogtreecommitdiff
path: root/org.gnome.Nautilus.json
diff options
context:
space:
mode:
Diffstat (limited to 'org.gnome.Nautilus.json')
-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": [