Date: Thu, 17 May 2012 20:16:21 GMT From: Olivier Duchateau <duchateau.olivier@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/168067: [UPDATE] x11-wm/xfce4 to 4.10 Message-ID: <201205172016.q4HKGLkA005572@red.freebsd.org> Resent-Message-ID: <201205172020.q4HKK4nW026205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168067 >Category: ports >Synopsis: [UPDATE] x11-wm/xfce4 to 4.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 17 20:20:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2012-April/030379.html - Add Xfce notification daemon (deskutils/xfce4-notifyd) - Change default option for SQUEEZE (no update since 4 years) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/x11-wm/xfce4/Makefile xfce4/Makefile --- /usr/ports/x11-wm/xfce4/Makefile 2011-10-29 21:02:29.000000000 +0200 +++ xfce4/Makefile 2012-05-09 06:15:43.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 4.8 +PORTVERSION= 4.10 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty @@ -20,16 +20,16 @@ MOUSEPAD "Install the Xfce text editor" on \ TERMINAL "Install the Xfce terminal application" on \ APPFINDER "Install the Xfce application finder" on \ - MIXER "Install the Xfce mixer application" on \ - PRINT "Install the Xfce printing helper" on \ + MIXER "Install the Xfce mixer application" off \ + PRINT "Install the Xfce printing helper" off \ SQUEEZE "Install the Xfce archiver application" on \ - GDM "Install the login manager gdm" off + GDM "Install the login manager gdm" off \ + NOTIFYD "Install the Xfce notification daemon" on RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \ xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \ - startxfce4:${PORTSDIR}/sysutils/xfce4-utils \ ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine \ xfsettingsd:${PORTSDIR}/sysutils/xfce4-settings @@ -50,8 +50,7 @@ .endif .if !defined(WITHOUT_ICONS) -RUN_DEPENDS+= ${LOCALBASE}/share/themes/Xfce/xfwm4/themerc:${PORTSDIR}/misc/xfce4-wm-themes \ - icons-tango-extras>=0.1.0:${PORTSDIR}/x11-themes/icons-tango-extras +RUN_DEPENDS+= icons-tango-extras>=0.1.0:${PORTSDIR}/x11-themes/icons-tango-extras .endif .if !defined(WITHOUT_ORAGE) @@ -70,11 +69,11 @@ RUN_DEPENDS+= xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder .endif -.if !defined(WITHOUT_MIXER) +.if defined(WITH_MIXER) RUN_DEPENDS+= ${LOCALBASE}/bin/xfce4-mixer:${PORTSDIR}/audio/xfce4-mixer .endif -.if !defined(WITHOUT_PRINT) +.if defined(WITH_PRINT) RUN_DEPENDS+= xfprint4:${PORTSDIR}/print/xfce4-print .endif @@ -82,6 +81,10 @@ RUN_DEPENDS+= squeeze:${PORTSDIR}/archivers/squeeze .endif +.if !defined(WITHOUT_NOTIFYD) +RUN_DEPENDS+= xfce4-notifyd-config:${PORTSDIR}/deskutils/xfce4-notifyd +.endif + do-install: # empty post-install: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205172016.q4HKGLkA005572>