summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2005-03-23 21:28:33 +0000
committermarkd <markd>2005-03-23 21:28:33 +0000
commit3a5b0653f25c385833b9ef07f6facd6d70f1eece (patch)
tree99979fa7253adb9e9f15cba395145aff97b1622a /x11/kdelibs3/Makefile
parentedf28eead522ca0b09a8de3ec1603b1e16c498b9 (diff)
downloadpkgsrc-3a5b0653f25c385833b9ef07f6facd6d70f1eece.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/Makefile')
-rw-r--r--x11/kdelibs3/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index b485fbb017d..b4cbf3369a1 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2005/03/17 09:46:36 markd Exp $
+# $NetBSD: Makefile,v 1.79 2005/03/23 21:37:48 markd Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
-PKGREVISION= 8
CATEGORIES= x11
COMMENT= Support libraries for the KDE integrated X11 desktop
@@ -33,6 +32,7 @@ _SORTED!= ${ECHO} ${KDE3_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}
MAKE_DIRS+= ${_SORTED:S/^/${PREFIX}\//}
REPLACE_PERL= \
+ dcop/dcopidlng/kalyptus \
kio/proxytype.pl \
kio/useragent.pl \
kio/misc/fileshareset \
@@ -50,6 +50,12 @@ SUBST_FILES.kdelibsfix= \
SUBST_SED.kdelibsfix= -e 's:@LOCALBASE@:${LOCALBASE}:g' \
-e 's:@PKGLOCALEDIR@:${PKGLOCALEDIR}:g'
+SUBST_CLASSES+= kdemagic
+SUBST_STAGE.kdemagic= pre-configure
+SUBST_MESSAGE.kdemagic= "Add LOCALBASE paths to magic file."
+SUBST_FILES.kdemagic= kio/magic
+SUBST_SED.kdemagic= -n -e 'p' -e 's:/usr/local/bin:${LOCALBASE}/bin:p'
+
PKG_OPTIONS_VAR= PKG_OPTIONS.kdelibs
PKG_SUPPORTED_OPTIONS= cups
.include "../../mk/bsd.options.mk"
@@ -94,6 +100,7 @@ GCC_REQD+= 2.95
.include "../../audio/arts/buildlink3.mk"
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
+.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"