diff options
author | markd <markd@pkgsrc.org> | 2005-03-23 21:28:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-23 21:28:33 +0000 |
commit | ae17c3b7c5127e0571827e61e7953d9f61d486fa (patch) | |
tree | 99979fa7253adb9e9f15cba395145aff97b1622a /x11/kdelibs3/dirs.mk | |
parent | 3f962515ce3a3a06ee70bcdfaa8e2738cf335f13 (diff) | |
download | pkgsrc-ae17c3b7c5127e0571827e61e7953d9f61d486fa.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 'x11/kdelibs3/dirs.mk')
-rw-r--r-- | x11/kdelibs3/dirs.mk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/kdelibs3/dirs.mk b/x11/kdelibs3/dirs.mk index b121db132de..47275509f84 100644 --- a/x11/kdelibs3/dirs.mk +++ b/x11/kdelibs3/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.2 2005/01/17 09:24:07 seb Exp $ +# $NetBSD: dirs.mk,v 1.3 2005/03/23 21:37:48 markd Exp $ # .if !defined(DIRS_KDE3_MK) @@ -7,6 +7,7 @@ DIRS_XDG_MK= #defined KDE3_DIRS= include/dom KDE3_DIRS+= include/kabc KDE3_DIRS+= include/kate +KDE3_DIRS+= include/kparts KDE3_DIRS+= lib/kconf_update_bin KDE3_DIRS+= lib/kde3 KDE3_DIRS+= lib/kde3/plugins @@ -77,12 +78,17 @@ KDE3_DIRS+= share/kde/apps/kstyle KDE3_DIRS+= share/kde/apps/kstyle/themes KDE3_DIRS+= share/kde/apps/ktuberling KDE3_DIRS+= share/kde/apps/ktuberling/sounds +KDE3_DIRS+= share/kde/apps/kturtle +KDE3_DIRS+= share/kde/apps/kturtle/examples +KDE3_DIRS+= share/kde/apps/kturtle/data KDE3_DIRS+= share/kde/apps/kwin KDE3_DIRS+= share/kde/apps/profiles +KDE3_DIRS+= share/kde/apps/zeroconf KDE3_DIRS+= share/kde/autostart KDE3_DIRS+= share/kde/config KDE3_DIRS+= share/kde/config/magic KDE3_DIRS+= share/kde/config.kcfg +KDE3_DIRS+= share/kde/emoticons _ICONCOLORS= crystalsvg hicolor locolor _ICONSIZES= 16x16 22x22 32x32 48x48 64x64 128x128 @@ -111,12 +117,13 @@ KDE3_DIRS+= share/kde/mimelnk/fonts KDE3_DIRS+= share/kde/mimelnk/image KDE3_DIRS+= share/kde/mimelnk/inode KDE3_DIRS+= share/kde/mimelnk/interface -KDE3_DIRS+= share/kde/mimelnk/kdedevice +KDE3_DIRS+= share/kde/mimelnk/media KDE3_DIRS+= share/kde/mimelnk/message KDE3_DIRS+= share/kde/mimelnk/model KDE3_DIRS+= share/kde/mimelnk/multipart KDE3_DIRS+= share/kde/mimelnk/print KDE3_DIRS+= share/kde/mimelnk/text +KDE3_DIRS+= share/kde/mimelnk/uri KDE3_DIRS+= share/kde/mimelnk/video KDE3_DIRS+= share/kde/services KDE3_DIRS+= share/kde/services/kaddressbook |