4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release.
53 lines
1.8 KiB
Makefile
53 lines
1.8 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2010/10/25 20:55:27 markd Exp $
|
|
|
|
DISTNAME= kdenetwork-${_KDE_VERSION}
|
|
CATEGORIES= net
|
|
COMMENT= Network modules for the KDE integrated X11 desktop
|
|
|
|
CONFLICTS= kopete-[0-9]*
|
|
|
|
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
|
|
|
# BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
# for kded_dnssdwatcher
|
|
UNLIMIT_RESOURCES+= datasize memorysize stacksize
|
|
|
|
CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF
|
|
#CMAKE_ARGS+= -DWITH_LibV4L2:BOOL=OFF
|
|
|
|
REPLACE_PERL+= \
|
|
kopete/kopete/kconf_update/kopete-account-0.10.pl \
|
|
kopete/kopete/kconf_update/kopete-gaim_to_pidgin_style.pl \
|
|
kopete/kopete/kconf_update/kopete-initialstatus.pl \
|
|
kopete/kopete/kconf_update/kopete-pluginloader.pl \
|
|
kopete/kopete/kconf_update/kopete-update_yahoo_server.pl
|
|
|
|
REPLACE_SH+= \
|
|
kopete/protocols/winpopup/winpopup-install \
|
|
kopete/protocols/winpopup/winpopup-send
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.libmsn+= libmsn>=4.1
|
|
.include "../../chat/libmsn/buildlink3.mk"
|
|
.include "../../chat/libotr/buildlink3.mk"
|
|
.include "../../chat/meanwhile/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/libv4l/buildlink3.mk"
|
|
.include "../../graphics/qimageblitz/buildlink3.mk"
|
|
.include "../../misc/kdepimlibs4/buildlink3.mk"
|
|
.include "../../net/libvncserver/buildlink3.mk"
|
|
.include "../../net/openslp/buildlink3.mk"
|
|
.include "../../net/ortp/buildlink3.mk"
|
|
.include "../../security/qca2/buildlink3.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../x11/kdebase4/buildlink3.mk"
|
|
.include "../../x11/kdebase-runtime4/buildlink3.mk"
|
|
.include "../../x11/kdebase-workspace4/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|