diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-11-30 15:10:23 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-11-30 15:10:23 +0000 |
commit | 2db65e6e9c067a3d662c3d3b65c2365672cfe212 (patch) | |
tree | 1e21a2eb1bb3f37bf4b097dc531c16de7ff447be | |
parent | 117189621affac127b8c147bcbbf638d5f5dc6cf (diff) | |
download | pkgsrc-2db65e6e9c067a3d662c3d3b65c2365672cfe212.tar.gz |
meta-pkgs/xfce4-extras: update to 4.16
Bump a few plugins that required updates in order to build at all,
since the Xfce panel dropped GTK2 support with 4.16. Also drop two
plugins that have been EOL for a long time and no longer build.
-rw-r--r-- | meta-pkgs/xfce4-extras/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile index 2a0da53f1a6..1ee89c58508 100644 --- a/meta-pkgs/xfce4-extras/Makefile +++ b/meta-pkgs/xfce4-extras/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.87 2021/05/06 20:39:17 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2021/11/30 15:10:23 gutteridge Exp $ META_PACKAGE= yes .include "../../meta-pkgs/xfce4/Makefile.common" -PKGREVISION= 7 DISTNAME= xfce4-extras-${XFCE4_VERSION} CATEGORIES= meta-pkgs COMMENT= Meta-package for extra optional items for the Xfce desktop environment @@ -22,29 +21,27 @@ DEPENDS+= xfce4-wavelan-plugin>=0.6.1:../../net/xfce4-wavelan-plugin DEPENDS+= xfce4-battery-plugin>=1.1.3:../../sysutils/xfce4-battery-plugin DEPENDS+= xfce4-calculator-plugin>=0.7.0:../../misc/xfce4-calculator-plugin DEPENDS+= xfce4-clipman-plugin>=1.4.3:../../x11/xfce4-clipman-plugin -DEPENDS+= xfce4-datetime-plugin>=0.8.0:../../time/xfce4-datetime-plugin +DEPENDS+= xfce4-datetime-plugin>=0.8.1:../../time/xfce4-datetime-plugin DEPENDS+= xfce4-dict>=0.8.2:../../textproc/xfce4-dict DEPENDS+= xfce4-eyes-plugin>=4.5.0:../../x11/xfce4-eyes-plugin DEPENDS+= xfce4-fsguard-plugin>=1.1.1:../../sysutils/xfce4-fsguard-plugin -DEPENDS+= xfce4-genmon-plugin>=4.0.2:../../sysutils/xfce4-genmon-plugin +DEPENDS+= xfce4-genmon-plugin>=4.1.1:../../sysutils/xfce4-genmon-plugin DEPENDS+= xfce4-indicator-plugin>=2.3.4:../../x11/xfce4-indicator-plugin DEPENDS+= xfce4-mailwatch-plugin>=1.2.0:../../mail/xfce4-mailwatch-plugin DEPENDS+= xfce4-mount-plugin>=1.1.3:../../sysutils/xfce4-mount-plugin DEPENDS+= xfce4-mpc-plugin>=0.5.2:../../multimedia/xfce4-mpc-plugin DEPENDS+= xfce4-netload-plugin>=1.3.2:../../sysutils/xfce4-netload-plugin -DEPENDS+= xfce4-notes-plugin>=1.8.1:../../x11/xfce4-notes-plugin +DEPENDS+= xfce4-notes-plugin>=1.9.0:../../x11/xfce4-notes-plugin DEPENDS+= xfce4-notifyd>=0.4.4:../../x11/xfce4-notifyd DEPENDS+= xfce4-places-plugin>=1.8.1:../../x11/xfce4-places-plugin -DEPENDS+= xfce4-quicklauncher-plugin>=1.9.4:../../sysutils/xfce4-quicklauncher-plugin DEPENDS+= xfce4-screenshooter>=1.9.5:../../x11/xfce4-screenshooter DEPENDS+= xfce4-smartbookmark-plugin>=0.5.1:../../misc/xfce4-smartbookmark-plugin DEPENDS+= xfce4-time-out-plugin>=1.0.3:../../misc/xfce4-time-out-plugin DEPENDS+= xfce4-timer-plugin>=1.7.0:../../time/xfce4-timer-plugin DEPENDS+= xfce4-verve-plugin>=2.0.0:../../sysutils/xfce4-verve-plugin DEPENDS+= xfce4-weather-plugin>=0.10.0:../../misc/xfce4-weather-plugin -DEPENDS+= xfce4-whiskermenu-plugin>=2.3.3:../../x11/xfce4-whiskermenu-plugin +DEPENDS+= xfce4-whiskermenu-plugin>=2.7.0:../../x11/xfce4-whiskermenu-plugin DEPENDS+= xfce4-xkb-plugin>=0.8.1:../../sysutils/xfce4-xkb-plugin -DEPENDS+= xfce4-xmms-plugin>=0.5.3:../../audio/xfce4-xmms-plugin # File Manager Plugins DEPENDS+= xfce4-thunar-archive-plugin>=0.4.0:../../archivers/xfce4-thunar-archive |