[gnome-photos/gnome-3-22] flatpak: Disable the Bash auto-completion scripts for Tracker



commit 4a9e7827a5082603aa683d55dc25aa95b44e0e78
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 8 23:40:21 2017 +0100

    flatpak: Disable the Bash auto-completion scripts for Tracker
    
    The build fails when trying to install the Bash auto-completion scripts
    because the destination is marked as read-only on the builder. These
    scripts don't add a lot of value to the Flatpak, as opposed to being
    installed on the host operating system, so let's disable them.

 flatpak/org.gnome.Photos.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 1bd6f62..7b89fde 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -221,7 +221,8 @@
             "config-opts": [ "--disable-miner-apps", "--disable-static",
                              "--disable-tracker-extract", "--disable-tracker-needle",
                              "--disable-tracker-preferences", "--disable-artwork",
-                             "--disable-tracker-writeback", "--disable-miner-user-guides"],
+                             "--disable-tracker-writeback", "--disable-miner-user-guides",
+                             "--with-bash-completion-dir=no" ],
             "sources": [
                 {
                     "type": "archive",


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