2021-11-20 23:54:55 +00:00
|
|
|
{
|
|
|
|
"app-id" : "de.zwarf.picplanner",
|
|
|
|
"runtime" : "org.gnome.Platform",
|
2022-05-04 16:17:35 +00:00
|
|
|
"runtime-version" : "42",
|
2021-11-20 23:54:55 +00:00
|
|
|
"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" : [
|
2022-05-04 16:17:35 +00:00
|
|
|
{
|
|
|
|
"name" : "geocode-glib",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"config-opts" : [
|
|
|
|
"-Denable-gtk-doc=false",
|
|
|
|
"-Denable-introspection=false",
|
|
|
|
"-Denable-installed-tests=false"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
2022-07-18 21:50:44 +00:00
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git",
|
|
|
|
"commit" : "11db75f37b77faa900255cc4835f4ab390e323bc"
|
2022-05-04 16:17:35 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2022-07-18 21:50:44 +00:00
|
|
|
"commit" : "6ac9872a5a06863f6c84f6ac836cede78b401691"
|
2022-05-04 16:17:35 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2022-07-18 21:50:44 +00:00
|
|
|
"commit" : "d451a469ae65ea6574caf472cee0044e4059058c"
|
2022-05-04 16:17:35 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-11-20 23:54:55 +00:00
|
|
|
{
|
|
|
|
"name" : "picplanner",
|
|
|
|
"builddir" : true,
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
2022-07-18 21:50:44 +00:00
|
|
|
"url" : "https://gitlab.com/Zwarf/picplanner.git",
|
2022-07-30 20:42:07 +00:00
|
|
|
"commit" : "17734a5a2dc8de13723af3a0a0a3c80f385904db"
|
2021-11-20 23:54:55 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-07-19 22:36:59 +00:00
|
|
|
]
|
2021-11-20 23:54:55 +00:00
|
|
|
}
|