From 1294cf0090124a54d7e47d0cc73ebc0d186f14f5 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Wed, 8 Aug 2018 17:11:30 +0200 Subject: [PATCH] flatpak: Add ModemManager Add the ModemManager module as Calls now depends on it and talk to org.freedesktop.ModemManager1. --- sm.puri.Calls.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sm.puri.Calls.json b/sm.puri.Calls.json index 65d5335..fb48d60 100644 --- a/sm.puri.Calls.json +++ b/sm.puri.Calls.json @@ -15,6 +15,7 @@ /* 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", "--talk-name=org.ofono", "--talk-name=org.ofono.VoiceCall", "--talk-name=org.ofono.Manager", @@ -50,6 +51,22 @@ } }, "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" : "mobile-broadband-provider-info", "sources" : [