summaryrefslogtreecommitdiff
path: root/sysutils/kdirstat/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-01-26 04:37:27 +0000
committermarkd <markd@pkgsrc.org>2007-01-26 04:37:27 +0000
commit75f0049d1e86223af56ac654013008710594b9d8 (patch)
treeaae09fa61bab6ad9a5bea65810676b581ee55071 /sysutils/kdirstat/Makefile
parent60c020c40a7782f6bc05e26074cd87c382cd3763 (diff)
downloadpkgsrc-75f0049d1e86223af56ac654013008710594b9d8.tar.gz
Update kdirstat to 2.4.4
* Improved handling of sparse files: Now adding up only allocated size * Improved handling of regular files with multiple links: Now adding up size / no_links per occurence. This is much closer to what "du" reports. * Extended "own size" column context menu to show sparse files and regular files with multiple links * Reordered "own size" column context menu for consistency: xxx MB (yyy Bytes) * Removed currently read path from status line while reading: Much less flicker, no more constant window resizing, improved performance * Added explanations for sparse files and multiple links to online help
Diffstat (limited to 'sysutils/kdirstat/Makefile')
-rw-r--r--sysutils/kdirstat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile
index eeb78e5e1b7..4b5ddb4316e 100644
--- a/sysutils/kdirstat/Makefile
+++ b/sysutils/kdirstat/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2007/01/17 23:47:23 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/26 04:37:27 markd Exp $
-DISTNAME= kdirstat-2.4.3
-PKGREVISION= 4
+DISTNAME= kdirstat-2.4.4
CATEGORIES= sysutils kde
MASTER_SITES= http://kdirstat.sourceforge.net/download/
EXTRACT_SUFX= .tar.bz2
@@ -20,6 +19,7 @@ REPLACE_PERL= kdirstat/fix_move_to_trash_bin.pl
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"