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



commit cce4271e69a2456366f3e0f5ca713a257be20f16
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Sep 8 16:06:23 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 4105445..c796132 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -234,7 +234,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]