2013-02-16 12:18:58 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.48 2013/02/16 11:19:35 wiz Exp $
|
2004-04-20 14:33:56 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= kdebase
|
2004-04-20 14:33:56 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(KDEBASE_BUILDLINK3_MK)
|
|
|
|
KDEBASE_BUILDLINK3_MK:=
|
2004-04-20 14:33:56 +02:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.kdebase+= kdebase>=3.5.0nb2
|
2013-02-16 12:18:58 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.kdebase+= kdebase>=3.5.10nb27
|
2004-04-20 14:33:56 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.kdebase?= ../../x11/kdebase3
|
|
|
|
|
2007-05-30 10:54:28 +02:00
|
|
|
pkgbase := kdebase
|
|
|
|
.include "../../mk/pkg-build-options.mk"
|
2005-03-24 05:47:58 +01:00
|
|
|
|
2009-05-26 23:41:06 +02:00
|
|
|
BUILDLINK_API_DEPENDS.Xrandr+= Xrandr>=1.0
|
2004-11-08 13:50:18 +01:00
|
|
|
|
2006-05-31 20:22:23 +02:00
|
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
2004-04-20 14:33:56 +02:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
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
2005-03-23 22:44:37 +01:00
|
|
|
.include "../../graphics/openexr/buildlink3.mk"
|
2005-05-09 07:14:08 +02:00
|
|
|
.if !empty(PKG_BUILD_OPTIONS.kdebase:Msamba)
|
2005-03-24 05:47:58 +01:00
|
|
|
. include "../../net/samba/buildlink3.mk"
|
|
|
|
.endif
|
2005-05-09 07:14:08 +02:00
|
|
|
.if !empty(PKG_BUILD_OPTIONS.kdebase:Msasl)
|
2006-04-13 23:45:12 +02:00
|
|
|
. include "../../security/cyrus-sasl/buildlink3.mk"
|
2005-03-24 05:47:58 +01:00
|
|
|
.endif
|
2004-04-20 14:33:56 +02:00
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
2006-12-15 21:32:52 +01:00
|
|
|
.include "../../x11/libXcursor/buildlink3.mk"
|
|
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # KDEBASE_BUILDLINK3_MK
|
2004-04-20 14:33:56 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -kdebase
|