Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs xfce4 & xfce4-extras: move gnome-themes-stan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17a35c2a7345
branches:  trunk
changeset: 437860:17a35c2a7345
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Sep 02 04:08:11 2020 +0000

description:
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:

 meta-pkgs/xfce4-extras/Makefile |  7 +++++--
 meta-pkgs/xfce4/Makefile        |  5 ++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 3c63c92919af -r 17a35c2a7345 meta-pkgs/xfce4-extras/Makefile
--- a/meta-pkgs/xfce4-extras/Makefile   Wed Sep 02 03:23:10 2020 +0000
+++ b/meta-pkgs/xfce4-extras/Makefile   Wed Sep 02 04:08:11 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.84 2020/08/31 18:10:19 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2020/09/02 04:08:11 gutteridge Exp $
 
 META_PACKAGE=  yes
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-PKGREVISION=   5
+PKGREVISION=   6
 DISTNAME=      xfce4-extras-${XFCE4_VERSION}
 CATEGORIES=    meta-pkgs
 COMMENT=       Xfce extras
@@ -52,6 +52,9 @@
 DEPENDS+=      xfce4-thunar-media-tags-plugin>=0.2.1:../../multimedia/xfce4-thunar-media-tags
 #DEPENDS+=     xfce4-thunar-vcs-plugin>=0.1.4:../../sysutils/xfce4-thunar-vcs
 
+# Extra Themes
+DEPENDS+=      gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard
+
 # Broken
 # 0.2.0 fails because our thunar is too new. Fixed upstream already.
 #DEPENDS+=     xfce4-thunar-shares>=0.2.0:../../sysutils/xfce4-thunar-shares
diff -r 3c63c92919af -r 17a35c2a7345 meta-pkgs/xfce4/Makefile
--- a/meta-pkgs/xfce4/Makefile  Wed Sep 02 03:23:10 2020 +0000
+++ b/meta-pkgs/xfce4/Makefile  Wed Sep 02 04:08:11 2020 +0000
@@ -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-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}



Home | Main Index | Thread Index | Old Index