app: Use a dot to separate the .Devel suffix in the app-id
This commit is contained in:
parent
78283e51f6
commit
7d745179d4
@ -32,7 +32,7 @@ gschemas = find_program('glib-compile-schemas', required: true)
|
|||||||
cargo_vendor = find_program('cargo-vendor', required: false)
|
cargo_vendor = find_program('cargo-vendor', required: false)
|
||||||
|
|
||||||
if get_option('profile') == 'development'
|
if get_option('profile') == 'development'
|
||||||
profile = 'Devel'
|
profile = '.Devel'
|
||||||
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
|
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
|
||||||
if vcs_tag == ''
|
if vcs_tag == ''
|
||||||
version_suffix = '-devel'
|
version_suffix = '-devel'
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"app-id" : "org.gnome.PodcastsDevel",
|
"app-id" : "org.gnome.Podcasts.Devel",
|
||||||
"runtime" : "org.gnome.Platform",
|
"runtime" : "org.gnome.Platform",
|
||||||
"runtime-version" : "master",
|
"runtime-version" : "master",
|
||||||
"sdk" : "org.gnome.Sdk",
|
"sdk" : "org.gnome.Sdk",
|
||||||
@ -31,8 +31,8 @@
|
|||||||
"--share=network"
|
"--share=network"
|
||||||
],
|
],
|
||||||
"env" : {
|
"env" : {
|
||||||
"CARGO_HOME" : "/run/build/Podcasts/cargo",
|
|
||||||
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
|
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
|
||||||
|
"CARGO_HOME" : "/run/build/Podcasts/cargo",
|
||||||
"RUST_BACKTRACE" : "1"
|
"RUST_BACKTRACE" : "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -63,8 +63,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "gnome-podcasts",
|
"name" : "gnome-podcasts",
|
||||||
"buildsystem" : "meson",
|
"buildsystem" : "meson",
|
||||||
"builddir" : "true",
|
"config-opts" : [
|
||||||
"config-opts" : [ "-Dprofile=development" ],
|
"-Dprofile=development"
|
||||||
|
],
|
||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
Loading…
Reference in New Issue
Block a user