diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-09-02 04:08:11 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-09-02 04:08:11 +0000 |
commit | e17d4016972d9487e9716123414019d389d90fc5 (patch) | |
tree | bec2a015fddfd8e830f668d8d587dc7f85a36b70 /meta-pkgs/xfce4 | |
parent | 3c0f02dd57d8adc497073802279522955646228c (diff) | |
download | pkgsrc-e17d4016972d9487e9716123414019d389d90fc5.tar.gz |
xfce4 & xfce4-extras: move gnome-themes-standard to extras
gnome-themes-standard isn't strictly necessary for a minimal Xfce
installation. Now that its dependency librsvg can involve a more
complex chain (which e.g. caused a breakage observed in 32-bit ARM
bulk builds), make it an extra.
Diffstat (limited to 'meta-pkgs/xfce4')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 8502a682e01..68138cb12b6 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.100 2020/08/31 18:10:19 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2020/09/02 04:08:11 gutteridge Exp $ META_PACKAGE= yes -PKGREVISION= 4 +PKGREVISION= 5 .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} @@ -25,7 +25,6 @@ DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes DEPENDS+= xfce4-xarchiver>=0.5.4:../../sysutils/xfce4-xarchiver DEPENDS+= elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils -DEPENDS+= gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard pre-extract: ${MKDIR} ${WRKSRC} |