[polari] flatpak: Clean up some more files



commit dd9d1ee22cdcd4dd9a8c36f645350801e09b73a9
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Mar 5 15:53:16 2017 +0100

    flatpak: Clean up some more files
    
     - services other than our own are not exported, so won't
       be visible to the D-Bus daemon anyway
     - GJS only uses typelibs, not the original girs, so we can
       clean up the gir of our private lib
     - Telepathy .client files aren't useful here - we either interact
       with a system service that doesn't have access to them, or we
       run bundled versions of the services manually

 org.gnome.Polari.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Polari.json b/org.gnome.Polari.json
index 9102ee7..089106c 100644
--- a/org.gnome.Polari.json
+++ b/org.gnome.Polari.json
@@ -42,8 +42,9 @@
     "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/man"
+                "/share/dbus-1/services/org.freedesktop*", "/share/gir-1.0",
+                "/share/gtk-doc", "/share/info", "/share/man",
+                "/share/polari", "/share/telepathy"
     ],
     "modules": [
         {


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