[nautilus] flatpak: Update GTK+ 4 manifest



commit 40d7df88cb9392d5246111fc8314a4ea697fc202
Author: Ernestas Kulik <ernestask gnome org>
Date:   Fri Jul 27 20:30:02 2018 +0000

    flatpak: Update GTK+ 4 manifest
    
    This commit builds master Tracker with Meson and removes a redundant
    finish argument.
    
    
    (cherry picked from commit f42bca38528a64d92e4e7f47865bb0a0133580cd)

 build-aux/flatpak/org.gnome.NautilusGtk4.yml | 32 ++++++----------------------
 1 file changed, 6 insertions(+), 26 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
index 787a9699b..0845dd02d 100644
--- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml
+++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
@@ -15,7 +15,6 @@ finish-args:
   - "--socket=wayland"
   - "--talk-name=org.gnome.OnlineAccounts"
   - "--talk-name=org.freedesktop.Tracker1"
-  - "--filesystem=host"
   - "--talk-name=org.gtk.vfs"
   - "--talk-name=org.gtk.vfs.*"
   - "--filesystem=xdg-run/dconf"
@@ -50,25 +49,17 @@ modules:
         url: "https://gitlab.gnome.org/GNOME/gexiv2.git";
 
   - name: "tracker"
-    cleanup:
-      - "/bin"
-      - "/etc"
-      - "/libexec"
     build-options:
       config-opts:
-        - "--disable-miner-apps"
-        - "--disable-static"
-        - "--disable-tracker-extract"
-        - "--disable-tracker-needle"
-        - "--disable-tracker-preferences"
-        - "--disable-artwork"
-        - "--disable-tracker-writeback"
-        - "--disable-miner-user-guides"
-        - "--with-bash-completion-dir=no"
+        - "-Ddocs=false"
+        - "-Dfunctional_tests=false"
+        - "-Dbash_completion=no"
+        - "-Ddbus_services=no"
     sources:
       - type: "git"
         url: "https://gitlab.gnome.org/GNOME/tracker.git";
-        tag: "2.1.0"
+    buildsystem: "meson"
+    builddir: true
 
   - name: "gnome-autoar"
     sources:
@@ -86,12 +77,6 @@ modules:
         - "--disable-documentation"
     buildsystem: "autotools"
     builddir: true
-    cleanup:
-      - "/bin"
-      - "/include"
-      - "/lib/pkgconfig"
-      - "/share/aclocal"
-      - "*.la"
 
   - name: "graphene"
     sources:
@@ -106,8 +91,6 @@ modules:
         - "-Dbenchmarks=false"
     buildsystem: "meson"
     builddir: true
-    cleanup:
-      - "/lib/pkgconfig"
 
   - name: "gtk+"
     sources:
@@ -122,9 +105,6 @@ modules:
         - "-Dbuild-tests=false"
     buildsystem: "meson"
     builddir: true
-    cleanup:
-      - "/bin"
-      - "/lib/pkgconfig"
 
   - name: "nautilus"
     buildsystem: "meson"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]