hamlocator/eu.fl9.hamlocator.json

54 wiersze
1.3 KiB
JSON

{
"app-id" : "eu.fl9.hamlocator",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "hamlocator",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--system-talk-name=org.freedesktop.GeoClue2"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "hamlocator",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
},
"shared-modules/libsoup/libsoup-2.4.json",
{
"name": "geocode-glib",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/GNOME/geocode-glib.git",
"tag": "3.26.2",
"commit": "34f420cbe1ff3f45fde9179ba07e0259b9ce505b"
}
]
}
]
}