After the update x11-themes/adwaita-icon-theme update to version
42.0 (commit 14ac2cbef6
) XFCE is not
compatible with it anymore, due to icons being renamed/removed from
the theme.
To work around this, change the default icon theme installed with
XFCE to x11-themes/xfce-icons-elementary.
Users with XFCE desktops already configured to use adwaita-icon-theme
need to install another theme and switch to it manually using the
XFCE settings "appearance" application, see UPDATING entry 20230924.
PR: 274057
39 lines
1.3 KiB
Makefile
39 lines
1.3 KiB
Makefile
PORTNAME= xfce
|
|
PORTVERSION= 4.18
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm xfce
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Meta-port for the Xfce Desktop Environment
|
|
WWW= https://www.xfce.org/
|
|
|
|
RUN_DEPENDS= xfwm4:x11-wm/xfce4-wm \
|
|
xfce4-session:x11-wm/xfce4-session \
|
|
xfce4-panel:x11-wm/xfce4-panel \
|
|
xfdesktop:x11-wm/xfce4-desktop \
|
|
xfsettingsd:sysutils/xfce4-settings
|
|
|
|
USES= metaport
|
|
|
|
OPTIONS_DEFINE= APPFINDER GREYBIRD ICONS LIGHTDM MOUSEPAD NOTIFY \
|
|
TERMINAL XPM
|
|
OPTIONS_DEFAULT= APPFINDER GREYBIRD ICONS MOUSEPAD NOTIFY TERMINAL \
|
|
XPM
|
|
APPFINDER_RUN_DEPENDS= xfce4-appfinder:misc/xfce4-appfinder
|
|
APPFINDER_DESC= Launcher and finder
|
|
GREYBIRD_DESC= Install Greybird theme
|
|
GREYBIRD_RUN_DEPENDS= greybird-theme>0:x11-themes/greybird-theme
|
|
ICONS_RUN_DEPENDS= xfce-icons-elementary>0:x11-themes/xfce-icons-elementary
|
|
LIGHTDM_RUN_DEPENDS= lightdm-gtk-greeter:x11/lightdm-gtk-greeter
|
|
LIGHTDM_DESC= LightDM display manger
|
|
MOUSEPAD_RUN_DEPENDS= mousepad:editors/mousepad
|
|
MOUSEPAD_DESC= Text editor
|
|
NOTIFY_RUN_DEPENDS= xfce4-notifyd-config:deskutils/xfce4-notifyd
|
|
TERMINAL_RUN_DEPENDS= xfce4-terminal:x11/xfce4-terminal
|
|
TERMINAL_DESC= Terminal emulator
|
|
XPM_RUN_DEPENDS= xfce4-power-manager:sysutils/xfce4-power-manager
|
|
XPM_DESC= Power manager
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|