pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

empathy: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Aug 17 00:31:53 2023 +0200
Changeset:	e79cee0e01b984b46169e8ae18271bec204e33da

Modified Files:
	Makefile
Removed Files:
	empathy/DESCR
	empathy/MESSAGE
	empathy/Makefile
	empathy/PLIST
	empathy/buildlink3.mk
	empathy/distinfo

Log Message:
empathy: remove

Deprecated upstream.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e79cee0e01b984b46169e8ae18271bec204e33da

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |    4 +-
 empathy/DESCR         |   22 -
 empathy/MESSAGE       |    7 -
 empathy/Makefile      |   73 ---
 empathy/PLIST         | 1690 -------------------------------------------------
 empathy/buildlink3.mk |   18 -
 empathy/distinfo      |    5 -
 7 files changed, 3 insertions(+), 1816 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0fb71eb6bd..e7f37d6a2a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ SUBDIR+=	Qweyboard
 SUBDIR+=	R
 SUBDIR+=	R-BiocGenerics
 SUBDIR+=	R-C50
+SUBDIR+=	R-Matrix
 SUBDIR+=	R-MySQL
 SUBDIR+=	R-Rgraphviz
 SUBDIR+=	R-Rserve
@@ -780,7 +781,6 @@ SUBDIR+=	emerald-themes
 SUBDIR+=	emirror
 SUBDIR+=	emokit
 SUBDIR+=	emovix
-SUBDIR+=	empathy
 SUBDIR+=	engauge-digitizer
 SUBDIR+=	enigma2000
 SUBDIR+=	enlightenment-current
@@ -1500,6 +1500,7 @@ SUBDIR+=	hengband
 SUBDIR+=	hepmc
 SUBDIR+=	hepmcvisual
 SUBDIR+=	hercules-server
+SUBDIR+=	hercules4aethra
 SUBDIR+=	heroes
 SUBDIR+=	herwig
 SUBDIR+=	hey
@@ -2119,6 +2120,7 @@ SUBDIR+=	libre
 SUBDIR+=	librem
 SUBDIR+=	libreoffice-git
 SUBDIR+=	libreswan
+SUBDIR+=	libreswan-git
 SUBDIR+=	libretro-4do
 SUBDIR+=	libretro-beetle-lynx
 SUBDIR+=	libretro-citra
