summaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-18 18:18:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-18 18:18:46 +0800
commit4ed7fef60f638ef4553dc36205d6ffd7a026f83c (patch)
treeb78097c3a554914600f18beac0ff5bb52a1fb052 /x11/gnome-panel/Makefile
parentd428a759d80b65cca3c8d81bed648574786b9351 (diff)
downloadmarcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.tar
marcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.tar.gz
marcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.tar.bz2
marcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.tar.lz
marcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.tar.xz
marcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.tar.zst
marcuscom-ports-4ed7fef60f638ef4553dc36205d6ffd7a026f83c.zip
Update to 2.31.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14438 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r--x11/gnome-panel/Makefile38
1 files changed, 26 insertions, 12 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index a0f92d757..a06a082dc 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-panel/Makefile,v 1.220 2010/07/26 12:42:31 kwm Exp $
+# $MCom: ports/x11/gnome-panel/Makefile,v 1.221 2010/07/26 14:12:55 kwm Exp $
#
PORTNAME= gnome-panel
-PORTVERSION= 2.30.0
-PORTREVISION?= 1
+PORTVERSION= 2.31.6
+PORTREVISION?= 0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -22,15 +22,15 @@ USE_BZIP2= yes
LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \
canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
- polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome
+ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
USE_GETTEXT= yes
+USE_XORG= ice sm x11 xau xrandr
INSTALLS_OMF= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \
- libwnck gnomemenus gnomedocutils ltverhack referencehack \
- libbonoboui
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop libwnck gnomemenus \
+ gnomedocutils ltverhack referencehack
WANT_GNOME= yes
GNOME_DESKTOP_VERSION=2
USE_GMAKE= yes
@@ -47,7 +47,8 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \
panel-toplevel.schemas window-list.schemas \
workspace-switcher.schemas
-OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
+OPTIONS= EVOLUTION "use the Evolution calendar if installed" on \
+ BONOBO "Support for bonobo applets aka Gnome 2 applets" on
.if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
@@ -56,12 +57,21 @@ WITH_GNOME= yes
.include <bsd.port.pre.mk>
-#.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
-#USE_GNOME+= evolutiondataserver
+.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
+USE_GNOME+= evolutiondataserver
#CONFIGURE_ARGS+=--enable-eds
-#.else
+.else
CONFIGURE_ARGS+=--disable-eds
-#.endif
+.endif
+
+.if defined(WITH_BONOBO)
+USE_GNOME+= libbonoboui
+CONFIGURE_ARGS+=--enable-bonobo
+PLIST_SUB+= BONOBO=""
+.else
+CONFIGURE_ARGS+=--disable-bonobo
+PLIST_SUB+= BONOBO="@comment "
+.endif
post-patch:
@${FIND} ${WRKSRC} -type f | \
@@ -71,6 +81,10 @@ post-patch:
${WRKSRC}/help/clock/Makefile.in \
${WRKSRC}/help/fish/Makefile.in
+post-install:
+ @${MKDIR} ${PREFIX}/lib/gnome-panel/modules
+ -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gnome-panel/modules
+
.include <bsd.port.post.mk>
.endif