Sun Apr 30 16:27:40 2023 UTC ()
xfce4: bump to reflect xfce4-thunar update


(gutteridge)
diff -r1.118 -r1.119 pkgsrc/meta-pkgs/xfce4/Makefile

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

--- pkgsrc/meta-pkgs/xfce4/Makefile 2023/04/03 01:00:15 1.118
+++ pkgsrc/meta-pkgs/xfce4/Makefile 2023/04/30 16:27:39 1.119
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.118 2023/04/03 01:00:15 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.119 2023/04/30 16:27:39 gutteridge Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5.include "Makefile.common" 5.include "Makefile.common"
6 6
7DISTNAME= xfce4-${XFCE4_VERSION} 7DISTNAME= xfce4-${XFCE4_VERSION}
8PKGREVISION= 4 8PKGREVISION= 5
9CATEGORIES= meta-pkgs 9CATEGORIES= meta-pkgs
10COMMENT= Meta-package for the Xfce desktop environment 10COMMENT= Meta-package for the Xfce desktop environment
11 11
12DEPENDS+= xfce4-tumbler>=4.18.0:../../x11/xfce4-tumbler 12DEPENDS+= xfce4-tumbler>=4.18.0:../../x11/xfce4-tumbler
13DEPENDS+= xfce4-appfinder>=4.18.0:../../sysutils/xfce4-appfinder 13DEPENDS+= xfce4-appfinder>=4.18.0:../../sysutils/xfce4-appfinder
14DEPENDS+= xfce4-desktop>=4.18.1:../../x11/xfce4-desktop 14DEPENDS+= xfce4-desktop>=4.18.1:../../x11/xfce4-desktop
15DEPENDS+= xfce4-mousepad>=0.6.0:../../editors/xfce4-mousepad 15DEPENDS+= xfce4-mousepad>=0.6.0:../../editors/xfce4-mousepad
16DEPENDS+= xfce4-panel>=4.18.3:../../x11/xfce4-panel 16DEPENDS+= xfce4-panel>=4.18.3:../../x11/xfce4-panel
17DEPENDS+= xfce4-power-manager>=4.18.1:../../sysutils/xfce4-power-manager 17DEPENDS+= xfce4-power-manager>=4.18.1:../../sysutils/xfce4-power-manager
18DEPENDS+= xfce4-settings>=4.18.2:../../x11/xfce4-settings 18DEPENDS+= xfce4-settings>=4.18.2:../../x11/xfce4-settings
19DEPENDS+= xfce4-session>=4.18.2:../../x11/xfce4-session 19DEPENDS+= xfce4-session>=4.18.2:../../x11/xfce4-session
20DEPENDS+= xfce4-terminal>=1.0.4:../../x11/xfce4-terminal 20DEPENDS+= xfce4-terminal>=1.0.4:../../x11/xfce4-terminal
21DEPENDS+= xfce4-thunar>=4.18.4:../../sysutils/xfce4-thunar 21DEPENDS+= xfce4-thunar>=4.18.5:../../sysutils/xfce4-thunar
22DEPENDS+= xfce4-wm>=4.18.0:../../wm/xfce4-wm 22DEPENDS+= xfce4-wm>=4.18.0:../../wm/xfce4-wm
23DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes 23DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes
24DEPENDS+= elementary-xfce-icon-theme>=0.17:../../graphics/elementary-xfce-icon-theme 24DEPENDS+= elementary-xfce-icon-theme>=0.17:../../graphics/elementary-xfce-icon-theme
25DEPENDS+= gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard 25DEPENDS+= gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard
26DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 26DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
27 27
28pre-extract: 28pre-extract:
29 ${MKDIR} ${WRKSRC} 29 ${MKDIR} ${WRKSRC}
30 30
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"