summaryrefslogtreecommitdiffstats
path: root/net-im/empathy
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
commitdfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch)
tree3c84ec64b1dd1a9a2618a75efa664a18033890bd /net-im/empathy
parentd0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff)
downloadmarcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy')
-rw-r--r--net-im/empathy/Makefile48
-rw-r--r--net-im/empathy/distinfo4
-rw-r--r--net-im/empathy/pkg-plist674
3 files changed, 445 insertions, 281 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index 475e77f44..7261197b8 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -1,10 +1,9 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/net-im/empathy3/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom: ports-experimental/trunk/net-im/empathy/Makefile 19491 2014-04-14 15:07:51Z gusi $
PORTNAME= empathy
-PORTVERSION= 3.6.2
-PORTREVISION= 1
+PORTVERSION= 3.12.1
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
@@ -14,6 +13,7 @@ COMMENT= GNOME IM client based around telepathy
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ geoclue>=0:${PORTSDIR}/net/geoclue \
itstool:${PORTSDIR}/textproc/itstool \
${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
@@ -34,25 +34,26 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ geoclue>=0:${PORTSDIR}/net/geoclue \
${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
-USE_XZ= yes
-USES= gettext gmake pathfix pkgconfig
-USE_LDCONFIG= yes
-USE_GNOME= evolutiondataserver3 gnomeprefix ltverhack
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= evolutiondataserver3 gnomeprefix
+USE_PYTHON= yes
USE_GSTREAMER1= yes
-USE_AUTOTOOLS= libtool
-INSTALLS_OMF= yes
+USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-USE_PYTHON= yes
+MAKE_JOBS_UNSAFE= YES
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-Werror \
--enable-goa \
--enable-gst-1.0=yes \
- --enable-location=no
+ --enable-location=yes
-GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml
+GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml \
+ org.gnome.telepathy-account-widgets.gschema.xml
OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE MAP CHEESE
OPTIONS_DEFAULT=JABBER MSN IRC SALUT MAP
@@ -63,7 +64,6 @@ 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
-NST_DESC= Enable Nautilus SendTo plugin
.include <bsd.port.options.mk>
@@ -87,16 +87,6 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-
RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
.endif
-#.${PORT_OPTIONS:MNST}
-#BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto
-#RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto
-#CONFIGURE_ARGS+=--enable-nautilus-sendto=yes
-#PLIST_SUB+= NST=""
-#.else
-CONFIGURE_ARGS+=--enable-nautilus-sendto=no
-PLIST_SUB+= NST="@comment "
-#.endif
-
.if ${PORT_OPTIONS:MMAP}
USE_GL= gl
LIB_DEPENDS+= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain
@@ -108,20 +98,20 @@ PLIST_SUB+= MAP="@comment "
.endif
.if ${PORT_OPTIONS:MCHEESE}
-BUILD_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese
-RUN_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese
+BUILD_DEPENDS+= cheese>=0:${PORTSDIR}/multimedia/cheese
+RUN_DEPENDS+= cheese>=0:${PORTSDIR}/multimedia/cheese
CONFIGURE_ARGS+=--with-cheese
.else
CONFIGURE_ARGS+=--without-cheese
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g' \
- ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g ;\
+ s|MISSION_CONTROL_PLUGINS_DIR=`pkg-config -|MISSION_CONTROL_PLUGINS_DIR=$${libdir}/`pkg-config -|g' \
+ ${WRKSRC}/configure
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/empathy/libempathy-3.6.2.so
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/empathy/libempathy-gtk-3.6.2.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/empathy/libempathy-*3.12.1.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mission-control-plugins.0/mcp-account-manager-goa.so
.include <bsd.port.mk>
diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo
index b03be8e4a..f4773d5f7 100644
--- a/net-im/empathy/distinfo
+++ b/net-im/empathy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (empathy-3.6.2.tar.xz) = 707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26
-SIZE (empathy-3.6.2.tar.xz) = 3443720
+SHA256 (empathy-3.12.1.tar.xz) = 53049c069ea893b58b3b2c4307c064e28835d3d61c8e53199bceda3d9e734981
+SIZE (empathy-3.12.1.tar.xz) = 5042300
diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist
index a403fa481..920a7c656 100644
--- a/net-im/empathy/pkg-plist
+++ b/net-im/empathy/pkg-plist
@@ -1,11 +1,8 @@
bin/empathy
bin/empathy-accounts
bin/empathy-debugger
-%%NST%%lib/nautilus-sendto/plugins/libnstempathy.a
-%%NST%%lib/nautilus-sendto/plugins/libnstempathy.la
-%%NST%%lib/nautilus-sendto/plugins/libnstempathy.so
-lib/empathy/libempathy-3.6.2.so
-lib/empathy/libempathy-gtk-3.6.2.so
+lib/empathy/libempathy-3.12.1.so
+lib/empathy/libempathy-gtk-3.12.1.so
lib/empathy/libempathy-gtk.a
lib/empathy/libempathy-gtk.la
lib/empathy/libempathy-gtk.so
@@ -42,6 +39,7 @@ share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Inco
share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Status.html
share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
+share/appdata/empathy.appdata.xml
share/applications/empathy.desktop
share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
@@ -49,30 +47,17 @@ 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-account-widget-aim.ui
-%%DATADIR%%/empathy-account-widget-generic.ui
-%%DATADIR%%/empathy-account-widget-groupwise.ui
-%%DATADIR%%/empathy-account-widget-icq.ui
-%%DATADIR%%/empathy-account-widget-irc.ui
-%%DATADIR%%/empathy-account-widget-jabber.ui
-%%DATADIR%%/empathy-account-widget-local-xmpp.ui
-%%DATADIR%%/empathy-account-widget-msn.ui
-%%DATADIR%%/empathy-account-widget-sip.ui
-%%DATADIR%%/empathy-account-widget-yahoo.ui
%%DATADIR%%/empathy-accounts-dialog.ui
%%DATADIR%%/empathy-call-window-fullscreen.ui
%%DATADIR%%/empathy-call-window.ui
%%DATADIR%%/empathy-chat-window.ui
%%DATADIR%%/empathy-chat.ui
-%%DATADIR%%/empathy-chatroom-manager.dtd
%%DATADIR%%/empathy-chatrooms-window.ui
%%DATADIR%%/empathy-contact-blocking-dialog.ui
-%%DATADIR%%/empathy-contact-groups.dtd
%%DATADIR%%/empathy-contact-widget.ui
%%DATADIR%%/empathy-ft-manager.ui
%%DATADIR%%/empathy-import-dialog.ui
%%DATADIR%%/empathy-individual-widget.ui
-%%DATADIR%%/empathy-irc-networks.dtd
%%DATADIR%%/empathy-log-window.html
%%DATADIR%%/empathy-log-window.ui
%%DATADIR%%/empathy-new-chatroom-dialog.ui
@@ -82,7 +67,6 @@ 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-status-presets.dtd
%%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
@@ -260,17 +244,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/C/empathy/geolocation-privacy.page
share/help/C/empathy/geolocation-supported.page
@@ -291,6 +264,7 @@ share/help/C/empathy/irc-send-file.page
share/help/C/empathy/irc-start-conversation.page
share/help/C/empathy/license.page
share/help/C/empathy/link-contacts.page
+share/help/C/empathy/overview.page
share/help/C/empathy/prev-conv.page
share/help/C/empathy/prob-conn-acctdisabled.page
share/help/C/empathy/prob-conn-auth.page
@@ -305,6 +279,18 @@ 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
@@ -316,17 +302,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/ca/empathy/geolocation-privacy.page
share/help/ca/empathy/geolocation-supported.page
@@ -347,6 +322,7 @@ share/help/ca/empathy/irc-send-file.page
share/help/ca/empathy/irc-start-conversation.page
share/help/ca/empathy/license.page
share/help/ca/empathy/link-contacts.page
+share/help/ca/empathy/overview.page
share/help/ca/empathy/prev-conv.page
share/help/ca/empathy/prob-conn-acctdisabled.page
share/help/ca/empathy/prob-conn-auth.page
@@ -361,6 +337,18 @@ 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
@@ -372,17 +360,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/cs/empathy/geolocation-privacy.page
share/help/cs/empathy/geolocation-supported.page
@@ -403,6 +380,7 @@ share/help/cs/empathy/irc-send-file.page
share/help/cs/empathy/irc-start-conversation.page
share/help/cs/empathy/license.page
share/help/cs/empathy/link-contacts.page
+share/help/cs/empathy/overview.page
share/help/cs/empathy/prev-conv.page
share/help/cs/empathy/prob-conn-acctdisabled.page
share/help/cs/empathy/prob-conn-auth.page
@@ -417,6 +395,18 @@ 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
@@ -428,17 +418,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/de/empathy/geolocation-privacy.page
share/help/de/empathy/geolocation-supported.page
@@ -459,6 +438,7 @@ share/help/de/empathy/irc-send-file.page
share/help/de/empathy/irc-start-conversation.page
share/help/de/empathy/license.page
share/help/de/empathy/link-contacts.page
+share/help/de/empathy/overview.page
share/help/de/empathy/prev-conv.page
share/help/de/empathy/prob-conn-acctdisabled.page
share/help/de/empathy/prob-conn-auth.page
@@ -473,6 +453,18 @@ 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
@@ -484,17 +476,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/el/empathy/geolocation-privacy.page
share/help/el/empathy/geolocation-supported.page
@@ -515,6 +496,7 @@ share/help/el/empathy/irc-send-file.page
share/help/el/empathy/irc-start-conversation.page
share/help/el/empathy/license.page
share/help/el/empathy/link-contacts.page
+share/help/el/empathy/overview.page
share/help/el/empathy/prev-conv.page
share/help/el/empathy/prob-conn-acctdisabled.page
share/help/el/empathy/prob-conn-auth.page
@@ -529,6 +511,18 @@ 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
@@ -540,17 +534,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/en_GB/empathy/geolocation-privacy.page
share/help/en_GB/empathy/geolocation-supported.page
@@ -571,6 +554,7 @@ share/help/en_GB/empathy/irc-send-file.page
share/help/en_GB/empathy/irc-start-conversation.page
share/help/en_GB/empathy/license.page
share/help/en_GB/empathy/link-contacts.page
+share/help/en_GB/empathy/overview.page
share/help/en_GB/empathy/prev-conv.page
share/help/en_GB/empathy/prob-conn-acctdisabled.page
share/help/en_GB/empathy/prob-conn-auth.page
@@ -585,6 +569,18 @@ 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
@@ -596,17 +592,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/es/empathy/geolocation-privacy.page
share/help/es/empathy/geolocation-supported.page
@@ -627,6 +612,7 @@ share/help/es/empathy/irc-send-file.page
share/help/es/empathy/irc-start-conversation.page
share/help/es/empathy/license.page
share/help/es/empathy/link-contacts.page
+share/help/es/empathy/overview.page
share/help/es/empathy/prev-conv.page
share/help/es/empathy/prob-conn-acctdisabled.page
share/help/es/empathy/prob-conn-auth.page
@@ -641,6 +627,18 @@ 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
@@ -652,17 +650,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/eu/empathy/geolocation-privacy.page
share/help/eu/empathy/geolocation-supported.page
@@ -683,6 +670,7 @@ share/help/eu/empathy/irc-send-file.page
share/help/eu/empathy/irc-start-conversation.page
share/help/eu/empathy/license.page
share/help/eu/empathy/link-contacts.page
+share/help/eu/empathy/overview.page
share/help/eu/empathy/prev-conv.page
share/help/eu/empathy/prob-conn-acctdisabled.page
share/help/eu/empathy/prob-conn-auth.page
@@ -697,6 +685,18 @@ 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
@@ -708,17 +708,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/fi/empathy/geolocation-privacy.page
share/help/fi/empathy/geolocation-supported.page
@@ -739,6 +728,7 @@ share/help/fi/empathy/irc-send-file.page
share/help/fi/empathy/irc-start-conversation.page
share/help/fi/empathy/license.page
share/help/fi/empathy/link-contacts.page
+share/help/fi/empathy/overview.page
share/help/fi/empathy/prev-conv.page
share/help/fi/empathy/prob-conn-acctdisabled.page
share/help/fi/empathy/prob-conn-auth.page
@@ -753,6 +743,18 @@ 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
@@ -764,17 +766,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/fr/empathy/geolocation-privacy.page
share/help/fr/empathy/geolocation-supported.page
@@ -795,6 +786,7 @@ share/help/fr/empathy/irc-send-file.page
share/help/fr/empathy/irc-start-conversation.page
share/help/fr/empathy/license.page
share/help/fr/empathy/link-contacts.page
+share/help/fr/empathy/overview.page
share/help/fr/empathy/prev-conv.page
share/help/fr/empathy/prob-conn-acctdisabled.page
share/help/fr/empathy/prob-conn-auth.page
@@ -809,6 +801,18 @@ 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
@@ -820,17 +824,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/gl/empathy/geolocation-privacy.page
share/help/gl/empathy/geolocation-supported.page
@@ -851,6 +844,7 @@ share/help/gl/empathy/irc-send-file.page
share/help/gl/empathy/irc-start-conversation.page
share/help/gl/empathy/license.page
share/help/gl/empathy/link-contacts.page
+share/help/gl/empathy/overview.page
share/help/gl/empathy/prev-conv.page
share/help/gl/empathy/prob-conn-acctdisabled.page
share/help/gl/empathy/prob-conn-auth.page
@@ -865,6 +859,18 @@ 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
@@ -876,17 +882,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/hu/empathy/geolocation-privacy.page
share/help/hu/empathy/geolocation-supported.page
@@ -907,6 +902,7 @@ share/help/hu/empathy/irc-send-file.page
share/help/hu/empathy/irc-start-conversation.page
share/help/hu/empathy/license.page
share/help/hu/empathy/link-contacts.page
+share/help/hu/empathy/overview.page
share/help/hu/empathy/prev-conv.page
share/help/hu/empathy/prob-conn-acctdisabled.page
share/help/hu/empathy/prob-conn-auth.page
@@ -921,6 +917,18 @@ 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/it/empathy/account-irc.page
share/help/it/empathy/account-jabber.page
share/help/it/empathy/accounts-window.page
@@ -932,17 +940,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/it/empathy/geolocation-privacy.page
share/help/it/empathy/geolocation-supported.page
@@ -963,6 +960,7 @@ share/help/it/empathy/irc-send-file.page
share/help/it/empathy/irc-start-conversation.page
share/help/it/empathy/license.page
share/help/it/empathy/link-contacts.page
+share/help/it/empathy/overview.page
share/help/it/empathy/prev-conv.page
share/help/it/empathy/prob-conn-acctdisabled.page
share/help/it/empathy/prob-conn-auth.page
@@ -977,6 +975,18 @@ 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
@@ -988,17 +998,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/ja/empathy/geolocation-privacy.page
share/help/ja/empathy/geolocation-supported.page
@@ -1019,6 +1018,7 @@ share/help/ja/empathy/irc-send-file.page
share/help/ja/empathy/irc-start-conversation.page
share/help/ja/empathy/license.page
share/help/ja/empathy/link-contacts.page
+share/help/ja/empathy/overview.page
share/help/ja/empathy/prev-conv.page
share/help/ja/empathy/prob-conn-acctdisabled.page
share/help/ja/empathy/prob-conn-auth.page
@@ -1033,6 +1033,18 @@ 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
@@ -1044,17 +1056,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/lv/empathy/geolocation-privacy.page
share/help/lv/empathy/geolocation-supported.page
@@ -1075,6 +1076,7 @@ share/help/lv/empathy/irc-send-file.page
share/help/lv/empathy/irc-start-conversation.page
share/help/lv/empathy/license.page
share/help/lv/empathy/link-contacts.page
+share/help/lv/empathy/overview.page
share/help/lv/empathy/prev-conv.page
share/help/lv/empathy/prob-conn-acctdisabled.page
share/help/lv/empathy/prob-conn-auth.page
@@ -1089,6 +1091,18 @@ 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
@@ -1100,17 +1114,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/pl/empathy/geolocation-privacy.page
share/help/pl/empathy/geolocation-supported.page
@@ -1131,6 +1134,7 @@ share/help/pl/empathy/irc-send-file.page
share/help/pl/empathy/irc-start-conversation.page
share/help/pl/empathy/license.page
share/help/pl/empathy/link-contacts.page
+share/help/pl/empathy/overview.page
share/help/pl/empathy/prev-conv.page
share/help/pl/empathy/prob-conn-acctdisabled.page
share/help/pl/empathy/prob-conn-auth.page
@@ -1145,6 +1149,76 @@ 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
+share/help/pt_BR/empathy/add-account.page
+share/help/pt_BR/empathy/add-contact.page
+share/help/pt_BR/empathy/audio-call.page
+share/help/pt_BR/empathy/audio-video.page
+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/geolocation-not-showing.page
+share/help/pt_BR/empathy/geolocation-privacy.page
+share/help/pt_BR/empathy/geolocation-supported.page
+share/help/pt_BR/empathy/geolocation-turn.page
+share/help/pt_BR/empathy/geolocation-what-is.page
+share/help/pt_BR/empathy/geolocation.page
+share/help/pt_BR/empathy/group-conversations.page
+share/help/pt_BR/empathy/hide-contacts.page
+share/help/pt_BR/empathy/import-account.page
+share/help/pt_BR/empathy/index.page
+share/help/pt_BR/empathy/introduction.page
+share/help/pt_BR/empathy/irc-commands.page
+share/help/pt_BR/empathy/irc-join-pwd.page
+share/help/pt_BR/empathy/irc-join-room.page
+share/help/pt_BR/empathy/irc-manage.page
+share/help/pt_BR/empathy/irc-nick-password.page
+share/help/pt_BR/empathy/irc-send-file.page
+share/help/pt_BR/empathy/irc-start-conversation.page
+share/help/pt_BR/empathy/license.page
+share/help/pt_BR/empathy/link-contacts.page
+share/help/pt_BR/empathy/overview.page
+share/help/pt_BR/empathy/prev-conv.page
+share/help/pt_BR/empathy/prob-conn-acctdisabled.page
+share/help/pt_BR/empathy/prob-conn-auth.page
+share/help/pt_BR/empathy/prob-conn-name.page
+share/help/pt_BR/empathy/prob-conn-neterror.page
+share/help/pt_BR/empathy/prob-conn.page
+share/help/pt_BR/empathy/remove-account.page
+share/help/pt_BR/empathy/salut-protocol.page
+share/help/pt_BR/empathy/send-file.page
+share/help/pt_BR/empathy/send-message.page
+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
@@ -1156,17 +1230,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/ru/empathy/geolocation-privacy.page
share/help/ru/empathy/geolocation-supported.page
@@ -1187,6 +1250,7 @@ share/help/ru/empathy/irc-send-file.page
share/help/ru/empathy/irc-start-conversation.page
share/help/ru/empathy/license.page
share/help/ru/empathy/link-contacts.page
+share/help/ru/empathy/overview.page
share/help/ru/empathy/prev-conv.page
share/help/ru/empathy/prob-conn-acctdisabled.page
share/help/ru/empathy/prob-conn-auth.page
@@ -1201,6 +1265,18 @@ 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
@@ -1212,17 +1288,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/sl/empathy/geolocation-privacy.page
share/help/sl/empathy/geolocation-supported.page
@@ -1243,6 +1308,7 @@ share/help/sl/empathy/irc-send-file.page
share/help/sl/empathy/irc-start-conversation.page
share/help/sl/empathy/license.page
share/help/sl/empathy/link-contacts.page
+share/help/sl/empathy/overview.page
share/help/sl/empathy/prev-conv.page
share/help/sl/empathy/prob-conn-acctdisabled.page
share/help/sl/empathy/prob-conn-auth.page
@@ -1257,6 +1323,18 @@ 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
@@ -1268,17 +1346,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/sv/empathy/geolocation-privacy.page
share/help/sv/empathy/geolocation-supported.page
@@ -1299,6 +1366,7 @@ share/help/sv/empathy/irc-send-file.page
share/help/sv/empathy/irc-start-conversation.page
share/help/sv/empathy/license.page
share/help/sv/empathy/link-contacts.page
+share/help/sv/empathy/overview.page
share/help/sv/empathy/prev-conv.page
share/help/sv/empathy/prob-conn-acctdisabled.page
share/help/sv/empathy/prob-conn-auth.page
@@ -1313,6 +1381,18 @@ 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
@@ -1324,17 +1404,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/te/empathy/geolocation-privacy.page
share/help/te/empathy/geolocation-supported.page
@@ -1355,6 +1424,7 @@ share/help/te/empathy/irc-send-file.page
share/help/te/empathy/irc-start-conversation.page
share/help/te/empathy/license.page
share/help/te/empathy/link-contacts.page
+share/help/te/empathy/overview.page
share/help/te/empathy/prev-conv.page
share/help/te/empathy/prob-conn-acctdisabled.page
share/help/te/empathy/prob-conn-auth.page
@@ -1369,6 +1439,18 @@ 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
@@ -1380,17 +1462,6 @@ 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/audio-input-microphone.png
-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/camera-web.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/geolocation-not-showing.page
share/help/zh_CN/empathy/geolocation-privacy.page
share/help/zh_CN/empathy/geolocation-supported.page
@@ -1411,6 +1482,7 @@ share/help/zh_CN/empathy/irc-send-file.page
share/help/zh_CN/empathy/irc-start-conversation.page
share/help/zh_CN/empathy/license.page
share/help/zh_CN/empathy/link-contacts.page
+share/help/zh_CN/empathy/overview.page
share/help/zh_CN/empathy/prev-conv.page
share/help/zh_CN/empathy/prob-conn-acctdisabled.page
share/help/zh_CN/empathy/prob-conn-auth.page
@@ -1425,96 +1497,195 @@ 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
share/icons/hicolor/256x256/apps/empathy.png
share/icons/hicolor/32x32/apps/empathy.png
share/icons/hicolor/48x48/apps/empathy.png
+share/locale/an/LC_MESSAGES/empathy-tpaw.mo
share/locale/an/LC_MESSAGES/empathy.mo
+share/locale/ar/LC_MESSAGES/empathy-tpaw.mo
share/locale/ar/LC_MESSAGES/empathy.mo
+share/locale/as/LC_MESSAGES/empathy-tpaw.mo
share/locale/as/LC_MESSAGES/empathy.mo
+share/locale/ast/LC_MESSAGES/empathy-tpaw.mo
share/locale/ast/LC_MESSAGES/empathy.mo
+share/locale/az/LC_MESSAGES/empathy-tpaw.mo
share/locale/az/LC_MESSAGES/empathy.mo
+share/locale/be/LC_MESSAGES/empathy-tpaw.mo
share/locale/be/LC_MESSAGES/empathy.mo
+share/locale/be@latin/LC_MESSAGES/empathy-tpaw.mo
share/locale/be@latin/LC_MESSAGES/empathy.mo
+share/locale/bg/LC_MESSAGES/empathy-tpaw.mo
share/locale/bg/LC_MESSAGES/empathy.mo
+share/locale/bn/LC_MESSAGES/empathy-tpaw.mo
share/locale/bn/LC_MESSAGES/empathy.mo
+share/locale/bn_IN/LC_MESSAGES/empathy-tpaw.mo
share/locale/bn_IN/LC_MESSAGES/empathy.mo
+share/locale/br/LC_MESSAGES/empathy-tpaw.mo
share/locale/br/LC_MESSAGES/empathy.mo
+share/locale/ca/LC_MESSAGES/empathy-tpaw.mo
share/locale/ca/LC_MESSAGES/empathy.mo
+share/locale/ca@valencia/LC_MESSAGES/empathy-tpaw.mo
share/locale/ca@valencia/LC_MESSAGES/empathy.mo
+share/locale/crh/LC_MESSAGES/empathy-tpaw.mo
share/locale/crh/LC_MESSAGES/empathy.mo
+share/locale/cs/LC_MESSAGES/empathy-tpaw.mo
share/locale/cs/LC_MESSAGES/empathy.mo
+share/locale/cy/LC_MESSAGES/empathy-tpaw.mo
share/locale/cy/LC_MESSAGES/empathy.mo
+share/locale/da/LC_MESSAGES/empathy-tpaw.mo
share/locale/da/LC_MESSAGES/empathy.mo
+share/locale/de/LC_MESSAGES/empathy-tpaw.mo
share/locale/de/LC_MESSAGES/empathy.mo
+share/locale/dz/LC_MESSAGES/empathy-tpaw.mo
share/locale/dz/LC_MESSAGES/empathy.mo
+share/locale/el/LC_MESSAGES/empathy-tpaw.mo
share/locale/el/LC_MESSAGES/empathy.mo
+share/locale/en@shaw/LC_MESSAGES/empathy-tpaw.mo
share/locale/en@shaw/LC_MESSAGES/empathy.mo
+share/locale/en_CA/LC_MESSAGES/empathy-tpaw.mo
share/locale/en_CA/LC_MESSAGES/empathy.mo
+share/locale/en_GB/LC_MESSAGES/empathy-tpaw.mo
share/locale/en_GB/LC_MESSAGES/empathy.mo
+share/locale/eo/LC_MESSAGES/empathy-tpaw.mo
share/locale/eo/LC_MESSAGES/empathy.mo
+share/locale/es/LC_MESSAGES/empathy-tpaw.mo
share/locale/es/LC_MESSAGES/empathy.mo
+share/locale/et/LC_MESSAGES/empathy-tpaw.mo
share/locale/et/LC_MESSAGES/empathy.mo
+share/locale/eu/LC_MESSAGES/empathy-tpaw.mo
share/locale/eu/LC_MESSAGES/empathy.mo
+share/locale/fa/LC_MESSAGES/empathy-tpaw.mo
share/locale/fa/LC_MESSAGES/empathy.mo
+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/ga/LC_MESSAGES/empathy-tpaw.mo
share/locale/ga/LC_MESSAGES/empathy.mo
+share/locale/gl/LC_MESSAGES/empathy-tpaw.mo
share/locale/gl/LC_MESSAGES/empathy.mo
+share/locale/gu/LC_MESSAGES/empathy-tpaw.mo
share/locale/gu/LC_MESSAGES/empathy.mo
+share/locale/he/LC_MESSAGES/empathy-tpaw.mo
share/locale/he/LC_MESSAGES/empathy.mo
+share/locale/hi/LC_MESSAGES/empathy-tpaw.mo
share/locale/hi/LC_MESSAGES/empathy.mo
+share/locale/hr/LC_MESSAGES/empathy-tpaw.mo
share/locale/hr/LC_MESSAGES/empathy.mo
+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/it/LC_MESSAGES/empathy-tpaw.mo
share/locale/it/LC_MESSAGES/empathy.mo
+share/locale/ja/LC_MESSAGES/empathy-tpaw.mo
share/locale/ja/LC_MESSAGES/empathy.mo
+share/locale/kk/LC_MESSAGES/empathy-tpaw.mo
share/locale/kk/LC_MESSAGES/empathy.mo
+share/locale/km/LC_MESSAGES/empathy-tpaw.mo
share/locale/km/LC_MESSAGES/empathy.mo
+share/locale/kn/LC_MESSAGES/empathy-tpaw.mo
share/locale/kn/LC_MESSAGES/empathy.mo
+share/locale/ko/LC_MESSAGES/empathy-tpaw.mo
share/locale/ko/LC_MESSAGES/empathy.mo
+share/locale/ku/LC_MESSAGES/empathy-tpaw.mo
share/locale/ku/LC_MESSAGES/empathy.mo
+share/locale/lt/LC_MESSAGES/empathy-tpaw.mo
share/locale/lt/LC_MESSAGES/empathy.mo
+share/locale/lv/LC_MESSAGES/empathy-tpaw.mo
share/locale/lv/LC_MESSAGES/empathy.mo
+share/locale/mai/LC_MESSAGES/empathy-tpaw.mo
share/locale/mai/LC_MESSAGES/empathy.mo
+share/locale/mk/LC_MESSAGES/empathy-tpaw.mo
share/locale/mk/LC_MESSAGES/empathy.mo
+share/locale/ml/LC_MESSAGES/empathy-tpaw.mo
share/locale/ml/LC_MESSAGES/empathy.mo
+share/locale/mr/LC_MESSAGES/empathy-tpaw.mo
share/locale/mr/LC_MESSAGES/empathy.mo
+share/locale/ms/LC_MESSAGES/empathy-tpaw.mo
share/locale/ms/LC_MESSAGES/empathy.mo
+share/locale/my/LC_MESSAGES/empathy-tpaw.mo
share/locale/my/LC_MESSAGES/empathy.mo
+share/locale/nb/LC_MESSAGES/empathy-tpaw.mo
share/locale/nb/LC_MESSAGES/empathy.mo
+share/locale/ne/LC_MESSAGES/empathy-tpaw.mo
share/locale/ne/LC_MESSAGES/empathy.mo
+share/locale/nl/LC_MESSAGES/empathy-tpaw.mo
share/locale/nl/LC_MESSAGES/empathy.mo
+share/locale/nn/LC_MESSAGES/empathy-tpaw.mo
share/locale/nn/LC_MESSAGES/empathy.mo
+share/locale/oc/LC_MESSAGES/empathy-tpaw.mo
share/locale/oc/LC_MESSAGES/empathy.mo
+share/locale/or/LC_MESSAGES/empathy-tpaw.mo
share/locale/or/LC_MESSAGES/empathy.mo
+share/locale/pa/LC_MESSAGES/empathy-tpaw.mo
share/locale/pa/LC_MESSAGES/empathy.mo
+share/locale/pl/LC_MESSAGES/empathy-tpaw.mo
share/locale/pl/LC_MESSAGES/empathy.mo
+share/locale/ps/LC_MESSAGES/empathy-tpaw.mo
share/locale/ps/LC_MESSAGES/empathy.mo
+share/locale/pt/LC_MESSAGES/empathy-tpaw.mo
share/locale/pt/LC_MESSAGES/empathy.mo
+share/locale/pt_BR/LC_MESSAGES/empathy-tpaw.mo
share/locale/pt_BR/LC_MESSAGES/empathy.mo
+share/locale/ro/LC_MESSAGES/empathy-tpaw.mo
share/locale/ro/LC_MESSAGES/empathy.mo
+share/locale/ru/LC_MESSAGES/empathy-tpaw.mo
share/locale/ru/LC_MESSAGES/empathy.mo
+share/locale/si/LC_MESSAGES/empathy-tpaw.mo
share/locale/si/LC_MESSAGES/empathy.mo
+share/locale/sk/LC_MESSAGES/empathy-tpaw.mo
share/locale/sk/LC_MESSAGES/empathy.mo
+share/locale/sl/LC_MESSAGES/empathy-tpaw.mo
share/locale/sl/LC_MESSAGES/empathy.mo
+share/locale/sq/LC_MESSAGES/empathy-tpaw.mo
share/locale/sq/LC_MESSAGES/empathy.mo
+share/locale/sr/LC_MESSAGES/empathy-tpaw.mo
share/locale/sr/LC_MESSAGES/empathy.mo
+share/locale/sr@latin/LC_MESSAGES/empathy-tpaw.mo
share/locale/sr@latin/LC_MESSAGES/empathy.mo
+share/locale/sv/LC_MESSAGES/empathy-tpaw.mo
share/locale/sv/LC_MESSAGES/empathy.mo
+share/locale/ta/LC_MESSAGES/empathy-tpaw.mo
share/locale/ta/LC_MESSAGES/empathy.mo
+share/locale/te/LC_MESSAGES/empathy-tpaw.mo
share/locale/te/LC_MESSAGES/empathy.mo
+share/locale/tg/LC_MESSAGES/empathy-tpaw.mo
+share/locale/tg/LC_MESSAGES/empathy.mo
+share/locale/th/LC_MESSAGES/empathy-tpaw.mo
share/locale/th/LC_MESSAGES/empathy.mo
+share/locale/tr/LC_MESSAGES/empathy-tpaw.mo
share/locale/tr/LC_MESSAGES/empathy.mo
+share/locale/ug/LC_MESSAGES/empathy-tpaw.mo
share/locale/ug/LC_MESSAGES/empathy.mo
+share/locale/uk/LC_MESSAGES/empathy-tpaw.mo
share/locale/uk/LC_MESSAGES/empathy.mo
+share/locale/vi/LC_MESSAGES/empathy-tpaw.mo
share/locale/vi/LC_MESSAGES/empathy.mo
+share/locale/xh/LC_MESSAGES/empathy-tpaw.mo
share/locale/xh/LC_MESSAGES/empathy.mo
+share/locale/zh_CN/LC_MESSAGES/empathy-tpaw.mo
share/locale/zh_CN/LC_MESSAGES/empathy.mo
+share/locale/zh_HK/LC_MESSAGES/empathy-tpaw.mo
share/locale/zh_HK/LC_MESSAGES/empathy.mo
+share/locale/zh_TW/LC_MESSAGES/empathy-tpaw.mo
share/locale/zh_TW/LC_MESSAGES/empathy.mo
+share/locale/zu/LC_MESSAGES/empathy-tpaw.mo
share/locale/zu/LC_MESSAGES/empathy.mo
share/telepathy/clients/Empathy.Auth.client
share/telepathy/clients/Empathy.Call.client
@@ -1583,6 +1754,9 @@ share/telepathy/clients/Empathy.FileTransfer.client
@dirrm share/help/ru/empathy/figures
@dirrm share/help/ru/empathy
@dirrmtry share/help/ru
+@dirrm share/help/pt_BR/empathy/figures
+@dirrm share/help/pt_BR/empathy
+@dirrmtry share/help/pt_BR
@dirrm share/help/pl/empathy/figures
@dirrm share/help/pl/empathy
@dirrmtry share/help/pl