kdevelop: update to 21.12.2.
This commit is contained in:
parent
dab261a97b
commit
819b8e7468
@ -2677,21 +2677,21 @@ libvidstab.so.1.1 libvidstab-1.1.0_1
|
||||
libxdo.so.3 xdotool-3.20150503.1_1
|
||||
libabigail.so.0 libabigail-1.0.rc3_1
|
||||
libgnome-games-support-1.so.3 libgnome-games-support-1.4.0_1
|
||||
libKDevCMakeCommon.so.34 kdevelop-5.6.0_1
|
||||
libKDevClangPrivate.so.34 kdevelop-5.6.0_1
|
||||
libKDevCompileAnalyzerCommon.so.34 kdevelop-5.6.0_1
|
||||
libKDevPlatformDebugger.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformDocumentation.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformInterfaces.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformLanguage.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformOutputView.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformProject.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformSerialization.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformShell.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformSublime.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformTests.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformUtil.so.56 kdevelop-5.6.0_1
|
||||
libKDevPlatformVcs.so.56 kdevelop-5.6.0_1
|
||||
libKDevCMakeCommon.so.35 kdevelop-21.12.2_1
|
||||
libKDevClangPrivate.so.35 kdevelop-21.12.2_1
|
||||
libKDevCompileAnalyzerCommon.so.35 kdevelop-21.12.2_1
|
||||
libKDevPlatformDebugger.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformDocumentation.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformInterfaces.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformLanguage.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformOutputView.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformProject.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformSerialization.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformShell.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformSublime.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformTests.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformUtil.so.57 kdevelop-21.12.2_1
|
||||
libKDevPlatformVcs.so.57 kdevelop-21.12.2_1
|
||||
libts.so.0 tslib-1.6_1
|
||||
libobs.so.0 obs-0.14.1_2
|
||||
libobsglad.so.0 obs-0.14.1_2
|
||||
|
@ -1,15 +0,0 @@
|
||||
KDECompilerSettings (of extra-cmake-modules 5.40) sets "-std=iso9899:1990" that is
|
||||
too restrictive for C build with Qt *.h files: comments in c++ style.
|
||||
Let's use C99 instead.
|
||||
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -15,6 +15,8 @@
|
||||
include(KDEInstallDirs)
|
||||
include(KDECMakeSettings)
|
||||
include(KDECompilerSettings NO_POLICY_SCOPE) # needs to be first, as set policies influence following macros
|
||||
+string(REPLACE " -std=iso9899:1990" "" CMAKE_C_FLAGS " ${CMAKE_C_FLAGS} ")
|
||||
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
|
||||
|
||||
include(ECMOptionalAddSubdirectory)
|
||||
include(ECMInstallIcons)
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'kdevelop'
|
||||
pkgname=kdevelop
|
||||
version=5.6.2
|
||||
revision=2
|
||||
version=21.12.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools
|
||||
@ -17,8 +17,9 @@ short_desc="Integrated Development Environment for C++/C"
|
||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://www.kdevelop.org/"
|
||||
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=0f86bc3fe53f761c1e3e3f7544577a0c41433be8bff310cf2e729f76f4363bf6
|
||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdevelop"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/kdevelop-${version}.tar.xz"
|
||||
checksum=ff39eb0db130c3bf337fa67744d2537e160f2ac92ce3ab26036631b9769f6f8e
|
||||
|
||||
build_options="webengine"
|
||||
desc_option_webengine="Use Qt5 WebEngine for documentation"
|
||||
|
Loading…
Reference in New Issue
Block a user