Enable nautilus-sendto plugin.
This commit is contained in:
parent
272e22d0fe
commit
3cd31d5b31
@ -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
|
||||
# (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_VERSION= 2.30.0.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -40,7 +40,8 @@ WANTLIB += tasn1 telepathy-glib vorbis vorbisfile xcb xcb-render
|
||||
WANTLIB += xcb-render-util xml2 z
|
||||
|
||||
BUILD_DEPENDS= ::devel/iso-codes \
|
||||
::x11/py-gtk2
|
||||
::x11/py-gtk2 \
|
||||
::x11/gnome/nautilus-sendto
|
||||
LIB_DEPENDS= canberra,canberra-gtk::audio/libcanberra \
|
||||
camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
|
||||
json-glib-1.0::devel/json-glib \
|
||||
@ -71,7 +72,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-location=Yes \
|
||||
--enable-map=Yes\
|
||||
--enable-webkit=no \
|
||||
--enable-nautilus-sendto=no \
|
||||
--enable-nautilus-sendto \
|
||||
--enable-control-center-embedding=no \
|
||||
--enable-tpl
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -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-accounts
|
||||
@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
|
||||
share/applications/empathy-accounts.desktop
|
||||
share/applications/empathy.desktop
|
||||
@ -977,7 +982,6 @@ share/locale/zh_TW/LC_MESSAGES/empathy.mo
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${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
|
||||
share/telepathy/clients/
|
||||
share/telepathy/clients/Empathy.client
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user