diff options
author | Carlos Soriano <csoriano1618@gmail.com> | 2018-09-18 11:45:48 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-09-18 11:45:48 +0000 |
commit | 9f45d23bfd97888303142f23190df2b851e333b5 (patch) | |
tree | 2210f3718b6dbe5e385adf821c89035d2bc150b6 /build-aux | |
parent | 3b0c1da590a3ab78b5b3135cea800f239d921d2b (diff) | |
download | nautilus-9f45d23bfd97888303142f23190df2b851e333b5.tar.gz |
Update build-aux/flatpak/org.gnome.NautilusGtk4.yml, build-aux/flatpak/org.gnome.NautilusMaster.yml files
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.NautilusGtk4.yml | 27 | ||||
-rw-r--r-- | build-aux/flatpak/org.gnome.NautilusMaster.yml | 9 |
2 files changed, 33 insertions, 3 deletions
diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml index b8caf8a24..8aafd3c12 100644 --- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml +++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml @@ -114,6 +114,33 @@ modules: buildsystem: "meson" builddir: true + - name: tracker + cleanup: + - /bin + - /etc + - /libexec + buildsystem: meson + builddir: true + build-options: + config-opts: + - --libdir=lib + - -Ddocs=false + - -Dfunctional_tests=false + - -Djournal=false + - -Dnetwork_manager=no + - -Dstemmer=no + - -Dbash_completion=no + - -Dsystemd_user_services=no + sources: + - type: git + url: https://gitlab.gnome.org/GNOME/tracker.git + + - name: gnome-autoar + sources: + - type: git + url: https://gitlab.gnome.org/GNOME/gnome-autoar.git + tag: 0.2.3 + - name: "nautilus" buildsystem: "meson" builddir: true diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml index 35fd22888..039120ef0 100644 --- a/build-aux/flatpak/org.gnome.NautilusMaster.yml +++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml @@ -59,11 +59,14 @@ modules: builddir: true build-options: config-opts: + - --libdir=lib - -Ddocs=false + - -Dfunctional_tests=false + - -Djournal=false + - -Dnetwork_manager=no + - -Dstemmer=no - -Dbash_completion=no - - -Ddbus_services=no - - --prefix=/app - - --libdir=/app/lib + - -Dsystemd_user_services=no sources: - type: git url: https://gitlab.gnome.org/GNOME/tracker.git |