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



commit e4af603dc1bd1a3b2349392ecb0ca3cb3f70d3a6
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..0fcabaa 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]