Merge pull request 'add-mm-as-flatpak-module' (#10) from ferenc/satellite:add-mm-as-flatpak-module into main

Reviewed-on: https://codeberg.org/tpikonen/satellite/pulls/10
This commit is contained in:
Teemu Ikonen 2023-03-22 14:09:45 +00:00
commit ffe6a6221a
1 changed files with 22 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"app-id": "page.codeberg.tpikonen.satellite",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"runtime-version": "44",
"sdk": "org.gnome.Sdk",
"command": "satellite",
"rename-desktop-file": "satellite.desktop",
@ -18,6 +18,27 @@
],
"modules": [
"python3-requirements.json",
{
"name": "ModemManager",
"config-opts": [
"--without-udev",
"--with-udev-base-dir=/app/lib/udev",
"--with-systemdsystemunitdir=/app/lib/systemd/system",
"--without-examples",
"--without-tests",
"--without-mbim",
"--without-qmi",
"--without-qrtr",
"--without-man"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git",
"tag": "1.20.6"
}
]
},
{
"name": "satellite",
"sources": [