Skip to content

Commit

Permalink
kdevelop: Update to v24.02.0 for Plasma 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ReillyBrogan committed Mar 14, 2024
1 parent 5a2b376 commit 63d455b
Show file tree
Hide file tree
Showing 7 changed files with 7,974 additions and 8,166 deletions.
29 changes: 14 additions & 15 deletions packages/k/kdevelop/abi_libs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ kdevdefinesandincludesmanager.so
kdevdocker.so
kdevdocumentswitcher.so
kdevdocumentview.so
kdevelop
kdevexecute.so
kdevexecuteplasmoid.so
kdevexecutescript.so
Expand Down Expand Up @@ -63,20 +62,20 @@ kdevtestview.so
kdevvcschangesviewplugin.so
kdevwelcomepage.so
krunner_kdevelopsessions.so
libKDevCMakeCommon.so.512
libKDevClangPrivate.so.512
libKDevCompileAnalyzerCommon.so.512
libKDevPlatformDebugger.so.512
libKDevPlatformDocumentation.so.512
libKDevPlatformInterfaces.so.512
libKDevPlatformLanguage.so.512
libKDevPlatformOutputView.so.512
libKDevPlatformProject.so.512
libKDevPlatformSerialization.so.512
libKDevPlatformShell.so.512
libKDevPlatformSublime.so.512
libKDevPlatformUtil.so.512
libKDevPlatformVcs.so.512
libKDevCMakeCommon.so.513
libKDevClangPrivate.so.513
libKDevCompileAnalyzerCommon.so.513
libKDevPlatformDebugger.so.513
libKDevPlatformDocumentation.so.513
libKDevPlatformInterfaces.so.513
libKDevPlatformLanguage.so.513
libKDevPlatformOutputView.so.513
libKDevPlatformProject.so.513
libKDevPlatformSerialization.so.513
libKDevPlatformShell.so.513
libKDevPlatformSublime.so.513
libKDevPlatformUtil.so.513
libKDevPlatformVcs.so.513
libKDevelopSessionsWatch.so
libkdevelopdashboarddeclarativeplugin.so
libkdevelopsessionsplugin.so
15,736 changes: 7,820 additions & 7,916 deletions packages/k/kdevelop/abi_symbols

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions packages/k/kdevelop/abi_used_libs
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,11 @@ libQt5WebEngineWidgets.so.5
libQt5Widgets.so.5
libQt5Xml.so.5
libapr-1.so.0
libaprutil-1.so.0
libc.so.6
libclang.so.16
libgcc_s.so.1
libkomparediff2.so.5
libm.so.6
libprocesscore.so.9
libprocessui.so.9
libstdc++.so.6
libsvn_client-1.so.0
libsvn_subr-1.so.0
Expand Down
103 changes: 14 additions & 89 deletions packages/k/kdevelop/abi_used_symbols

Large diffs are not rendered by default.

This file was deleted.

19 changes: 11 additions & 8 deletions packages/k/kdevelop/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : kdevelop
version : 23.08.5
release : 58
version : 24.02.0
release : 59
source :
- https://cdn.download.kde.org/stable/release-service/23.08.5/src/kdevelop-23.08.5.tar.xz : d634f287f72c6e1097f2de1ea2f8bab41899952adcf879b0fe6daa14fecee1f8
- https://cdn.download.kde.org/stable/release-service/24.02.0/src/kdevelop-24.02.0.tar.xz : 202acdfb53b1bdeeb9915eab1a0056d190040d8809038950bf2ec8d44fa81e19
homepage : https://kdevelop.org/
license :
- GFDL-1.2-or-later
Expand All @@ -13,11 +13,11 @@ summary : KDevelop IDE and Platform
description: |
C++ IDE using KDE technologies based on KDevelop Platform.
libsplit : no
clang : yes
builddeps :
- pkgconfig(Qt5WebEngine)
- cppcheck
- grantlee-devel
- heaptrack-devel
- karchive-devel
- kcmutils-devel
- kcrash-devel
Expand All @@ -43,15 +43,18 @@ rundeps :
- cppcheck
- devel :
- threadweaver-devel
- heaptrack
clang : yes
optimize :
- speed
- thin-lto
setup : |
# ld: clang_getCursorLocation: invalid version 3 (max 0), error adding symbols, bad value.
%patch -p1 -R -i $pkgfiles/a2155773002e544322b44964bcf1012ff15580d8.patch
%cmake_ninja -DBUILD_TESTING=OFF
%cmake_kf6
build : |
%ninja_build
install : |
%ninja_install
%qml_cache
# Remove HTML docs
rm -r $installdir/usr/share/doc
rm -rfv $installdir/usr/share/doc

0 comments on commit 63d455b

Please sign in to comment.