summaryrefslogtreecommitdiff
path: root/build-aux/flatpak
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-05-25 12:05:33 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-05-25 12:09:48 +0200
commit3b8f238624837a8a45cc675a954233cc46b30700 (patch)
tree2afdc5ab81b6a2df71ec0a84dc0340e689573603 /build-aux/flatpak
parent91cc228171f1702455567ebc54a5298feb3d4aa8 (diff)
downloadnautilus-3b8f238624837a8a45cc675a954233cc46b30700.tar.gz
Flatpak: Add yaml variant
I needed for a talk because it's more compacted, and we should switch to it as soon as Builder gets support for yaml!
Diffstat (limited to 'build-aux/flatpak')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.yml53
1 files changed, 53 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
new file mode 100644
index 000000000..a5ef4c9bd
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -0,0 +1,53 @@
+app-id: org.gnome.NautilusDevel
+runtime: org.gnome.Platform
+runtime-version: master
+sdk: org.gnome.Sdk
+command: nautilus
+tags:
+ - devel
+ - nightly
+desktop-file-name-prefix: (Development)
+finish-args:
+ - --filesystem=host
+
+modules:
+ - name: exiv2
+ sources:
+ - type: archive
+ url: http://exiv2.org/builds/exiv2-0.26-trunk.tar.gz
+ sha256: c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb
+ - type: shell
+ commands:
+ - cp -f /usr/share/automake-1.15/config.sub ./config/
+ - cp -f /usr/share/automake-1.15/config.guess ./config/
+
+ - name: gexiv2
+ config-opts:
+ - --disable-introspection
+ sources:
+ - type: git
+ url: https://git.gnome.org/browse/gexiv2
+
+ - name: tracker
+ cleanup:
+ - /bin
+ - /etc
+ - /libexec
+ sources:
+ - type: git
+ url: https://git.gnome.org/browse/tracker
+
+ - name: gnome-autoar
+ sources:
+ - type: git
+ url: https://git.gnome.org/browse/gnome-autoar
+
+ - name: nautilus
+ buildsystem: meson
+ builddir: true
+ config-opts:
+ - --libdir=/app/lib
+ - -Dprofile=development
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/nautilus.git \ No newline at end of file