app: Use a dot to separate the .Devel suffix in the app-id

This commit is contained in:
Jordan Petridis 2019-03-19 12:54:04 +02:00
parent 78283e51f6
commit 7d745179d4
No known key found for this signature in database
GPG Key ID: E8523968931763BE
2 changed files with 8 additions and 7 deletions

View File

@ -32,7 +32,7 @@ gschemas = find_program('glib-compile-schemas', required: true)
cargo_vendor = find_program('cargo-vendor', required: false)
if get_option('profile') == 'development'
profile = 'Devel'
profile = '.Devel'
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
if vcs_tag == ''
version_suffix = '-devel'

View File

@ -1,5 +1,5 @@
{
"app-id" : "org.gnome.PodcastsDevel",
"app-id" : "org.gnome.Podcasts.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
@ -31,8 +31,8 @@
"--share=network"
],
"env" : {
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUST_BACKTRACE" : "1"
}
},
@ -49,8 +49,8 @@
"-Dglade_catalog=disabled"
],
"cleanup" : [
"/include",
"/lib/pkgconfig"
"/include",
"/lib/pkgconfig"
],
"sources" : [
{
@ -63,8 +63,9 @@
{
"name" : "gnome-podcasts",
"buildsystem" : "meson",
"builddir" : "true",
"config-opts" : [ "-Dprofile=development" ],
"config-opts" : [
"-Dprofile=development"
],
"sources" : [
{
"type" : "git",