[totem] flatpak: Disable tracker's bash completion



commit af4d4b7ba08247fea98742652fc5a6077c554bb1
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Mar 12 15:44:37 2017 +0100

    flatpak: Disable tracker's bash completion
    
    The GNOME runtime has been rebased to an updated Freedesktop runtime
    that includes bash-completion. By default tracker uses auto-detection
    to determine whether to install completions, so it now tries to install
    files into a read-only location which breaks the build.

 flatpak/org.gnome.Totem.json |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index a509aa8..c236b3f 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -147,6 +147,7 @@
             "name": "tracker",
             "cleanup": [ "/bin", "/etc", "/libexec" ],
             "config-opts": [ "--disable-miner-apps", "--disable-static",
+                             "--with-bash-completion-dir=no",
                              "--disable-tracker-extract", "--disable-tracker-needle",
                              "--disable-tracker-preferences", "--disable-artwork",
                              "--disable-tracker-writeback", "--disable-miner-user-guides"],


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