[gnome-contacts/wip/nielsdg/remove-liboauth] Flatpak: remove liboauth/libgdata.



commit 1ebd9ba81ec879a39e91fcd1ee9c6042238b86c8
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu Sep 20 00:53:18 2018 +0200

    Flatpak: remove liboauth/libgdata.
    
    And disable the options in e-d-s that had a hard requirement on them.
    
    This fixes the flatpak build (and speeds it up as well).

 data/flatpak/org.gnome.Contacts.json | 30 +++---------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 7f64a18..f7c73ca 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -99,30 +99,6 @@
                 }
             ]
         },
-        {
-            "name": "liboauth",
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "http://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz";,
-                    "sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
-                }
-            ]
-        },
-        {
-            "name": "libgdata",
-            "config-opts": [
-                "--disable-always-build-tests",
-                "--disable-Werror",
-                "--disable-static"
-            ],
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/libgdata.git";
-                }
-            ]
-        },
         {
             "name": "evolution-data-server",
             "cleanup": [
@@ -136,9 +112,9 @@
                 "-DENABLE_GTK=ON",
                 "-DENABLE_GOA=ON",
                 "-DENABLE_UOA=OFF",
-                "-DENABLE_GOOGLE_AUTH=ON",
-                "-DENABLE_GOOGLE=ON",
-                "-DENABLE_WITH_PHONENUMBER=ON",
+                "-DENABLE_GOOGLE_AUTH=OFF",
+                "-DENABLE_GOOGLE=OFF",
+                "-DENABLE_WITH_PHONENUMBER=OFF",
                 "-DENABLE_VALA_BINDINGS=ON",
                 "-DENABLE_WEATHER=OFF",
                 "-DWITH_OPENLDAP=OFF",


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