diff --git a/empathy/DESCR b/empathy/DESCR
deleted file mode 100644
index 96e6454e9e..0000000000
--- a/empathy/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-Empathy consists of a rich set of reusable instant messaging widgets,
-and a GNOME client using those widgets. It uses Telepathy and
-Nokia's Mission Control, and reuses Gossip's UI. The main goal is
-to permit desktop integration by providing libempathy and libempathy-gtk
-libraries. libempathy-gtk is a set of powerful widgets that can be
-embeded into any GNOME application.
-
-Current features
-
-    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
-      supported by pidgin
-    * Account editor (specialized UI for most protocols)
-    * Auto away and extended away using gnome-screensaver
-    * Auto re-connect using Network Manager
-    * Private and group chat (with smileys, spellcheck)
-    * Powerful theme engine for chats
-    * Log conversations, view/search in logs and prepend logs in
-      new chats
-    * Adding new contacts and viewing/editing contact information
-    * Voice and Video call using SIP and Jingle
-    * Python bindings for libempathy and libempathy-gtk
-    * Collaborative work using Tubes
diff --git a/empathy/MESSAGE b/empathy/MESSAGE
deleted file mode 100644
index d65142e213..0000000000
--- a/empathy/MESSAGE
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2010/07/13 19:57:06 drochner Exp $
-
-To use empathy, you'll need a plugin for the communication protocol,
-eg. chat/telepathy-gabble or chat/telepathy-idle,
-and chat/telepathy-mission-control5 for account management.
-===========================================================================
diff --git a/empathy/Makefile b/empathy/Makefile
deleted file mode 100644
index ca63d19bbb..0000000000
--- a/empathy/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# $NetBSD: Makefile,v 1.74 2015/12/05 21:25:30 adam Exp $
-
-DISTNAME=	empathy-3.12.10
-CATEGORIES=	chat gnome
-MASTER_SITES=	${MASTER_SITE_GNOME:=sources/empathy/3.12/}
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://live.gnome.org/Empathy
-COMMENT=	Gnome instant messenger client
-LICENSE=	gnu-gpl-v2
-
-PYTHON_VERSIONS_ACCEPTED=	27
-
-GNU_CONFIGURE=		yes
-USE_TOOLS+=		gawk gmake gsed intltool msgfmt pkg-config
-USE_TOOLS+=		autoconf msgmerge xgettext
-USE_LIBTOOL=		yes
-USE_PKGLOCALEDIR=	yes
-CONFIGURE_ENV+=		YELL_CFLAGS=-I${WRKSRC}/telepathy-yell
-CONFIGURE_ENV+=	\
-	YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell"
-
-# see pkgsrc/security/mozilla-rootcerts-openssl
-CONFIGURE_ARGS+=	--with-ca-file=/etc/ssl/certs/ca-certificates.crt
-
-BUILDLINK_TRANSFORM+=	rm:-Werror
-
-# with --nonet, xsltproc needs a helping hand finding some dtds
-XSLTPROC_PATH=		${PREFIX}/share/doc/dbus
-
-# notyet
-#CONFIGURE_ARGS+=	--enable-meego
-
-.include "../../audio/pulseaudio/buildlink3.mk"
-.include "../../graphics/clutter-gtk/buildlink3.mk"
-.include "../../multimedia/clutter-gst/buildlink3.mk"
-.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
-.include "../../security/libsecret/buildlink3.mk"
-.include "../../www/webkit24-gtk3/buildlink3.mk"
-.include "../../audio/libcanberra/buildlink3.mk"
-.include "../../chat/telepathy-farsight/buildlink3.mk"
-.include "../../chat/telepathy-farstream/buildlink3.mk"
-.include "../../wip/telepathy-logger/buildlink3.mk"
-.include "../../chat/libfolks/buildlink3.mk"
-.include "../../security/gcr/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=		glib2>=2.37.6
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/glib2/schemas.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.include "../../wip/gnome-keyring/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-BUILDLINK_API_DEPENDS.enchant+=		enchant>=1.2.0
-.include "../../textproc/enchant/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../textproc/gtk-doc/buildlink3.mk"
-.include "../../textproc/iso-codes/buildlink3.mk"
-.include "../../textproc/libxslt/xsltproc-nonet.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+=		gtk3+>=3.9.4
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libunique/buildlink3.mk"
-# notyet
-#.include "../../graphics/clutter-mx/buildlink3.mk"
-#.include "../../chat/telepathy-logger/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/empathy/PLIST b/empathy/PLIST
deleted file mode 100644
index e4a0e78328..0000000000
--- a/empathy/PLIST
+++ /dev/null
@@ -1,1690 +0,0 @@
-@comment $NetBSD$
-bin/empathy
-bin/empathy-accounts
-bin/empathy-debugger
-lib/empathy/libempathy-gtk.la
-lib/empathy/libempathy.la
-libexec/empathy-auth-client
-libexec/empathy-call
-libexec/empathy-chat
-man/man1/empathy-accounts.1
-man/man1/empathy.1
-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
-share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
-share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Status.html
-share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Blue.css
-share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Clean.css
-share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Simple.css
-share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/main.css
-share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Info.plist
-share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Content.html
-share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Status.html
-share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/main.css
-share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
-share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/corners.png
-share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/horizontal.png
-share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/nipple.png
-share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/vertical.png
-share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
-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
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
-share/empathy/Template.html
-share/empathy/empathy-accounts-dialog.ui
-share/empathy/empathy-call-window-fullscreen.ui
-share/empathy/empathy-call-window.ui
-share/empathy/empathy-chat-window.ui
-share/empathy/empathy-chat.ui
-share/empathy/empathy-chatrooms-window.ui
-share/empathy/empathy-contact-blocking-dialog.ui
-share/empathy/empathy-contact-widget.ui
-share/empathy/empathy-ft-manager.ui
-share/empathy/empathy-import-dialog.ui
-share/empathy/empathy-individual-widget.ui
-share/empathy/empathy-log-window.html
-share/empathy/empathy-log-window.ui
-share/empathy/empathy-new-chatroom-dialog.ui
-share/empathy/empathy-preferences.ui
-share/empathy/empathy-roster-window-menubar.ui
-share/empathy/empathy-roster-window.ui
-share/empathy/empathy-search-bar.ui
-share/empathy/empathy-status-icon.ui
-share/empathy/empathy-status-preset-dialog.ui
-share/empathy/empathy.css
-share/empathy/icons/hicolor/16x16/actions/im-message-new.png
-share/empathy/icons/hicolor/16x16/apps/im-aim.png
-share/empathy/icons/hicolor/16x16/apps/im-ekiga.png
-share/empathy/icons/hicolor/16x16/apps/im-facebook.png
-share/empathy/icons/hicolor/16x16/apps/im-gadugadu.png
-share/empathy/icons/hicolor/16x16/apps/im-gizmo.png
-share/empathy/icons/hicolor/16x16/apps/im-google-talk.png
-share/empathy/icons/hicolor/16x16/apps/im-groupwise.png
-share/empathy/icons/hicolor/16x16/apps/im-icq.png
-share/empathy/icons/hicolor/16x16/apps/im-irc.png
-share/empathy/icons/hicolor/16x16/apps/im-jabber.png
-share/empathy/icons/hicolor/16x16/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/16x16/apps/im-meanwhile.png
-share/empathy/icons/hicolor/16x16/apps/im-msn.png
-share/empathy/icons/hicolor/16x16/apps/im-mxit.png
-share/empathy/icons/hicolor/16x16/apps/im-myspace.png
-share/empathy/icons/hicolor/16x16/apps/im-qq.png
-share/empathy/icons/hicolor/16x16/apps/im-sametime.png
-share/empathy/icons/hicolor/16x16/apps/im-silc.png
-share/empathy/icons/hicolor/16x16/apps/im-sip.png
-share/empathy/icons/hicolor/16x16/apps/im-yahoo.png
-share/empathy/icons/hicolor/16x16/apps/im-zephyr.png
-share/empathy/icons/hicolor/16x16/status/empathy-pending.png
-share/empathy/icons/hicolor/16x16/status/im-message.png
-share/empathy/icons/hicolor/16x16/status/user-available.png
-share/empathy/icons/hicolor/16x16/status/user-away.png
-share/empathy/icons/hicolor/16x16/status/user-busy.png
-share/empathy/icons/hicolor/16x16/status/user-idle.png
-share/empathy/icons/hicolor/16x16/status/user-offline.png
-share/empathy/icons/hicolor/16x16/status/user-typing.png
-share/empathy/icons/hicolor/22x22/actions/im-message-new.png
-share/empathy/icons/hicolor/22x22/apps/im-aim.png
-share/empathy/icons/hicolor/22x22/apps/im-ekiga.png
-share/empathy/icons/hicolor/22x22/apps/im-facebook.png
-share/empathy/icons/hicolor/22x22/apps/im-gadugadu.png
-share/empathy/icons/hicolor/22x22/apps/im-gizmo.png
-share/empathy/icons/hicolor/22x22/apps/im-google-talk.png
-share/empathy/icons/hicolor/22x22/apps/im-groupwise.png
-share/empathy/icons/hicolor/22x22/apps/im-icq.png
-share/empathy/icons/hicolor/22x22/apps/im-irc.png
-share/empathy/icons/hicolor/22x22/apps/im-jabber.png
-share/empathy/icons/hicolor/22x22/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/22x22/apps/im-meanwhile.png
-share/empathy/icons/hicolor/22x22/apps/im-msn.png
-share/empathy/icons/hicolor/22x22/apps/im-mxit.png
-share/empathy/icons/hicolor/22x22/apps/im-myspace.png
-share/empathy/icons/hicolor/22x22/apps/im-qq.png
-share/empathy/icons/hicolor/22x22/apps/im-sametime.png
-share/empathy/icons/hicolor/22x22/apps/im-silc.png
-share/empathy/icons/hicolor/22x22/apps/im-sip.png
-share/empathy/icons/hicolor/22x22/apps/im-yahoo.png
-share/empathy/icons/hicolor/22x22/apps/im-zephyr.png
-share/empathy/icons/hicolor/22x22/status/empathy-pending.png
-share/empathy/icons/hicolor/22x22/status/im-message.png
-share/empathy/icons/hicolor/22x22/status/user-available.png
-share/empathy/icons/hicolor/22x22/status/user-away.png
-share/empathy/icons/hicolor/22x22/status/user-busy.png
-share/empathy/icons/hicolor/22x22/status/user-idle.png
-share/empathy/icons/hicolor/22x22/status/user-offline.png
-share/empathy/icons/hicolor/24x24/actions/im-message-new.png
-share/empathy/icons/hicolor/24x24/apps/im-aim.png
-share/empathy/icons/hicolor/24x24/apps/im-ekiga.png
-share/empathy/icons/hicolor/24x24/apps/im-gadugadu.png
-share/empathy/icons/hicolor/24x24/apps/im-gizmo.png
-share/empathy/icons/hicolor/24x24/apps/im-google-talk.png
-share/empathy/icons/hicolor/24x24/apps/im-groupwise.png
-share/empathy/icons/hicolor/24x24/apps/im-icq.png
-share/empathy/icons/hicolor/24x24/apps/im-irc.png
-share/empathy/icons/hicolor/24x24/apps/im-jabber.png
-share/empathy/icons/hicolor/24x24/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/24x24/apps/im-meanwhile.png
-share/empathy/icons/hicolor/24x24/apps/im-msn.png
-share/empathy/icons/hicolor/24x24/apps/im-mxit.png
-share/empathy/icons/hicolor/24x24/apps/im-myspace.png
-share/empathy/icons/hicolor/24x24/apps/im-qq.png
-share/empathy/icons/hicolor/24x24/apps/im-sametime.png
-share/empathy/icons/hicolor/24x24/apps/im-silc.png
-share/empathy/icons/hicolor/24x24/apps/im-sip.png
-share/empathy/icons/hicolor/24x24/apps/im-yahoo.png
-share/empathy/icons/hicolor/24x24/apps/im-zephyr.png
-share/empathy/icons/hicolor/24x24/status/empathy-pending.png
-share/empathy/icons/hicolor/24x24/status/user-available.png
-share/empathy/icons/hicolor/24x24/status/user-away.png
-share/empathy/icons/hicolor/24x24/status/user-busy.png
-share/empathy/icons/hicolor/24x24/status/user-idle.png
-share/empathy/icons/hicolor/24x24/status/user-offline.png
-share/empathy/icons/hicolor/32x32/apps/im-aim.png
-share/empathy/icons/hicolor/32x32/apps/im-ekiga.png
-share/empathy/icons/hicolor/32x32/apps/im-gadugadu.png
-share/empathy/icons/hicolor/32x32/apps/im-gizmo.png
-share/empathy/icons/hicolor/32x32/apps/im-google-talk.png
-share/empathy/icons/hicolor/32x32/apps/im-groupwise.png
-share/empathy/icons/hicolor/32x32/apps/im-icq.png
-share/empathy/icons/hicolor/32x32/apps/im-irc.png
-share/empathy/icons/hicolor/32x32/apps/im-jabber.png
-share/empathy/icons/hicolor/32x32/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/32x32/apps/im-meanwhile.png
-share/empathy/icons/hicolor/32x32/apps/im-msn.png
-share/empathy/icons/hicolor/32x32/apps/im-mxit.png
-share/empathy/icons/hicolor/32x32/apps/im-myspace.png
-share/empathy/icons/hicolor/32x32/apps/im-qq.png
-share/empathy/icons/hicolor/32x32/apps/im-sametime.png
-share/empathy/icons/hicolor/32x32/apps/im-silc.png
-share/empathy/icons/hicolor/32x32/apps/im-sip.png
-share/empathy/icons/hicolor/32x32/apps/im-yahoo.png
-share/empathy/icons/hicolor/32x32/apps/im-zephyr.png
-share/empathy/icons/hicolor/32x32/status/empathy-pending.png
-share/empathy/icons/hicolor/32x32/status/user-available.png
-share/empathy/icons/hicolor/32x32/status/user-away.png
-share/empathy/icons/hicolor/32x32/status/user-busy.png
-share/empathy/icons/hicolor/32x32/status/user-idle.png
-share/empathy/icons/hicolor/32x32/status/user-offline.png
-share/empathy/icons/hicolor/48x48/apps/im-aim.png
-share/empathy/icons/hicolor/48x48/apps/im-ekiga.png
-share/empathy/icons/hicolor/48x48/apps/im-facebook.png
-share/empathy/icons/hicolor/48x48/apps/im-gadugadu.png
-share/empathy/icons/hicolor/48x48/apps/im-gizmo.png
-share/empathy/icons/hicolor/48x48/apps/im-google-talk.png
-share/empathy/icons/hicolor/48x48/apps/im-groupwise.png
-share/empathy/icons/hicolor/48x48/apps/im-icq.png
-share/empathy/icons/hicolor/48x48/apps/im-irc.png
-share/empathy/icons/hicolor/48x48/apps/im-jabber.png
-share/empathy/icons/hicolor/48x48/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/48x48/apps/im-meanwhile.png
-share/empathy/icons/hicolor/48x48/apps/im-msn.png
-share/empathy/icons/hicolor/48x48/apps/im-mxit.png
-share/empathy/icons/hicolor/48x48/apps/im-myspace.png
-share/empathy/icons/hicolor/48x48/apps/im-qq.png
-share/empathy/icons/hicolor/48x48/apps/im-sametime.png
-share/empathy/icons/hicolor/48x48/apps/im-silc.png
-share/empathy/icons/hicolor/48x48/apps/im-sip.png
-share/empathy/icons/hicolor/48x48/apps/im-yahoo.png
-share/empathy/icons/hicolor/48x48/apps/im-zephyr.png
-share/empathy/icons/hicolor/48x48/status/empathy-pending.png
-share/empathy/icons/hicolor/48x48/status/user-available.png
-share/empathy/icons/hicolor/48x48/status/user-away.png
-share/empathy/icons/hicolor/48x48/status/user-busy.png
-share/empathy/icons/hicolor/48x48/status/user-idle.png
-share/empathy/icons/hicolor/48x48/status/user-offline.png
-share/empathy/icons/hicolor/scalable/apps/im-aim.svg
-share/empathy/icons/hicolor/scalable/apps/im-ekiga.svg
-share/empathy/icons/hicolor/scalable/apps/im-gadugadu.svg
-share/empathy/icons/hicolor/scalable/apps/im-gizmo.svg
-share/empathy/icons/hicolor/scalable/apps/im-google-talk.svg
-share/empathy/icons/hicolor/scalable/apps/im-groupwise.svg
-share/empathy/icons/hicolor/scalable/apps/im-icq.svg
-share/empathy/icons/hicolor/scalable/apps/im-irc.svg
-share/empathy/icons/hicolor/scalable/apps/im-jabber.svg
-share/empathy/icons/hicolor/scalable/apps/im-local-xmpp.svg
-share/empathy/icons/hicolor/scalable/apps/im-meanwhile.svg
-share/empathy/icons/hicolor/scalable/apps/im-msn.svg
-share/empathy/icons/hicolor/scalable/apps/im-mxit.svg
-share/empathy/icons/hicolor/scalable/apps/im-myspace.svg
-share/empathy/icons/hicolor/scalable/apps/im-qq.svg
-share/empathy/icons/hicolor/scalable/apps/im-sametime.svg
-share/empathy/icons/hicolor/scalable/apps/im-silc.svg
-share/empathy/icons/hicolor/scalable/apps/im-sip.svg
-share/empathy/icons/hicolor/scalable/apps/im-yahoo.svg
-share/empathy/icons/hicolor/scalable/apps/im-zephyr.svg
-share/empathy/icons/hicolor/scalable/status/empathy-pending.svg
-share/empathy/icons/hicolor/scalable/status/user-available.svg
-share/empathy/icons/hicolor/scalable/status/user-away.svg
-share/empathy/icons/hicolor/scalable/status/user-busy.svg
-share/empathy/icons/hicolor/scalable/status/user-idle.svg
-share/empathy/icons/hicolor/scalable/status/user-offline.svg
-share/empathy/irc-networks.xml
-share/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
-share/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
-share/help/C/empathy/account-irc.page
-share/help/C/empathy/account-jabber.page
-share/help/C/empathy/accounts-window.page
-share/help/C/empathy/add-account.page
-share/help/C/empathy/add-contact.page
-share/help/C/empathy/audio-call.page
-share/help/C/empathy/audio-video.page
-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
-share/help/C/empathy/geolocation-turn.page
-share/help/C/empathy/geolocation-what-is.page
-share/help/C/empathy/geolocation.page
-share/help/C/empathy/group-conversations.page
-share/help/C/empathy/hide-contacts.page
-share/help/C/empathy/import-account.page
-share/help/C/empathy/index.page
-share/help/C/empathy/introduction.page
-share/help/C/empathy/irc-commands.page
-share/help/C/empathy/irc-join-pwd.page
-share/help/C/empathy/irc-join-room.page
-share/help/C/empathy/irc-manage.page
-share/help/C/empathy/irc-nick-password.page
-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
-share/help/C/empathy/prob-conn-name.page
-share/help/C/empathy/prob-conn-neterror.page
-share/help/C/empathy/prob-conn.page
-share/help/C/empathy/remove-account.page
-share/help/C/empathy/salut-protocol.page
-share/help/C/empathy/send-file.page
-share/help/C/empathy/send-message.page
-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/ca/empathy/account-irc.page
-share/help/ca/empathy/account-jabber.page
-share/help/ca/empathy/accounts-window.page
-share/help/ca/empathy/add-account.page
-share/help/ca/empathy/add-contact.page
-share/help/ca/empathy/audio-call.page
-share/help/ca/empathy/audio-video.page
-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
-share/help/ca/empathy/geolocation-turn.page
-share/help/ca/empathy/geolocation-what-is.page
-share/help/ca/empathy/geolocation.page
-share/help/ca/empathy/group-conversations.page
-share/help/ca/empathy/hide-contacts.page
-share/help/ca/empathy/import-account.page
-share/help/ca/empathy/index.page
-share/help/ca/empathy/introduction.page
-share/help/ca/empathy/irc-commands.page
-share/help/ca/empathy/irc-join-pwd.page
-share/help/ca/empathy/irc-join-room.page
-share/help/ca/empathy/irc-manage.page
-share/help/ca/empathy/irc-nick-password.page
-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
-share/help/ca/empathy/prob-conn-name.page
-share/help/ca/empathy/prob-conn-neterror.page
-share/help/ca/empathy/prob-conn.page
-share/help/ca/empathy/remove-account.page
-share/help/ca/empathy/salut-protocol.page
-share/help/ca/empathy/send-file.page
-share/help/ca/empathy/send-message.page
-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/cs/empathy/account-irc.page
-share/help/cs/empathy/account-jabber.page
-share/help/cs/empathy/accounts-window.page
-share/help/cs/empathy/add-account.page
-share/help/cs/empathy/add-contact.page
-share/help/cs/empathy/audio-call.page
-share/help/cs/empathy/audio-video.page
-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
-share/help/cs/empathy/geolocation-turn.page
-share/help/cs/empathy/geolocation-what-is.page
-share/help/cs/empathy/geolocation.page
-share/help/cs/empathy/group-conversations.page
-share/help/cs/empathy/hide-contacts.page
-share/help/cs/empathy/import-account.page
-share/help/cs/empathy/index.page
-share/help/cs/empathy/introduction.page
-share/help/cs/empathy/irc-commands.page
-share/help/cs/empathy/irc-join-pwd.page
-share/help/cs/empathy/irc-join-room.page
-share/help/cs/empathy/irc-manage.page
-share/help/cs/empathy/irc-nick-password.page
-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
-share/help/cs/empathy/prob-conn-name.page
-share/help/cs/empathy/prob-conn-neterror.page
-share/help/cs/empathy/prob-conn.page
-share/help/cs/empathy/remove-account.page
-share/help/cs/empathy/salut-protocol.page
-share/help/cs/empathy/send-file.page
-share/help/cs/empathy/send-message.page
-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/de/empathy/account-irc.page
-share/help/de/empathy/account-jabber.page
-share/help/de/empathy/accounts-window.page
-share/help/de/empathy/add-account.page
-share/help/de/empathy/add-contact.page
-share/help/de/empathy/audio-call.page
-share/help/de/empathy/audio-video.page
-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
-share/help/de/empathy/geolocation-turn.page
-share/help/de/empathy/geolocation-what-is.page
-share/help/de/empathy/geolocation.page
-share/help/de/empathy/group-conversations.page
-share/help/de/empathy/hide-contacts.page
-share/help/de/empathy/import-account.page
-share/help/de/empathy/index.page
-share/help/de/empathy/introduction.page
-share/help/de/empathy/irc-commands.page
-share/help/de/empathy/irc-join-pwd.page
-share/help/de/empathy/irc-join-room.page
-share/help/de/empathy/irc-manage.page
-share/help/de/empathy/irc-nick-password.page
-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
-share/help/de/empathy/prob-conn-name.page
-share/help/de/empathy/prob-conn-neterror.page
-share/help/de/empathy/prob-conn.page
-share/help/de/empathy/remove-account.page
-share/help/de/empathy/salut-protocol.page
-share/help/de/empathy/send-file.page
-share/help/de/empathy/send-message.page
-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/el/empathy/account-irc.page
-share/help/el/empathy/account-jabber.page
-share/help/el/empathy/accounts-window.page
-share/help/el/empathy/add-account.page
-share/help/el/empathy/add-contact.page
-share/help/el/empathy/audio-call.page
-share/help/el/empathy/audio-video.page
-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
-share/help/el/empathy/geolocation-turn.page
-share/help/el/empathy/geolocation-what-is.page
-share/help/el/empathy/geolocation.page
-share/help/el/empathy/group-conversations.page
-share/help/el/empathy/hide-contacts.page
-share/help/el/empathy/import-account.page
-share/help/el/empathy/index.page
-share/help/el/empathy/introduction.page
-share/help/el/empathy/irc-commands.page
-share/help/el/empathy/irc-join-pwd.page
-share/help/el/empathy/irc-join-room.page
-share/help/el/empathy/irc-manage.page
-share/help/el/empathy/irc-nick-password.page
-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
-share/help/el/empathy/prob-conn-name.page
-share/help/el/empathy/prob-conn-neterror.page
-share/help/el/empathy/prob-conn.page
-share/help/el/empathy/remove-account.page
-share/help/el/empathy/salut-protocol.page
-share/help/el/empathy/send-file.page
-share/help/el/empathy/send-message.page
-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/en_GB/empathy/account-irc.page
-share/help/en_GB/empathy/account-jabber.page
-share/help/en_GB/empathy/accounts-window.page
-share/help/en_GB/empathy/add-account.page
-share/help/en_GB/empathy/add-contact.page
-share/help/en_GB/empathy/audio-call.page
-share/help/en_GB/empathy/audio-video.page
-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
-share/help/en_GB/empathy/geolocation-turn.page
-share/help/en_GB/empathy/geolocation-what-is.page
-share/help/en_GB/empathy/geolocation.page
-share/help/en_GB/empathy/group-conversations.page
-share/help/en_GB/empathy/hide-contacts.page
-share/help/en_GB/empathy/import-account.page
-share/help/en_GB/empathy/index.page
-share/help/en_GB/empathy/introduction.page
-share/help/en_GB/empathy/irc-commands.page
-share/help/en_GB/empathy/irc-join-pwd.page
-share/help/en_GB/empathy/irc-join-room.page
-share/help/en_GB/empathy/irc-manage.page
-share/help/en_GB/empathy/irc-nick-password.page
-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
-share/help/en_GB/empathy/prob-conn-name.page
-share/help/en_GB/empathy/prob-conn-neterror.page
-share/help/en_GB/empathy/prob-conn.page
-share/help/en_GB/empathy/remove-account.page
-share/help/en_GB/empathy/salut-protocol.page
-share/help/en_GB/empathy/send-file.page
-share/help/en_GB/empathy/send-message.page
-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/es/empathy/account-irc.page
-share/help/es/empathy/account-jabber.page
-share/help/es/empathy/accounts-window.page
-share/help/es/empathy/add-account.page
-share/help/es/empathy/add-contact.page
-share/help/es/empathy/audio-call.page
-share/help/es/empathy/audio-video.page
-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
-share/help/es/empathy/geolocation-turn.page
-share/help/es/empathy/geolocation-what-is.page
-share/help/es/empathy/geolocation.page
-share/help/es/empathy/group-conversations.page
-share/help/es/empathy/hide-contacts.page
-share/help/es/empathy/import-account.page
-share/help/es/empathy/index.page
-share/help/es/empathy/introduction.page
-share/help/es/empathy/irc-commands.page
-share/help/es/empathy/irc-join-pwd.page
-share/help/es/empathy/irc-join-room.page
-share/help/es/empathy/irc-manage.page
-share/help/es/empathy/irc-nick-password.page
-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
-share/help/es/empathy/prob-conn-name.page
-share/help/es/empathy/prob-conn-neterror.page
-share/help/es/empathy/prob-conn.page
-share/help/es/empathy/remove-account.page
-share/help/es/empathy/salut-protocol.page
-share/help/es/empathy/send-file.page
-share/help/es/empathy/send-message.page
-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/eu/empathy/account-irc.page
-share/help/eu/empathy/account-jabber.page
-share/help/eu/empathy/accounts-window.page
-share/help/eu/empathy/add-account.page
-share/help/eu/empathy/add-contact.page
-share/help/eu/empathy/audio-call.page
-share/help/eu/empathy/audio-video.page
-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
-share/help/eu/empathy/geolocation-turn.page
-share/help/eu/empathy/geolocation-what-is.page
-share/help/eu/empathy/geolocation.page
-share/help/eu/empathy/group-conversations.page
-share/help/eu/empathy/hide-contacts.page
-share/help/eu/empathy/import-account.page
-share/help/eu/empathy/index.page
-share/help/eu/empathy/introduction.page
-share/help/eu/empathy/irc-commands.page
-share/help/eu/empathy/irc-join-pwd.page
-share/help/eu/empathy/irc-join-room.page
-share/help/eu/empathy/irc-manage.page
-share/help/eu/empathy/irc-nick-password.page
-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
-share/help/eu/empathy/prob-conn-name.page
-share/help/eu/empathy/prob-conn-neterror.page
-share/help/eu/empathy/prob-conn.page
-share/help/eu/empathy/remove-account.page
-share/help/eu/empathy/salut-protocol.page
-share/help/eu/empathy/send-file.page
-share/help/eu/empathy/send-message.page
-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/fi/empathy/account-irc.page
-share/help/fi/empathy/account-jabber.page
-share/help/fi/empathy/accounts-window.page
-share/help/fi/empathy/add-account.page
-share/help/fi/empathy/add-contact.page
-share/help/fi/empathy/audio-call.page
-share/help/fi/empathy/audio-video.page
-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
-share/help/fi/empathy/geolocation-turn.page
-share/help/fi/empathy/geolocation-what-is.page
-share/help/fi/empathy/geolocation.page
-share/help/fi/empathy/group-conversations.page
-share/help/fi/empathy/hide-contacts.page
-share/help/fi/empathy/import-account.page
-share/help/fi/empathy/index.page
-share/help/fi/empathy/introduction.page
-share/help/fi/empathy/irc-commands.page
-share/help/fi/empathy/irc-join-pwd.page
-share/help/fi/empathy/irc-join-room.page
-share/help/fi/empathy/irc-manage.page
-share/help/fi/empathy/irc-nick-password.page
-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
-share/help/fi/empathy/prob-conn-name.page
-share/help/fi/empathy/prob-conn-neterror.page
-share/help/fi/empathy/prob-conn.page
-share/help/fi/empathy/remove-account.page
-share/help/fi/empathy/salut-protocol.page
-share/help/fi/empathy/send-file.page
-share/help/fi/empathy/send-message.page
-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/fr/empathy/account-irc.page
-share/help/fr/empathy/account-jabber.page
-share/help/fr/empathy/accounts-window.page
-share/help/fr/empathy/add-account.page
-share/help/fr/empathy/add-contact.page
-share/help/fr/empathy/audio-call.page
-share/help/fr/empathy/audio-video.page
-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
-share/help/fr/empathy/geolocation-turn.page
-share/help/fr/empathy/geolocation-what-is.page
-share/help/fr/empathy/geolocation.page
-share/help/fr/empathy/group-conversations.page
-share/help/fr/empathy/hide-contacts.page
-share/help/fr/empathy/import-account.page
-share/help/fr/empathy/index.page
-share/help/fr/empathy/introduction.page
-share/help/fr/empathy/irc-commands.page
-share/help/fr/empathy/irc-join-pwd.page
-share/help/fr/empathy/irc-join-room.page
-share/help/fr/empathy/irc-manage.page
-share/help/fr/empathy/irc-nick-password.page
-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
-share/help/fr/empathy/prob-conn-name.page
-share/help/fr/empathy/prob-conn-neterror.page
-share/help/fr/empathy/prob-conn.page
-share/help/fr/empathy/remove-account.page
-share/help/fr/empathy/salut-protocol.page
-share/help/fr/empathy/send-file.page
-share/help/fr/empathy/send-message.page
-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/gl/empathy/account-irc.page
-share/help/gl/empathy/account-jabber.page
-share/help/gl/empathy/accounts-window.page
-share/help/gl/empathy/add-account.page
-share/help/gl/empathy/add-contact.page
-share/help/gl/empathy/audio-call.page
-share/help/gl/empathy/audio-video.page
-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
-share/help/gl/empathy/geolocation-turn.page
-share/help/gl/empathy/geolocation-what-is.page
-share/help/gl/empathy/geolocation.page
-share/help/gl/empathy/group-conversations.page
-share/help/gl/empathy/hide-contacts.page
-share/help/gl/empathy/import-account.page
-share/help/gl/empathy/index.page
-share/help/gl/empathy/introduction.page
-share/help/gl/empathy/irc-commands.page
-share/help/gl/empathy/irc-join-pwd.page
-share/help/gl/empathy/irc-join-room.page
-share/help/gl/empathy/irc-manage.page
-share/help/gl/empathy/irc-nick-password.page
-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
-share/help/gl/empathy/prob-conn-name.page
-share/help/gl/empathy/prob-conn-neterror.page
-share/help/gl/empathy/prob-conn.page
-share/help/gl/empathy/remove-account.page
-share/help/gl/empathy/salut-protocol.page
-share/help/gl/empathy/send-file.page
-share/help/gl/empathy/send-message.page
-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/hu/empathy/account-irc.page
-share/help/hu/empathy/account-jabber.page
-share/help/hu/empathy/accounts-window.page
-share/help/hu/empathy/add-account.page
-share/help/hu/empathy/add-contact.page
-share/help/hu/empathy/audio-call.page
-share/help/hu/empathy/audio-video.page
-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
-share/help/hu/empathy/geolocation-turn.page
-share/help/hu/empathy/geolocation-what-is.page
-share/help/hu/empathy/geolocation.page
-share/help/hu/empathy/group-conversations.page
-share/help/hu/empathy/hide-contacts.page
-share/help/hu/empathy/import-account.page
-share/help/hu/empathy/index.page
-share/help/hu/empathy/introduction.page
-share/help/hu/empathy/irc-commands.page
-share/help/hu/empathy/irc-join-pwd.page
-share/help/hu/empathy/irc-join-room.page
-share/help/hu/empathy/irc-manage.page
-share/help/hu/empathy/irc-nick-password.page
-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
-share/help/hu/empathy/prob-conn-name.page
-share/help/hu/empathy/prob-conn-neterror.page
-share/help/hu/empathy/prob-conn.page
-share/help/hu/empathy/remove-account.page
-share/help/hu/empathy/salut-protocol.page
-share/help/hu/empathy/send-file.page
-share/help/hu/empathy/send-message.page
-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/it/empathy/account-irc.page
-share/help/it/empathy/account-jabber.page
-share/help/it/empathy/accounts-window.page
-share/help/it/empathy/add-account.page
-share/help/it/empathy/add-contact.page
-share/help/it/empathy/audio-call.page
-share/help/it/empathy/audio-video.page
-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
-share/help/it/empathy/geolocation-turn.page
-share/help/it/empathy/geolocation-what-is.page
-share/help/it/empathy/geolocation.page
-share/help/it/empathy/group-conversations.page
-share/help/it/empathy/hide-contacts.page
-share/help/it/empathy/import-account.page
-share/help/it/empathy/index.page
-share/help/it/empathy/introduction.page
-share/help/it/empathy/irc-commands.page
-share/help/it/empathy/irc-join-pwd.page
-share/help/it/empathy/irc-join-room.page
-share/help/it/empathy/irc-manage.page
-share/help/it/empathy/irc-nick-password.page
-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
-share/help/it/empathy/prob-conn-name.page
-share/help/it/empathy/prob-conn-neterror.page
-share/help/it/empathy/prob-conn.page
-share/help/it/empathy/remove-account.page
-share/help/it/empathy/salut-protocol.page
-share/help/it/empathy/send-file.page
-share/help/it/empathy/send-message.page
-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/ja/empathy/account-irc.page
-share/help/ja/empathy/account-jabber.page
-share/help/ja/empathy/accounts-window.page
-share/help/ja/empathy/add-account.page
-share/help/ja/empathy/add-contact.page
-share/help/ja/empathy/audio-call.page
-share/help/ja/empathy/audio-video.page
-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
-share/help/ja/empathy/geolocation-turn.page
-share/help/ja/empathy/geolocation-what-is.page
-share/help/ja/empathy/geolocation.page
-share/help/ja/empathy/group-conversations.page
-share/help/ja/empathy/hide-contacts.page
-share/help/ja/empathy/import-account.page
-share/help/ja/empathy/index.page
-share/help/ja/empathy/introduction.page
-share/help/ja/empathy/irc-commands.page
-share/help/ja/empathy/irc-join-pwd.page
-share/help/ja/empathy/irc-join-room.page
-share/help/ja/empathy/irc-manage.page
-share/help/ja/empathy/irc-nick-password.page
-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
-share/help/ja/empathy/prob-conn-name.page
-share/help/ja/empathy/prob-conn-neterror.page
-share/help/ja/empathy/prob-conn.page
-share/help/ja/empathy/remove-account.page
-share/help/ja/empathy/salut-protocol.page
-share/help/ja/empathy/send-file.page
-share/help/ja/empathy/send-message.page
-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/lv/empathy/account-irc.page
-share/help/lv/empathy/account-jabber.page
-share/help/lv/empathy/accounts-window.page
-share/help/lv/empathy/add-account.page
-share/help/lv/empathy/add-contact.page
-share/help/lv/empathy/audio-call.page
-share/help/lv/empathy/audio-video.page
-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
-share/help/lv/empathy/geolocation-turn.page
-share/help/lv/empathy/geolocation-what-is.page
-share/help/lv/empathy/geolocation.page
-share/help/lv/empathy/group-conversations.page
-share/help/lv/empathy/hide-contacts.page
-share/help/lv/empathy/import-account.page
-share/help/lv/empathy/index.page
-share/help/lv/empathy/introduction.page
-share/help/lv/empathy/irc-commands.page
-share/help/lv/empathy/irc-join-pwd.page
-share/help/lv/empathy/irc-join-room.page
-share/help/lv/empathy/irc-manage.page
-share/help/lv/empathy/irc-nick-password.page
-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
-share/help/lv/empathy/prob-conn-name.page
-share/help/lv/empathy/prob-conn-neterror.page
-share/help/lv/empathy/prob-conn.page
-share/help/lv/empathy/remove-account.page
-share/help/lv/empathy/salut-protocol.page
-share/help/lv/empathy/send-file.page
-share/help/lv/empathy/send-message.page
-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/pl/empathy/account-irc.page
-share/help/pl/empathy/account-jabber.page
-share/help/pl/empathy/accounts-window.page
-share/help/pl/empathy/add-account.page
-share/help/pl/empathy/add-contact.page
-share/help/pl/empathy/audio-call.page
-share/help/pl/empathy/audio-video.page
-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
-share/help/pl/empathy/geolocation-turn.page
-share/help/pl/empathy/geolocation-what-is.page
-share/help/pl/empathy/geolocation.page
-share/help/pl/empathy/group-conversations.page
-share/help/pl/empathy/hide-contacts.page
-share/help/pl/empathy/import-account.page
-share/help/pl/empathy/index.page
-share/help/pl/empathy/introduction.page
-share/help/pl/empathy/irc-commands.page
-share/help/pl/empathy/irc-join-pwd.page
-share/help/pl/empathy/irc-join-room.page
-share/help/pl/empathy/irc-manage.page
-share/help/pl/empathy/irc-nick-password.page
-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
-share/help/pl/empathy/prob-conn-name.page
-share/help/pl/empathy/prob-conn-neterror.page
-share/help/pl/empathy/prob-conn.page
-share/help/pl/empathy/remove-account.page
-share/help/pl/empathy/salut-protocol.page
-share/help/pl/empathy/send-file.page
-share/help/pl/empathy/send-message.page
-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/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/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
-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/ru/empathy/account-irc.page
-share/help/ru/empathy/account-jabber.page
-share/help/ru/empathy/accounts-window.page
-share/help/ru/empathy/add-account.page
-share/help/ru/empathy/add-contact.page
-share/help/ru/empathy/audio-call.page
-share/help/ru/empathy/audio-video.page
-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
-share/help/ru/empathy/geolocation-turn.page
-share/help/ru/empathy/geolocation-what-is.page
-share/help/ru/empathy/geolocation.page
-share/help/ru/empathy/group-conversations.page
-share/help/ru/empathy/hide-contacts.page
-share/help/ru/empathy/import-account.page
-share/help/ru/empathy/index.page
-share/help/ru/empathy/introduction.page
-share/help/ru/empathy/irc-commands.page
-share/help/ru/empathy/irc-join-pwd.page
-share/help/ru/empathy/irc-join-room.page
-share/help/ru/empathy/irc-manage.page
-share/help/ru/empathy/irc-nick-password.page
-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
-share/help/ru/empathy/prob-conn-name.page
-share/help/ru/empathy/prob-conn-neterror.page
-share/help/ru/empathy/prob-conn.page
-share/help/ru/empathy/remove-account.page
-share/help/ru/empathy/salut-protocol.page
-share/help/ru/empathy/send-file.page
-share/help/ru/empathy/send-message.page
-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/sl/empathy/account-irc.page
-share/help/sl/empathy/account-jabber.page
-share/help/sl/empathy/accounts-window.page
-share/help/sl/empathy/add-account.page
-share/help/sl/empathy/add-contact.page
-share/help/sl/empathy/audio-call.page
-share/help/sl/empathy/audio-video.page
-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
-share/help/sl/empathy/geolocation-turn.page
-share/help/sl/empathy/geolocation-what-is.page
-share/help/sl/empathy/geolocation.page
-share/help/sl/empathy/group-conversations.page
-share/help/sl/empathy/hide-contacts.page
-share/help/sl/empathy/import-account.page
-share/help/sl/empathy/index.page
-share/help/sl/empathy/introduction.page
-share/help/sl/empathy/irc-commands.page
-share/help/sl/empathy/irc-join-pwd.page
-share/help/sl/empathy/irc-join-room.page
-share/help/sl/empathy/irc-manage.page
-share/help/sl/empathy/irc-nick-password.page
-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
-share/help/sl/empathy/prob-conn-name.page
-share/help/sl/empathy/prob-conn-neterror.page
-share/help/sl/empathy/prob-conn.page
-share/help/sl/empathy/remove-account.page
-share/help/sl/empathy/salut-protocol.page
-share/help/sl/empathy/send-file.page
-share/help/sl/empathy/send-message.page
-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/sv/empathy/account-irc.page
-share/help/sv/empathy/account-jabber.page
-share/help/sv/empathy/accounts-window.page
-share/help/sv/empathy/add-account.page
-share/help/sv/empathy/add-contact.page
-share/help/sv/empathy/audio-call.page
-share/help/sv/empathy/audio-video.page
-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
-share/help/sv/empathy/geolocation-turn.page
-share/help/sv/empathy/geolocation-what-is.page
-share/help/sv/empathy/geolocation.page
-share/help/sv/empathy/group-conversations.page
-share/help/sv/empathy/hide-contacts.page
-share/help/sv/empathy/import-account.page
-share/help/sv/empathy/index.page
-share/help/sv/empathy/introduction.page
-share/help/sv/empathy/irc-commands.page
-share/help/sv/empathy/irc-join-pwd.page
-share/help/sv/empathy/irc-join-room.page
-share/help/sv/empathy/irc-manage.page
-share/help/sv/empathy/irc-nick-password.page
-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
-share/help/sv/empathy/prob-conn-name.page
-share/help/sv/empathy/prob-conn-neterror.page
-share/help/sv/empathy/prob-conn.page
-share/help/sv/empathy/remove-account.page
-share/help/sv/empathy/salut-protocol.page
-share/help/sv/empathy/send-file.page
-share/help/sv/empathy/send-message.page
-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/te/empathy/account-irc.page
-share/help/te/empathy/account-jabber.page
-share/help/te/empathy/accounts-window.page
-share/help/te/empathy/add-account.page
-share/help/te/empathy/add-contact.page
-share/help/te/empathy/audio-call.page
-share/help/te/empathy/audio-video.page
-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
-share/help/te/empathy/geolocation-turn.page
-share/help/te/empathy/geolocation-what-is.page
-share/help/te/empathy/geolocation.page
-share/help/te/empathy/group-conversations.page
-share/help/te/empathy/hide-contacts.page
-share/help/te/empathy/import-account.page
-share/help/te/empathy/index.page
-share/help/te/empathy/introduction.page
-share/help/te/empathy/irc-commands.page
-share/help/te/empathy/irc-join-pwd.page
-share/help/te/empathy/irc-join-room.page
-share/help/te/empathy/irc-manage.page
-share/help/te/empathy/irc-nick-password.page
-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
-share/help/te/empathy/prob-conn-name.page
-share/help/te/empathy/prob-conn-neterror.page
-share/help/te/empathy/prob-conn.page
-share/help/te/empathy/remove-account.page
-share/help/te/empathy/salut-protocol.page
-share/help/te/empathy/send-file.page
-share/help/te/empathy/send-message.page
-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/zh_CN/empathy/account-irc.page
-share/help/zh_CN/empathy/account-jabber.page
-share/help/zh_CN/empathy/accounts-window.page
-share/help/zh_CN/empathy/add-account.page
-share/help/zh_CN/empathy/add-contact.page
-share/help/zh_CN/empathy/audio-call.page
-share/help/zh_CN/empathy/audio-video.page
-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
-share/help/zh_CN/empathy/geolocation-turn.page
-share/help/zh_CN/empathy/geolocation-what-is.page
-share/help/zh_CN/empathy/geolocation.page
-share/help/zh_CN/empathy/group-conversations.page
-share/help/zh_CN/empathy/hide-contacts.page
-share/help/zh_CN/empathy/import-account.page
-share/help/zh_CN/empathy/index.page
-share/help/zh_CN/empathy/introduction.page
-share/help/zh_CN/empathy/irc-commands.page
-share/help/zh_CN/empathy/irc-join-pwd.page
-share/help/zh_CN/empathy/irc-join-room.page
-share/help/zh_CN/empathy/irc-manage.page
-share/help/zh_CN/empathy/irc-nick-password.page
-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
-share/help/zh_CN/empathy/prob-conn-name.page
-share/help/zh_CN/empathy/prob-conn-neterror.page
-share/help/zh_CN/empathy/prob-conn.page
-share/help/zh_CN/empathy/remove-account.page
-share/help/zh_CN/empathy/salut-protocol.page
-share/help/zh_CN/empathy/send-file.page
-share/help/zh_CN/empathy/send-message.page
-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/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/icons/hicolor/scalable/apps/empathy-symbolic.svg
-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/bs/LC_MESSAGES/empathy-tpaw.mo
-share/locale/bs/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
-share/telepathy/clients/Empathy.Chat.client
-share/telepathy/clients/Empathy.FileTransfer.client
diff --git a/empathy/buildlink3.mk b/empathy/buildlink3.mk
deleted file mode 100644
index dd916f8f25..0000000000
--- a/empathy/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.38 2015/04/25 14:20:27 tnn Exp $
-
-BUILDLINK_TREE+=	empathy
-
-.if !defined(EMPATHY_BUILDLINK3_MK)
-EMPATHY_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.empathy+=	empathy>=3.12.10
-BUILDLINK_PKGSRCDIR.empathy?=	../../wip/empathy
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.endif # EMPATHY_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-empathy
diff --git a/empathy/distinfo b/empathy/distinfo
deleted file mode 100644
index 585891316b..0000000000
--- a/empathy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 01:20:18 agc Exp $
-
-RMD160 (empathy-3.12.10.tar.xz) = 1f99444129eb32fa0a1bafae96d1bb7a5678a2e6
-SHA512 (empathy-3.12.10.tar.xz) = 59d48316d4708e04cddb395626ac1e8fc55aa215e1bbb79e6976c58c857f08e8a758ccc670a35bd966b95676a2cdd6bc70dd12e3aac85d01e02e995bb6fd6fe2
-Size (empathy-3.12.10.tar.xz) = 5064384 bytes


Home | Main Index | Thread Index | Old Index