[nautilus] Flatpak: Remove duplicate modules



commit 60389de8f64788440d23a80fa28ef18067717025
Author: Jordan Petridis <jpetridis gnome org>
Date:   Thu Sep 20 19:19:55 2018 +0300

    Flatpak: Remove duplicate modules

 build-aux/flatpak/org.gnome.NautilusGtk4.yml | 48 +++++++---------------------
 1 file changed, 11 insertions(+), 37 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
index 8aafd3c12..1d871d85d 100644
--- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml
+++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
@@ -53,18 +53,19 @@ modules:
 
   - name: "tracker"
     cleanup:
-    - /bin
-    - /etc
-    - /libexec
-    buildsystem: meson
-    builddir: true
+      - "/bin"
+      - "/etc"
+      - "/libexec"
+    buildsystem: "meson"
     build-options:
       config-opts:
-        - -Ddocs=false
-        - -Dbash_completion=no
-        - -Ddbus_services=no
-        - --prefix=/app
-        - --libdir=/app/lib
+        - "-Dbash_completion=no"
+        - "-Ddocs=false"
+        - "-Dfunctional_tests=false"
+        - "-Djournal=false"
+        - "-Dnetwork_manager=no"
+        - "-Dstemmer=no"
+        - "-Dsystemd_user_services=no"
     sources:
       - type: "git"
         url: "https://gitlab.gnome.org/GNOME/tracker.git";
@@ -114,33 +115,6 @@ 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


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