From ee9de0e23edb690ce805f8b6677ecca75355eaa8 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 1 Sep 2004 04:19:04 +0000 Subject: Add official support for evolution-data-server for the clock applet. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2752 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-panel/Makefile | 12 +++++++++++- x11/gnomepanel/Makefile | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index dd21da0ca..e00a68552 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomedesktop \ libwnck +WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL_VER=15 @@ -37,9 +38,18 @@ GCONF_SCHEMAS= clock.schemas fish.schemas gnome-panel-screenshot.schemas \ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas +.include + +.if ${HAVE_GNOME:Mevolutiondataserver}!="" +USE_GNOME+= evolutiondataserver +CONFIGURE_ARGS+=--enable-eds +.else +CONFIGURE_ARGS+=--disable-eds +.endif + post-patch: .for po in da.po it.po zh_TW.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor -.include +.include diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index dd21da0ca..e00a68552 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomedesktop \ libwnck +WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL_VER=15 @@ -37,9 +38,18 @@ GCONF_SCHEMAS= clock.schemas fish.schemas gnome-panel-screenshot.schemas \ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas +.include + +.if ${HAVE_GNOME:Mevolutiondataserver}!="" +USE_GNOME+= evolutiondataserver +CONFIGURE_ARGS+=--enable-eds +.else +CONFIGURE_ARGS+=--disable-eds +.endif + post-patch: .for po in da.po it.po zh_TW.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor -.include +.include -- cgit v1.2.3