diff options
author | nia <nia@pkgsrc.org> | 2021-06-13 08:15:50 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-06-13 08:15:50 +0000 |
commit | d81cedefc36d87faaeee3aca27173694d10c8218 (patch) | |
tree | 007c41c254b12b7a3d344f4762a1c4bd9e143256 /meta-pkgs/xfce4 | |
parent | f1ef454d39afc692eb5aac82d790e0fd6fad191a (diff) | |
download | pkgsrc-d81cedefc36d87faaeee3aca27173694d10c8218.tar.gz |
Rename sysutils/xfce4-xarchiver to archivers/xarchiver
xarchiver is no longer part of xfce (for years), and the package
name and location makes it difficult to find. match other package
managers.
Diffstat (limited to 'meta-pkgs/xfce4')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 5 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 11017a7bf9e..983828ba51c 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.103 2021/05/24 19:53:04 wiz Exp $ +# $NetBSD: Makefile,v 1.104 2021/06/13 08:15:50 nia Exp $ META_PACKAGE= yes -PKGREVISION= 6 +PKGREVISION= 7 .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} @@ -22,7 +22,6 @@ DEPENDS+= xfce4-terminal>=0.8.8:../../x11/xfce4-terminal DEPENDS+= xfce4-thunar>=1.8.9:../../sysutils/xfce4-thunar DEPENDS+= xfce4-wm>=4.14.0:../../wm/xfce4-wm DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes -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 diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index a9f89a9da6d..08d750f581b 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.70 2021/05/06 20:40:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.71 2021/06/13 08:15:50 nia Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by audio/xfce4-xmms-plugin/Makefile @@ -31,7 +31,6 @@ # used by sysutils/xfce4-thunar-vcs/Makefile # used by sysutils/xfce4-thunar/Makefile # used by sysutils/xfce4-verve-plugin/Makefile -# used by sysutils/xfce4-xarchiver/Makefile # used by sysutils/xfce4-xkb-plugin/Makefile # used by textproc/xfce4-dict/Makefile # used by time/xfce4-datetime-plugin/Makefile |