kopia lustrzana https://gitlab.com/Zwarf/picplanner
119 wiersze
3.4 KiB
JSON
119 wiersze
3.4 KiB
JSON
{
|
|
"app-id" : "de.zwarf.picplanner",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "42",
|
|
"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"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "libgweather",
|
|
"buildsystem" : "meson",
|
|
"config-opts" : [
|
|
"-Dglade_catalog=false",
|
|
"-Denable_vala=false",
|
|
"-Dgtk_doc=false"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/GNOME/libgweather.git",
|
|
"branch" : "main"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "protobuf",
|
|
"buildsystem" : "autotools",
|
|
"config-opts": [ "DIST_LANG=cpp" ],
|
|
"cleanup" : [
|
|
"/bin/protoc*",
|
|
"/lib/libprotoc*",
|
|
"/lib/libprotobuf-lite*"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "archive",
|
|
"url" : "https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz",
|
|
"sha256" : "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2"
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"name" : "protobuf-c",
|
|
"buildsystem" : "autotools",
|
|
"sources" : [
|
|
{
|
|
"type" : "archive",
|
|
"url" : "https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz",
|
|
"sha256" : "26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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",
|
|
"branch" : "main"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "picplanner",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "file:///home/user/Projekte/picplanner"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"build-options" : {
|
|
"env" : { }
|
|
}
|
|
}
|