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



commit 4bb525fab46f9029c0585b6b108bb5be92c83c15
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Mar 13 15:54:21 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.Books.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Books.json b/flatpak/org.gnome.Books.json
index 73e07be..c0d9863 100644
--- a/flatpak/org.gnome.Books.json
+++ b/flatpak/org.gnome.Books.json
@@ -136,7 +136,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]