org.gnome.Geary.yml: Rename to org.gnome.Geary.yaml
This commit is contained in:
parent
bb907070cd
commit
e8c48a9ae5
4 changed files with 3 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ flatpak:
|
||||||
variables:
|
variables:
|
||||||
APP_ID: org.gnome.Geary.Devel
|
APP_ID: org.gnome.Geary.Devel
|
||||||
FLATPAK_MODULE: geary
|
FLATPAK_MODULE: geary
|
||||||
MANIFEST_PATH: org.gnome.Geary.yml
|
MANIFEST_PATH: org.gnome.Geary.yaml
|
||||||
MESON_ARGS: "-Dprofile=development"
|
MESON_ARGS: "-Dprofile=development"
|
||||||
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
|
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
|
||||||
TEST_RUN_ARGS: $TEST_ARGS
|
TEST_RUN_ARGS: $TEST_ARGS
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ custom_target(
|
||||||
'org.gnome.Geary.json',
|
'org.gnome.Geary.json',
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
command: [yaml_to_json, '@INPUT@', meson.source_root(), '@OUTPUT@'],
|
command: [yaml_to_json, '@INPUT@', meson.source_root(), '@OUTPUT@'],
|
||||||
input: files('org.gnome.Geary.yml'),
|
input: files('org.gnome.Geary.yaml'),
|
||||||
output: 'org.gnome.Geary.json'
|
output: 'org.gnome.Geary.json'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* Automatically generated from org.gnome.Geary.yml, do not modify. */
|
/* Automatically generated from org.gnome.Geary.yaml, do not modify. */
|
||||||
{
|
{
|
||||||
"app-id": "org.gnome.Geary.Devel",
|
"app-id": "org.gnome.Geary.Devel",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue