1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
diff -Nur gthumb-3.2.7.orig/data/Makefile.am gthumb-3.2.7/data/Makefile.am
--- gthumb-3.2.7.orig/data/Makefile.am 2013-04-30 13:56:12.000000000 -0300
+++ gthumb-3.2.7/data/Makefile.am 2014-04-19 12:30:38.520987588 -0300
@@ -16,15 +16,12 @@
org.gnome.gthumb.contact-sheet.gschema.xml \
org.gnome.gthumb.convert-format.gschema.xml \
org.gnome.gthumb.crop.gschema.xml \
- org.gnome.gthumb.facebook.gschema.xml \
org.gnome.gthumb.file-manager.gschema.xml \
- org.gnome.gthumb.flickr.gschema.xml \
org.gnome.gthumb.gstreamer-tools.gschema.xml \
org.gnome.gthumb.image-print.gschema.xml \
org.gnome.gthumb.image-viewer.gschema.xml \
org.gnome.gthumb.importer.gschema.xml \
org.gnome.gthumb.photo-importer.gschema.xml \
- org.gnome.gthumb.picasaweb.gschema.xml \
org.gnome.gthumb.pixbuf-savers.gschema.xml \
org.gnome.gthumb.rename-series.gschema.xml \
org.gnome.gthumb.resize.gschema.xml \
diff -Nur gthumb-3.4.0.orig/data/icons/hicolor/16x16/actions/Makefile.am gthumb-3.4.0/data/icons/hicolor/16x16/actions/Makefile.am
--- gthumb-3.4.0.orig/data/icons/hicolor/16x16/actions/Makefile.am 2015-03-30 17:08:32.000000000 -0300
+++ gthumb-3.4.0/data/icons/hicolor/16x16/actions/Makefile.am 2015-04-15 03:27:36.753875539 -0300
@@ -43,10 +43,6 @@
map-symbolic.svg \
palette-symbolic.svg \
presets-symbolic.svg \
- site-facebook.png \
- site-flickr.png \
- site-photobucket.png \
- site-picasaweb.png \
site-twentythree.png \
special-effects-symbolic.svg \
swap-values-symbolic.svg \
diff -Nur gthumb-3.2.7.orig/extensions/Makefile.am gthumb-3.2.7/extensions/Makefile.am
--- gthumb-3.2.7.orig/extensions/Makefile.am 2013-04-30 13:56:12.000000000 -0300
+++ gthumb-3.2.7/extensions/Makefile.am 2014-04-19 13:12:36.788627648 -0300
@@ -4,17 +4,14 @@
FLICKR_EXPORTERS = \
23hq \
- flicker \
$(NULL)
EXPORTERS = \
export_tools \
burn_disc \
contact_sheet \
- facebook \
flicker_utils \
$(FLICKR_EXPORTERS) \
- picasaweb \
webalbums \
$(NULL)
diff -Nur gthumb-3.4.0.orig/gthumb/gth-main.c gthumb-3.4.0/gthumb/gth-main.c
--- gthumb-3.4.0.orig/gthumb/gth-main.c 2015-04-04 16:27:06.000000000 -0300
+++ gthumb-3.4.0/gthumb/gth-main.c 2015-04-15 03:29:03.749510547 -0300
@@ -1233,10 +1233,8 @@
"desktop_background",
"edit_metadata",
"exiv2_tools",
- "facebook",
"file_manager",
"find_duplicates",
- "flicker",
"gstreamer_tools",
"gstreamer_utils",
"image_print",
@@ -1246,8 +1244,6 @@
"list_tools",
"oauth",
"photo_importer",
- "photobucket",
- "picasaweb",
"raw_files",
"red_eye_removal",
"rename_series",
diff -Nur gthumb-3.2.7.orig/help/Makefile.am gthumb-3.2.7/help/Makefile.am
--- gthumb-3.2.7.orig/help/Makefile.am 2013-04-30 13:56:13.000000000 -0300
+++ gthumb-3.2.7/help/Makefile.am 2014-04-19 13:18:40.744859012 -0300
@@ -30,7 +30,6 @@
printing.page \
shortcuts.page \
sharing-disc.page \
- sharing-social.page \
wallpaper.page \
bookmarks.page \
import.page \
|