453727f844
This new release of KDevelop comes with many important changes that should ensure it will stay usable for the foreseeable future. The CMake support was improved and extended to ensure that all idioms needed for KF5 development are available. The unit test support UI was polished and several bugs fixed. In the same direction, some noteworthy issues with the QtHelp integration were addressed. KDevelop's PHP language support now handles namespaces better and can understand traits aliases. Furthermore, some first fruits of the Google summer of code projects are included in this release. These changes pave the path toward better support for cross compile toolchains. Feature-wise, KDevelop now officially supports the Bazaar (bzr) version control system. On the performance front, it was possible to greatly reduce the memory footprint when loading large projects with several thousand files in KDevelop. Additionally, the startup should now be much faster.
38 lines
1,021 B
Makefile
38 lines
1,021 B
Makefile
# $NetBSD: Makefile,v 1.55 2014/11/14 22:43:59 markd Exp $
|
|
#
|
|
|
|
DISTNAME= kdevplatform-1.7.0
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.7.0/src/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= frank@fthieme.net
|
|
HOMEPAGE= http://www.kdevelop.org/
|
|
COMMENT= KDE development platform, used by KDevelop 4
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
|
|
|
|
USE_TOOLS+= pkg-config perl msgfmt bash:run
|
|
USE_LANGUAGES= c c++
|
|
|
|
# sublime uses "auto", -std=c++11 is set
|
|
GCC_REQD+= 4.7
|
|
|
|
CXXFLAGS.Linux+= -fpermissive
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
REPLACE_BASH+= \
|
|
util/kdevplatform_shell_environment.sh \
|
|
util/kdev_format_source
|
|
|
|
BUILDLINK_DEPMETHOD.qt4-tools= full
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/grantlee/buildlink3.mk"
|
|
.include "../../devel/qjson/buildlink3.mk"
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|