pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xfce4 Add a dependency so that fresh install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db602251d561
branches:  trunk
changeset: 308879:db602251d561
user:      youri <youri%pkgsrc.org@localhost>
date:      Sun Jun 03 02:35:27 2018 +0000

description:
Add a dependency so that fresh install has a gtk3 theme.

diffstat:

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

diffs (22 lines):

diff -r a7cd31e1d15e -r db602251d561 meta-pkgs/xfce4/Makefile
--- a/meta-pkgs/xfce4/Makefile  Sun Jun 03 02:28:07 2018 +0000
+++ b/meta-pkgs/xfce4/Makefile  Sun Jun 03 02:35:27 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2018/05/29 00:17:17 youri Exp $
+# $NetBSD: Makefile,v 1.85 2018/06/03 02:35:27 youri Exp $
 
 META_PACKAGE=  yes
 
-PKGREVISION= 12
+PKGREVISION= 13
 .include "Makefile.common"
 
 DISTNAME=      xfce4-${XFCE4_VERSION}
@@ -27,6 +27,7 @@
 DEPENDS+=      elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
 DEPENDS+=      mate-polkit-[0-9]*:../../security/mate-polkit
+DEPENDS+=      gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard
 
 pre-extract:
        ${MKDIR} ${WRKSRC}



Home | Main Index | Thread Index | Old Index