[nautilus] flatpak: fix the yml manifests to better reflect json structure



commit 45fc00c5c305981db5e5d1982f9cd8c71625aa81
Author: Jordan Petridis <jpetridis gnome org>
Date:   Tue Jul 2 17:17:47 2019 +0300

    flatpak: fix the yml manifests to better reflect json structure
    
    See !467

 build-aux/flatpak/org.gnome.Nautilus.yml       | 9 ++++-----
 build-aux/flatpak/org.gnome.NautilusMaster.yml | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 1799e9df3..0ca22201d 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -94,11 +94,10 @@ modules:
     tag: 2.2.1
 - name: gnome-desktop
   buildsystem: meson
-  build-options:
-    config-opts:
-    - "-Ddebug_tools=false"
-    - "-Ddesktop_docs=false"
-    - "-Dudev=disabled"
+  config-opts:
+  - "-Ddebug_tools=false"
+  - "-Ddesktop_docs=false"
+  - "-Dudev=disabled"
   sources:
   - type: git
     url: https://gitlab.gnome.org/GNOME/gnome-desktop.git
diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml
index db0a5b2ed..048f0fb13 100644
--- a/build-aux/flatpak/org.gnome.NautilusMaster.yml
+++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml
@@ -91,11 +91,10 @@ modules:
     url: https://gitlab.gnome.org/GNOME/tracker-miners.git
 - name: gnome-desktop
   buildsystem: meson
-  build-options:
-    config-opts:
-    - "-Ddebug_tools=false"
-    - "-Ddesktop_docs=false"
-    - "-Dudev=disabled"
+  config-opts:
+  - "-Ddebug_tools=false"
+  - "-Ddesktop_docs=false"
+  - "-Dudev=disabled"
   sources:
   - type: git
     url: https://gitlab.gnome.org/GNOME/gnome-desktop.git


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