[gnome-calendar] project: update Flatpak manifest



commit 92f054fc12555907e55741af4e1d622ec788284b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Dec 12 11:04:42 2017 -0200

    project: update Flatpak manifest

 org.gnome.Calendar.json | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Calendar.json b/org.gnome.Calendar.json
index 527786fb..0a924fa1 100644
--- a/org.gnome.Calendar.json
+++ b/org.gnome.Calendar.json
@@ -7,10 +7,12 @@
     "tags": ["devel"],
     "desktop-file-name-prefix": "(Development) ",
     "finish-args": [
-        "--share=ipc", "--socket=x11",
-        "--socket=wayland",
+        "--share=ipc",
         "--share=network",
+        "--socket=x11",
+        "--socket=wayland",
         "--system-talk-name=org.freedesktop.login1",
+        "--system-talk-name=org.freedesktop.GeoClue2",
         "--talk-name=ca.desrt.dconf",
         "--talk-name=org.gnome.ControlCenter",
         "--talk-name=org.gnome.OnlineAccounts",
@@ -67,6 +69,29 @@
             ]
         },
         {
+            "name": "geocode-glib",
+            "buildsystem": "meson",
+            "builddir": true,
+            "config-opts": [ "--libdir=/app/lib" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/geocode-glib"
+                }
+            ]
+        },
+        {
+            "name": "libgweather",
+            "buildsystem": "meson",
+            "config-opts": ["--libdir=/app/lib"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/libgweather"
+                }
+            ]
+        },
+        {
             "name": "evolution-data-server",
             "cleanup": [
                 "/lib/cmake",
@@ -115,7 +140,8 @@
                     "type": "git",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-calendar.git";
                 }
-            ]
+            ],
+            "config-opts": ["-Denable-tracing=true"]
         }
     ]
 }


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