- update gnome 2.24.1

- specify license version
- add MODGNOME_HELP_FILES
- fix icons location
- don't require pkg-config's pkg-config file....

with and ok ajacoutot@
This commit is contained in:
jasper 2008-11-21 17:23:43 +00:00
parent d902587cba
commit 571d12b2ea
8 changed files with 311 additions and 191 deletions

View File

@ -1,45 +1,43 @@
# $OpenBSD: Makefile,v 1.10 2008/10/22 19:37:49 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2008/11/21 17:23:43 jasper Exp $
# (empathy:10245): Gtk-WARNING **: could not load image: Icon 'im-xmpp' not present in theme
COMMENT= telepathy based messenger for the Gnome desktop
GNOME_PROJECT= empathy
GNOME_VERSION= 0.14
PKGNAME= ${DISTNAME}p7
SHARED_LIBS += empathy 0.0 # .4.0
SHARED_LIBS += empathy-gtk 0.0 # .5.0
GNOME_VERSION= 2.24.1
SHARED_LIBS += empathy 1.0 # .16.4
SHARED_LIBS += empathy-gtk 1.0 # .15.6
CATEGORIES= net
HOMEPAGE= http://live.gnome.org/Empathy
# GPL
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# XXX: To be fixed
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/empathy/0.14/}
WANTLIB= ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor \
Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
asn1 atk-1.0 audiofile bonobo-2 bonobo-activation c \
cairo com_err crypto db dbus-1 dbus-glib-1 esd expat \
fontconfig freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
cairo com_err crypto dbus-1 dbus-glib-1 esd expat fontconfig \
freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnomevfs-2 \
gobject-2.0 gssapi gthread-2.0 gtk-x11-2.0 krb5 m nspr4 \
nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 \
plds4 png popt pthread smime3 softokn3 ssl ssl3 telepathy \
telepathy-glib util xml2 z
nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
plc4 plds4 png popt pthread smime3 softokn3 soup-2.4 \
sqlite3 ssl ssl3 stdc++ telepathy telepathy-glib util xml2 z
MODULES= devel/gettext \
lang/python \
x11/gnome
BUILD_DEPENDS= ::devel/iso-codes \
::x11/gnome/doc-utils \
::x11/py-gtk2
LIB_DEPENDS= camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
missioncontrol-client::net/telepathy/telepathy-mission-control \
${MODPY_LIB_DEPENDS}
missioncontrol-client::net/telepathy/telepathy-mission-control
RUN_DEPENDS= ::net/telepathy/telepathy-butterfly \
::net/telepathy/telepathy-gabble \
::x11/hicolor-icon-theme \
@ -47,21 +45,21 @@ RUN_DEPENDS= ::net/telepathy/telepathy-butterfly \
USE_X11= Yes
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/empathy \
--disable-schemas-install \
--disable-scrollkeeper \
--disable-aspell \
--disable-voip \
--disable-nothere \
--disable-megaphone \
--enable-python=Yes
--enable-nothere \
--enable-megaphone \
--enable-python=Yes \
--enable-tests=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
@ln -s ${LOCALBASE}/bin/python${MODPY_VERSION}-config ${WRKDIR}/bin/python-config
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (gnome/empathy-0.14.tar.bz2) = Z2FU7d+0fyEuRxa+vA/fJg==
RMD160 (gnome/empathy-0.14.tar.bz2) = synRLNbo9g/wlWJQfYv5KIcvHNQ=
SHA1 (gnome/empathy-0.14.tar.bz2) = zFoX2PQsF4eb1YBBNvLbu8JOzzc=
SHA256 (gnome/empathy-0.14.tar.bz2) = Fw1h8ThyIbMDSnd+uDXVuF0j3bWNTYGsQkgOTp6hOKY=
SIZE (gnome/empathy-0.14.tar.bz2) = 962028
MD5 (gnome/empathy-2.24.1.tar.bz2) = mNHvSFsjp1qaEVVHyi2mag==
RMD160 (gnome/empathy-2.24.1.tar.bz2) = l+WGZMHPOXeAaITMQB1nnsypE2U=
SHA1 (gnome/empathy-2.24.1.tar.bz2) = fCtkNNX9hV6Ifm7ycwBgFglwbqU=
SHA256 (gnome/empathy-2.24.1.tar.bz2) = JLZ144n7kYmL0pJPizXbfnrvTEC7tpQS5EUEjdnhgSM=
SIZE (gnome/empathy-2.24.1.tar.bz2) = 1761446

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2007/12/11 21:40:41 jasper Exp $
Don't make empathy auto-start when running gnome-sesion.
--- data/Makefile.in.orig Thu Nov 29 18:29:53 2007
+++ data/Makefile.in Thu Nov 29 18:32:35 2007
@@ -285,7 +285,7 @@ profile_DATA = \
msn.profile
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-autostartdir = $(datadir)/gnome/autostart
+autostartdir = $(datadir)/applications/
autostart_in_files = empathy.desktop.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
schemasdir = $(GCONF_SCHEMA_FILE_DIR)

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-data_icons_Makefile_in,v 1.1 2008/11/21 17:23:43 jasper Exp $
Make sure icons are installed in the correct directory.
--- data/icons/Makefile.in.orig Thu Oct 30 20:47:38 2008
+++ data/icons/Makefile.in Thu Oct 30 20:49:31 2008
@@ -14,7 +14,7 @@
@SET_MAKE@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-libempathy-gtk_empathy-main-window_glade,v 1.1 2008/05/13 13:06:55 jasper Exp $
--- libempathy-gtk/empathy-main-window.glade.orig Tue May 13 06:56:18 2008
+++ libempathy-gtk/empathy-main-window.glade Tue May 13 06:56:22 2008
@@ -189,14 +189,6 @@
</child>
<child>
- <widget class="GtkMenuItem" id="edit_personal_information">
- <property name="visible">True</property>
- <property name="label" translatable="yes">_Personal Information</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
-
- <child>
<widget class="GtkSeparatorMenuItem" id="separator2">
<property name="visible">True</property>
</widget>

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-libempathy-gtk_libempathy-gtk_pc_in,v 1.1 2008/11/21 17:23:43 jasper Exp $
--- libempathy-gtk/libempathy-gtk.pc.in.orig Tue Nov 18 19:18:49 2008
+++ libempathy-gtk/libempathy-gtk.pc.in Tue Nov 18 19:19:24 2008
@@ -5,7 +5,6 @@ includedir=@includedir@
Name: libempathy-gtk
Description: Empathy interface library
-Requires: pkg-config >= 0.21
Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy
Version: @VERSION@
Libs: -L${libdir} -lempathy-gtk

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-libempathy_libempathy_pc_in,v 1.1 2008/11/21 17:23:43 jasper Exp $
--- libempathy/libempathy.pc.in.orig Tue Nov 18 19:19:39 2008
+++ libempathy/libempathy.pc.in Tue Nov 18 19:19:43 2008
@@ -5,7 +5,6 @@ includedir=@includedir@
Name: libempathy
Description: Empathy base library
-Requires: pkg-config >= 0.21
Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol
Version: @VERSION@
Libs: -L${libdir} -lempathy

