mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"app-id" : "sm.puri.Calls",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "3.28",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "calls",
|
|
"finish-args" : [
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--socket=pulseaudio",
|
|
"--share=network",
|
|
"--device=all",
|
|
|
|
/* Needed to use the GTK+ Inspector. */
|
|
"--filesystem=xdg-run/dconf",
|
|
"--filesystem=~/.config/dconf:ro",
|
|
"--talk-name=ca.desrt.dconf",
|
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
|
|
|
|
/* Doesn't matter what the name is, just need to call system-talk-name? */
|
|
"--system-talk-name=sm.puri.Calls",
|
|
|
|
"--talk-name=org.freedesktop.ModemManager1"
|
|
],
|
|
"build-options" : {
|
|
"cflags" : "-O2 -g",
|
|
"cxxflags" : "-O2 -g",
|
|
"env" : {
|
|
"V" : "1"
|
|
}
|
|
},
|
|
"modules" : [
|
|
{
|
|
"name" : "modem-manager",
|
|
"config-opts" : [
|
|
"--without-udev",
|
|
"--without-mbim",
|
|
"--without-qmi",
|
|
"--with-udev-base-dir=/app/lib/udev"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "archive",
|
|
"url" : "https://www.freedesktop.org/software/ModemManager/ModemManager-1.8.0.tar.xz",
|
|
"sha256" : "18abe34421aa3b52ff47d4ba93aa282f8f8944717dd644a5c0c81eeeac9c7eb1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "libhandy",
|
|
"buildsystem" : "meson",
|
|
"config-opts": [
|
|
"-Dglade_catalog=false"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://source.puri.sm/Librem5/libhandy.git"
|
|
}
|
|
],
|
|
"cleanup" : [
|
|
"/bin"
|
|
]
|
|
},
|
|
{
|
|
"name" : "calls",
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://source.puri.sm/Librem5/calls.git"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|