diff options
author | markd <markd@pkgsrc.org> | 2005-03-23 21:59:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-23 21:59:47 +0000 |
commit | 891082d5779a2e7b31d1486d2e8f700502eff463 (patch) | |
tree | e736cd66578473dc2b3334e576f75416c384916e /misc/kdepim3/buildlink3.mk | |
parent | 2e41bfed116549c3aadae79e9b6884c43f473313 (diff) | |
download | pkgsrc-891082d5779a2e7b31d1486d2e8f700502eff463.tar.gz |
Update to KDE 3.4
Highlights at a glance
* Text-to-speech system with support built into Konqueror, Kate, KPDF
and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
disable ones that are not used. This does not include Netscape-style
plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
documentation added or changed
Diffstat (limited to 'misc/kdepim3/buildlink3.mk')
-rw-r--r-- | misc/kdepim3/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdepim3/buildlink3.mk b/misc/kdepim3/buildlink3.mk index 9312b9eeea6..45804d2aff2 100644 --- a/misc/kdepim3/buildlink3.mk +++ b/misc/kdepim3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:12:59 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2005/03/23 22:07:07 markd Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ KDEPIM_BUILDLINK3_MK:= ${KDEPIM_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= kdepim .if !empty(KDEPIM_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.kdepim+= kdepim>=3.2.2 -BUILDLINK_RECOMMENDED.kdepim+= kdepim>=3.3.0nb1 +BUILDLINK_RECOMMENDED.kdepim+= kdepim>=3.4.0 BUILDLINK_PKGSRCDIR.kdepim?= ../../misc/kdepim3 .endif # KDEPIM_BUILDLINK3_MK |