[gedit/wip/swilmet/tepl-step1: 5/12] flatpak: yml: indent lists
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/swilmet/tepl-step1: 5/12] flatpak: yml: indent lists
- Date: Thu, 7 Nov 2019 13:34:07 +0000 (UTC)
commit c98e7852fbed0e8b18adeeeb64a5260ce1613422
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Nov 5 10:20:47 2019 +0100
flatpak: yml: indent lists
And remove the empty last line.
build-aux/flatpak/org.gnome.gedit.yml | 121 +++++++++++++++++-----------------
1 file changed, 60 insertions(+), 61 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index e39fbce4d..87d12ef08 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -5,73 +5,72 @@ 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]