Bugfix update kdevelop to 5.4.4

Chnagelog: https://www.kdevelop.org/news/kdevelop-544-released

While here add devel/clang-tools-extra as build-/runtime-dependency to enable
ClangTidy support.
This commit is contained in:
rsadowski 2019-11-06 14:33:05 +00:00
parent 94cb3a0030
commit b6f50a5ed4
2 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.31 2019/10/25 20:13:53 rsadowski Exp $
# $OpenBSD: Makefile,v 1.32 2019/11/06 14:33:05 rsadowski Exp $
# Qt5Webkit
USE_WXNEEDED = Yes
COMMENT = IDE for C, C++, Python, QML/JavaScript and PHP
VERSION = 5.4.3
VERSION = 5.4.4
DISTNAME = kdevelop-${VERSION}
HOMEPAGE = https://www.kdevelop.org/
@ -52,13 +52,15 @@ MODULES = devel/kf5 \
lang/python
BUILD_DEPENDS = archivers/gtar \
lang/clazy>=1.5 \
devel/boost \
devel/clang-tools-extra \
devel/cppcheck \
devel/gettext,-tools \
lang/clazy>=1.5 \
misc/shared-mime-info
RUN_DEPENDS = devel/cmake \
RUN_DEPENDS = devel/clang-tools-extra \
devel/cmake \
devel/cppcheck \
devel/desktop-file-utils \
devel/gmake \

View File

@ -1,2 +1,2 @@
SHA256 (kdevelop-5.4.3.tar.xz) = aENQ76rAx+QHXZmRFxPjf84/A51pAVLjCaUR8Wp7B0A=
SIZE (kdevelop-5.4.3.tar.xz) = 7010496
SHA256 (kdevelop-5.4.4.tar.xz) = EAgveGdz9bICGSyFODLQj1nh8TxX3Pd612l8+MZ/VrE=
SIZE (kdevelop-5.4.4.tar.xz) = 7011276