git: 97ca59a76bed - main - x11/xfce4-goodies: Add new panel plugin to goodies metapackage.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 15:46:24 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=97ca59a76bed02f01f36d266ed3d1ecd4ebd3709 commit 97ca59a76bed02f01f36d266ed3d1ecd4ebd3709 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-09-10 15:45:52 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-09-10 15:45:52 +0000 x11/xfce4-goodies: Add new panel plugin to goodies metapackage. --- x11/xfce4-goodies/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/xfce4-goodies/Makefile b/x11/xfce4-goodies/Makefile index 0b29e49c0361..71298137d90b 100644 --- a/x11/xfce4-goodies/Makefile +++ b/x11/xfce4-goodies/Makefile @@ -71,7 +71,7 @@ OPTIONS_GROUP_PANELPLUGINS= BATTERY CALCULATOR CLIPMAN CPUGRAPH DATETIME \ MAILWATCH MOUNT MPC NETLOAD NOTES PULSEAUDIO \ SMARTBOOKMARK STOPWATCH SYSTEMLOAD TIMER \ TIMEOUT VERVE WAVELAN WEATHER WHISKERMENU \ - XKB + WINDOWCK XKB BATTERY_DESC= Battery monitor panel plugin for Xfce4 CALCULATOR_DESC= Simple calculator for the Xfce panel CLIPMAN_DESC= Clipboard manager for the Xfce panel @@ -96,6 +96,7 @@ VERVE_DESC= Command line plugin for the Xfce Desktop WAVELAN_DESC= Displays information about a WaveLAN device WEATHER_DESC= Weather plugin for the Xfce panel WHISKERMENU_DESC= Alternate menu for the Xfce Desktop +WINDOWCK_DESC= Add window buttons to Xfce panel XKB_DESC= Keyboard layout switching plugin for Xfce panel BATTERY_RUN_DEPENDS= xfce4-battery-plugin>=0:sysutils/xfce4-battery-plugin @@ -122,6 +123,7 @@ VERVE_RUN_DEPENDS= xfce4-verve-plugin>=0:x11/xfce4-verve-plugin WAVELAN_RUN_DEPENDS= xfce4-wavelan-plugin>=0:sysutils/xfce4-wavelan-plugin WEATHER_RUN_DEPENDS= xfce4-weather-plugin>=0:misc/xfce4-weather-plugin WHISKERMENU_RUN_DEPENDS= xfce4-whiskermenu-plugin>=0:x11/xfce4-whiskermenu-plugin +WINDOWCK_RUN_DEPENDS= xfce4-windowck-plugin>=0:x11/xfce4-windowck-plugin XKB_RUN_DEPENDS= xfce4-xkb-plugin>=0:deskutils/xfce4-xkb-plugin OPTIONS_GROUP_THUNARPLUGINS= ARCHIVE MEDIATAGS VCS