- disable logger for now, until some slacker updates this port..
This commit is contained in:
parent
e2b25fa6f6
commit
489927b439
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2010/09/30 12:22:42 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2010/10/01 14:53:31 jasper Exp $
|
||||
|
||||
COMMENT= telepathy based messenger for GNOME
|
||||
|
||||
GNOME_PROJECT= empathy
|
||||
GNOME_VERSION= 2.30.3
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -36,7 +36,7 @@ WANTLIB += tasn1 telepathy-glib vorbis vorbisfile xcb xcb-render ltdl
|
||||
WANTLIB += xcb-render-util xml2 z canberra canberra-gtk camel-1.2
|
||||
WANTLIB += ebook-1.2 edataserver-1.2 json-glib-1.0 champlain-0.8
|
||||
WANTLIB += champlain-gtk-0.8 clutter-gtk-0.10 telepathy-farsight
|
||||
WANTLIB += telepathy-logger
|
||||
#WANTLIB += telepathy-logger
|
||||
|
||||
BUILD_DEPENDS= ::devel/iso-codes \
|
||||
::x11/py-gtk2 \
|
||||
@ -52,8 +52,8 @@ LIB_DEPENDS= ::audio/libcanberra \
|
||||
::graphics/clutter/clutter-gtk \
|
||||
::net/telepathy/telepathy-farsight \
|
||||
::net/telepathy/telepathy-mission-control \
|
||||
::textproc/enchant \
|
||||
::net/telepathy/telepathy-logger
|
||||
::textproc/enchant
|
||||
# ::net/telepathy/telepathy-logger
|
||||
|
||||
RUN_DEPENDS= ::devel/iso-codes \
|
||||
::net/telepathy/telepathy-butterfly \
|
||||
@ -76,8 +76,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-map=Yes\
|
||||
--enable-webkit=no \
|
||||
--enable-nautilus-sendto \
|
||||
--enable-control-center-embedding=no \
|
||||
--enable-tpl
|
||||
--enable-control-center-embedding=no
|
||||
# --enable-tpl
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2010/09/28 08:57:34 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2010/10/01 14:53:31 jasper Exp $
|
||||
@bin bin/empathy
|
||||
@bin bin/empathy-accounts
|
||||
@bin bin/empathy-debugger
|
||||
@ -41,6 +41,7 @@ share/empathy/empathy-contact-widget.ui
|
||||
share/empathy/empathy-ft-manager.ui
|
||||
share/empathy/empathy-import-dialog.ui
|
||||
share/empathy/empathy-irc-networks.dtd
|
||||
share/empathy/empathy-log-manager.xsl
|
||||
share/empathy/empathy-log-window.ui
|
||||
share/empathy/empathy-main-window.ui
|
||||
share/empathy/empathy-map-view.ui
|
||||
@ -986,6 +987,7 @@ 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