aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-09-19 22:00:01 +0800
committerkwm <kwm@FreeBSD.org>2017-09-19 22:00:01 +0800
commitd810b292c861ef669e1773fe9f13e76d9f3d0d72 (patch)
tree548efd14f968324b7d2ba5edf56d837a7a49284c /net-im
parent231a2db97fdcf43bbbfc96eec1280f554f895686 (diff)
downloadfreebsd-ports-graphics-d810b292c861ef669e1773fe9f13e76d9f3d0d72.tar.gz
freebsd-ports-graphics-d810b292c861ef669e1773fe9f13e76d9f3d0d72.tar.zst
freebsd-ports-graphics-d810b292c861ef669e1773fe9f13e76d9f3d0d72.zip
Update empathy to 3.12.14.
* Switch to webkit2-gtk3 * Record indirect dependancies * Drop obsolete MSN option * Group options together by name and new lines between them for readability
Diffstat (limited to 'net-im')
-rw-r--r--net-im/empathy/Makefile58
-rw-r--r--net-im/empathy/distinfo5
-rw-r--r--net-im/empathy/pkg-plist597
3 files changed, 369 insertions, 291 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index 64cb6fbdc5c..472f501dffa 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= empathy
-PORTVERSION= 3.12.11
-PORTREVISION= 4
+PORTVERSION= 3.12.14
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
@@ -17,37 +16,50 @@ BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \
itstool:textproc/itstool \
mc-tool:net-im/telepathy-mission-control
LIB_DEPENDS= libenchant.so:textproc/enchant \
+ libjson-glib-1.0.so:devel/json-glib \
+ libdbus-1.so:devel/dbus \
+ libdbus-glib-1.so:devel/dbus-glib \
libgeocode-glib.so:net/geocode-glib \
+ libcogl.so:graphics/cogl \
+ libclutter-1.0.so:graphics/clutter \
+ libp11-kit.so:security/p11-kit \
+ libsecret-1.so:security/libsecret \
+ libgee-0.8.so:devel/libgee \
libgoa-1.0.so:net/gnome-online-accounts \
libpulse.so:audio/pulseaudio \
libtelepathy.so:net-im/libtelepathy \
libtelepathy-glib.so:net-im/telepathy-glib \
+ libfarstream-0.2.so:net-im/farstream \
libtelepathy-farstream.so:net-im/telepathy-farstream \
libtelepathy-logger.so:net-im/telepathy-logger \
libfolks-telepathy.so:net-im/folks \
libnotify.so:devel/libnotify \
libgcr-3.so:security/gcr \
+ libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
- libclutter-gst-2.0.so:multimedia/clutter-gst \
- libwebkitgtk-3.0.so:www/webkit-gtk3 \
- libsoup-2.4.so:devel/libsoup
+ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
+ libclutter-gst-3.0.so:multimedia/clutter-gst3 \
+ libsoup-2.4.so:devel/libsoup \
+ libwebkit2gtk-4.0.so:www/webkit2-gtk3
RUN_DEPENDS= iso-codes>=0:misc/iso-codes \
ca_root_nss>=0:security/ca_root_nss \
gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
geoclue>=0:net/geoclue \
mc-tool:net-im/telepathy-mission-control
-USES= gettext gmake gnome libtool pathfix pkgconfig python tar:xz
-USE_GNOME= evolutiondataserver3 intlhack
+USES= gettext gmake gnome libtool localbase pathfix \
+ pkgconfig python tar:xz
+USE_GNOME= cairo evolutiondataserver3 intlhack
+USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
+USE_GL= egl
USE_GSTREAMER1= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-MAKE_JOBS_UNSAFE= YES
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-Werror \
--enable-goa \
+ --disable-ubuntu-online-accounts \
+ --disable-gudev \
--enable-gst-1.0=yes \
--enable-location=yes
INSTALL_TARGET= install-strip
@@ -56,31 +68,31 @@ GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml \
org.gnome.telepathy-account-widgets.gschema.xml
OPTIONS_SUB= yes
-OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE MAP CHEESE
-OPTIONS_DEFAULT=JABBER MSN IRC SALUT MAP
+OPTIONS_DEFINE= JABBER IRC SALUT HAZE MAP CHEESE
+OPTIONS_DEFAULT=JABBER IRC SALUT MAP
+
JABBER_DESC= Enable jabber (XMPP) client support
-MSN_DESC= Enable MSN client support
-IRC_DESC= Enable IRC client support
-SALUT_DESC= Enable link-local (serverless) XMPP support
-HAZE_DESC= Enable libpurple protocol integration
-MAP_DESC= Enable graphical map support
-CHEESE_DESC= Enable cheese camera support
JABBER_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-gabble:net-im/telepathy-gabble
-MSN_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-butterfly:net-im/telepathy-butterfly
+
+IRC_DESC= Enable IRC client support
IRC_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-idle:net-im/telepathy-idle
+
+SALUT_DESC= Enable link-local (serverless) XMPP support
SALUT_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-salut:net-im/telepathy-salut
+
+HAZE_DESC= Enable libpurple protocol integration
HAZE_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-haze:net-im/telepathy-haze
+
+MAP_DESC= Enable graphical map support
MAP_USE= GL=gl
MAP_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain
MAP_CONFIGURE_ENABLE= map
+
+CHEESE_DESC= Enable cheese camera support
CHEESE_BUILD_DEPENDS= cheese>=0:multimedia/cheese
CHEESE_RUN_DEPENDS= cheese>=0:multimedia/cheese
CHEESE_CONFIGURE_WITH= cheese
PLIST_SUB= PORTVERSION=${PORTVERSION}
-post-patch:
- @${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo
index 796960238f8..d868c4ec550 100644
--- a/net-im/empathy/distinfo
+++ b/net-im/empathy/distinfo
@@ -1,2 +1,3 @@
-SHA256 (empathy-3.12.11.tar.xz) = d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487
-SIZE (empathy-3.12.11.tar.xz) = 5149768
+TIMESTAMP = 1504517671
+SHA256 (empathy-3.12.14.tar.xz) = 7d86942ce97edd10ade0e6ae6a210d35e4d627fe4d223377d71fd1840bc6e3a3
+SIZE (empathy-3.12.14.tar.xz) = 5017776
diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist
index f204a1cd85a..a5d6c10681f 100644
--- a/net-im/empathy/pkg-plist
+++ b/net-im/empathy/pkg-plist
@@ -12,8 +12,8 @@ lib/mission-control-plugins.0/mcp-account-manager-goa.so
libexec/empathy-auth-client
libexec/empathy-call
libexec/empathy-chat
-man/man1/empathy.1.gz
man/man1/empathy-accounts.1.gz
+man/man1/empathy.1.gz
share/GConf/gsettings/empathy.convert
share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Info.plist
share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
@@ -43,7 +43,6 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
%%DATADIR%%/Template.html
-%%DATADIR%%/empathy.css
%%DATADIR%%/empathy-accounts-dialog.ui
%%DATADIR%%/empathy-call-window-fullscreen.ui
%%DATADIR%%/empathy-call-window.ui
@@ -64,6 +63,7 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.serv
%%DATADIR%%/empathy-search-bar.ui
%%DATADIR%%/empathy-status-icon.ui
%%DATADIR%%/empathy-status-preset-dialog.ui
+%%DATADIR%%/empathy.css
%%DATADIR%%/icons/hicolor/16x16/actions/im-message-new.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-aim.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-ekiga.png
@@ -84,6 +84,7 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.serv
%%DATADIR%%/icons/hicolor/16x16/apps/im-sametime.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-silc.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-sip.png
+%%DATADIR%%/icons/hicolor/16x16/apps/im-skype.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-yahoo.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-zephyr.png
%%DATADIR%%/icons/hicolor/16x16/status/empathy-pending.png
@@ -114,6 +115,7 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.serv
%%DATADIR%%/icons/hicolor/22x22/apps/im-sametime.png
%%DATADIR%%/icons/hicolor/22x22/apps/im-silc.png
%%DATADIR%%/icons/hicolor/22x22/apps/im-sip.png
+%%DATADIR%%/icons/hicolor/22x22/apps/im-skype.png
%%DATADIR%%/icons/hicolor/22x22/apps/im-yahoo.png
%%DATADIR%%/icons/hicolor/22x22/apps/im-zephyr.png
%%DATADIR%%/icons/hicolor/22x22/status/empathy-pending.png
@@ -195,6 +197,7 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.serv
%%DATADIR%%/icons/hicolor/48x48/apps/im-sametime.png
%%DATADIR%%/icons/hicolor/48x48/apps/im-silc.png
%%DATADIR%%/icons/hicolor/48x48/apps/im-sip.png
+%%DATADIR%%/icons/hicolor/48x48/apps/im-skype.png
%%DATADIR%%/icons/hicolor/48x48/apps/im-yahoo.png
%%DATADIR%%/icons/hicolor/48x48/apps/im-zephyr.png
%%DATADIR%%/icons/hicolor/48x48/status/empathy-pending.png
@@ -241,6 +244,18 @@ share/help/C/empathy/change-status.page
share/help/C/empathy/create-account.page
share/help/C/empathy/disable-account.page
share/help/C/empathy/favorite-rooms.page
+share/help/C/empathy/figures/available.png
+share/help/C/empathy/figures/away.png
+share/help/C/empathy/figures/busy.png
+share/help/C/empathy/figures/conf_overview.png
+share/help/C/empathy/figures/croom_overview.png
+share/help/C/empathy/figures/empathy-logo.png
+share/help/C/empathy/figures/empathy-main-window.png
+share/help/C/empathy/figures/gtk-add.png
+share/help/C/empathy/figures/gtk-edit.png
+share/help/C/empathy/figures/gtk-remove.png
+share/help/C/empathy/figures/offline.png
+share/help/C/empathy/figures/video_overview.png
share/help/C/empathy/geolocation-not-showing.page
share/help/C/empathy/geolocation-privacy.page
share/help/C/empathy/geolocation-supported.page
@@ -276,18 +291,6 @@ share/help/C/empathy/set-custom-status.page
share/help/C/empathy/share-desktop.page
share/help/C/empathy/status-icons.page
share/help/C/empathy/video-call.page
-share/help/C/empathy/figures/available.png
-share/help/C/empathy/figures/away.png
-share/help/C/empathy/figures/busy.png
-share/help/C/empathy/figures/conf_overview.png
-share/help/C/empathy/figures/croom_overview.png
-share/help/C/empathy/figures/empathy-logo.png
-share/help/C/empathy/figures/empathy-main-window.png
-share/help/C/empathy/figures/gtk-add.png
-share/help/C/empathy/figures/gtk-edit.png
-share/help/C/empathy/figures/gtk-remove.png
-share/help/C/empathy/figures/offline.png
-share/help/C/empathy/figures/video_overview.png
share/help/ca/empathy/account-irc.page
share/help/ca/empathy/account-jabber.page
share/help/ca/empathy/accounts-window.page
@@ -299,6 +302,18 @@ share/help/ca/empathy/change-status.page
share/help/ca/empathy/create-account.page
share/help/ca/empathy/disable-account.page
share/help/ca/empathy/favorite-rooms.page
+share/help/ca/empathy/figures/available.png
+share/help/ca/empathy/figures/away.png
+share/help/ca/empathy/figures/busy.png
+share/help/ca/empathy/figures/conf_overview.png
+share/help/ca/empathy/figures/croom_overview.png
+share/help/ca/empathy/figures/empathy-logo.png
+share/help/ca/empathy/figures/empathy-main-window.png
+share/help/ca/empathy/figures/gtk-add.png
+share/help/ca/empathy/figures/gtk-edit.png
+share/help/ca/empathy/figures/gtk-remove.png
+share/help/ca/empathy/figures/offline.png
+share/help/ca/empathy/figures/video_overview.png
share/help/ca/empathy/geolocation-not-showing.page
share/help/ca/empathy/geolocation-privacy.page
share/help/ca/empathy/geolocation-supported.page
@@ -334,18 +349,6 @@ share/help/ca/empathy/set-custom-status.page
share/help/ca/empathy/share-desktop.page
share/help/ca/empathy/status-icons.page
share/help/ca/empathy/video-call.page
-share/help/ca/empathy/figures/available.png
-share/help/ca/empathy/figures/away.png
-share/help/ca/empathy/figures/busy.png
-share/help/ca/empathy/figures/conf_overview.png
-share/help/ca/empathy/figures/croom_overview.png
-share/help/ca/empathy/figures/empathy-logo.png
-share/help/ca/empathy/figures/empathy-main-window.png
-share/help/ca/empathy/figures/gtk-add.png
-share/help/ca/empathy/figures/gtk-edit.png
-share/help/ca/empathy/figures/gtk-remove.png
-share/help/ca/empathy/figures/offline.png
-share/help/ca/empathy/figures/video_overview.png
share/help/cs/empathy/account-irc.page
share/help/cs/empathy/account-jabber.page
share/help/cs/empathy/accounts-window.page
@@ -357,6 +360,18 @@ share/help/cs/empathy/change-status.page
share/help/cs/empathy/create-account.page
share/help/cs/empathy/disable-account.page
share/help/cs/empathy/favorite-rooms.page
+share/help/cs/empathy/figures/available.png
+share/help/cs/empathy/figures/away.png
+share/help/cs/empathy/figures/busy.png
+share/help/cs/empathy/figures/conf_overview.png
+share/help/cs/empathy/figures/croom_overview.png
+share/help/cs/empathy/figures/empathy-logo.png
+share/help/cs/empathy/figures/empathy-main-window.png
+share/help/cs/empathy/figures/gtk-add.png
+share/help/cs/empathy/figures/gtk-edit.png
+share/help/cs/empathy/figures/gtk-remove.png
+share/help/cs/empathy/figures/offline.png
+share/help/cs/empathy/figures/video_overview.png
share/help/cs/empathy/geolocation-not-showing.page
share/help/cs/empathy/geolocation-privacy.page
share/help/cs/empathy/geolocation-supported.page
@@ -392,18 +407,6 @@ share/help/cs/empathy/set-custom-status.page
share/help/cs/empathy/share-desktop.page
share/help/cs/empathy/status-icons.page
share/help/cs/empathy/video-call.page
-share/help/cs/empathy/figures/available.png
-share/help/cs/empathy/figures/away.png
-share/help/cs/empathy/figures/busy.png
-share/help/cs/empathy/figures/conf_overview.png
-share/help/cs/empathy/figures/croom_overview.png
-share/help/cs/empathy/figures/empathy-logo.png
-share/help/cs/empathy/figures/empathy-main-window.png
-share/help/cs/empathy/figures/gtk-add.png
-share/help/cs/empathy/figures/gtk-edit.png
-share/help/cs/empathy/figures/gtk-remove.png
-share/help/cs/empathy/figures/offline.png
-share/help/cs/empathy/figures/video_overview.png
share/help/de/empathy/account-irc.page
share/help/de/empathy/account-jabber.page
share/help/de/empathy/accounts-window.page
@@ -415,6 +418,18 @@ share/help/de/empathy/change-status.page
share/help/de/empathy/create-account.page
share/help/de/empathy/disable-account.page
share/help/de/empathy/favorite-rooms.page
+share/help/de/empathy/figures/available.png
+share/help/de/empathy/figures/away.png
+share/help/de/empathy/figures/busy.png
+share/help/de/empathy/figures/conf_overview.png
+share/help/de/empathy/figures/croom_overview.png
+share/help/de/empathy/figures/empathy-logo.png
+share/help/de/empathy/figures/empathy-main-window.png
+share/help/de/empathy/figures/gtk-add.png
+share/help/de/empathy/figures/gtk-edit.png
+share/help/de/empathy/figures/gtk-remove.png
+share/help/de/empathy/figures/offline.png
+share/help/de/empathy/figures/video_overview.png
share/help/de/empathy/geolocation-not-showing.page
share/help/de/empathy/geolocation-privacy.page
share/help/de/empathy/geolocation-supported.page
@@ -450,18 +465,6 @@ share/help/de/empathy/set-custom-status.page
share/help/de/empathy/share-desktop.page
share/help/de/empathy/status-icons.page
share/help/de/empathy/video-call.page
-share/help/de/empathy/figures/available.png
-share/help/de/empathy/figures/away.png
-share/help/de/empathy/figures/busy.png
-share/help/de/empathy/figures/conf_overview.png
-share/help/de/empathy/figures/croom_overview.png
-share/help/de/empathy/figures/empathy-logo.png
-share/help/de/empathy/figures/empathy-main-window.png
-share/help/de/empathy/figures/gtk-add.png
-share/help/de/empathy/figures/gtk-edit.png
-share/help/de/empathy/figures/gtk-remove.png
-share/help/de/empathy/figures/offline.png
-share/help/de/empathy/figures/video_overview.png
share/help/el/empathy/account-irc.page
share/help/el/empathy/account-jabber.page
share/help/el/empathy/accounts-window.page
@@ -473,6 +476,18 @@ share/help/el/empathy/change-status.page
share/help/el/empathy/create-account.page
share/help/el/empathy/disable-account.page
share/help/el/empathy/favorite-rooms.page
+share/help/el/empathy/figures/available.png
+share/help/el/empathy/figures/away.png
+share/help/el/empathy/figures/busy.png
+share/help/el/empathy/figures/conf_overview.png
+share/help/el/empathy/figures/croom_overview.png
+share/help/el/empathy/figures/empathy-logo.png
+share/help/el/empathy/figures/empathy-main-window.png
+share/help/el/empathy/figures/gtk-add.png
+share/help/el/empathy/figures/gtk-edit.png
+share/help/el/empathy/figures/gtk-remove.png
+share/help/el/empathy/figures/offline.png
+share/help/el/empathy/figures/video_overview.png
share/help/el/empathy/geolocation-not-showing.page
share/help/el/empathy/geolocation-privacy.page
share/help/el/empathy/geolocation-supported.page
@@ -508,18 +523,6 @@ share/help/el/empathy/set-custom-status.page
share/help/el/empathy/share-desktop.page
share/help/el/empathy/status-icons.page
share/help/el/empathy/video-call.page
-share/help/el/empathy/figures/available.png
-share/help/el/empathy/figures/away.png
-share/help/el/empathy/figures/busy.png
-share/help/el/empathy/figures/conf_overview.png
-share/help/el/empathy/figures/croom_overview.png
-share/help/el/empathy/figures/empathy-logo.png
-share/help/el/empathy/figures/empathy-main-window.png
-share/help/el/empathy/figures/gtk-add.png
-share/help/el/empathy/figures/gtk-edit.png
-share/help/el/empathy/figures/gtk-remove.png
-share/help/el/empathy/figures/offline.png
-share/help/el/empathy/figures/video_overview.png
share/help/en_GB/empathy/account-irc.page
share/help/en_GB/empathy/account-jabber.page
share/help/en_GB/empathy/accounts-window.page
@@ -531,6 +534,18 @@ share/help/en_GB/empathy/change-status.page
share/help/en_GB/empathy/create-account.page
share/help/en_GB/empathy/disable-account.page
share/help/en_GB/empathy/favorite-rooms.page
+share/help/en_GB/empathy/figures/available.png
+share/help/en_GB/empathy/figures/away.png
+share/help/en_GB/empathy/figures/busy.png
+share/help/en_GB/empathy/figures/conf_overview.png
+share/help/en_GB/empathy/figures/croom_overview.png
+share/help/en_GB/empathy/figures/empathy-logo.png
+share/help/en_GB/empathy/figures/empathy-main-window.png
+share/help/en_GB/empathy/figures/gtk-add.png
+share/help/en_GB/empathy/figures/gtk-edit.png
+share/help/en_GB/empathy/figures/gtk-remove.png
+share/help/en_GB/empathy/figures/offline.png
+share/help/en_GB/empathy/figures/video_overview.png
share/help/en_GB/empathy/geolocation-not-showing.page
share/help/en_GB/empathy/geolocation-privacy.page
share/help/en_GB/empathy/geolocation-supported.page
@@ -566,18 +581,6 @@ share/help/en_GB/empathy/set-custom-status.page
share/help/en_GB/empathy/share-desktop.page
share/help/en_GB/empathy/status-icons.page
share/help/en_GB/empathy/video-call.page
-share/help/en_GB/empathy/figures/available.png
-share/help/en_GB/empathy/figures/away.png
-share/help/en_GB/empathy/figures/busy.png
-share/help/en_GB/empathy/figures/conf_overview.png
-share/help/en_GB/empathy/figures/croom_overview.png
-share/help/en_GB/empathy/figures/empathy-logo.png
-share/help/en_GB/empathy/figures/empathy-main-window.png
-share/help/en_GB/empathy/figures/gtk-add.png
-share/help/en_GB/empathy/figures/gtk-edit.png
-share/help/en_GB/empathy/figures/gtk-remove.png
-share/help/en_GB/empathy/figures/offline.png
-share/help/en_GB/empathy/figures/video_overview.png
share/help/es/empathy/account-irc.page
share/help/es/empathy/account-jabber.page
share/help/es/empathy/accounts-window.page
@@ -589,6 +592,18 @@ share/help/es/empathy/change-status.page
share/help/es/empathy/create-account.page
share/help/es/empathy/disable-account.page
share/help/es/empathy/favorite-rooms.page
+share/help/es/empathy/figures/available.png
+share/help/es/empathy/figures/away.png
+share/help/es/empathy/figures/busy.png
+share/help/es/empathy/figures/conf_overview.png
+share/help/es/empathy/figures/croom_overview.png
+share/help/es/empathy/figures/empathy-logo.png
+share/help/es/empathy/figures/empathy-main-window.png
+share/help/es/empathy/figures/gtk-add.png
+share/help/es/empathy/figures/gtk-edit.png
+share/help/es/empathy/figures/gtk-remove.png
+share/help/es/empathy/figures/offline.png
+share/help/es/empathy/figures/video_overview.png
share/help/es/empathy/geolocation-not-showing.page
share/help/es/empathy/geolocation-privacy.page
share/help/es/empathy/geolocation-supported.page
@@ -624,18 +639,6 @@ share/help/es/empathy/set-custom-status.page
share/help/es/empathy/share-desktop.page
share/help/es/empathy/status-icons.page
share/help/es/empathy/video-call.page
-share/help/es/empathy/figures/available.png
-share/help/es/empathy/figures/away.png
-share/help/es/empathy/figures/busy.png
-share/help/es/empathy/figures/conf_overview.png
-share/help/es/empathy/figures/croom_overview.png
-share/help/es/empathy/figures/empathy-logo.png
-share/help/es/empathy/figures/empathy-main-window.png
-share/help/es/empathy/figures/gtk-add.png
-share/help/es/empathy/figures/gtk-edit.png
-share/help/es/empathy/figures/gtk-remove.png
-share/help/es/empathy/figures/offline.png
-share/help/es/empathy/figures/video_overview.png
share/help/eu/empathy/account-irc.page
share/help/eu/empathy/account-jabber.page
share/help/eu/empathy/accounts-window.page
@@ -647,6 +650,18 @@ share/help/eu/empathy/change-status.page
share/help/eu/empathy/create-account.page
share/help/eu/empathy/disable-account.page
share/help/eu/empathy/favorite-rooms.page
+share/help/eu/empathy/figures/available.png
+share/help/eu/empathy/figures/away.png
+share/help/eu/empathy/figures/busy.png
+share/help/eu/empathy/figures/conf_overview.png
+share/help/eu/empathy/figures/croom_overview.png
+share/help/eu/empathy/figures/empathy-logo.png
+share/help/eu/empathy/figures/empathy-main-window.png
+share/help/eu/empathy/figures/gtk-add.png
+share/help/eu/empathy/figures/gtk-edit.png
+share/help/eu/empathy/figures/gtk-remove.png
+share/help/eu/empathy/figures/offline.png
+share/help/eu/empathy/figures/video_overview.png
share/help/eu/empathy/geolocation-not-showing.page
share/help/eu/empathy/geolocation-privacy.page
share/help/eu/empathy/geolocation-supported.page
@@ -682,18 +697,6 @@ share/help/eu/empathy/set-custom-status.page
share/help/eu/empathy/share-desktop.page
share/help/eu/empathy/status-icons.page
share/help/eu/empathy/video-call.page
-share/help/eu/empathy/figures/available.png
-share/help/eu/empathy/figures/away.png
-share/help/eu/empathy/figures/busy.png
-share/help/eu/empathy/figures/conf_overview.png
-share/help/eu/empathy/figures/croom_overview.png
-share/help/eu/empathy/figures/empathy-logo.png
-share/help/eu/empathy/figures/empathy-main-window.png
-share/help/eu/empathy/figures/gtk-add.png
-share/help/eu/empathy/figures/gtk-edit.png
-share/help/eu/empathy/figures/gtk-remove.png
-share/help/eu/empathy/figures/offline.png
-share/help/eu/empathy/figures/video_overview.png
share/help/fi/empathy/account-irc.page
share/help/fi/empathy/account-jabber.page
share/help/fi/empathy/accounts-window.page
@@ -705,6 +708,18 @@ share/help/fi/empathy/change-status.page
share/help/fi/empathy/create-account.page
share/help/fi/empathy/disable-account.page
share/help/fi/empathy/favorite-rooms.page
+share/help/fi/empathy/figures/available.png
+share/help/fi/empathy/figures/away.png
+share/help/fi/empathy/figures/busy.png
+share/help/fi/empathy/figures/conf_overview.png
+share/help/fi/empathy/figures/croom_overview.png
+share/help/fi/empathy/figures/empathy-logo.png
+share/help/fi/empathy/figures/empathy-main-window.png
+share/help/fi/empathy/figures/gtk-add.png
+share/help/fi/empathy/figures/gtk-edit.png
+share/help/fi/empathy/figures/gtk-remove.png
+share/help/fi/empathy/figures/offline.png
+share/help/fi/empathy/figures/video_overview.png
share/help/fi/empathy/geolocation-not-showing.page
share/help/fi/empathy/geolocation-privacy.page
share/help/fi/empathy/geolocation-supported.page
@@ -740,18 +755,6 @@ share/help/fi/empathy/set-custom-status.page
share/help/fi/empathy/share-desktop.page
share/help/fi/empathy/status-icons.page
share/help/fi/empathy/video-call.page
-share/help/fi/empathy/figures/available.png
-share/help/fi/empathy/figures/away.png
-share/help/fi/empathy/figures/busy.png
-share/help/fi/empathy/figures/conf_overview.png
-share/help/fi/empathy/figures/croom_overview.png
-share/help/fi/empathy/figures/empathy-logo.png
-share/help/fi/empathy/figures/empathy-main-window.png
-share/help/fi/empathy/figures/gtk-add.png
-share/help/fi/empathy/figures/gtk-edit.png
-share/help/fi/empathy/figures/gtk-remove.png
-share/help/fi/empathy/figures/offline.png
-share/help/fi/empathy/figures/video_overview.png
share/help/fr/empathy/account-irc.page
share/help/fr/empathy/account-jabber.page
share/help/fr/empathy/accounts-window.page
@@ -763,6 +766,18 @@ share/help/fr/empathy/change-status.page
share/help/fr/empathy/create-account.page
share/help/fr/empathy/disable-account.page
share/help/fr/empathy/favorite-rooms.page
+share/help/fr/empathy/figures/available.png
+share/help/fr/empathy/figures/away.png
+share/help/fr/empathy/figures/busy.png
+share/help/fr/empathy/figures/conf_overview.png
+share/help/fr/empathy/figures/croom_overview.png
+share/help/fr/empathy/figures/empathy-logo.png
+share/help/fr/empathy/figures/empathy-main-window.png
+share/help/fr/empathy/figures/gtk-add.png
+share/help/fr/empathy/figures/gtk-edit.png
+share/help/fr/empathy/figures/gtk-remove.png
+share/help/fr/empathy/figures/offline.png
+share/help/fr/empathy/figures/video_overview.png
share/help/fr/empathy/geolocation-not-showing.page
share/help/fr/empathy/geolocation-privacy.page
share/help/fr/empathy/geolocation-supported.page
@@ -798,18 +813,6 @@ share/help/fr/empathy/set-custom-status.page
share/help/fr/empathy/share-desktop.page
share/help/fr/empathy/status-icons.page
share/help/fr/empathy/video-call.page
-share/help/fr/empathy/figures/available.png
-share/help/fr/empathy/figures/away.png
-share/help/fr/empathy/figures/busy.png
-share/help/fr/empathy/figures/conf_overview.png
-share/help/fr/empathy/figures/croom_overview.png
-share/help/fr/empathy/figures/empathy-logo.png
-share/help/fr/empathy/figures/empathy-main-window.png
-share/help/fr/empathy/figures/gtk-add.png
-share/help/fr/empathy/figures/gtk-edit.png
-share/help/fr/empathy/figures/gtk-remove.png
-share/help/fr/empathy/figures/offline.png
-share/help/fr/empathy/figures/video_overview.png
share/help/gl/empathy/account-irc.page
share/help/gl/empathy/account-jabber.page
share/help/gl/empathy/accounts-window.page
@@ -821,6 +824,18 @@ share/help/gl/empathy/change-status.page
share/help/gl/empathy/create-account.page
share/help/gl/empathy/disable-account.page
share/help/gl/empathy/favorite-rooms.page
+share/help/gl/empathy/figures/available.png
+share/help/gl/empathy/figures/away.png
+share/help/gl/empathy/figures/busy.png
+share/help/gl/empathy/figures/conf_overview.png
+share/help/gl/empathy/figures/croom_overview.png
+share/help/gl/empathy/figures/empathy-logo.png
+share/help/gl/empathy/figures/empathy-main-window.png
+share/help/gl/empathy/figures/gtk-add.png
+share/help/gl/empathy/figures/gtk-edit.png
+share/help/gl/empathy/figures/gtk-remove.png
+share/help/gl/empathy/figures/offline.png
+share/help/gl/empathy/figures/video_overview.png
share/help/gl/empathy/geolocation-not-showing.page
share/help/gl/empathy/geolocation-privacy.page
share/help/gl/empathy/geolocation-supported.page
@@ -856,18 +871,6 @@ share/help/gl/empathy/set-custom-status.page
share/help/gl/empathy/share-desktop.page
share/help/gl/empathy/status-icons.page
share/help/gl/empathy/video-call.page
-share/help/gl/empathy/figures/available.png
-share/help/gl/empathy/figures/away.png
-share/help/gl/empathy/figures/busy.png
-share/help/gl/empathy/figures/conf_overview.png
-share/help/gl/empathy/figures/croom_overview.png
-share/help/gl/empathy/figures/empathy-logo.png
-share/help/gl/empathy/figures/empathy-main-window.png
-share/help/gl/empathy/figures/gtk-add.png
-share/help/gl/empathy/figures/gtk-edit.png
-share/help/gl/empathy/figures/gtk-remove.png
-share/help/gl/empathy/figures/offline.png
-share/help/gl/empathy/figures/video_overview.png
share/help/hu/empathy/account-irc.page
share/help/hu/empathy/account-jabber.page
share/help/hu/empathy/accounts-window.page
@@ -879,6 +882,18 @@ share/help/hu/empathy/change-status.page
share/help/hu/empathy/create-account.page
share/help/hu/empathy/disable-account.page
share/help/hu/empathy/favorite-rooms.page
+share/help/hu/empathy/figures/available.png
+share/help/hu/empathy/figures/away.png
+share/help/hu/empathy/figures/busy.png
+share/help/hu/empathy/figures/conf_overview.png
+share/help/hu/empathy/figures/croom_overview.png
+share/help/hu/empathy/figures/empathy-logo.png
+share/help/hu/empathy/figures/empathy-main-window.png
+share/help/hu/empathy/figures/gtk-add.png
+share/help/hu/empathy/figures/gtk-edit.png
+share/help/hu/empathy/figures/gtk-remove.png
+share/help/hu/empathy/figures/offline.png
+share/help/hu/empathy/figures/video_overview.png
share/help/hu/empathy/geolocation-not-showing.page
share/help/hu/empathy/geolocation-privacy.page
share/help/hu/empathy/geolocation-supported.page
@@ -914,18 +929,64 @@ share/help/hu/empathy/set-custom-status.page
share/help/hu/empathy/share-desktop.page
share/help/hu/empathy/status-icons.page
share/help/hu/empathy/video-call.page
-share/help/hu/empathy/figures/available.png
-share/help/hu/empathy/figures/away.png
-share/help/hu/empathy/figures/busy.png
-share/help/hu/empathy/figures/conf_overview.png
-share/help/hu/empathy/figures/croom_overview.png
-share/help/hu/empathy/figures/empathy-logo.png
-share/help/hu/empathy/figures/empathy-main-window.png
-share/help/hu/empathy/figures/gtk-add.png
-share/help/hu/empathy/figures/gtk-edit.png
-share/help/hu/empathy/figures/gtk-remove.png
-share/help/hu/empathy/figures/offline.png
-share/help/hu/empathy/figures/video_overview.png
+share/help/id/empathy/account-irc.page
+share/help/id/empathy/account-jabber.page
+share/help/id/empathy/accounts-window.page
+share/help/id/empathy/add-account.page
+share/help/id/empathy/add-contact.page
+share/help/id/empathy/audio-call.page
+share/help/id/empathy/audio-video.page
+share/help/id/empathy/change-status.page
+share/help/id/empathy/create-account.page
+share/help/id/empathy/disable-account.page
+share/help/id/empathy/favorite-rooms.page
+share/help/id/empathy/figures/available.png
+share/help/id/empathy/figures/away.png
+share/help/id/empathy/figures/busy.png
+share/help/id/empathy/figures/conf_overview.png
+share/help/id/empathy/figures/croom_overview.png
+share/help/id/empathy/figures/empathy-logo.png
+share/help/id/empathy/figures/empathy-main-window.png
+share/help/id/empathy/figures/gtk-add.png
+share/help/id/empathy/figures/gtk-edit.png
+share/help/id/empathy/figures/gtk-remove.png
+share/help/id/empathy/figures/offline.png
+share/help/id/empathy/figures/video_overview.png
+share/help/id/empathy/geolocation-not-showing.page
+share/help/id/empathy/geolocation-privacy.page
+share/help/id/empathy/geolocation-supported.page
+share/help/id/empathy/geolocation-turn.page
+share/help/id/empathy/geolocation-what-is.page
+share/help/id/empathy/geolocation.page
+share/help/id/empathy/group-conversations.page
+share/help/id/empathy/hide-contacts.page
+share/help/id/empathy/import-account.page
+share/help/id/empathy/index.page
+share/help/id/empathy/introduction.page
+share/help/id/empathy/irc-commands.page
+share/help/id/empathy/irc-join-pwd.page
+share/help/id/empathy/irc-join-room.page
+share/help/id/empathy/irc-manage.page
+share/help/id/empathy/irc-nick-password.page
+share/help/id/empathy/irc-send-file.page
+share/help/id/empathy/irc-start-conversation.page
+share/help/id/empathy/license.page
+share/help/id/empathy/link-contacts.page
+share/help/id/empathy/overview.page
+share/help/id/empathy/prev-conv.page
+share/help/id/empathy/prob-conn-acctdisabled.page
+share/help/id/empathy/prob-conn-auth.page
+share/help/id/empathy/prob-conn-name.page
+share/help/id/empathy/prob-conn-neterror.page
+share/help/id/empathy/prob-conn.page
+share/help/id/empathy/remove-account.page
+share/help/id/empathy/salut-protocol.page
+share/help/id/empathy/send-file.page
+share/help/id/empathy/send-message.page
+share/help/id/empathy/set-custom-status.page
+share/help/id/empathy/share-desktop.page
+share/help/id/empathy/status-icons.page
+share/help/id/empathy/video-call.page
share/help/it/empathy/account-irc.page
share/help/it/empathy/account-jabber.page
share/help/it/empathy/accounts-window.page
@@ -937,6 +998,18 @@ share/help/it/empathy/change-status.page
share/help/it/empathy/create-account.page
share/help/it/empathy/disable-account.page
share/help/it/empathy/favorite-rooms.page
+share/help/it/empathy/figures/available.png
+share/help/it/empathy/figures/away.png
+share/help/it/empathy/figures/busy.png
+share/help/it/empathy/figures/conf_overview.png
+share/help/it/empathy/figures/croom_overview.png
+share/help/it/empathy/figures/empathy-logo.png
+share/help/it/empathy/figures/empathy-main-window.png
+share/help/it/empathy/figures/gtk-add.png
+share/help/it/empathy/figures/gtk-edit.png
+share/help/it/empathy/figures/gtk-remove.png
+share/help/it/empathy/figures/offline.png
+share/help/it/empathy/figures/video_overview.png
share/help/it/empathy/geolocation-not-showing.page
share/help/it/empathy/geolocation-privacy.page
share/help/it/empathy/geolocation-supported.page
@@ -972,18 +1045,6 @@ share/help/it/empathy/set-custom-status.page
share/help/it/empathy/share-desktop.page
share/help/it/empathy/status-icons.page
share/help/it/empathy/video-call.page
-share/help/it/empathy/figures/available.png
-share/help/it/empathy/figures/away.png
-share/help/it/empathy/figures/busy.png
-share/help/it/empathy/figures/conf_overview.png
-share/help/it/empathy/figures/croom_overview.png
-share/help/it/empathy/figures/empathy-logo.png
-share/help/it/empathy/figures/empathy-main-window.png
-share/help/it/empathy/figures/gtk-add.png
-share/help/it/empathy/figures/gtk-edit.png
-share/help/it/empathy/figures/gtk-remove.png
-share/help/it/empathy/figures/offline.png
-share/help/it/empathy/figures/video_overview.png
share/help/ja/empathy/account-irc.page
share/help/ja/empathy/account-jabber.page
share/help/ja/empathy/accounts-window.page
@@ -995,6 +1056,18 @@ share/help/ja/empathy/change-status.page
share/help/ja/empathy/create-account.page
share/help/ja/empathy/disable-account.page
share/help/ja/empathy/favorite-rooms.page
+share/help/ja/empathy/figures/available.png
+share/help/ja/empathy/figures/away.png
+share/help/ja/empathy/figures/busy.png
+share/help/ja/empathy/figures/conf_overview.png
+share/help/ja/empathy/figures/croom_overview.png
+share/help/ja/empathy/figures/empathy-logo.png
+share/help/ja/empathy/figures/empathy-main-window.png
+share/help/ja/empathy/figures/gtk-add.png
+share/help/ja/empathy/figures/gtk-edit.png
+share/help/ja/empathy/figures/gtk-remove.png
+share/help/ja/empathy/figures/offline.png
+share/help/ja/empathy/figures/video_overview.png
share/help/ja/empathy/geolocation-not-showing.page
share/help/ja/empathy/geolocation-privacy.page
share/help/ja/empathy/geolocation-supported.page
@@ -1030,18 +1103,6 @@ share/help/ja/empathy/set-custom-status.page
share/help/ja/empathy/share-desktop.page
share/help/ja/empathy/status-icons.page
share/help/ja/empathy/video-call.page
-share/help/ja/empathy/figures/available.png
-share/help/ja/empathy/figures/away.png
-share/help/ja/empathy/figures/busy.png
-share/help/ja/empathy/figures/conf_overview.png
-share/help/ja/empathy/figures/croom_overview.png
-share/help/ja/empathy/figures/empathy-logo.png
-share/help/ja/empathy/figures/empathy-main-window.png
-share/help/ja/empathy/figures/gtk-add.png
-share/help/ja/empathy/figures/gtk-edit.png
-share/help/ja/empathy/figures/gtk-remove.png
-share/help/ja/empathy/figures/offline.png
-share/help/ja/empathy/figures/video_overview.png
share/help/lv/empathy/account-irc.page
share/help/lv/empathy/account-jabber.page
share/help/lv/empathy/accounts-window.page
@@ -1053,6 +1114,18 @@ share/help/lv/empathy/change-status.page
share/help/lv/empathy/create-account.page
share/help/lv/empathy/disable-account.page
share/help/lv/empathy/favorite-rooms.page
+share/help/lv/empathy/figures/available.png
+share/help/lv/empathy/figures/away.png
+share/help/lv/empathy/figures/busy.png
+share/help/lv/empathy/figures/conf_overview.png
+share/help/lv/empathy/figures/croom_overview.png
+share/help/lv/empathy/figures/empathy-logo.png
+share/help/lv/empathy/figures/empathy-main-window.png
+share/help/lv/empathy/figures/gtk-add.png
+share/help/lv/empathy/figures/gtk-edit.png
+share/help/lv/empathy/figures/gtk-remove.png
+share/help/lv/empathy/figures/offline.png
+share/help/lv/empathy/figures/video_overview.png
share/help/lv/empathy/geolocation-not-showing.page
share/help/lv/empathy/geolocation-privacy.page
share/help/lv/empathy/geolocation-supported.page
@@ -1088,18 +1161,6 @@ share/help/lv/empathy/set-custom-status.page
share/help/lv/empathy/share-desktop.page
share/help/lv/empathy/status-icons.page
share/help/lv/empathy/video-call.page
-share/help/lv/empathy/figures/available.png
-share/help/lv/empathy/figures/away.png
-share/help/lv/empathy/figures/busy.png
-share/help/lv/empathy/figures/conf_overview.png
-share/help/lv/empathy/figures/croom_overview.png
-share/help/lv/empathy/figures/empathy-logo.png
-share/help/lv/empathy/figures/empathy-main-window.png
-share/help/lv/empathy/figures/gtk-add.png
-share/help/lv/empathy/figures/gtk-edit.png
-share/help/lv/empathy/figures/gtk-remove.png
-share/help/lv/empathy/figures/offline.png
-share/help/lv/empathy/figures/video_overview.png
share/help/pl/empathy/account-irc.page
share/help/pl/empathy/account-jabber.page
share/help/pl/empathy/accounts-window.page
@@ -1111,6 +1172,18 @@ share/help/pl/empathy/change-status.page
share/help/pl/empathy/create-account.page
share/help/pl/empathy/disable-account.page
share/help/pl/empathy/favorite-rooms.page
+share/help/pl/empathy/figures/available.png
+share/help/pl/empathy/figures/away.png
+share/help/pl/empathy/figures/busy.png
+share/help/pl/empathy/figures/conf_overview.png
+share/help/pl/empathy/figures/croom_overview.png
+share/help/pl/empathy/figures/empathy-logo.png
+share/help/pl/empathy/figures/empathy-main-window.png
+share/help/pl/empathy/figures/gtk-add.png
+share/help/pl/empathy/figures/gtk-edit.png
+share/help/pl/empathy/figures/gtk-remove.png
+share/help/pl/empathy/figures/offline.png
+share/help/pl/empathy/figures/video_overview.png
share/help/pl/empathy/geolocation-not-showing.page
share/help/pl/empathy/geolocation-privacy.page
share/help/pl/empathy/geolocation-supported.page
@@ -1146,18 +1219,6 @@ share/help/pl/empathy/set-custom-status.page
share/help/pl/empathy/share-desktop.page
share/help/pl/empathy/status-icons.page
share/help/pl/empathy/video-call.page
-share/help/pl/empathy/figures/available.png
-share/help/pl/empathy/figures/away.png
-share/help/pl/empathy/figures/busy.png
-share/help/pl/empathy/figures/conf_overview.png
-share/help/pl/empathy/figures/croom_overview.png
-share/help/pl/empathy/figures/empathy-logo.png
-share/help/pl/empathy/figures/empathy-main-window.png
-share/help/pl/empathy/figures/gtk-add.png
-share/help/pl/empathy/figures/gtk-edit.png
-share/help/pl/empathy/figures/gtk-remove.png
-share/help/pl/empathy/figures/offline.png
-share/help/pl/empathy/figures/video_overview.png
share/help/pt_BR/empathy/account-irc.page
share/help/pt_BR/empathy/account-jabber.page
share/help/pt_BR/empathy/accounts-window.page
@@ -1169,6 +1230,18 @@ share/help/pt_BR/empathy/change-status.page
share/help/pt_BR/empathy/create-account.page
share/help/pt_BR/empathy/disable-account.page
share/help/pt_BR/empathy/favorite-rooms.page
+share/help/pt_BR/empathy/figures/available.png
+share/help/pt_BR/empathy/figures/away.png
+share/help/pt_BR/empathy/figures/busy.png
+share/help/pt_BR/empathy/figures/conf_overview.png
+share/help/pt_BR/empathy/figures/croom_overview.png
+share/help/pt_BR/empathy/figures/empathy-logo.png
+share/help/pt_BR/empathy/figures/empathy-main-window.png
+share/help/pt_BR/empathy/figures/gtk-add.png
+share/help/pt_BR/empathy/figures/gtk-edit.png
+share/help/pt_BR/empathy/figures/gtk-remove.png
+share/help/pt_BR/empathy/figures/offline.png
+share/help/pt_BR/empathy/figures/video_overview.png
share/help/pt_BR/empathy/geolocation-not-showing.page
share/help/pt_BR/empathy/geolocation-privacy.page
share/help/pt_BR/empathy/geolocation-supported.page
@@ -1204,18 +1277,6 @@ share/help/pt_BR/empathy/set-custom-status.page
share/help/pt_BR/empathy/share-desktop.page
share/help/pt_BR/empathy/status-icons.page
share/help/pt_BR/empathy/video-call.page
-share/help/pt_BR/empathy/figures/available.png
-share/help/pt_BR/empathy/figures/away.png
-share/help/pt_BR/empathy/figures/busy.png
-share/help/pt_BR/empathy/figures/conf_overview.png
-share/help/pt_BR/empathy/figures/croom_overview.png
-share/help/pt_BR/empathy/figures/empathy-logo.png
-share/help/pt_BR/empathy/figures/empathy-main-window.png
-share/help/pt_BR/empathy/figures/gtk-add.png
-share/help/pt_BR/empathy/figures/gtk-edit.png
-share/help/pt_BR/empathy/figures/gtk-remove.png
-share/help/pt_BR/empathy/figures/offline.png
-share/help/pt_BR/empathy/figures/video_overview.png
share/help/ru/empathy/account-irc.page
share/help/ru/empathy/account-jabber.page
share/help/ru/empathy/accounts-window.page
@@ -1227,6 +1288,18 @@ share/help/ru/empathy/change-status.page
share/help/ru/empathy/create-account.page
share/help/ru/empathy/disable-account.page
share/help/ru/empathy/favorite-rooms.page
+share/help/ru/empathy/figures/available.png
+share/help/ru/empathy/figures/away.png
+share/help/ru/empathy/figures/busy.png
+share/help/ru/empathy/figures/conf_overview.png
+share/help/ru/empathy/figures/croom_overview.png
+share/help/ru/empathy/figures/empathy-logo.png
+share/help/ru/empathy/figures/empathy-main-window.png
+share/help/ru/empathy/figures/gtk-add.png
+share/help/ru/empathy/figures/gtk-edit.png
+share/help/ru/empathy/figures/gtk-remove.png
+share/help/ru/empathy/figures/offline.png
+share/help/ru/empathy/figures/video_overview.png
share/help/ru/empathy/geolocation-not-showing.page
share/help/ru/empathy/geolocation-privacy.page
share/help/ru/empathy/geolocation-supported.page
@@ -1262,18 +1335,6 @@ share/help/ru/empathy/set-custom-status.page
share/help/ru/empathy/share-desktop.page
share/help/ru/empathy/status-icons.page
share/help/ru/empathy/video-call.page
-share/help/ru/empathy/figures/available.png
-share/help/ru/empathy/figures/away.png
-share/help/ru/empathy/figures/busy.png
-share/help/ru/empathy/figures/conf_overview.png
-share/help/ru/empathy/figures/croom_overview.png
-share/help/ru/empathy/figures/empathy-logo.png
-share/help/ru/empathy/figures/empathy-main-window.png
-share/help/ru/empathy/figures/gtk-add.png
-share/help/ru/empathy/figures/gtk-edit.png
-share/help/ru/empathy/figures/gtk-remove.png
-share/help/ru/empathy/figures/offline.png
-share/help/ru/empathy/figures/video_overview.png
share/help/sl/empathy/account-irc.page
share/help/sl/empathy/account-jabber.page
share/help/sl/empathy/accounts-window.page
@@ -1285,6 +1346,18 @@ share/help/sl/empathy/change-status.page
share/help/sl/empathy/create-account.page
share/help/sl/empathy/disable-account.page
share/help/sl/empathy/favorite-rooms.page
+share/help/sl/empathy/figures/available.png
+share/help/sl/empathy/figures/away.png
+share/help/sl/empathy/figures/busy.png
+share/help/sl/empathy/figures/conf_overview.png
+share/help/sl/empathy/figures/croom_overview.png
+share/help/sl/empathy/figures/empathy-logo.png
+share/help/sl/empathy/figures/empathy-main-window.png
+share/help/sl/empathy/figures/gtk-add.png
+share/help/sl/empathy/figures/gtk-edit.png
+share/help/sl/empathy/figures/gtk-remove.png
+share/help/sl/empathy/figures/offline.png
+share/help/sl/empathy/figures/video_overview.png
share/help/sl/empathy/geolocation-not-showing.page
share/help/sl/empathy/geolocation-privacy.page
share/help/sl/empathy/geolocation-supported.page
@@ -1320,18 +1393,6 @@ share/help/sl/empathy/set-custom-status.page
share/help/sl/empathy/share-desktop.page
share/help/sl/empathy/status-icons.page
share/help/sl/empathy/video-call.page
-share/help/sl/empathy/figures/available.png
-share/help/sl/empathy/figures/away.png
-share/help/sl/empathy/figures/busy.png
-share/help/sl/empathy/figures/conf_overview.png
-share/help/sl/empathy/figures/croom_overview.png
-share/help/sl/empathy/figures/empathy-logo.png
-share/help/sl/empathy/figures/empathy-main-window.png
-share/help/sl/empathy/figures/gtk-add.png
-share/help/sl/empathy/figures/gtk-edit.png
-share/help/sl/empathy/figures/gtk-remove.png
-share/help/sl/empathy/figures/offline.png
-share/help/sl/empathy/figures/video_overview.png
share/help/sv/empathy/account-irc.page
share/help/sv/empathy/account-jabber.page
share/help/sv/empathy/accounts-window.page
@@ -1343,6 +1404,18 @@ share/help/sv/empathy/change-status.page
share/help/sv/empathy/create-account.page
share/help/sv/empathy/disable-account.page
share/help/sv/empathy/favorite-rooms.page
+share/help/sv/empathy/figures/available.png
+share/help/sv/empathy/figures/away.png
+share/help/sv/empathy/figures/busy.png
+share/help/sv/empathy/figures/conf_overview.png
+share/help/sv/empathy/figures/croom_overview.png
+share/help/sv/empathy/figures/empathy-logo.png
+share/help/sv/empathy/figures/empathy-main-window.png
+share/help/sv/empathy/figures/gtk-add.png
+share/help/sv/empathy/figures/gtk-edit.png
+share/help/sv/empathy/figures/gtk-remove.png
+share/help/sv/empathy/figures/offline.png
+share/help/sv/empathy/figures/video_overview.png
share/help/sv/empathy/geolocation-not-showing.page
share/help/sv/empathy/geolocation-privacy.page
share/help/sv/empathy/geolocation-supported.page
@@ -1378,18 +1451,6 @@ share/help/sv/empathy/set-custom-status.page
share/help/sv/empathy/share-desktop.page
share/help/sv/empathy/status-icons.page
share/help/sv/empathy/video-call.page
-share/help/sv/empathy/figures/available.png
-share/help/sv/empathy/figures/away.png
-share/help/sv/empathy/figures/busy.png
-share/help/sv/empathy/figures/conf_overview.png
-share/help/sv/empathy/figures/croom_overview.png
-share/help/sv/empathy/figures/empathy-logo.png
-share/help/sv/empathy/figures/empathy-main-window.png
-share/help/sv/empathy/figures/gtk-add.png
-share/help/sv/empathy/figures/gtk-edit.png
-share/help/sv/empathy/figures/gtk-remove.png
-share/help/sv/empathy/figures/offline.png
-share/help/sv/empathy/figures/video_overview.png
share/help/te/empathy/account-irc.page
share/help/te/empathy/account-jabber.page
share/help/te/empathy/accounts-window.page
@@ -1401,6 +1462,18 @@ share/help/te/empathy/change-status.page
share/help/te/empathy/create-account.page
share/help/te/empathy/disable-account.page
share/help/te/empathy/favorite-rooms.page
+share/help/te/empathy/figures/available.png
+share/help/te/empathy/figures/away.png
+share/help/te/empathy/figures/busy.png
+share/help/te/empathy/figures/conf_overview.png
+share/help/te/empathy/figures/croom_overview.png
+share/help/te/empathy/figures/empathy-logo.png
+share/help/te/empathy/figures/empathy-main-window.png
+share/help/te/empathy/figures/gtk-add.png
+share/help/te/empathy/figures/gtk-edit.png
+share/help/te/empathy/figures/gtk-remove.png
+share/help/te/empathy/figures/offline.png
+share/help/te/empathy/figures/video_overview.png
share/help/te/empathy/geolocation-not-showing.page
share/help/te/empathy/geolocation-privacy.page
share/help/te/empathy/geolocation-supported.page
@@ -1436,18 +1509,6 @@ share/help/te/empathy/set-custom-status.page
share/help/te/empathy/share-desktop.page
share/help/te/empathy/status-icons.page
share/help/te/empathy/video-call.page
-share/help/te/empathy/figures/available.png
-share/help/te/empathy/figures/away.png
-share/help/te/empathy/figures/busy.png
-share/help/te/empathy/figures/conf_overview.png
-share/help/te/empathy/figures/croom_overview.png
-share/help/te/empathy/figures/empathy-logo.png
-share/help/te/empathy/figures/empathy-main-window.png
-share/help/te/empathy/figures/gtk-add.png
-share/help/te/empathy/figures/gtk-edit.png
-share/help/te/empathy/figures/gtk-remove.png
-share/help/te/empathy/figures/offline.png
-share/help/te/empathy/figures/video_overview.png
share/help/zh_CN/empathy/account-irc.page
share/help/zh_CN/empathy/account-jabber.page
share/help/zh_CN/empathy/accounts-window.page
@@ -1459,6 +1520,18 @@ share/help/zh_CN/empathy/change-status.page
share/help/zh_CN/empathy/create-account.page
share/help/zh_CN/empathy/disable-account.page
share/help/zh_CN/empathy/favorite-rooms.page
+share/help/zh_CN/empathy/figures/available.png
+share/help/zh_CN/empathy/figures/away.png
+share/help/zh_CN/empathy/figures/busy.png
+share/help/zh_CN/empathy/figures/conf_overview.png
+share/help/zh_CN/empathy/figures/croom_overview.png
+share/help/zh_CN/empathy/figures/empathy-logo.png
+share/help/zh_CN/empathy/figures/empathy-main-window.png
+share/help/zh_CN/empathy/figures/gtk-add.png
+share/help/zh_CN/empathy/figures/gtk-edit.png
+share/help/zh_CN/empathy/figures/gtk-remove.png
+share/help/zh_CN/empathy/figures/offline.png
+share/help/zh_CN/empathy/figures/video_overview.png
share/help/zh_CN/empathy/geolocation-not-showing.page
share/help/zh_CN/empathy/geolocation-privacy.page
share/help/zh_CN/empathy/geolocation-supported.page
@@ -1494,18 +1567,6 @@ share/help/zh_CN/empathy/set-custom-status.page
share/help/zh_CN/empathy/share-desktop.page
share/help/zh_CN/empathy/status-icons.page
share/help/zh_CN/empathy/video-call.page
-share/help/zh_CN/empathy/figures/available.png
-share/help/zh_CN/empathy/figures/away.png
-share/help/zh_CN/empathy/figures/busy.png
-share/help/zh_CN/empathy/figures/conf_overview.png
-share/help/zh_CN/empathy/figures/croom_overview.png
-share/help/zh_CN/empathy/figures/empathy-logo.png
-share/help/zh_CN/empathy/figures/empathy-main-window.png
-share/help/zh_CN/empathy/figures/gtk-add.png
-share/help/zh_CN/empathy/figures/gtk-edit.png
-share/help/zh_CN/empathy/figures/gtk-remove.png
-share/help/zh_CN/empathy/figures/offline.png
-share/help/zh_CN/empathy/figures/video_overview.png
share/icons/hicolor/16x16/apps/empathy.png
share/icons/hicolor/22x22/apps/empathy.png
share/icons/hicolor/24x24/apps/empathy.png
@@ -1575,6 +1636,8 @@ share/locale/fi/LC_MESSAGES/empathy-tpaw.mo
share/locale/fi/LC_MESSAGES/empathy.mo
share/locale/fr/LC_MESSAGES/empathy-tpaw.mo
share/locale/fr/LC_MESSAGES/empathy.mo
+share/locale/fur/LC_MESSAGES/empathy-tpaw.mo
+share/locale/fur/LC_MESSAGES/empathy.mo
share/locale/ga/LC_MESSAGES/empathy-tpaw.mo
share/locale/ga/LC_MESSAGES/empathy.mo
share/locale/gl/LC_MESSAGES/empathy-tpaw.mo
@@ -1591,6 +1654,8 @@ share/locale/hu/LC_MESSAGES/empathy-tpaw.mo
share/locale/hu/LC_MESSAGES/empathy.mo
share/locale/id/LC_MESSAGES/empathy-tpaw.mo
share/locale/id/LC_MESSAGES/empathy.mo
+share/locale/is/LC_MESSAGES/empathy-tpaw.mo
+share/locale/is/LC_MESSAGES/empathy.mo
share/locale/it/LC_MESSAGES/empathy-tpaw.mo
share/locale/it/LC_MESSAGES/empathy.mo
share/locale/ja/LC_MESSAGES/empathy-tpaw.mo