[gnome-books/wip/hadess/gnome-books: 3/3] flatpak: Small tracker build changes



commit 2c683ac2d4b74b00fdf986d3811d3a9bd0da0d25
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 25 17:06:39 2019 +0100

    flatpak: Small tracker build changes
    
    Don't install systemd user service files, and install the miners'
    .service files in a directory that it can access.

 flatpak/org.gnome.Books.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Books.json b/flatpak/org.gnome.Books.json
index c60c42b8..accd4f38 100644
--- a/flatpak/org.gnome.Books.json
+++ b/flatpak/org.gnome.Books.json
@@ -101,7 +101,7 @@
             "name": "tracker",
             "buildsystem": "meson",
             "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
-            "config-opts": [ "--default-library=shared", "-Dbash-completion=no", "-Ddocs=false" ],
+            "config-opts": [ "--default-library=shared", "-Dbash-completion=no", "-Ddocs=false", 
"-Dsystemd_user_services=no" ],
             "sources": [
                 {
                     "type": "git",
@@ -119,7 +119,8 @@
                              "-Dextract=false",
                              "-Dgeneric_media_extractor=none",
                              "-Dwriteback=false",
-                             "-Dminer_fs=true" ],
+                             "-Dminer_fs=true",
+                             "-Ddbus_services=/app/share/dbus-1/services/" ],
             "sources": [
                 {
                     "type": "git",


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