pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/koffice Update to koffice 1.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/85b1a243fc8b
branches: trunk
changeset: 477787:85b1a243fc8b
user: markd <markd%pkgsrc.org@localhost>
date: Fri Jul 09 12:09:39 2004 +0000
description:
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:
misc/koffice/Makefile | 11 +++++------
misc/koffice/PLIST | 5 +----
misc/koffice/distinfo | 6 +++---
3 files changed, 9 insertions(+), 13 deletions(-)
diffs (59 lines):
diff -r b108cc7ab487 -r 85b1a243fc8b misc/koffice/Makefile
--- a/misc/koffice/Makefile Fri Jul 09 12:02:04 2004 +0000
+++ b/misc/koffice/Makefile Fri Jul 09 12:09:39 2004 +0000
@@ -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@localhost
diff -r b108cc7ab487 -r 85b1a243fc8b misc/koffice/PLIST
--- a/misc/koffice/PLIST Fri Jul 09 12:02:04 2004 +0000
+++ b/misc/koffice/PLIST Fri Jul 09 12:09:39 2004 +0000
@@ -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/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 @@
@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 -r b108cc7ab487 -r 85b1a243fc8b misc/koffice/distinfo
--- a/misc/koffice/distinfo Fri Jul 09 12:02:04 2004 +0000
+++ b/misc/koffice/distinfo Fri Jul 09 12:09:39 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index