kopia lustrzana https://gitlab.com/Zwarf/picplanner
134 wiersze
3.8 KiB
JSON
134 wiersze
3.8 KiB
JSON
{
|
|
"app-id" : "de.zwarf.picplanner",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "43",
|
|
"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" : "062c61815d2875beee19a1c704c473be8fabb3a7"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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": "10998ca3215fb6d21b5a32fdf78bb5feffaf4c0f"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "picplanner",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "~/Projekte/picplanner"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|