[gnome-documents] flatpak: Delete tracker-store's D-Bus service file



commit 8ff3d4711b442cc629636cacf69bf55d1e1d00f6
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Mar 13 14:33:52 2018 +0100

    flatpak: Delete tracker-store's D-Bus service file
    
    The org.freedesktop.Tracker1 D-Bus is meant to run on the host
    operating system. In fact, it refers to /app/libexec/tracker-store,
    which is explicitly deleted during the build.

 flatpak/org.gnome.Documents.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index 45f515d..a492ac1 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -134,7 +134,7 @@
         },
         {
             "name": "tracker",
-            "cleanup": [ "/bin", "/etc", "/libexec" ],
+            "cleanup": [ "/bin", "/etc", "/libexec", "/share/dbus-1/services" ],
             "config-opts": [ "--disable-static", "--with-bash-completion-dir=no" ],
             "sources": [
                 {


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