aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-goodies
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-01-02 16:36:33 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-01-02 16:36:33 +0000
commitb2f2269daff8c7e224099d352e652241fbdfcb7b (patch)
tree27b902ea7af0a7d6abc54b964847536e36093b87 /x11/xfce4-goodies
parent0a2af555796c3880231fff24f17bf146795a8887 (diff)
downloadports-b2f2269daff8c7e224099d352e652241fbdfcb7b.tar.gz
ports-b2f2269daff8c7e224099d352e652241fbdfcb7b.zip
Welcome XFCE 4.16 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1608595200 This XFCE release dropped support for GTK2 plugins and also dropped GTK2 from all components. WARNING: please check UPDATING before upgrading your packages. In case of problems also read the libexo pkg-message. Due to this some panel plugins and libraries will be removed since they cannot compile anymore: - print/xfce4-print - x11/xfce4-quicklauncher-plugin - x11/xfce4-wmdock-plugin - x11-toolkits/libxfce4gui These further components also fail to build or work and are being marked BROKEN, deprecated and marked for removal: - science/xfce4-equake-plugin - x11/xfce4-embed-plugin - deskutils/orage - deskutils/xfce4-volumed [1] deskutils/xfce4-notes-plugin will be also marked BROKEN, but there is active development in it's upstream repository and a fixed release is expected soon. deskutils/xfce4-generic-slider will also be marked broken, since it fails to compile. [2] Thanks also to riggs, Olivier Duchateau <duchateau.olivier@gmail.com> and the people in Approved and Reviewed lines below for help and contributions. Reviewed by: woodsb02 Approved by: sergey.dyatko@gmail.com (maintainer) [1], ehaupt [2] Differential Revision: https://reviews.freebsd.org/D27846
Notes
Notes: svn path=/head/; revision=559953
Diffstat (limited to 'x11/xfce4-goodies')
-rw-r--r--x11/xfce4-goodies/Makefile44
1 files changed, 16 insertions, 28 deletions
diff --git a/x11/xfce4-goodies/Makefile b/x11/xfce4-goodies/Makefile
index 2ea98470fd93..295c24badb50 100644
--- a/x11/xfce4-goodies/Makefile
+++ b/x11/xfce4-goodies/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-goodies
-PORTVERSION= 4.14
-PORTREVISION= 1
+PORTVERSION= 4.16
CATEGORIES= x11
MAINTAINER= xfce@FreeBSD.org
@@ -11,15 +10,15 @@ COMMENT= Meta-port for software and artwork from the Xfce4 Goodies Project
USES= metaport
-OPTIONS_DEFAULT= DASHBOARD DICTIONARY GIGOLO PAROLE POWERMANAGER \
- RISTRETTO SCREENSAVER SCREENSHOOTER TASKMANAGER \
- TERMINAL XFBURN \
- BATTERY CALCULATOR CLIPMAN CPUGRAPH DATETIME \
- DISKPERF EMBED FSGUARD GENMON MAILWATCH \
- MENULIBRE MOUNT NETLOAD NOTES SMARTBOOKMARK \
- SYSTEMLOAD TIMER TIMEOUT VERVE WAVELAN \
- WEATHER WHISKERMENU XKB ARCHIVE MEDIATAGS \
- VCS BSDCPUFREQ EQUAKE THEMES VOLUMED
+OPTIONS_DEFAULT= ARCHIVE BATTERY CALCULATOR CLIPMAN CPUGRAPH DASHBOARD \
+ DATETIME DICTIONARY DISKPERF FSGUARD GENMON GIGOLO \
+ MAILWATCH MEDIATAGS MENULIBRE MOUNT NETLOAD PAROLE \
+ POWERMANAGER RISTRETTO SCREENSAVER SCREENSHOOTER \
+ SMARTBOOKMARK STOPWATCH SYSTEMLOAD TASKMANAGER TERMINAL \
+ THEMES TIMEOUT TIMER VCS VERVE WAVELAN WEATHER WHISKERMENU \
+ XFBURN XKB
+# Removed from defaults due to ports being broken.
+# NOTES BSDCPUFREQ
OPTIONS_EXCLUDE_powerpc= BATTERY
OPTIONS_EXCLUDE_powerpc64= BATTERY
@@ -63,18 +62,17 @@ XFBURN_RUN_DEPENDS= xfburn>=0:sysutils/xfburn
XFMPC_RUN_DEPENDS= xfmpc>=0:audio/xfmpc
OPTIONS_GROUP_PANELPLUGINS= BATTERY CALCULATOR CLIPMAN CPUGRAPH DATETIME \
- DISKPERF EMBED FSGUARD GENERICSLIDER GENMON \
+ DISKPERF FSGUARD GENERICSLIDER GENMON \
MAILWATCH MOUNT MPC NETLOAD NOTES PULSEAUDIO \
- QUICKLAUNCHER SMARTBOOKMARK SYSTEMLOAD TIMER \
+ SMARTBOOKMARK STOPWATCH SYSTEMLOAD TIMER \
TIMEOUT VERVE WAVELAN WEATHER WHISKERMENU \
- WMDOCK XKB
+ 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
CPUGRAPH_DESC= Graphical representation of the CPU load
DATETIME_DESC= Datetime panel plugin for the Xfce desktop
DISKPERF_DESC= Graphical representation of the disk IO
-EMBED_DESC= Embed arbitrary windows into the Xfce panel
FSGUARD_DESC= Displays free space of mountpoint
GENERICSLIDER_DESC= Slider to adjust / monitor any numeric variable
GENMON_DESC= Generic Monitor Xfce4 panel plugin
@@ -84,8 +82,8 @@ MPC_DESC= Musicpd client plugin for the Xfce panel
NETLOAD_DESC= Network Load plugin for Xfce4
NOTES_DESC= Notes plugin for the Xfce panel
PULSEAUDIO_DESC= Panel plugin for controlling PulseAudio mixer
-QUICKLAUNCHER_DESC= Quicklauncher plugin for Xfce
SMARTBOOKMARK_DESC= Query search engines from the Xfce panel
+STOPWATCH_DESC= Stopwatch plugin for the Xfce4 panel
SYSTEMLOAD_DESC= System Load plugin for Xfce4 panel
TIMEOUT_DESC= Prompts the user to take a break every X minutes
TIMER_DESC= Set alarm at specific time or after time period
@@ -93,7 +91,6 @@ 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
-WMDOCK_DESC= WMdock plugin for Xfce
XKB_DESC= Keyboard layout switching plugin for Xfce panel
BATTERY_RUN_DEPENDS= xfce4-battery-plugin>=0:sysutils/xfce4-battery-plugin
@@ -102,7 +99,6 @@ CLIPMAN_RUN_DEPENDS= xfce4-clipman-plugin>=0:x11/xfce4-clipman-plugin
CPUGRAPH_RUN_DEPENDS= xfce4-cpugraph-plugin>=0:sysutils/xfce4-cpugraph-plugin
DATETIME_RUN_DEPENDS= xfce4-datetime-plugin>=0:x11-clocks/xfce4-datetime-plugin
DISKPERF_RUN_DEPENDS= xfce4-diskperf-plugin>=0:sysutils/xfce4-diskperf-plugin
-EMBED_RUN_DEPENDS= xfce4-embed-plugin>=0:x11/xfce4-embed-plugin
FSGUARD_RUN_DEPENDS= xfce4-fsguard-plugin>=0:sysutils/xfce4-fsguard-plugin
GENERICSLIDER_RUN_DEPENDS= xfce4-generic-slider>=0:deskutils/xfce4-generic-slider
GENMON_RUN_DEPENDS= xfce4-genmon-plugin>=0:sysutils/xfce4-genmon-plugin
@@ -112,8 +108,8 @@ MPC_RUN_DEPENDS= xfce4-mpc-plugin>=0:audio/xfce4-mpc-plugin
NETLOAD_RUN_DEPENDS= xfce4-netload-plugin>=0:sysutils/xfce4-netload-plugin
NOTES_RUN_DEPENDS= xfce4-notes-plugin>=0:deskutils/xfce4-notes-plugin
PULSEAUDIO_RUN_DEPENDS= xfce4-pulseaudio-plugin>=0:audio/xfce4-pulseaudio-plugin
-QUICKLAUNCHER_RUN_DEPENDS= xfce4-quicklauncher-plugin>=0:x11/xfce4-quicklauncher-plugin
SMARTBOOKMARK_RUN_DEPENDS= xfce4-smartbookmark-plugin>=0:www/xfce4-smartbookmark-plugin
+STOPWATCH_RUN_DEPENDS= xfce4-stopwatch-plugin>=0:x11-clocks/xfce4-stopwatch-plugin
SYSTEMLOAD_RUN_DEPENDS= xfce4-systemload-plugin>=0:sysutils/xfce4-systemload-plugin
TIMEOUT_RUN_DEPENDS= xfce4-time-out-plugin>=0:x11-clocks/xfce4-time-out-plugin
TIMER_RUN_DEPENDS= xfce4-timer-plugin>=0:x11-clocks/xfce4-timer-plugin
@@ -121,7 +117,6 @@ 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
-WMDOCK_RUN_DEPENDS= xfce4-wmdock-plugin>=0:x11/xfce4-wmdock-plugin
XKB_RUN_DEPENDS= xfce4-xkb-plugin>=0:deskutils/xfce4-xkb-plugin
OPTIONS_GROUP_THUNARPLUGINS= ARCHIVE MEDIATAGS VCS
@@ -133,20 +128,13 @@ ARCHIVE_RUN_DEPENDS= thunar-archive-plugin>=0:archivers/thunar-archive-plugin
MEDIATAGS_RUN_DEPENDS= thunar-media-tags-plugin>=0:audio/thunar-media-tags-plugin
VCS_RUN_DEPENDS= thunar-vcs-plugin>=0:devel/thunar-vcs-plugin
-OPTIONS_GROUP_UNOFFICIAL= BSDCPUFREQ EQUAKE MENULIBRE PRINT THEMES \
- VOLUMED
+OPTIONS_GROUP_UNOFFICIAL= BSDCPUFREQ MENULIBRE THEMES
BSDCPUFREQ_DESC= Display the CPU clock frequency in Xfce panel
-EQUAKE_DESC= Earthquake monitor plugin for the Xfce panel
MENULIBRE_DESC= Advanced compliant menu editor
-PRINT_DESC= Print system support for the Xfce Desktop
THEMES_DESC= Additional themes for xfwm4
-VOLUMED_DESC= Volume management daemon for the Xfce desktop
BSDCPUFREQ_RUN_DEPENDS= xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin
-EQUAKE_RUN_DEPENDS= xfce4-equake-plugin>=0:science/xfce4-equake-plugin
MENULIBRE_RUN_DEPENDS= py${PYTHON3_DEFAULT:S/.//}-menulibre>=0:x11/menulibre
-PRINT_RUN_DEPENDS= xfce4-print>=0:print/xfce4-print
THEMES_RUN_DEPENDS= xfce4-wm-themes>=0:misc/xfce4-wm-themes
-VOLUMED_RUN_DEPENDS= xfce4-volumed>=0:deskutils/xfce4-volumed
.include <bsd.port.mk>