Date: Sat, 29 Apr 2023 16:02:16 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa2ecc6d1680 - main - x11/xfce4-goodies: Add back xfce4-mixer as an option Message-ID: <202304291602.33TG2GW9002486@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa2ecc6d1680d88e6139880c7aba64e555cdbf27 commit aa2ecc6d1680d88e6139880c7aba64e555cdbf27 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-04-29 16:01:40 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-04-29 16:01:40 +0000 x11/xfce4-goodies: Add back xfce4-mixer as an option --- x11/xfce4-goodies/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/x11/xfce4-goodies/Makefile b/x11/xfce4-goodies/Makefile index 1271b32c48c0..8d66de483783 100644 --- a/x11/xfce4-goodies/Makefile +++ b/x11/xfce4-goodies/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-goodies PORTVERSION= 4.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= xfce@FreeBSD.org @@ -32,14 +32,15 @@ OPTIONS_EXCLUDE_riscv64sf= BATTERY OPTIONS_GROUP= APPLICATIONS PANELPLUGINS THUNARPLUGINS UNOFFICIAL -OPTIONS_GROUP_APPLICATIONS= DASHBOARD DICTIONARY GIGOLO MIDORI PAROLE \ - POWERMANAGER RISTRETTO SCREENSHOOTER \ - TASKMANAGER TERMINAL VOLUMEDPULSE XFBURN \ - XFMPC SCREENSAVER +OPTIONS_GROUP_APPLICATIONS= DASHBOARD DICTIONARY GIGOLO MIDORI MIXER \ + PAROLE POWERMANAGER RISTRETTO SCREENSAVER \ + SCREENSHOOTER TASKMANAGER TERMINAL VOLUMEDPULSE \ + XFBURN XFMPC DASHBOARD_DESC= GNOME shell like dashboard for the Xfce desktop DICTIONARY_DESC= Xfce4 plugin to query different dictionaries GIGOLO_DESC= Frontend to easily manage filesystem connections MIDORI_DESC= Lightweight web browser using WebKit engine +MIXER_DESC= Volume control for the Xfce desktop PAROLE_DESC= Lightweight media player based on GStreamer POWERMANAGER_DESC= Power manager for the Xfce Desktop RISTRETTO_DESC= Image viewer with Xfce integration @@ -55,6 +56,7 @@ DASHBOARD_RUN_DEPENDS= xfce4-dashboard>=0:x11/xfce4-dashboard DICTIONARY_RUN_DEPENDS= xfce4-dict-plugin>=0:textproc/xfce4-dict-plugin GIGOLO_RUN_DEPENDS= gigolo>=0:sysutils/gigolo MIDORI_RUN_DEPENDS= midori>=0:www/midori +MIXER_RUN_DEPENDS= xfce4-mixer>=0:audio/xfce4-mixer PAROLE_RUN_DEPENDS= parole>=0:multimedia/xfce4-parole POWERMANAGER_RUN_DEPENDS= xfce4-power-manager>=0:sysutils/xfce4-power-manager RISTRETTO_RUN_DEPENDS= ristretto>=0:graphics/ristretto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304291602.33TG2GW9002486>