Mon Jun 13 23:22:34 2016 UTC ()
Xfce4: Add xdg-utils to meta-package to help desktop operations.


(youri)
diff -r1.73 -r1.74 pkgsrc/meta-pkgs/xfce4/Makefile

cvs diff -r1.73 -r1.74 pkgsrc/meta-pkgs/xfce4/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/xfce4/Makefile 2015/06/12 10:50:32 1.73
+++ pkgsrc/meta-pkgs/xfce4/Makefile 2016/06/13 23:22:34 1.74
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.73 2015/06/12 10:50:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.74 2016/06/13 23:22:34 youri Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5PKGREVISION= 2 5PKGREVISION= 3
6.include "Makefile.common" 6.include "Makefile.common"
7 7
8DISTNAME= xfce4-${XFCE4_VERSION} 8DISTNAME= xfce4-${XFCE4_VERSION}
9CATEGORIES= meta-pkgs 9CATEGORIES= meta-pkgs
10COMMENT= Xfce 10COMMENT= Xfce
11 11
12DEPENDS+= xfce4-tumbler>=0.1.27:../../x11/xfce4-tumbler 12DEPENDS+= xfce4-tumbler>=0.1.27:../../x11/xfce4-tumbler
13DEPENDS+= xfce4-appfinder>=4.10.0:../../sysutils/xfce4-appfinder 13DEPENDS+= xfce4-appfinder>=4.10.0:../../sysutils/xfce4-appfinder
14DEPENDS+= xfce4-desktop>=4.10.0:../../x11/xfce4-desktop 14DEPENDS+= xfce4-desktop>=4.10.0:../../x11/xfce4-desktop
15DEPENDS+= xfce4-gtk2-engine>=3.0.1:../../x11/xfce4-gtk2-engine 15DEPENDS+= xfce4-gtk2-engine>=3.0.1:../../x11/xfce4-gtk2-engine
16DEPENDS+= xfce4-mousepad>=0.3.0:../../editors/xfce4-mousepad 16DEPENDS+= xfce4-mousepad>=0.3.0:../../editors/xfce4-mousepad
17DEPENDS+= xfce4-panel>=4.10.0:../../x11/xfce4-panel 17DEPENDS+= xfce4-panel>=4.10.0:../../x11/xfce4-panel
18DEPENDS+= xfce4-orage>=4.8.4:../../time/xfce4-orage 18DEPENDS+= xfce4-orage>=4.8.4:../../time/xfce4-orage
19DEPENDS+= xfce4-settings>=4.10.0:../../x11/xfce4-settings 19DEPENDS+= xfce4-settings>=4.10.0:../../x11/xfce4-settings
20DEPENDS+= xfce4-session>=4.10.0:../../x11/xfce4-session 20DEPENDS+= xfce4-session>=4.10.0:../../x11/xfce4-session
21DEPENDS+= xfce4-terminal>=0.6.1:../../x11/xfce4-terminal 21DEPENDS+= xfce4-terminal>=0.6.1:../../x11/xfce4-terminal
22DEPENDS+= xfce4-thunar>=1.6.0:../../sysutils/xfce4-thunar 22DEPENDS+= xfce4-thunar>=1.6.0:../../sysutils/xfce4-thunar
23DEPENDS+= xfce4-wm>=4.10.0:../../wm/xfce4-wm 23DEPENDS+= xfce4-wm>=4.10.0:../../wm/xfce4-wm
24DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes 24DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes
25DEPENDS+= xfce4-xarchiver>=0.5.2:../../sysutils/xfce4-xarchiver 25DEPENDS+= xfce4-xarchiver>=0.5.2:../../sysutils/xfce4-xarchiver
26DEPENDS+= elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme 26DEPENDS+= elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme
 27DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
27 28
28pre-extract: 29pre-extract:
29 ${MKDIR} ${WRKSRC} 30 ${MKDIR} ${WRKSRC}
30 31
31.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"