diff options
author | markd <markd> | 2005-03-23 23:06:25 +0000 |
---|---|---|
committer | markd <markd> | 2005-03-23 23:06:25 +0000 |
commit | b8f64a8efd738748dce821dca8a6e082d58d533e (patch) | |
tree | 18a8cf3da8cdfacbdee5cee9bc7fdb34b03c5009 /x11/kde3-i18n-fy/Makefile | |
parent | c8b72616e78bb8dbc8ace521bf1800ee8c0fb3f7 (diff) | |
download | pkgsrc-b8f64a8efd738748dce821dca8a6e082d58d533e.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/kde3-i18n-fy/Makefile')
-rw-r--r-- | x11/kde3-i18n-fy/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kde3-i18n-fy/Makefile b/x11/kde3-i18n-fy/Makefile new file mode 100644 index 00000000000..cba2a91eecb --- /dev/null +++ b/x11/kde3-i18n-fy/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2005/03/23 23:06:26 markd Exp $ + +DISTNAME= kde-i18n-fy-${_KDE_VERSION} +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITES_KDE:=kde-i18n/} + +COMMENT= Language bindings for the KDE desktop + +.include "../../meta-pkgs/kde3/Makefile.kde3" + +USE_BUILDLINK3= YES + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |