[gnome-calendar] flatpak: Update dependencies



commit a67c63ca2d5f0cb5c5bab9d561daab36255ca2df
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jun 23 13:49:56 2022 -0300

    flatpak: Update dependencies
    
    Include grc4 and build livedataserverui4

 build-aux/flatpak/org.gnome.Calendar.json | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Calendar.json b/build-aux/flatpak/org.gnome.Calendar.json
index 06d06072..608b6299 100644
--- a/build-aux/flatpak/org.gnome.Calendar.json
+++ b/build-aux/flatpak/org.gnome.Calendar.json
@@ -119,6 +119,23 @@
                 }
             ]
         },
+        {
+            "name" : "gcr",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dgtk_doc=false",
+                "-Dgtk3=false",
+                "-Dintrospection=false",
+                "-Dvapi=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gcr.git";,
+                    "branch" : "master"
+                }
+            ]
+        },
         {
             "name" : "evolution-data-server",
             "cleanup": [ "/share/GConf" ],
@@ -128,7 +145,8 @@
                 "-DENABLE_GOA=OFF",
                 "-DENABLE_DOT_LOCKING=OFF",
                 "-DENABLE_FILE_LOCKING=fcntl",
-                "-DENABLE_GTK=ON",
+                "-DENABLE_GTK=OFF",
+                "-DENABLE_GTK4=ON",
                 "-DENABLE_GOOGLE=OFF",
                 "-DENABLE_VALA_BINDINGS=OFF",
                 "-DENABLE_WEATHER=OFF",


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