summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano1618@gmail.com>2018-05-18 06:17:24 +0000
committerCarlos Soriano <csoriano@redhat.com>2018-05-18 15:47:09 +0200
commit2e331b6c80d90e72a86218ad232adeb5ffc05966 (patch)
treef4079721036fa423055eee7cd7b6732f32a9a593 /build-aux/flatpak/org.gnome.Nautilus.json
parent487e907b811106183d7c91333cdb8383c55f9e31 (diff)
downloadnautilus-2e331b6c80d90e72a86218ad232adeb5ffc05966.tar.gz
CI: Use 3.28 image until master is fixed
And run only headless tests, as things are a bit on flow now and the ostree image is missing some needed bits.
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.json')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 94f24612c..b8a3fe988 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -20,7 +20,16 @@
{
"name": "meson",
"buildsystem": "simple",
- "build-commands": ["pip3 install meson"]
+ "build-commands": [
+ "python3 setup.py install --prefix=/app"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/mesonbuild/meson/archive/0.46.1.tar.gz",
+ "sha256": "2d917692d2cc194e12295f00469fbdf3c045e85d0295e5e59ced69115920ffa0"
+ }
+ ]
},
{
"name": "exiv2",