diff options
author | markd <markd@pkgsrc.org> | 2004-03-09 12:04:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-09 12:04:40 +0000 |
commit | 8061591a1e4ce7f5503ff208ee310842403045f3 (patch) | |
tree | 526990fdb060c9f6f09ab9ad5a479a464a7e94f3 /misc/kdeutils3/Makefile | |
parent | e9602af5a74f82f4522b50d0e4bbb41530fe8e4f (diff) | |
download | pkgsrc-8061591a1e4ce7f5503ff208ee310842403045f3.tar.gz |
Update to KDE 3.2.1.
Changes:
KCalc: "<" and ">" keypress on some systems wrong
KCalc: Pasting empty clipboard made kcalc crash
KCalc: Fix paste-function: Pasting e.g. "123 \n" did not work because of
the trailing spaces and CarriageReturn.
KGpg: Fixed popup never disappearing when wrong passphrase entered
KGpg: Fixed wrong extension for temp files in folder archiving
KGpg: Fixed Photo size not translated
KGpg: Enable auto import of missing keys when using a non english language
KGpg: Comments exported inside public key should be fixed
KGpg: Fix focus problems causing dialogs to appear behind konqueror
KGpg: Re-added Keyserver dialog in the applet popup menu
KGpg: Save editor's window size
KGpg: Fix import of keys dropped into the editor
KBytesEdit part: Fixed support for mousedriven wordwise selection
KBytesEdit part: Fixed internal drag'n'drop
Diffstat (limited to 'misc/kdeutils3/Makefile')
-rw-r--r-- | misc/kdeutils3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 8eda181d898..12a242a021c 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2004/03/08 19:40:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2004/03/09 12:04:40 markd Exp $ DISTNAME= kdeutils-${_KDE_VERSION} -PKGREVISION= 2 COMMENT= Utilities for the KDE integrated X11 desktop DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs |