summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-01-26 16:57:40 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-01-26 16:57:40 +0000
commit0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf (patch)
treee17d1cc4d0c6d562cc7b6f5e056a6fd66aac0ea2 /x11-wm/xfce4
parentUpdate to 1.2 (diff)
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update) - take maintainership of x11-wm/xfce4-session [1] - bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs Approved by: maintainer [1]
Notes
Notes: svn path=/head/; revision=127441
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r--x11-wm/xfce4/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index aa0de29f19a0..22d8f7ae2c3d 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= xfce
-PORTVERSION= 4.0.6
-PORTREVISION= 1
+PORTVERSION= 4.2.0
+PORTREVISION= 0
CATEGORIES= x11-wm xfce
MASTER_SITES= # empty
DISTFILES= # empty
@@ -18,7 +18,10 @@ COMMENT= The "meta-port" for the XFce 4 desktop environment
RUN_DEPENDS= ${X11BASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \
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 \
+ ${X11BASE}/lib/xfce4/panel-plugins/libtriggerlauncher.so:${PORTSDIR}/x11/xfce4-trigger-launcher \
xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \
startxfce4:${PORTSDIR}/sysutils/xfce4-utils \
xffm:${PORTSDIR}/x11-fm/xfce4-fm \
@@ -39,9 +42,7 @@ PLIST_SUB+= GDM="@comment "
.if !defined(WITHOUT_EXTRAS)
.if !defined(WITHOUT_THEMES)
-RUN_DEPENDS+= ${X11BASE}/share/xfce4/themes/BeOS/terminal.png:${PORTSDIR}/misc/xfce4-panel-themes \
- ${X11BASE}/share/xffm/pixmaps/xfce/mime.xml:${PORTSDIR}/x11-fm/xfce4-fm-icons \
- ${X11BASE}/share/xfwm4/themes/atlanta2/themerc:${PORTSDIR}/misc/xfce4-wm-themes
+RUN_DEPENDS+= ${X11BASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme
.endif
.if !defined(WITHOUT_PLUGINS)