diff options
author | markd <markd@pkgsrc.org> | 2004-07-09 12:09:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-09 12:09:39 +0000 |
commit | 6381cae3e23b72616c3a97042d4e8fa59c987282 (patch) | |
tree | de27a509a4fff023d9bb955c411af09268b14f8a /misc/koffice | |
parent | 67dd3c40e8eb713bc2e8d185aba3422da9f4b49d (diff) | |
download | pkgsrc-6381cae3e23b72616c3a97042d4e8fa59c987282.tar.gz |
Update to koffice 1.3.2
KOffice Libraries
KOfficeCore:
* Give the backup file the same permissions as the original file
* Save window settings also when using File/Close
KOfficeUI:
* Improved unit widgets
KoText library features (shared between KWord and KPresenter):
* Changing a style in the style manager remembered a wrong "following style",
so later changes in the style manager wouldn't propagate correctly
* Fixed wrong position of suffix in numbered right-to-left paragraphs
* Fixed formatting bug, where an inline formula or any other big character
after the paragraph counter, would make the paragraph counter disappear
* Fixed wrong alignment when using numbered paragraphs and a tab as first
character
* Added newParagraph DCOP call (see this short howto)
KWord
* Fixed wrong printing of frame borders due to excessive clipping
* Turning off the "Create backup file" option now works.
KPresenter
* Fixed crash in infinite loop presentation mode when first slide is not shown
* Fixed show the duration for the correct page if not all slides are shown
* Fixes for vertical alignment of text inside text objects.
* Fixed bug export web presentation into network
* Turning off the "Create backup file" option now works.
KSpread
* Fix condition cell attribute (multi condition)
* Fix (KSpread SEXDEC parse error)
* Fix enable/disable action into validation dialogbox
* Fix disable/enable "show table" menu item
* Fix crash when viewing a KSpread document in Konqueror
KChart
* Fix crash bug
Karbon
* Fixed bug "Unable to close or fill bezier curves"
* Fixed bug "new objects do not appear immediately in layers list"
* Fixed bug "changing zoom setting freezes application"
Filters
KWord's RTF import filter:
* Avoid crashing if more cells are defined than declared on a row
* Allow ampersands in font names
KPresenter's OOImpress import filter:
* Import rotate object
* Fix load end/start line
* Import hide/show slide
* Import randow page effect
* Import duration slide transition
* Import sticky objects
* Fix allow to load template file
* Fix import background style
KPresenter's OOImpress export filter:
* Export polygone/polyline object
* Export pie/chord/arc object
* Export rotate object
* Export object name
* Export picture object
KSpread's OOCalc import filter:
* Import support for protect document
* Fix import template document
* Import load print attribute
* Import validation attribute
* Import column width
* Import text indent
* Fix import note with multiline
KSpread's OOCalc export filter:
* Fix export header/footer
* Export print range
* Fix export don't print cell
Karbon's EPS filter:
* Fix parsing of boundingbox in the presence of "%ALDBoundingBox"
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 11 | ||||
-rw-r--r-- | misc/koffice/PLIST | 5 | ||||
-rw-r--r-- | misc/koffice/distinfo | 6 |
3 files changed, 9 insertions, 13 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index c210d95e6c8..30912adbdcd 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2004/07/06 16:28:52 recht Exp $ +# $NetBSD: Makefile,v 1.43 2004/07/09 12:09:39 markd Exp $ -DISTNAME= koffice-1.3.1 -PKGREVISION= 1 +DISTNAME= koffice-1.3.2 CATEGORIES= misc kde -MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.1/src/ \ - ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.3.1/src/ \ - ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.3.1/src/ +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.2/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.3.2/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.3.2/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org diff --git a/misc/koffice/PLIST b/misc/koffice/PLIST index e5a474f5acb..bea9f0b16ad 100644 --- a/misc/koffice/PLIST +++ b/misc/koffice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/05/04 11:47:30 markd Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/07/09 12:09:39 markd Exp $ bin/karbon bin/kchart bin/kformula @@ -2457,7 +2457,6 @@ share/kde/apps/koffice/pics/koPortrait.png share/kde/apps/koffice/pics/koRulerFirst.png share/kde/apps/koffice/pics/koRulerLeft.png share/kde/apps/koffice/pics/koffice-logo.png -share/kde/apps/kontour/kpartplugins/scan-kontour.rc share/kde/apps/koshell/koshellui.rc share/kde/apps/kpresenter/autoforms/.autoforms share/kde/apps/kpresenter/autoforms/Arrows/.directory @@ -3312,8 +3311,6 @@ share/kde/templates/TextDocument.desktop @dirrm share/kde/apps/kpresenter/autoforms @dirrm share/kde/apps/kpresenter @dirrm share/kde/apps/koshell -@dirrm share/kde/apps/kontour/kpartplugins -@dirrm share/kde/apps/kontour @dirrm share/kde/apps/koffice/pics @dirrm share/kde/apps/koffice/icons/crystalsvg/48x48/apps @dirrm share/kde/apps/koffice/icons/crystalsvg/48x48 diff --git a/misc/koffice/distinfo b/misc/koffice/distinfo index 2bfb060a8c0..af11f2f1110 100644 --- a/misc/koffice/distinfo +++ b/misc/koffice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2004/05/04 11:47:30 markd Exp $ +$NetBSD: distinfo,v 1.14 2004/07/09 12:09:39 markd Exp $ -SHA1 (koffice-1.3.1.tar.bz2) = 7d5ff4e3c01a20901c2a72114e0f4930fce3ea60 -Size (koffice-1.3.1.tar.bz2) = 10615570 bytes +SHA1 (koffice-1.3.2.tar.bz2) = f7a4fec6986c557ece913c2749fd8586a698453c +Size (koffice-1.3.2.tar.bz2) = 10736662 bytes SHA1 (patch-aa) = 64f32eaaa0f6e29f6ec3c9b92ecf4599cd11f178 SHA1 (patch-ab) = 6f253484f6c09877cca6b1d1d7610725c895e13a |