[Midnightbsd-cvs] mports: Makefile: Update xfce to 4.6.0.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Mar 12 22:54:30 EDT 2009


Log Message:
-----------
Update xfce to 4.6.0.  There are still a few open issues:
	Hal support isn't 100% yet.
	Missing icons.

Modified Files:
--------------
    mports/x11-wm/xfce4:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/xfce4/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11-wm/xfce4/Makefile -L x11-wm/xfce4/Makefile -u -r1.2 -r1.3
--- x11-wm/xfce4/Makefile
+++ x11-wm/xfce4/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	xfce
-PORTVERSION=	4.4.2
+PORTVERSION=	${XFCE_VERSION}
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -17,14 +17,16 @@
 COMMENT=	The "meta-port" for the XFce 4 desktop environment
 LICENSE=	agg
 
-RUN_DEPENDS=	${LOCALBASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \
-		xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \
+USE_XFCE=	configenv
+
+RUN_DEPENDS=	xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \
 		xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder \
 		xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \
 		xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \
 		xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \
 		startxfce4:${PORTSDIR}/sysutils/xfce4-utils \
 		xfprint4:${PORTSDIR}/print/xfce4-print \
+		xfce4-settings-manager:${PORTSDIR}/sysutils/xfce4-settings \
 		${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine \
 		thunar:${PORTSDIR}/x11-fm/thunar \
 		orage:${PORTSDIR}/deskutils/orage \
@@ -54,7 +56,7 @@
 .endif
 
 .if !defined(WITHOUT_PLUGINS)
-RUN_DEPENDS+=	${LOCALBASE}/lib/xfce4/modules/libxfce4mixer.so:${PORTSDIR}/audio/xfce4-mixer
+RUN_DEPENDS+=	xfce4-mixer:${PORTSDIR}/audio/xfce4-mixer
 .endif
 .endif
 


More information about the Midnightbsd-cvs mailing list