[polari/wip/fmuellner/flatpak: 2/3] flatpak: Bundle mission-control/idle



commit 7bbed1c38c1577b35355d096c216d58792aff563
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 7 00:22:56 2017 +0100

    flatpak: Bundle mission-control/idle
    
    Now that we ask for full session bus access for the room list, we can
    just as well use that access to run our own copies of mission-control
    and telepathy-idle in the case where those are not available on the
    host.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777705

 org.gnome.Polari.json |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Polari.json b/org.gnome.Polari.json
index cda4731..d1061f4 100644
--- a/org.gnome.Polari.json
+++ b/org.gnome.Polari.json
@@ -36,11 +36,11 @@
     "build-options": {
         "cflags": "-O2 -g"
     },
-    "cleanup": ["/include","/libexec","/lib/*.la","/lib/*.a",
+    "cleanup": ["/bin/mc*","/include","/lib/*.la","/lib/*.a",
                 "/lib/pkgconfig","/lib/polari/*.la",
                 "/share/aclocal", "/share/autoconf-archive",
                 "/share/gir-1.0", "/share/gtk-doc",
-                "/share/info"
+                "/share/info", "/share/man"
     ],
     "modules": [
         {
@@ -64,6 +64,26 @@
             ]
         },
         {
+            "name": "telepathy-mission-control",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.16.4.tar.gz";,
+                    "sha256": "9769ddac7ad8aad21f6db854016792162b57e6fa0b0aed8d823d76a71fe7e6cb"
+                }
+            ]
+        },
+        {
+            "name": "telepathy-idle",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-0.2.0.tar.gz";,
+                    "sha256": "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab"
+                }
+            ]
+        },
+        {
             "name": "telepathy-logger",
             "sources": [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]