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
36 lines
1.5 KiB
Text
36 lines
1.5 KiB
Text
# $NetBSD: Makefile.kde3,v 1.23 2005/03/23 21:28:33 markd Exp $
|
|
#
|
|
# This Makefile fragment is included at the top of package Makefiles for
|
|
# KDE3-distributed packages (they all share common configure and build
|
|
# settings).
|
|
|
|
CATEGORIES+= kde
|
|
_KDE_VERSION= 3.4.0
|
|
_KDE_DISTVER= 3.4
|
|
MASTER_SITES_KDE= ftp://ftp.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.uk.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://download.au.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://mirrors.midco.net/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.eu.uu.net/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.tiscali.nl/pub/mirrors/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.roedu.net/pub/mirrors/ftp.kde.org/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.rediris.es/mirror/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.du.se/pub/mirrors/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://download.tw.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://www.t.ring.gr.jp/pub/X/kde/stable/${_KDE_DISTVER}/src/ \
|
|
http://www.t.ring.gr.jp/archives/X/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.kddlabs.co.jp/pub/X/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
ftp://public.planetmirror.com.au/pub/kde/stable/${_KDE_DISTVER}/src/ \
|
|
http://public.planetmirror.com.au/pub/kde/stable/${_KDE_DISTVER}/src/
|
|
MASTER_SITES?= ${MASTER_SITES_KDE}
|
|
EXTRACT_SUFX?= .tar.bz2
|
|
|
|
MAINTAINER?= markd@NetBSD.org
|
|
HOMEPAGE?= http://www.kde.org/
|
|
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
SHLIBTOOL_OVERRIDE= libtool
|