[gnome-photos/wip/rishi/drop-liboauth] flatpak: Remove liboauth



commit 424adfdf3dfe94c34362d582494d559f6fc35e9e
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu May 21 19:11:49 2020 +0200

    flatpak: Remove liboauth
    
    liboauth is weakly maintained, and isn't actually used by GNOME Photos
    at all. It was only included because libgdata used to have a hard
    dependency on it. That's no longer the case.
    
    Even though libgdata doesn't require liboauth by default, it's better
    to explicitly specify it. It protects the build against any changes in
    the SDK or the libgdata defaults.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/issues/116
    https://gitlab.gnome.org/GNOME/libgdata/-/issues/1

 flatpak/org.gnome.Photos.json | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 9146c954..3bf17d0d 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -108,17 +108,6 @@
                 }
             ]
         },
-        {
-            "name": "liboauth",
-            "config-opts": [ "--enable-nss" ],
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "http://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz";,
-                    "sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
-                }
-            ]
-        },
         {
             "name": "libgdata",
             "buildsystem": "meson",
@@ -127,6 +116,7 @@
                              "-Dgtk_doc=false",
                              "-Dinstalled_tests=false",
                              "-Dintrospection=false",
+                             "-Doauth1=disabled",
                              "-Dvapi=false" ],
             "sources": [
                 {


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