[shotwell] Remove F-Spot support



commit 93eee7fe1f92acf08ad9220ef377a14eaeee65a6
Author: Jens Georg <mail jensge org>
Date:   Tue Mar 21 23:48:57 2017 +0100

    Remove F-Spot support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773267
    https://bugzilla.gnome.org/show_bug.cgi?id=716599
    https://bugzilla.gnome.org/show_bug.cgi?id=717767
    https://bugzilla.gnome.org/show_bug.cgi?id=718809
    https://bugzilla.gnome.org/show_bug.cgi?id=718846
    https://bugzilla.gnome.org/show_bug.cgi?id=719031
    https://bugzilla.gnome.org/show_bug.cgi?id=752008

 Makefile.am                                        |    1 -
 import.am                                          |   54 --
 plugins/shotwell-data-imports/FSpotDatabase.vala   |   58 --
 .../FSpotDatabaseBehavior.vala                     |  208 -------
 .../shotwell-data-imports/FSpotDatabaseTable.vala  |   54 --
 plugins/shotwell-data-imports/FSpotImporter.vala   |  575 --------------------
 plugins/shotwell-data-imports/FSpotMetaTable.vala  |  113 ----
 .../shotwell-data-imports/FSpotPhotoTagsTable.vala |   57 --
 .../FSpotPhotoVersionsTable.vala                   |  271 ---------
 .../shotwell-data-imports/FSpotPhotosTable.vala    |  356 ------------
 plugins/shotwell-data-imports/FSpotRollsTable.vala |  111 ----
 .../shotwell-data-imports/FSpotTableBehavior.vala  |   28 -
 plugins/shotwell-data-imports/FSpotTagsTable.vala  |  129 -----
 plugins/shotwell-data-imports/SqliteSupport.vala   |   75 ---
 plugins/shotwell-data-imports/VersionNumber.vala   |   49 --
 plugins/shotwell-data-imports/f-spot-24.png        |  Bin 1741 -> 0 bytes
 .../org.gnome.Shotwell.Imports.gresource.xml       |    6 -
 .../shotwell-data-imports.vala                     |   46 --
 po/POTFILES.in                                     |    2 -
 po/POTFILES.skip                                   |    2 -
 20 files changed, 0 insertions(+), 2195 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 93b929b..51f11ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,7 +142,6 @@ include $(top_srcdir)/publish-extra.am
 endif
 
 include $(top_srcdir)/transition.am
-include $(top_srcdir)/import.am
 
 dist_noinst_SCRIPTS = \
        autogen.sh
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7d8d341..4a3d74b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -12,8 +12,6 @@ plugins/authenticator/shotwell/GoogleAuthenticator.vala
 plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
 plugins/common/Resources.vala
 plugins/common/RESTSupport.vala
-plugins/shotwell-data-imports/FSpotImporter.vala
-plugins/shotwell-data-imports/shotwell-data-imports.vala
 plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui
 plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui
 plugins/shotwell-publishing-extras/GalleryConnector.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index b11df81..7c97ece 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -9,8 +9,6 @@ plugins/authenticator/shotwell/GoogleAuthenticator.c
 plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.c
 plugins/common/Resources.c
 plugins/common/RESTSupport.c
-plugins/shotwell-data-imports/FSpotImporter.c
-plugins/shotwell-data-imports/shotwell-data-imports.c
 plugins/shotwell-publishing-extras/GalleryConnector.c
 plugins/shotwell-publishing-extras/RajcePublishing.c
 plugins/shotwell-publishing-extras/shotwell-publishing-extras.c


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