[nautilus] flatpak: Fix GTK+ 4 manifest



commit 74d3b20089db6b1720327c08e82678c0a0f7bbc8
Author: Ernestas Kulik <ernestask gnome org>
Date:   Wed Jul 25 15:37:25 2018 +0000

    flatpak: Fix GTK+ 4 manifest
    
    Indentation was off.
    
    
    (cherry picked from commit b1840664f6970010493c53f6f78cdf2a4443cad5)

 build-aux/flatpak/org.gnome.NautilusGtk4.yml | 90 ++++++++++++++--------------
 1 file changed, 45 insertions(+), 45 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
index c41c28f7d..f45a2c8a2 100644
--- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml
+++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
@@ -74,52 +74,52 @@ modules:
       - type: git
         url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
 
-    - name: wayland
-      sources:
-          - type: git
-            url: https://github.com/wayland-project/wayland.git
-      config-opts:
-          - "--disable-documentation"
-      buildsystem: autotools
-      builddir: true
-      cleanup:
-          - "/bin"
-          - "/include"
-          - "/lib/pkgconfig"
-          - "/share/aclocal"
-          - "*.la"
+  - name: wayland
+    sources:
+        - type: git
+          url: https://github.com/wayland-project/wayland.git
+    config-opts:
+        - "--disable-documentation"
+    buildsystem: autotools
+    builddir: true
+    cleanup:
+        - "/bin"
+        - "/include"
+        - "/lib/pkgconfig"
+        - "/share/aclocal"
+        - "*.la"
 
-    - name: graphene
-      sources:
-          - type: git
-            url: https://github.com/ebassi/graphene.git
-      config-opts:
-          - "--libdir=lib"
-          - "-Dintrospection=false"
-          - "-Dtests=false"
-          - "-Dbenchmarks=false"
-      buildsystem: meson
-      builddir: true
-      cleanup:
-          - "/include"
-          - "/lib/pkgconfig"
+  - name: graphene
+    sources:
+        - type: git
+          url: https://github.com/ebassi/graphene.git
+    config-opts:
+        - "--libdir=lib"
+        - "-Dintrospection=false"
+        - "-Dtests=false"
+        - "-Dbenchmarks=false"
+    buildsystem: meson
+    builddir: true
+    cleanup:
+        - "/include"
+        - "/lib/pkgconfig"
 
-    - name: gtk+
-      sources:
-          - type: git
-            url: https://gitlab.gnome.org/GNOME/gtk.git
-      config-opts:
-          - "--libdir=lib"
-          - "-Dintrospection=false"
-          - "-Ddemos=false"
-          - "-Dbuild-examples=false"
-          - "-Dbuild-tests=false"
-      buildsystem: meson
-      builddir: true
-      cleanup:
-          - "/bin"
-          - "/include"
-          - "/lib/pkgconfig"
+  - name: gtk+
+    sources:
+        - type: git
+          url: https://gitlab.gnome.org/GNOME/gtk.git
+    config-opts:
+        - "--libdir=lib"
+        - "-Dintrospection=false"
+        - "-Ddemos=false"
+        - "-Dbuild-examples=false"
+        - "-Dbuild-tests=false"
+    buildsystem: meson
+    builddir: true
+    cleanup:
+        - "/bin"
+        - "/include"
+        - "/lib/pkgconfig"
 
   - name: nautilus
     buildsystem: meson
@@ -131,4 +131,4 @@ modules:
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/nautilus.git
-        branch: wip/ernestask/gtk4-continued
\ No newline at end of file
+        branch: wip/ernestask/gtk4-continued


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