summaryrefslogtreecommitdiff
path: root/sysutils/kdirstat/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-06-30 10:25:33 +0000
committermarkd <markd@pkgsrc.org>2005-06-30 10:25:33 +0000
commitff9c0743f005bb642ab7319b968c4476abb88acd (patch)
treedcdd59500175e6163d098176d2ea0072a91d1389 /sysutils/kdirstat/Makefile
parente8fbf2c45aba94adb7c6cbe3b95962cb8d8b4e02 (diff)
downloadpkgsrc-ff9c0743f005bb642ab7319b968c4476abb88acd.tar.gz
Update kdirstat to version 2.4.3
Changes: * Added "Open with" cleanup upon request by Jarl Friis * Migration to KIO slave trash:/ for "move to trash" cleanup (querying KDE version >= 3.4 at runtime) * Added configuration update for safer transition from old-style fixed "*/Trash" paths to "%t" placeholder * Fixed lots of KDE libs "deprecated" warnings * Reimported admin/ subdir from a recent KDE version (3.3.0) * Fixed KPacMan rendering in toolbar (thanks to Coolo) * Updated German translation * Added Italian translation by Giuliano Colla * Applied i18n patch by Toyohiro Asukai * Updated Japanese translation by Toyohiro Asukai * Fixed treemap context menu popup location * Added Hungarian translation contributed by Marcel Hilzinger
Diffstat (limited to 'sysutils/kdirstat/Makefile')
-rw-r--r--sysutils/kdirstat/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile
index a201edfe27c..09541614c2c 100644
--- a/sysutils/kdirstat/Makefile
+++ b/sysutils/kdirstat/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:33 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/30 10:25:33 markd Exp $
-DISTNAME= kdirstat-2.4.0
-PKGREVISION= 3
+DISTNAME= kdirstat-2.4.3
CATEGORIES= sysutils kde
MASTER_SITES= http://kdirstat.sourceforge.net/download/
EXTRACT_SUFX= .tar.bz2
@@ -14,6 +13,9 @@ USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+BUILD_USES_MSGFMT= yes
+
+REPLACE_PERL= kdirstat/fix_move_to_trash_bin.pl
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"