[gnome-notes/fix-nextcloud-user-domain-40: 3/3] flatpak: Remove curl and libhandy




commit 3ad459fcb576a1862d8005899060e3a5c05492c5
Author: Isaque Galdino <igaldino gmail com>
Date:   Mon Jan 31 21:05:15 2022 -0300

    flatpak: Remove curl and libhandy
    
    curl and libhandy are available in the SDK.

 build-aux/flatpak/org.gnome.Notes.json | 28 ----------------------------
 1 file changed, 28 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Notes.json b/build-aux/flatpak/org.gnome.Notes.json
index a75b0c79..1b3760aa 100644
--- a/build-aux/flatpak/org.gnome.Notes.json
+++ b/build-aux/flatpak/org.gnome.Notes.json
@@ -46,34 +46,6 @@
         "*.a"
     ],
     "modules" : [
-        {
-            "name" : "curl",
-            "builddir" : true,
-            "buildsystem" : "cmake",
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://github.com/curl/curl.git";
-                }
-            ]
-        },
-        {
-            "name" : "libhandy",
-            "buildsystem" : "meson",
-            "config-opts" : [
-                "-Dexamples=false",
-                "-Dglade_catalog=disabled",
-                "-Dintrospection=disabled",
-                "-Dtests=false",
-                "-Dvapi=false"
-            ],
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libhandy.git";
-                }
-            ]
-        },
         {
             "name" : "gnome-online-accounts",
             "buildsystem" : "meson",


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