[gnome-contacts/wip/nielsdg/build-folks-with-meson] flatpak: Build folks with meson



commit 89b37e219b6aea7003d4049e4fe9c944ee731a22
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Apr 17 07:49:59 2019 +0200

    flatpak: Build folks with meson
    
    Use Contacts as an early integration check for libfolks' Meson port,
    since we want to release it rather sooner than later.
    
    See also https://gitlab.gnome.org/GNOME/folks/merge_requests/9

 data/flatpak/org.gnome.Contacts.json | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 91157ab..5cfa4ae 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -134,15 +134,14 @@
         },
         {
             "name": "folks",
+            "buildsystem": "meson",
             "cleanup": [
-                "/bin",
-                "/share/GConf"
+                "/bin"
             ],
             "config-opts": [
-                "--disable-telepathy-backend",
-                "--disable-inspect-tool",
-                "--disable-import-tool",
-                "--disable-fatal-warnings"
+                "-Dtelepathy-backend=false",
+                "-Dinspect-tool=false",
+                "-Dimport-tool=false"
             ],
             "sources": [
                 {


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