2018-06-09 23:35:29 +00:00
|
|
|
{
|
|
|
|
"app-id" : "sm.puri.Calls",
|
|
|
|
"runtime" : "org.gnome.Platform",
|
2018-10-26 09:07:17 +00:00
|
|
|
"runtime-version" : "master",
|
2018-06-09 23:35:29 +00:00
|
|
|
"sdk" : "org.gnome.Sdk",
|
|
|
|
"command" : "calls",
|
|
|
|
"finish-args" : [
|
|
|
|
"--share=ipc",
|
|
|
|
"--socket=x11",
|
|
|
|
"--socket=wayland",
|
|
|
|
"--socket=pulseaudio",
|
|
|
|
"--share=network",
|
|
|
|
"--device=all",
|
|
|
|
|
2018-06-25 08:41:04 +00:00
|
|
|
/* 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",
|
|
|
|
|
2018-06-09 23:35:29 +00:00
|
|
|
/* Doesn't matter what the name is, just need to call system-talk-name? */
|
|
|
|
"--system-talk-name=sm.puri.Calls",
|
|
|
|
|
2018-08-28 06:31:37 +00:00
|
|
|
"--talk-name=org.freedesktop.ModemManager1"
|
2018-06-09 23:35:29 +00:00
|
|
|
],
|
|
|
|
"build-options" : {
|
|
|
|
"cflags" : "-O2 -g",
|
|
|
|
"cxxflags" : "-O2 -g",
|
|
|
|
"env" : {
|
|
|
|
"V" : "1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"modules" : [
|
2018-08-08 15:11:30 +00:00
|
|
|
{
|
|
|
|
"name" : "modem-manager",
|
|
|
|
"config-opts" : [
|
|
|
|
"--without-udev",
|
|
|
|
"--without-mbim",
|
|
|
|
"--without-qmi",
|
2019-06-26 15:12:28 +00:00
|
|
|
"--with-systemdsystemunitdir=/app/lib/systemd/system",
|
2018-08-08 15:11:30 +00:00
|
|
|
"--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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2018-11-30 16:38:37 +00:00
|
|
|
{
|
|
|
|
"name" : "gsound",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "archive",
|
|
|
|
"url" : "https://download.gnome.org/sources/gsound/1.0/gsound-1.0.2.tar.xz",
|
|
|
|
"sha256" : "bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "libpeas",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "archive",
|
|
|
|
"url" : "https://download.gnome.org/sources/libpeas/1.22/libpeas-1.22.0.tar.xz",
|
|
|
|
"sha256" : "5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2018-06-09 23:35:29 +00:00
|
|
|
{
|
|
|
|
"name" : "libhandy",
|
|
|
|
"buildsystem" : "meson",
|
2018-10-26 09:03:50 +00:00
|
|
|
"config-opts": [
|
2019-01-19 23:07:43 +00:00
|
|
|
"-Dglade_catalog=disabled"
|
2018-10-26 09:03:50 +00:00
|
|
|
],
|
2018-06-09 23:35:29 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|