1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

fix xfce4 logout when using the xfce4 submenu

bump PORTREVISION

PR:		80409
Submitted by:	chinsan <chinsan@mail2000.com.tw>
This commit is contained in:
Oliver Lehmann 2005-04-30 16:12:28 +00:00
parent c725900c4b
commit 0c528d90f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134410

View File

@ -7,7 +7,7 @@
PORTNAME= xfce4-desktop
PORTVERSION= 4.2.1
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
@ -41,6 +41,8 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
MAN1= xfdesktop.1
post-patch:
@${REINPLACE_CMD} -e 's|builtin\(.*\)"quit"|app\1"xfce4-session-logout"|g' \
${WRKSRC}/menu.xml*
@${REINPLACE_CMD} -e 's|G_INLINE_FUNC||g' ${WRKSRC}/src/xfce-desktop.c
.include <bsd.port.mk>