diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-01-03 00:36:33 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-01-03 00:36:33 +0800 |
commit | b2f2269daff8c7e224099d352e652241fbdfcb7b (patch) | |
tree | 27b902ea7af0a7d6abc54b964847536e36093b87 /misc/xfce4-wm-themes | |
parent | 0a2af555796c3880231fff24f17bf146795a8887 (diff) | |
download | freebsd-ports-gnome-b2f2269daff8c7e224099d352e652241fbdfcb7b.tar.gz freebsd-ports-gnome-b2f2269daff8c7e224099d352e652241fbdfcb7b.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'misc/xfce4-wm-themes')
-rw-r--r-- | misc/xfce4-wm-themes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index ad7b7e4e0a5a..008e6481327a 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-wm-themes PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc xfce MASTER_SITES= XFCE/art DISTNAME= xfwm4-themes-${DISTVERSIONFULL} |