View | Details | Raw Unified | Return to bug 274057 | Differences between
and this patch

Collapse All | Expand All

(-)b/UPDATING (+14 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20230924:
9
  AFFECTS: users of XFCE desktop (x11-wm/xfce4)
10
  AUTHOR: madpilot@FreeBSD.org
11
12
  XFCE 4.18 is incompatible with the latest version of the adwaita
13
  icon theme, which was used as the default one. Due to this the
14
  default icon theme has been changed to x11-themes/xfce-icons-elementary.
15
16
  Users that have XFCE already installed and are using the adwaita
17
  icon theme will notice missing icons. To fix this you can install
18
  any other icon theme (like x11-themes/xfce-icons-elementary) and
19
  configure XFCE to use that via the "appearance" settings application,
20
  under the "icons" tab.
21
8
20230919:
22
20230919:
9
  AFFECTS: users of net-p2p/transmission
23
  AFFECTS: users of net-p2p/transmission
10
  AUTHOR:  mondo.debater_0q@icloud.com
24
  AUTHOR:  mondo.debater_0q@icloud.com
(-)b/sysutils/xfce4-settings/Makefile (-2 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	xfce4-settings
1
PORTNAME=	xfce4-settings
2
PORTVERSION=	4.18.3
2
PORTVERSION=	4.18.3
3
PORTREVISION=	1
3
CATEGORIES=	sysutils xfce
4
CATEGORIES=	sysutils xfce
4
MASTER_SITES=	XFCE
5
MASTER_SITES=	XFCE
5
DIST_SUBDIR=	xfce4
6
DIST_SUBDIR=	xfce4
Lines 51-59 CONFIGURE_ARGS+= --enable-debug=yes Link Here
51
.endif
52
.endif
52
53
53
post-patch:
54
post-patch:
54
	@${REINPLACE_CMD} -e 's|Rodent|Adwaita|g' \
55
	@${REINPLACE_CMD} -e 's|Rodent|elementary-xfce|g' \
55
		${WRKSRC}/dialogs/appearance-settings/main.c
56
		${WRKSRC}/dialogs/appearance-settings/main.c
56
	@${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="Adwaita|' \
57
	@${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="elementary-xfce|' \
57
		${WRKSRC}/xfsettingsd/xsettings.xml
58
		${WRKSRC}/xfsettingsd/xsettings.xml
58
59
59
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)b/x11-wm/xfce4/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	xfce
1
PORTNAME=	xfce
2
PORTVERSION=	4.18
2
PORTVERSION=	4.18
3
PORTREVISION=	1
3
CATEGORIES=	x11-wm xfce
4
CATEGORIES=	x11-wm xfce
4
5
5
MAINTAINER=	xfce@FreeBSD.org
6
MAINTAINER=	xfce@FreeBSD.org
Lines 22-28 APPFINDER_RUN_DEPENDS= xfce4-appfinder:misc/xfce4-appfinder Link Here
22
APPFINDER_DESC=		Launcher and finder
23
APPFINDER_DESC=		Launcher and finder
23
GREYBIRD_DESC=		Install Greybird theme
24
GREYBIRD_DESC=		Install Greybird theme
24
GREYBIRD_RUN_DEPENDS=	greybird-theme>0:x11-themes/greybird-theme
25
GREYBIRD_RUN_DEPENDS=	greybird-theme>0:x11-themes/greybird-theme
25
ICONS_RUN_DEPENDS=	adwaita-icon-theme>0:x11-themes/adwaita-icon-theme
26
ICONS_RUN_DEPENDS=	xfce-icons-elementary>0:x11-themes/xfce-icons-elementary
26
LIGHTDM_RUN_DEPENDS=	lightdm-gtk-greeter:x11/lightdm-gtk-greeter
27
LIGHTDM_RUN_DEPENDS=	lightdm-gtk-greeter:x11/lightdm-gtk-greeter
27
LIGHTDM_DESC=		LightDM display manger
28
LIGHTDM_DESC=		LightDM display manger
28
MOUSEPAD_RUN_DEPENDS=	mousepad:editors/mousepad
29
MOUSEPAD_RUN_DEPENDS=	mousepad:editors/mousepad

Return to bug 274057