[gnome-contacts/nielsdg/gtk4] flatpak: Remove libhandy and add libportal



commit e4c5bb16f74c3626e00012a4977d1f82eb287194
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri Jan 7 00:02:34 2022 +0100

    flatpak: Remove libhandy and add libportal

 build-aux/flatpak/org.gnome.Contacts.Devel.json | 37 ++++++-------------------
 1 file changed, 9 insertions(+), 28 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Contacts.Devel.json b/build-aux/flatpak/org.gnome.Contacts.Devel.json
index f229f245..7280fa7f 100644
--- a/build-aux/flatpak/org.gnome.Contacts.Devel.json
+++ b/build-aux/flatpak/org.gnome.Contacts.Devel.json
@@ -154,38 +154,19 @@
             ]
         },
         {
-            "name": "gnome-desktop",
-            "buildsystem": "meson",
-            "config-opts": [
-                "-Ddesktop_docs=false",
-                "-Ddebug_tools=false",
-                "-Dgtk_doc=false",
-                "-Dudev=disabled"
-            ],
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git";
-                }
-            ]
-        },
-        {
-            "name": "libhandy",
-            "buildsystem": "meson",
-            "builddir": true,
-            "config-opts": [
-                "-Dtests=false",
-                "-Dexamples=false",
-                "-Dglade_catalog=disabled"
-
+            "name" : "libportal",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "-Ddocs=false",
+                "-Dbackends=gtk4"
             ],
-            "sources": [
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/libhandy.git";
+                    "type" : "git",
+                    "url" : "https://github.com/flatpak/libportal.git";
                 }
             ]
-        },
+        }
         {
             "name": "gnome-contacts",
             "buildsystem": "meson",


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