pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Dec 14 17:21:53 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/xfce4: Makefile
        pkgsrc/meta-pkgs/xfce4-extras: Makefile

Log Message:
xfce4 & xfce4-extras: move gnome-themes-standard back to xfce4

gnome-themes-standard had been moved to extras to try and help 32-bit
ARM builds generate a complete base DE, because of librsvg breakage.
With Xfce 4.16 having various components that now use CSDs, we really
must have this package as part of the basic install. (And, in any case,
32-bit ARM builds have different dependent package breakages now.)


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/meta-pkgs/xfce4/Makefile
cvs rdiff -u -r1.90 -r1.91 pkgsrc/meta-pkgs/xfce4-extras/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/xfce4/Makefile
diff -u pkgsrc/meta-pkgs/xfce4/Makefile:1.106 pkgsrc/meta-pkgs/xfce4/Makefile:1.107
--- pkgsrc/meta-pkgs/xfce4/Makefile:1.106       Wed Dec  8 16:05:36 2021
+++ pkgsrc/meta-pkgs/xfce4/Makefile     Tue Dec 14 17:21:53 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.106 2021/12/08 16:05:36 adam Exp $
+# $NetBSD: Makefile,v 1.107 2021/12/14 17:21:53 gutteridge Exp $
 
 META_PACKAGE=  yes
 
-PKGREVISION= 1
+PKGREVISION=   2
 .include "Makefile.common"
 
 DISTNAME=      xfce4-${XFCE4_VERSION}
@@ -22,6 +22,7 @@ DEPENDS+=     xfce4-thunar>=4.16.10:../../sy
 DEPENDS+=      xfce4-wm>=4.16.1:../../wm/xfce4-wm
 DEPENDS+=      xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes
 DEPENDS+=      elementary-xfce-icon-theme>=0.11:../../graphics/elementary-xfce-icon-theme
+DEPENDS+=      gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
 
 pre-extract:

Index: pkgsrc/meta-pkgs/xfce4-extras/Makefile
diff -u pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.90 pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.91
--- pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.90 Wed Dec  8 16:05:36 2021
+++ pkgsrc/meta-pkgs/xfce4-extras/Makefile      Tue Dec 14 17:21:53 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.90 2021/12/08 16:05:36 adam Exp $
+# $NetBSD: Makefile,v 1.91 2021/12/14 17:21:53 gutteridge Exp $
 
 META_PACKAGE=  yes
 
-PKGREVISION= 1
+PKGREVISION=   2
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 DISTNAME=      xfce4-extras-${XFCE4_VERSION}
@@ -49,9 +49,6 @@ DEPENDS+=     xfce4-thunar-archive-plugin>=0
 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



Home | Main Index | Thread Index | Old Index