View File

@ -1,73 +1,71 @@
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 08:46:48 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2008/11/21 17:23:43 jasper Exp $
%%SHARED%%
bin/empathy
bin/empathy-accounts
bin/empathy-call-chandler
@bin bin/empathy
@bin bin/empathy-logs
include/libempathy/
include/libempathy-gtk/
include/libempathy-gtk/empathy-about-dialog.h
include/libempathy-gtk/empathy-account-chooser.h
include/libempathy-gtk/empathy-account-widget-generic.h
include/libempathy-gtk/empathy-account-widget-jabber.h
include/libempathy-gtk/empathy-account-widget-msn.h
include/libempathy-gtk/empathy-account-widget-salut.h
include/libempathy-gtk/empathy-accounts-dialog.h
include/libempathy-gtk/empathy-call-window.h
include/libempathy-gtk/empathy-account-widget-irc.h
include/libempathy-gtk/empathy-account-widget-sip.h
include/libempathy-gtk/empathy-account-widget.h
include/libempathy-gtk/empathy-avatar-chooser.h
include/libempathy-gtk/empathy-avatar-image.h
include/libempathy-gtk/empathy-cell-renderer-activatable.h
include/libempathy-gtk/empathy-cell-renderer-expander.h
include/libempathy-gtk/empathy-cell-renderer-text.h
include/libempathy-gtk/empathy-chat-view.h
include/libempathy-gtk/empathy-chat-window.h
include/libempathy-gtk/empathy-chat.h
include/libempathy-gtk/empathy-chatrooms-window.h
include/libempathy-gtk/empathy-conf.h
include/libempathy-gtk/empathy-contact-dialogs.h
include/libempathy-gtk/empathy-contact-groups.h
include/libempathy-gtk/empathy-contact-list-store.h
include/libempathy-gtk/empathy-contact-list-view.h
include/libempathy-gtk/empathy-contact-menu.h
include/libempathy-gtk/empathy-contact-widget.h
include/libempathy-gtk/empathy-geometry.h
include/libempathy-gtk/empathy-group-chat.h
include/libempathy-gtk/empathy-gtk-enum-types.h
include/libempathy-gtk/empathy-images.h
include/libempathy-gtk/empathy-irc-network-dialog.h
include/libempathy-gtk/empathy-log-window.h
include/libempathy-gtk/empathy-main-window.h
include/libempathy-gtk/empathy-new-chatroom-dialog.h
include/libempathy-gtk/empathy-preferences.h
include/libempathy-gtk/empathy-new-message-dialog.h
include/libempathy-gtk/empathy-presence-chooser.h
include/libempathy-gtk/empathy-private-chat.h
include/libempathy-gtk/empathy-profile-chooser.h
include/libempathy-gtk/empathy-smiley-manager.h
include/libempathy-gtk/empathy-spell-dialog.h
include/libempathy-gtk/empathy-spell.h
include/libempathy-gtk/empathy-status-icon.h
include/libempathy-gtk/empathy-status-presets.h
include/libempathy-gtk/empathy-theme-boxes.h
include/libempathy-gtk/empathy-theme-irc.h
include/libempathy-gtk/empathy-theme-manager.h
include/libempathy-gtk/empathy-theme.h
include/libempathy-gtk/empathy-ui-utils.h
include/libempathy/empathy-avatar.h
include/libempathy/empathy-chandler.h
include/libempathy/empathy-chatroom-manager.h
include/libempathy/empathy-chatroom.h
include/libempathy/empathy-conf.h
include/libempathy/empathy-contact-factory.h
include/libempathy/empathy-contact-groups.h
include/libempathy/empathy-contact-list.h
include/libempathy/empathy-contact-manager.h
include/libempathy/empathy-contact.h
include/libempathy/empathy-debug.h
include/libempathy/empathy-dispatcher.h
include/libempathy/empathy-enum-types.h
include/libempathy/empathy-filter.h
include/libempathy/empathy-idle.h
include/libempathy/empathy-irc-network-manager.h
include/libempathy/empathy-irc-network.h
include/libempathy/empathy-irc-server.h
include/libempathy/empathy-log-manager.h
include/libempathy/empathy-message.h
include/libempathy/empathy-presence.h
include/libempathy/empathy-status-presets.h
include/libempathy/empathy-time.h
include/libempathy/empathy-tp-call.h
include/libempathy/empathy-tp-chat.h
include/libempathy/empathy-tp-chatroom.h
include/libempathy/empathy-tp-contact-factory.h
include/libempathy/empathy-tp-contact-list.h
include/libempathy/empathy-tp-group.h
include/libempathy/empathy-tp-roomlist.h
include/libempathy/empathy-tp-tube.h
include/libempathy/empathy-tube-handler.h
include/libempathy/empathy-utils.h
include/libempathy/tp-stream-engine-gen.h
lib/bonobo/servers/GNOME_Megaphone_Applet.server
lib/bonobo/servers/GNOME_NotHere_Applet.server
lib/libempathy-gtk.a
lib/libempathy-gtk.la
lib/libempathy.a
@ -78,223 +76,324 @@ lib/python${MODPY_VERSION}/site-packages/empathy.a
lib/python${MODPY_VERSION}/site-packages/empathy.la
lib/python${MODPY_VERSION}/site-packages/empathygtk.a
lib/python${MODPY_VERSION}/site-packages/empathygtk.la
share/applications/
@bin libexec/megaphone-applet
@bin libexec/nothere-applet
@man man/man1/empathy.1
share/applications/empathy.desktop
share/dbus-1/services/org.gnome.Empathy.Call.service
share/dbus-1/services/org.gnome.Empathy.Chat.service
share/empathy/
share/empathy/GNOME_Megaphone_Applet.xml
share/empathy/GNOME_NotHere_Applet.xml
share/empathy/empathy-account-widget-aim.glade
share/empathy/empathy-account-widget-generic.glade
share/empathy/empathy-account-widget-groupwise.glade
share/empathy/empathy-account-widget-icq.glade
share/empathy/empathy-account-widget-irc.glade
share/empathy/empathy-account-widget-jabber.glade
share/empathy/empathy-account-widget-msn.glade
share/empathy/empathy-account-widget-salut.glade
share/empathy/empathy-account-widget-sip.glade
share/empathy/empathy-account-widget-yahoo.glade
share/empathy/empathy-accounts-dialog.glade
share/empathy/empathy-call-window.glade
share/empathy/empathy-chat-window.glade
share/empathy/empathy-chat.glade
share/empathy/empathy-chatroom-manager.dtd
share/empathy/empathy-chatrooms-window.glade
share/empathy/empathy-contact-dialogs.glade
share/empathy/empathy-contact-groups.dtd
share/empathy/empathy-contact-widget.glade
share/empathy/empathy-group-chat.glade
share/empathy/empathy-irc-networks.dtd
share/empathy/empathy-log-manager.xsl
share/empathy/empathy-log-window.glade
share/empathy/empathy-main-window.glade
share/empathy/empathy-new-chatroom-dialog.glade
share/empathy/empathy-new-message-dialog.glade
share/empathy/empathy-preferences.glade
share/empathy/empathy-presence-chooser.glade
share/empathy/empathy-spell-dialog.glade
share/empathy/empathy-status-icon.glade
share/empathy/empathy-status-presets.dtd
share/empathy/irc-networks.xml
share/gnome/help/empathy/
share/gnome/help/empathy/C/
share/gnome/help/empathy/C/empathy.xml
share/gnome/help/empathy/C/figures/
share/gnome/help/empathy/C/figures/empathy-main-window.png
share/gnome/help/empathy/C/figures/empathy-new-account.png
share/gnome/help/empathy/C/legal.xml
share/gnome/help/empathy/cs/
share/gnome/help/empathy/cs/empathy.xml
share/gnome/help/empathy/cs/figures/
share/gnome/help/empathy/cs/figures/empathy-main-window.png
share/gnome/help/empathy/cs/figures/empathy-new-account.png
share/gnome/help/empathy/de/
share/gnome/help/empathy/de/empathy.xml
share/gnome/help/empathy/de/figures/
share/gnome/help/empathy/de/figures/empathy-main-window.png
share/gnome/help/empathy/de/figures/empathy-new-account.png
share/gnome/help/empathy/es/
share/gnome/help/empathy/es/empathy.xml
share/gnome/help/empathy/es/figures/
share/gnome/help/empathy/es/figures/empathy-main-window.png
share/gnome/help/empathy/es/figures/empathy-new-account.png
share/gnome/help/empathy/fr/
share/gnome/help/empathy/fr/empathy.xml
share/gnome/help/empathy/fr/figures/
share/gnome/help/empathy/fr/figures/empathy-main-window.png
share/gnome/help/empathy/fr/figures/empathy-new-account.png
share/gnome/help/empathy/it/
share/gnome/help/empathy/it/empathy.xml
share/gnome/help/empathy/it/figures/
share/gnome/help/empathy/it/figures/empathy-main-window.png
share/gnome/help/empathy/it/figures/empathy-new-account.png
share/gnome/help/empathy/sv/
share/gnome/help/empathy/sv/empathy.xml
share/gnome/help/empathy/sv/figures/
share/gnome/help/empathy/sv/figures/empathy-main-window.png
share/gnome/help/empathy/sv/figures/empathy-new-account.png
share/gtk-doc/html/libempathy/
share/gtk-doc/html/libempathy-gtk/
share/gtk-doc/html/libempathy-gtk/EmpathyAccountChooser.html
share/gtk-doc/html/libempathy-gtk/EmpathyAvatarChooser.html
share/gtk-doc/html/libempathy-gtk/EmpathyAvatarImage.html
share/gtk-doc/html/libempathy-gtk/EmpathyCellRendererActivatable.html
share/gtk-doc/html/libempathy-gtk/EmpathyCellRendererExpander.html
share/gtk-doc/html/libempathy-gtk/EmpathyCellRendererText.html
share/gtk-doc/html/libempathy-gtk/EmpathyChat.html
share/gtk-doc/html/libempathy-gtk/EmpathyChatView.html
share/gtk-doc/html/libempathy-gtk/EmpathyChatWindow.html
share/gtk-doc/html/libempathy-gtk/EmpathyConf.html
share/gtk-doc/html/libempathy-gtk/EmpathyContactListStore.html
share/gtk-doc/html/libempathy-gtk/EmpathyContactListView.html
share/gtk-doc/html/libempathy-gtk/EmpathyGroupChat.html
share/gtk-doc/html/libempathy-gtk/EmpathyPresenceChooser.html
share/gtk-doc/html/libempathy-gtk/EmpathyPrivateChat.html
share/gtk-doc/html/libempathy-gtk/EmpathySmileyManager.html
share/gtk-doc/html/libempathy-gtk/EmpathyStatusIcon.html
share/gtk-doc/html/libempathy-gtk/EmpathyTheme.html
share/gtk-doc/html/libempathy-gtk/EmpathyThemeBoxes.html
share/gtk-doc/html/libempathy-gtk/EmpathyThemeIrc.html
share/gtk-doc/html/libempathy-gtk/EmpathyThemeManager.html
share/gtk-doc/html/libempathy-gtk/EphySpinner.html
share/gtk-doc/html/libempathy-gtk/ch01.html
share/gtk-doc/html/libempathy-gtk/home.png
share/gtk-doc/html/libempathy-gtk/index.html
share/gtk-doc/html/libempathy-gtk/index.sgml
share/gtk-doc/html/libempathy-gtk/ix01.html
share/gtk-doc/html/libempathy-gtk/left.png
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-EmpathyContactListStore.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-about-dialog.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-generic.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-jabber.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-msn.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-accounts-dialog.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-call-window.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-chatrooms-window.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-irc.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-sip.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-dialogs.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-groups.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-menu.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-widget.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-geometry.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-images.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-irc-network-dialog.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-log-window.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-main-window.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-new-chatroom-dialog.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-preferences.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-new-message-dialog.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-profile-chooser.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-spell-dialog.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-spell.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-status-presets.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-ui-utils.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk-hierarchy.html
share/gtk-doc/html/libempathy-gtk/libempathy-gtk.devhelp
share/gtk-doc/html/libempathy-gtk/libempathy-gtk.devhelp2
share/gtk-doc/html/libempathy-gtk/libempathy_api.html
share/gtk-doc/html/libempathy-gtk/pt01.html
share/gtk-doc/html/libempathy-gtk/pt02.html
share/gtk-doc/html/libempathy-gtk/right.png
share/gtk-doc/html/libempathy-gtk/style.css
share/gtk-doc/html/libempathy-gtk/up.png
share/gtk-doc/html/libempathy/EmpathyChandler.html
share/gtk-doc/html/libempathy/EmpathyChatroom.html
share/gtk-doc/html/libempathy/EmpathyChatroomManager.html
share/gtk-doc/html/libempathy/EmpathyConf.html
share/gtk-doc/html/libempathy/EmpathyContact.html
share/gtk-doc/html/libempathy/EmpathyContactFactory.html
share/gtk-doc/html/libempathy/EmpathyFilter.html
share/gtk-doc/html/libempathy/EmpathyContactManager.html
share/gtk-doc/html/libempathy/EmpathyDispatcher.html
share/gtk-doc/html/libempathy/EmpathyIdle.html
share/gtk-doc/html/libempathy/EmpathyIrcNetwork.html
share/gtk-doc/html/libempathy/EmpathyIrcNetworkManager.html
share/gtk-doc/html/libempathy/EmpathyIrcServer.html
share/gtk-doc/html/libempathy/EmpathyLogManager.html
share/gtk-doc/html/libempathy/EmpathyMessage.html
share/gtk-doc/html/libempathy/EmpathyPresence.html
share/gtk-doc/html/libempathy/EmpathyTpCall.html
share/gtk-doc/html/libempathy/EmpathyTpChat.html
share/gtk-doc/html/libempathy/EmpathyTpChatroom.html
share/gtk-doc/html/libempathy/EmpathyTpContactFactory.html
share/gtk-doc/html/libempathy/EmpathyTpContactList.html
share/gtk-doc/html/libempathy/EmpathyTpGroup.html
share/gtk-doc/html/libempathy/ch01.html
share/gtk-doc/html/libempathy/EmpathyTpRoomlist.html
share/gtk-doc/html/libempathy/EmpathyTpTube.html
share/gtk-doc/html/libempathy/EmpathyTubeHandler.html
share/gtk-doc/html/libempathy/home.png
share/gtk-doc/html/libempathy/index.html
share/gtk-doc/html/libempathy/index.sgml
share/gtk-doc/html/libempathy/ix01.html
share/gtk-doc/html/libempathy/left.png
share/gtk-doc/html/libempathy/libempathy-empathy-avatar.html
share/gtk-doc/html/libempathy/libempathy-empathy-contact-groups.html
share/gtk-doc/html/libempathy/libempathy-empathy-contact-list.html
share/gtk-doc/html/libempathy/libempathy-empathy-status-presets.html
share/gtk-doc/html/libempathy/libempathy-empathy-time.html
share/gtk-doc/html/libempathy/libempathy-empathy-utils.html
share/gtk-doc/html/libempathy/libempathy-hierarchy.html
share/gtk-doc/html/libempathy/libempathy.devhelp
share/gtk-doc/html/libempathy/libempathy.devhelp2
share/gtk-doc/html/libempathy/libempathy_api.html
share/gtk-doc/html/libempathy/pt01.html
share/gtk-doc/html/libempathy/pt02.html
share/gtk-doc/html/libempathy/right.png
share/gtk-doc/html/libempathy/style.css
share/gtk-doc/html/libempathy/up.png
share/icons/hicolor/16x16/apps/empathy-available.png
share/icons/hicolor/16x16/apps/empathy-away.png
share/icons/hicolor/16x16/apps/empathy-busy.png
share/icons/hicolor/16x16/apps/empathy-extended-away.png
share/icons/hicolor/16x16/apps/empathy-message.png
share/icons/hicolor/16x16/apps/empathy-new-message.png
share/icons/hicolor/16x16/apps/empathy-offline.png
share/icons/hicolor/16x16/apps/empathy-pending.png
share/icons/hicolor/16x16/apps/empathy-proto-ekiga.png
share/icons/hicolor/16x16/apps/empathy-proto-gizmo.png
share/icons/hicolor/16x16/apps/empathy-proto-google-talk.png
share/icons/hicolor/16x16/apps/empathy-proto-irc.png
share/icons/hicolor/16x16/apps/empathy-proto-jabber.png
share/icons/hicolor/16x16/apps/empathy-proto-msn.png
share/icons/hicolor/16x16/apps/empathy-proto-salut.png
share/icons/hicolor/16x16/apps/empathy-typing.png
share/icons/hicolor/16x16/actions/im-message-new.png
share/icons/hicolor/16x16/apps/empathy.png
share/icons/hicolor/22x22/apps/empathy-group-message.png
share/icons/hicolor/22x22/apps/empathy-new-message.png
share/icons/hicolor/22x22/apps/empathy-proto-ekiga.png
share/icons/hicolor/22x22/apps/empathy-proto-gizmo.png
share/icons/hicolor/22x22/apps/empathy-proto-google-talk.png
share/icons/hicolor/22x22/apps/empathy-proto-irc.png
share/icons/hicolor/22x22/apps/empathy-proto-jabber.png
share/icons/hicolor/22x22/apps/empathy-proto-msn.png
share/icons/hicolor/22x22/apps/empathy-proto-salut.png
share/icons/hicolor/16x16/apps/im-ekiga.png
share/icons/hicolor/16x16/apps/im-gadugadu.png
share/icons/hicolor/16x16/apps/im-gizmo.png
share/icons/hicolor/16x16/apps/im-google-talk.png
share/icons/hicolor/16x16/apps/im-irc.png
share/icons/hicolor/16x16/apps/im-local-xmpp.png
share/icons/hicolor/16x16/apps/im-msn.png
share/icons/hicolor/16x16/apps/im-qq.png
share/icons/hicolor/16x16/apps/im-sip.png
share/icons/hicolor/16x16/apps/im-xmpp.png
share/icons/hicolor/16x16/status/empathy-available.png
share/icons/hicolor/16x16/status/empathy-away.png
share/icons/hicolor/16x16/status/empathy-busy.png
share/icons/hicolor/16x16/status/empathy-extended-away.png
share/icons/hicolor/16x16/status/empathy-offline.png
share/icons/hicolor/16x16/status/empathy-pending.png
share/icons/hicolor/16x16/status/im-message.png
share/icons/hicolor/16x16/status/user-typing.png
share/icons/hicolor/22x22/actions/im-message-new.png
share/icons/hicolor/22x22/apps/empathy.png
share/icons/hicolor/24x24/apps/empathy-proto-jabber.png
share/icons/hicolor/32x32/apps/empathy-proto-ekiga.png
share/icons/hicolor/32x32/apps/empathy-proto-gizmo.png
share/icons/hicolor/32x32/apps/empathy-proto-google-talk.png
share/icons/hicolor/32x32/apps/empathy-proto-irc.png
share/icons/hicolor/32x32/apps/empathy-proto-jabber.png
share/icons/hicolor/32x32/apps/empathy-proto-msn.png
share/icons/hicolor/22x22/apps/im-ekiga.png
share/icons/hicolor/22x22/apps/im-gadugadu.png
share/icons/hicolor/22x22/apps/im-gizmo.png
share/icons/hicolor/22x22/apps/im-google-talk.png
share/icons/hicolor/22x22/apps/im-irc.png
share/icons/hicolor/22x22/apps/im-local-xmpp.png
share/icons/hicolor/22x22/apps/im-msn.png
share/icons/hicolor/22x22/apps/im-qq.png
share/icons/hicolor/22x22/apps/im-sip.png
share/icons/hicolor/22x22/apps/im-xmpp.png
share/icons/hicolor/22x22/status/empathy-available.png
share/icons/hicolor/22x22/status/empathy-away.png
share/icons/hicolor/22x22/status/empathy-busy.png
share/icons/hicolor/22x22/status/empathy-extended-away.png
share/icons/hicolor/22x22/status/empathy-offline.png
share/icons/hicolor/22x22/status/empathy-pending.png
share/icons/hicolor/24x24/actions/im-message-new.png
share/icons/hicolor/24x24/apps/empathy.png
share/icons/hicolor/24x24/apps/im-ekiga.png
share/icons/hicolor/24x24/apps/im-gadugadu.png
share/icons/hicolor/24x24/apps/im-gizmo.png
share/icons/hicolor/24x24/apps/im-google-talk.png
share/icons/hicolor/24x24/apps/im-irc.png
share/icons/hicolor/24x24/apps/im-local-xmpp.png
share/icons/hicolor/24x24/apps/im-msn.png
share/icons/hicolor/24x24/apps/im-qq.png
share/icons/hicolor/24x24/apps/im-sip.png
share/icons/hicolor/24x24/apps/im-xmpp.png
share/icons/hicolor/24x24/status/empathy-available.png
share/icons/hicolor/24x24/status/empathy-away.png
share/icons/hicolor/24x24/status/empathy-busy.png
share/icons/hicolor/24x24/status/empathy-extended-away.png
share/icons/hicolor/24x24/status/empathy-offline.png
share/icons/hicolor/24x24/status/empathy-pending.png
share/icons/hicolor/32x32/apps/empathy.png
share/icons/hicolor/48x48/apps/empathy-proto-jabber.png
share/icons/hicolor/32x32/apps/im-ekiga.png
share/icons/hicolor/32x32/apps/im-gadugadu.png
share/icons/hicolor/32x32/apps/im-gizmo.png
share/icons/hicolor/32x32/apps/im-google-talk.png
share/icons/hicolor/32x32/apps/im-irc.png
share/icons/hicolor/32x32/apps/im-local-xmpp.png
share/icons/hicolor/32x32/apps/im-msn.png
share/icons/hicolor/32x32/apps/im-qq.png
share/icons/hicolor/32x32/apps/im-sip.png
share/icons/hicolor/32x32/apps/im-xmpp.png
share/icons/hicolor/32x32/status/empathy-available.png
share/icons/hicolor/32x32/status/empathy-away.png
share/icons/hicolor/32x32/status/empathy-busy.png
share/icons/hicolor/32x32/status/empathy-extended-away.png
share/icons/hicolor/32x32/status/empathy-offline.png
share/icons/hicolor/32x32/status/empathy-pending.png
share/icons/hicolor/48x48/apps/empathy.png
share/icons/hicolor/scalable/apps/empathy-available.svg
share/icons/hicolor/scalable/apps/empathy-away.svg
share/icons/hicolor/scalable/apps/empathy-busy.svg
share/icons/hicolor/scalable/apps/empathy-extended-away.svg
share/icons/hicolor/scalable/apps/empathy-offline.svg
share/icons/hicolor/scalable/apps/empathy-pending.svg
share/icons/hicolor/scalable/apps/empathy-proto-ekiga.svg
share/icons/hicolor/scalable/apps/empathy-proto-gizmo.svg
share/icons/hicolor/scalable/apps/empathy-proto-google-talk.svg
share/icons/hicolor/scalable/apps/empathy-proto-irc.svg
share/icons/hicolor/scalable/apps/empathy-proto-jabber.svg
share/icons/hicolor/scalable/apps/empathy-proto-msn.svg
share/icons/hicolor/scalable/apps/empathy-proto-salut.svg
share/icons/hicolor/48x48/apps/im-ekiga.png
share/icons/hicolor/48x48/apps/im-gadugadu.png
share/icons/hicolor/48x48/apps/im-gizmo.png
share/icons/hicolor/48x48/apps/im-google-talk.png
share/icons/hicolor/48x48/apps/im-irc.png
share/icons/hicolor/48x48/apps/im-local-xmpp.png
share/icons/hicolor/48x48/apps/im-msn.png
share/icons/hicolor/48x48/apps/im-qq.png
share/icons/hicolor/48x48/apps/im-sip.png
share/icons/hicolor/48x48/apps/im-xmpp.png
share/icons/hicolor/48x48/status/empathy-available.png
share/icons/hicolor/48x48/status/empathy-away.png
share/icons/hicolor/48x48/status/empathy-busy.png
share/icons/hicolor/48x48/status/empathy-extended-away.png
share/icons/hicolor/48x48/status/empathy-offline.png
share/icons/hicolor/48x48/status/empathy-pending.png
share/icons/hicolor/scalable/apps/empathy.svg
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/icons/hicolor/scalable/apps/im-ekiga.svg
share/icons/hicolor/scalable/apps/im-gadugadu.svg
share/icons/hicolor/scalable/apps/im-gizmo.svg
share/icons/hicolor/scalable/apps/im-google-talk.svg
share/icons/hicolor/scalable/apps/im-irc.svg
share/icons/hicolor/scalable/apps/im-local-xmpp.svg
share/icons/hicolor/scalable/apps/im-msn.svg
share/icons/hicolor/scalable/apps/im-qq.svg
share/icons/hicolor/scalable/apps/im-sip.svg
share/icons/hicolor/scalable/apps/im-xmpp.svg
share/icons/hicolor/scalable/status/empathy-available.svg
share/icons/hicolor/scalable/status/empathy-away.svg
share/icons/hicolor/scalable/status/empathy-busy.svg
share/icons/hicolor/scalable/status/empathy-extended-away.svg
share/icons/hicolor/scalable/status/empathy-offline.svg
share/icons/hicolor/scalable/status/empathy-pending.svg
share/locale/ar/LC_MESSAGES/empathy.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/empathy.mo
share/locale/bg/LC_MESSAGES/empathy.mo
share/locale/bn_IN/LC_MESSAGES/empathy.mo
share/locale/ca/LC_MESSAGES/empathy.mo
share/locale/cs/LC_MESSAGES/empathy.mo
share/locale/cy/
share/locale/cy/LC_MESSAGES/
share/locale/cy/LC_MESSAGES/empathy.mo
share/locale/da/LC_MESSAGES/empathy.mo
share/locale/de/LC_MESSAGES/empathy.mo
share/locale/dz/
share/locale/dz/LC_MESSAGES/
share/locale/dz/LC_MESSAGES/empathy.mo
share/locale/el/LC_MESSAGES/empathy.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/empathy.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/empathy.mo
share/locale/eo/LC_MESSAGES/empathy.mo
share/locale/es/LC_MESSAGES/empathy.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/empathy.mo
share/locale/fi/LC_MESSAGES/empathy.mo
share/locale/fr/LC_MESSAGES/empathy.mo
share/locale/ga/LC_MESSAGES/empathy.mo
share/locale/gl/LC_MESSAGES/empathy.mo
share/locale/gu/LC_MESSAGES/empathy.mo
share/locale/he/LC_MESSAGES/empathy.mo
share/locale/hi/LC_MESSAGES/empathy.mo
share/locale/hr/LC_MESSAGES/empathy.mo
share/locale/hu/LC_MESSAGES/empathy.mo
share/locale/it/LC_MESSAGES/empathy.mo
share/locale/ja/LC_MESSAGES/empathy.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/kn/LC_MESSAGES/empathy.mo
share/locale/ko/LC_MESSAGES/empathy.mo
share/locale/lt/LC_MESSAGES/empathy.mo
share/locale/ml/
share/locale/ml/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/empathy.mo
share/locale/ml/LC_MESSAGES/empathy.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/mr/LC_MESSAGES/empathy.mo
share/locale/ms/LC_MESSAGES/empathy.mo
share/locale/nb/LC_MESSAGES/empathy.mo
share/locale/ne/
share/locale/ne/LC_MESSAGES/
share/locale/ne/LC_MESSAGES/empathy.mo
share/locale/nl/LC_MESSAGES/empathy.mo
share/locale/oc/LC_MESSAGES/empathy.mo
share/locale/pa/LC_MESSAGES/empathy.mo
share/locale/pl/LC_MESSAGES/empathy.mo
share/locale/pt/LC_MESSAGES/empathy.mo
share/locale/pt_BR/LC_MESSAGES/empathy.mo
share/locale/ru/LC_MESSAGES/empathy.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sl/LC_MESSAGES/empathy.mo
share/locale/sq/LC_MESSAGES/empathy.mo
share/locale/sr/LC_MESSAGES/empathy.mo
share/locale/sr@Latn/
share/locale/sr@Latn/LC_MESSAGES/
share/locale/sr@Latn/LC_MESSAGES/empathy.mo
share/locale/sr@latin/LC_MESSAGES/empathy.mo
share/locale/sv/LC_MESSAGES/empathy.mo
share/locale/th/LC_MESSAGES/empathy.mo
share/locale/tr/LC_MESSAGES/empathy.mo
share/locale/uk/LC_MESSAGES/empathy.mo
share/locale/vi/LC_MESSAGES/empathy.mo
@ -303,17 +402,35 @@ share/locale/zh_HK/LC_MESSAGES/empathy.mo
share/locale/zh_TW/LC_MESSAGES/empathy.mo
share/mission-control/
share/mission-control/profiles/
share/mission-control/profiles/aim.profile
share/mission-control/profiles/ekiga.profile
share/mission-control/profiles/fwd.profile
share/mission-control/profiles/gadugadu.profile
share/mission-control/profiles/groupwise.profile
share/mission-control/profiles/gtalk.profile
share/mission-control/profiles/icq.profile
share/mission-control/profiles/irc.profile
share/mission-control/profiles/jabber.profile
share/mission-control/profiles/msn-haze.profile
share/mission-control/profiles/msn.profile
share/mission-control/profiles/qq.profile
share/mission-control/profiles/salut.profile
share/mission-control/profiles/sipphone.profile
share/mission-control/profiles/sofiasip.profile
share/mission-control/profiles/yahoo.profile
share/omf/empathy/
share/omf/empathy/empathy-C.omf
share/omf/empathy/empathy-cs.omf
share/omf/empathy/empathy-de.omf
share/omf/empathy/empathy-es.omf
share/omf/empathy/empathy-fr.omf
share/omf/empathy/empathy-it.omf
share/omf/empathy/empathy-sv.omf
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/empathy/*.schemas > /dev/null
share/schemas/
share/schemas/empathy/
share/schemas/empathy/GNOME_Megaphone_Applet.schemas
share/schemas/empathy/empathy.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/empathy/*.schemas > /dev/null
share/telepathy/managers/empathy-chat.chandler
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database