Enable nautilus-sendto plugin.

This commit is contained in:
ajacoutot 2010-04-24 15:25:38 +00:00
parent 272e22d0fe
commit 3cd31d5b31
2 changed files with 11 additions and 6 deletions
x11/gnome/empathy

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2010/04/24 13:04:31 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.35 2010/04/24 15:25:38 ajacoutot Exp $
# XXX # XXX
# (empathy:10245): Gtk-WARNING **: could not load image: Icon 'im-xmpp' not present in theme # (empathy:10245): Gtk-WARNING **: could not load image: Icon 'im-xmpp' not present in theme
@ -8,7 +8,7 @@ COMMENT= telepathy based messenger for GNOME
GNOME_PROJECT= empathy GNOME_PROJECT= empathy
GNOME_VERSION= 2.30.0.2 GNOME_VERSION= 2.30.0.2
PKGNAME= ${DISTNAME}p0 PKGNAME= ${DISTNAME}p1
CATEGORIES= net CATEGORIES= net
@ -40,7 +40,8 @@ WANTLIB += tasn1 telepathy-glib vorbis vorbisfile xcb xcb-render
WANTLIB += xcb-render-util xml2 z WANTLIB += xcb-render-util xml2 z
BUILD_DEPENDS= ::devel/iso-codes \ BUILD_DEPENDS= ::devel/iso-codes \
::x11/py-gtk2 ::x11/py-gtk2 \
::x11/gnome/nautilus-sendto
LIB_DEPENDS= canberra,canberra-gtk::audio/libcanberra \ LIB_DEPENDS= canberra,canberra-gtk::audio/libcanberra \
camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \ camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
json-glib-1.0::devel/json-glib \ json-glib-1.0::devel/json-glib \
@ -71,7 +72,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-location=Yes \ --enable-location=Yes \
--enable-map=Yes\ --enable-map=Yes\
--enable-webkit=no \ --enable-webkit=no \
--enable-nautilus-sendto=no \ --enable-nautilus-sendto \
--enable-control-center-embedding=no \ --enable-control-center-embedding=no \
--enable-tpl --enable-tpl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,7 +1,12 @@
@comment $OpenBSD: PLIST,v 1.11 2010/04/23 18:26:13 jasper Exp $ @comment $OpenBSD: PLIST,v 1.12 2010/04/24 15:25:38 ajacoutot Exp $
@bin bin/empathy @bin bin/empathy
@bin bin/empathy-accounts @bin bin/empathy-accounts
@bin bin/empathy-debugger @bin bin/empathy-debugger
lib/nautilus-sendto/
lib/nautilus-sendto/plugins/
@comment lib/nautilus-sendto/plugins/libnstempathy.a
@comment lib/nautilus-sendto/plugins/libnstempathy.la
lib/nautilus-sendto/plugins/libnstempathy.so
@man man/man1/empathy.1 @man man/man1/empathy.1
share/applications/empathy-accounts.desktop share/applications/empathy-accounts.desktop
share/applications/empathy.desktop share/applications/empathy.desktop
@ -977,7 +982,6 @@ share/locale/zh_TW/LC_MESSAGES/empathy.mo
${SCHEMAS_INSTDIR}/ ${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/empathy.schemas ${SCHEMAS_INSTDIR}/empathy.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
share/telepathy/clients/
share/telepathy/clients/Empathy.client share/telepathy/clients/Empathy.client
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true