diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-27 00:57:40 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-27 00:57:40 +0800 |
commit | be29b4018247afd99a5911e06ce77414b4ad43ab (patch) | |
tree | 6cbb02acddd84c25266e8d495da255a5cb16b625 /x11-wm/xfce4 | |
parent | 02bae5b712041a1a0e6d1b963bfebaa2a4db87c7 (diff) | |
download | freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.tar.gz freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.tar.zst freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.zip |
- 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]
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/Makefile | 11 |
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) |