[shotwell/wip/libsoup3] Drop Rajce plugin




commit b8d0bdf1bc5886a82bb0e29ff9cbabfd7c92f7c2
Author: Jens Georg <mail jensge org>
Date:   Sun Jul 10 11:54:05 2022 +0200

    Drop Rajce plugin
    
    This does not seem to work anymore? There is no public API documentation
    for Rajce

 .../RajcePublishing.vala                           | 1597 --------------------
 plugins/shotwell-publishing-extras/meson.build     |    1 -
 ....gnome.Shotwell.Publishing.Extras.gresource.xml |    3 -
 plugins/shotwell-publishing-extras/rajce.png       |  Bin 1650 -> 0 bytes
 .../rajce_authentication_pane.ui                   |  142 --
 .../rajce_publishing_options_pane.ui               |  246 ---
 .../shotwell-publishing-extras.vala                |    7 -
 7 files changed, 1996 deletions(-)
---
diff --git a/plugins/shotwell-publishing-extras/meson.build b/plugins/shotwell-publishing-extras/meson.build
index d0339083..58073f71 100644
--- a/plugins/shotwell-publishing-extras/meson.build
+++ b/plugins/shotwell-publishing-extras/meson.build
@@ -1,6 +1,5 @@
 shotwell_publishing_extra_sources = [
     'GalleryConnector.vala',
-    'RajcePublishing.vala',
     'shotwell-publishing-extras.vala',
     ]
 
diff --git a/plugins/shotwell-publishing-extras/org.gnome.Shotwell.Publishing.Extras.gresource.xml 
b/plugins/shotwell-publishing-extras/org.gnome.Shotwell.Publishing.Extras.gresource.xml
index 39436232..1cf60634 100644
--- a/plugins/shotwell-publishing-extras/org.gnome.Shotwell.Publishing.Extras.gresource.xml
+++ b/plugins/shotwell-publishing-extras/org.gnome.Shotwell.Publishing.Extras.gresource.xml
@@ -2,10 +2,7 @@
 <gresources>
     <gresource prefix="/org/gnome/Shotwell/Publishing/Extras">
         <file>gallery3.png</file>
-        <file>rajce.png</file>
         <file>gallery3_authentication_pane.ui</file>
         <file>gallery3_publishing_options_pane.ui</file>
-        <file>rajce_authentication_pane.ui</file>
-        <file>rajce_publishing_options_pane.ui</file>
     </gresource>
 </gresources>
diff --git a/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala 
b/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
index fa8c5e28..335556cf 100644
--- a/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
+++ b/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
@@ -10,13 +10,6 @@ private class ShotwellPublishingExtraServices : Object, Spit.Module {
     private Spit.Pluggable[] pluggables = new Spit.Pluggable[0];
 
     public ShotwellPublishingExtraServices(GLib.File module_file) {
-#if HAVE_YANDEX
-        pluggables += new YandexService();
-#endif
-
-#if HAVE_RAJCE
-        pluggables += new RajceService(module_file.get_parent());
-#endif
 
 #if HAVE_GALLERY3
         pluggables += new Gallery3Service(module_file.get_parent());


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