picplanner/de.zwarf.picplanner.json~

141 wiersze
4.0 KiB
JSON

{
"app-id" : "de.zwarf.picplanner",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "picplanner",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "geocode-glib",
"buildsystem" : "meson",
"config-opts" : [
"-Denable-gtk-doc=false",
"-Denable-introspection=false",
"-Denable-installed-tests=false",
"-Dsoup2=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git",
"commit" : "210abe69d68e38947106f4680631c369b0c23189"
}
]
},
{
"name" : "libgweather",
"buildsystem" : "meson",
"config-opts" : [
"-Denable_vala=false",
"-Dgtk_doc=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libgweather.git",
"commit" : "699cfb7e114acba4e066ebda9a51e6820da3daa7"
}
]
},
{
"name" : "protobuf",
"buildsystem" : "autotools",
"config-opts" : [
"DIST_LANG=cpp"
],
"cleanup" : [
"/bin/protoc*",
"/lib/libprotoc*",
"/lib/libprotobuf-lite*"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/protocolbuffers/protobuf.git",
"commit" : "54489e95e01882407f356f83c9074415e561db00"
}
]
},
{
"name" : "protobuf-c",
"buildsystem" : "autotools",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/protobuf-c/protobuf-c.git",
"commit" : "abc67a11c6db271bedbb9f58be85d6f4e2ea8389"
}
]
},
{
"name" : "libshumate",
"buildsystem" : "meson",
"config-opts" : [
"-Ddemos=true",
"-Dgtk_doc=false",
"-Dvector_renderer=true"
],
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libshumate.git",
"commit" : "a79548ba6e0a6043b3dcfdd44d61abe1869ddde9"
}
]
},
{
"name" : "libgeoclue",
"buildsystem" : "meson",
"config-opts" : [
"-Denable-backend=false",
"-Dlibgeoclue=true",
"-Dintrospection=true",
"-Dgtk-doc=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.freedesktop.org/geoclue/geoclue.git",
"commit" : "bbfb6289dedb88cb8155d9f6868787d5432e1f90"
}
]
},
{
"name" : "picplanner",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "~/Projekte/picplanner"
}
],
"config-opts" : [
"LC_MESSAGES=de_DE.UTF-8"
]
}
],
"build-options" : {
"env" : { }
}
}