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




commit 248f783c58fb0171187a98946970ec654b750e4d
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Jan 12 00:08:11 2022 +0100

    flatpak: Remove libhandy and add libportal

 build-aux/flatpak/org.gnome.Contacts.Devel.json | 35 ++++++-------------------
 1 file changed, 8 insertions(+), 27 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Contacts.Devel.json b/build-aux/flatpak/org.gnome.Contacts.Devel.json
index f229f245..e6d7f2b5 100644
--- a/build-aux/flatpak/org.gnome.Contacts.Devel.json
+++ b/build-aux/flatpak/org.gnome.Contacts.Devel.json
@@ -154,35 +154,16 @@
             ]
         },
         {
-            "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";
                 }
             ]
         },


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