File shotwell-remove-facebook.patch of Package shotwell.6835

diff -urp shotwell-0.22.0+git.20160103.orig/plugins/shotwell-publishing/Makefile shotwell-0.22.0+git.20160103/plugins/shotwell-publishing/Makefile
--- shotwell-0.22.0+git.20160103.orig/plugins/shotwell-publishing/Makefile	2016-01-06 11:49:42.000000000 -0600
+++ shotwell-0.22.0+git.20160103/plugins/shotwell-publishing/Makefile	2019-08-16 15:44:07.590086306 -0500
@@ -13,7 +13,6 @@ PLUGIN_PKGS := \
 
 SRC_FILES := \
 	shotwell-publishing.vala \
-	FacebookPublishing.vala \
 	PicasaPublishing.vala \
 	FlickrPublishing.vala \
 	YouTubePublishing.vala \
@@ -22,8 +21,6 @@ SRC_FILES := \
 	../common/RESTSupport.vala
 
 RC_FILES := \
-	facebook.png \
-	facebook_publishing_options_pane.glade \
 	flickr.png \
 	flickr_publishing_options_pane.glade \
 	flickr_pin_entry_pane.glade \
diff -urp shotwell-0.22.0+git.20160103.orig/plugins/shotwell-publishing/shotwell-publishing.vala shotwell-0.22.0+git.20160103/plugins/shotwell-publishing/shotwell-publishing.vala
--- shotwell-0.22.0+git.20160103.orig/plugins/shotwell-publishing/shotwell-publishing.vala	2016-01-06 11:49:42.000000000 -0600
+++ shotwell-0.22.0+git.20160103/plugins/shotwell-publishing/shotwell-publishing.vala	2019-08-16 15:51:22.252390516 -0500
@@ -6,7 +6,7 @@
 
 extern const string _VERSION;
 
-// "core services" are: Facebook, Flickr, Picasa Web Albums, Piwigo and YouTube
+// "core services" are: Flickr, Picasa Web Albums, Piwigo and YouTube
 private class ShotwellPublishingCoreServices : Object, Spit.Module {
     private Spit.Pluggable[] pluggables = new Spit.Pluggable[0];
 
@@ -15,7 +15,6 @@ private class ShotwellPublishingCoreServ
     public ShotwellPublishingCoreServices(GLib.File module_file) {
         GLib.File resource_directory = module_file.get_parent();
         
-        pluggables += new FacebookService(resource_directory);
         pluggables += new PicasaService(resource_directory);
         pluggables += new FlickrService(resource_directory);
         pluggables += new YouTubeService(resource_directory);
openSUSE Build Service is sponsored by