[gnome-notes/fix-flatpak-build] flatpak: Remove curl and libhandy




commit c25662533adc63bccf5bb59c210c73d0ced1f66a
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 3b47e4ad..bab8974b 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]