diff options
author | markd <markd@pkgsrc.org> | 2004-10-13 12:51:15 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-13 12:51:15 +0000 |
commit | f3458819d95eed5d6321026b915b37d7795a4f12 (patch) | |
tree | 3dd6ed76cb7c7367a00d78502115145bd28b23e1 /graphics/kdegraphics3/Makefile | |
parent | 6d18340ee2637536fd39f47fa61774b7a4fc255f (diff) | |
download | pkgsrc-f3458819d95eed5d6321026b915b37d7795a4f12.tar.gz |
Update to KDE 3.3.1.
Changes:
* kpdf: Use xpdf 3.0 rendering engine
* kpdf: Fixed crash on pdf with 0 pages
* kpdf: Fixed crash when using various kpdf parts
* kpdf: Fixed crash when using zoom values with . on a locale with , as
decimal separator
* kpdf: Show "Show menubar" option on RMB menu when menubar is hidden
* kpdf: Generate thumbnails in a thread so the GUI is not blocked
* kolourpaint: Fix multiple selection bugs
* kolourpaint: Speed up renderer (esp. drag-scrolling at high zoom)
* kolourpaint: Fix remaining untranslatable strings
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 64520b8d9df..c42917d9b0e 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2004/10/03 00:14:54 tv Exp $ +# $NetBSD: Makefile,v 1.40 2004/10/13 12:51:15 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop |