[gnome-photos/gnome-3-24] flatpak: Delete tracker-store's D-Bus service file



commit 1d64c6bdcadfd5fa603e101da612184e21c6cc69
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 15 11:16:53 2017 +0200

    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.Photos.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 8f143b3..a994c55 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -239,7 +239,7 @@
         },
         {
             "name": "tracker",
-            "cleanup": [ "/bin", "/etc", "/libexec" ],
+            "cleanup": [ "/bin", "/etc", "/libexec", "/share/dbus-1/services" ],
             "config-opts": [ "--disable-miner-apps",
                              "--disable-miner-evolution",
                              "--disable-miner-firefox",


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