[gedit] Revert "flatpak: yml: indent lists"



commit 6c23838e0d3b095b7154fa8b323c65ed93acedf9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Nov 6 13:02:50 2019 -0600

    Revert "flatpak: yml: indent lists"
    
    This reverts commit cce624f9a861d3e2be2973e6e96c97615dff0923.

 build-aux/flatpak/org.gnome.gedit.yml | 121 +++++++++++++++++-----------------
 1 file changed, 61 insertions(+), 60 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index 87d12ef08..e39fbce4d 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -5,72 +5,73 @@ runtime-version: master
 sdk: org.gnome.Sdk
 command: gedit
 tags:
-  - nightly
+- nightly
 desktop-file-name-prefix: "(Nightly) "
 finish-args:
-  - "--share=ipc"
-  - "--socket=x11"
-  - "--socket=wayland"
-  - "--filesystem=host"
-  - "--filesystem=xdg-run/dconf"
-  - "--filesystem=~/.config/dconf:ro"
-  - "--talk-name=ca.desrt.dconf"
-  - "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+- "--share=ipc"
+- "--socket=x11"
+- "--socket=wayland"
+- "--filesystem=host"
+- "--filesystem=xdg-run/dconf"
+- "--filesystem=~/.config/dconf:ro"
+- "--talk-name=ca.desrt.dconf"
+- "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
 build-options:
   cflags: "-O2 -g"
   cxxflags: "-O2 -g"
   env:
     V: '1'
 cleanup:
-  - "/include"
-  - "/lib/pkgconfig"
-  - "/share/pkgconfig"
-  - "/share/aclocal"
-  - "/man"
-  - "/share/man"
-  - "/share/gtk-doc"
-  - "/share/vala"
-  - "*.la"
-  - "*.a"
+- "/include"
+- "/lib/pkgconfig"
+- "/share/pkgconfig"
+- "/share/aclocal"
+- "/man"
+- "/share/man"
+- "/share/gtk-doc"
+- "/share/vala"
+- "*.la"
+- "*.a"
 modules:
-  - name: libpeas
-    buildsystem: meson
-    cleanup:
-      - "/bin/*"
-    config-opts:
-      - "-Ddemos=false"
-      - "-Dvapi=true"
-      - "-Dgtk_doc=false"
-    sources:
-      - type: archive
-        url: https://download.gnome.org/sources/libpeas/1.24/libpeas-1.24.0.tar.xz
-        sha256: 0b9a00138c129a663de3eef5569b00ace03ce31d345f7af783768e9f35c8e6f9
-  - name: gtksourceview
-    buildsystem: meson
-    config-opts:
-      - "-Dvapi=true"
-      - "-Dgtk_doc=false"
-    sources:
-      - type: archive
-        url: https://download.gnome.org/sources/gtksourceview/4.4/gtksourceview-4.4.0.tar.xz
-        sha256: 9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a
-  - name: gspell
-    config-opts:
-      - "--disable-gtk-doc"
-    sources:
-      - type: archive
-        url: https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz
-        sha256: bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6
-  - name: gedit
-    buildsystem: meson
-    config-opts:
-      - "-Dvapi=true"
-      - "-Dgtk_doc=false"
-    sources:
-      - type: git
-        url: https://gitlab.gnome.org/GNOME/gedit.git
-  - name: gedit-plugins
-    buildsystem: meson
-    sources:
-      - type: git
-        url: https://gitlab.gnome.org/GNOME/gedit-plugins.git
+- name: libpeas
+  buildsystem: meson
+  cleanup:
+  - "/bin/*"
+  config-opts:
+  - "-Ddemos=false"
+  - "-Dvapi=true"
+  - "-Dgtk_doc=false"
+  sources:
+  - type: archive
+    url: https://download.gnome.org/sources/libpeas/1.24/libpeas-1.24.0.tar.xz
+    sha256: 0b9a00138c129a663de3eef5569b00ace03ce31d345f7af783768e9f35c8e6f9
+- name: gtksourceview
+  buildsystem: meson
+  config-opts:
+  - "-Dvapi=true"
+  - "-Dgtk_doc=false"
+  sources:
+  - type: archive
+    url: https://download.gnome.org/sources/gtksourceview/4.4/gtksourceview-4.4.0.tar.xz
+    sha256: 9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a
+- name: gspell
+  config-opts:
+  - "--disable-gtk-doc"
+  sources:
+  - type: archive
+    url: https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz
+    sha256: bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6
+- name: gedit
+  buildsystem: meson
+  config-opts:
+  - "-Dvapi=true"
+  - "-Dgtk_doc=false"
+  sources:
+  - type: git
+    url: https://gitlab.gnome.org/GNOME/gedit.git
+- name: gedit-plugins
+  buildsystem: meson
+  sources:
+  - type: git
+    url: https://gitlab.gnome.org/GNOME/gedit-plugins.git
+


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