From 073b41d42e01b9caff640388731b9f5dee11296a Mon Sep 17 00:00:00 2001 From: James Westman Date: Thu, 12 Nov 2020 14:01:47 -0600 Subject: [PATCH] flatpak: Add callaudiod to flatpak Added callaudiod to the Flatpak manifest so Calls builds again. --- sm.puri.Calls.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sm.puri.Calls.json b/sm.puri.Calls.json index d6bc9c5..da08789 100644 --- a/sm.puri.Calls.json +++ b/sm.puri.Calls.json @@ -261,6 +261,17 @@ } ] }, + { + "name" : "callaudiod", + "buildsystem" : "meson", + "sources" : [ + { + "type" : "archive", + "url" : "https://gitlab.com/mobian1/callaudiod/-/archive/0.0.4/callaudiod-0.0.4.tar.gz", + "sha256" : "a9620dee2999fa85a7ca8f0314be3317a99fc225439ac193d5f727ff9397f93d" + } + ] + }, { "name" : "calls", "buildsystem" : "meson",