pkgsrc/misc/koffice/Makefile

18 lines
565 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2002/06/20 19:13:50 jschauma Exp $
DISTNAME= koffice-${VERSION}
PKGREVISION= 1
Update koffice to 1.1.1 Changes are: Framework - Startup notification activated for all KOffice applications - Applications are ready for a future renaming of their native mimetype name (more IANA compliant) - Fixed loading of embedded kontour documents - Refuse to load embedded documents with remote URL (e.g. http) for security reasons - "Skip" button in Find/Replace dialog works as intended with the Backwards option KOffice Workspace - Fixed multiple confirmation requests when closing with an unsaved document KWord - Famous bug "all letters squashed together when printing" fixed - Undo/redo fixes for frame creation - Fixed printing from preview mode - Fixed slowness related to clipboard (e.g. when pasting text) - Fixed crash on Ctrl+K at end of paragraph - Fixed crash when hiding headers or footers (which contains a variable) - Transform into normal frame when copying header or footer - Fixed charset conversion issue for "personal expressions" - Save all frames, even for the main frameset, so that borders etc. are kept - Allow to insert GIF images - Fixed applying a format change (e.g. new font family) to a selection - Insert Frame Break at cursor position - Make the document readonly during a search/replace or a spellcheck - Fixed crash when undoing a format change, due to cursor positionned too far right KSpread - Search/replace is now useful (highlights the current matching cell) - Search/replace looks for cells in proper order (top-left to bottom- right) - Corruption when saving dates fixed KChart - KChart can load and save data again - New type of chart: Polar (use wizard to enable this) - Various fixes and UI improvements The following features have been reactivated: - setting a background color - changing the grid color - hiding and showing the grid - hiding and showing the legend - modifying the title of the legend - modifying the x-axis labels - adding one or two header and/or a footer text with user defined fonts and color settings Filters - Translations were not used by many filters (for dialogs and error messages)
2001-12-21 22:19:28 +01:00
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.1.1/src/ \
ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.1.1/src/ \
ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.1.1/src/
.include "../../x11/kde2/Makefile.kde2"
MAINTAINER= jschauma@netbsd.org
BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
.include "../../x11/kde2/buildlink.mk"
.include "../../x11/kdebase2/buildlink.mk"
.include "../../misc/koffice/Makefile.common"