[gnome-photos/drop-facebook] Drop Facebook integration




commit 07dfa32961409260c80026f0c5c31825aebd84e3
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Aug 2 12:53:49 2022 +0200

    Drop Facebook integration
    
    Ever since commit
    https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/6f8acc99
    the Facebook integration won't work.
    
    Besides, libfbgraph isn't ported to libsoup3 yet.

 meson.build                |   1 -
 src/meson.build            |   2 -
 src/photos-facebook-item.c | 339 ---------------------------------------------
 src/photos-facebook-item.h |  36 -----
 src/photos-utils.c         |   2 -
 5 files changed, 380 deletions(-)
---
diff --git a/meson.build b/meson.build
index 539e7c71..3bf28e7c 100644
--- a/meson.build
+++ b/meson.build
@@ -172,7 +172,6 @@ gtk_dep = dependency('gtk+-3.0', version: '>= 3.22.16')
 gtk_unix_print_dep = dependency('gtk+-unix-print-3.0')
 libdazzle_dep = dependency('libdazzle-1.0', version: '>= 3.26.0')
 libgdata_dep = dependency('libgdata', version: '>= 0.17.13')
-libgfgraph_dep = dependency('libgfbgraph-0.2', version: '>= 0.2.1')
 libhandy_dep = dependency ('libhandy-1', version: '>= 1.1.90')
 libjpeg_dep = dependency('libjpeg')
 libpng_dep = dependency('libpng16')
diff --git a/src/meson.build b/src/meson.build
index d02dd572..97fc1ef4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -117,7 +117,6 @@ gnome_photos_sources = files(
   'photos-embed.c',
   'photos-empty-results-box.c',
   'photos-error-box.c',
-  'photos-facebook-item.c',
   'photos-fetch-collection-state-job.c',
   'photos-fetch-collections-job.c',
   'photos-fetch-ids-job.c',
@@ -387,7 +386,6 @@ deps = [
   libdazzle_dep,
   libgd_dep,
   libgdata_dep,
-  libgfgraph_dep,
   libgnome_photos_dep,
   libhandy_dep,
   m_dep,
diff --git a/src/photos-utils.c b/src/photos-utils.c
index e637a251..ad04c892 100644
--- a/src/photos-utils.c
+++ b/src/photos-utils.c
@@ -37,7 +37,6 @@
 #include "photos-device-item.h"
 #include "photos-enums.h"
 #include "photos-error.h"
-#include "photos-facebook-item.h"
 #include "photos-flickr-item.h"
 #include "photos-gegl.h"
 #include "photos-google-item.h"
@@ -717,7 +716,6 @@ photos_utils_ensure_builtins (void)
   if (g_once_init_enter (&once_init_value))
     {
       g_type_ensure (PHOTOS_TYPE_DEVICE_ITEM);
-      g_type_ensure (PHOTOS_TYPE_FACEBOOK_ITEM);
       g_type_ensure (PHOTOS_TYPE_FLICKR_ITEM);
       g_type_ensure (PHOTOS_TYPE_GOOGLE_ITEM);
       g_type_ensure (PHOTOS_TYPE_LOCAL_ITEM);


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