diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-08 18:01:05 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:29 +0800 |
commit | 7d83357a5ba08365f888d0f9161192cce3e2ab9c (patch) | |
tree | 2016392587189a3a12da99e152e92981457a1a48 | |
parent | fa8527a5fcfd72c96490c2be1242c6a08061e828 (diff) | |
download | guix-7d83357a5ba08365f888d0f9161192cce3e2ab9c.tar.gz |
gnu: kdevelop: Update to 24.05.2.
* gnu/packages/kde.scm (kdevelop): Update to 24.05.2. [inputs]: Remove karchive, kcmutils, kcrash, kdeclarative, kdoctools, kguiaddons, ki18n, kiconthemes, kio, kitemmodels, kitemviews, kjobwidgets, knotifications, knotifyconfig, kparts, kservice, ksyntaxhighlighting, ktexteditor, kwindowsystem, kxmlgui, threadweaver, libksysguard, attica, kconfigwidgets, knewstuff, krunner, and sonnet; add karchive-5, kcrash-5, kcmutils-5, kdeclarative-5, kdoctools-5, kguiaddons-5, ki18n-5, kiconthemes-5, kio-5, kitemmodels-5, kitemviews-5, kjobwidgets-5, knotifications-5, knotifyconfig-5, kparts-5, kservice-5, ksyntaxhighlighting-5, ktexteditor-5, kwindowsystem-5, kxmlgui-5, threadweaver-5, attica-5, kconfigwidgets-5, knewstuff-5, krunner-5, and sonnet-5. Change-Id: I4524b8d17005eb3f2f4d97f45cfc10c805d28268
-rw-r--r-- | gnu/packages/kde.scm | 79 |
1 files changed, 39 insertions, 40 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 1f734071cd..609716a0ad 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -412,40 +412,40 @@ projects.") (define-public kdevelop (package (name "kdevelop") - (version "23.04.3") + (version "24.05.2") (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/kdevelop-" version ".tar.xz")) - (sha256 - (base32 "0m1q5nhx7wd4b8850ikw7dk6zka57gapf78wawjv2h1hijxcyf4v")))) + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/kdevelop-" version ".tar.xz")) + (sha256 + (base32 "10z53ri4g3b199cv9394pflgdlcnr9y2gh7xr4isl2kpn26jiwh0")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules pkg-config shared-mime-info qttools-5)) (inputs (list boost clang grantlee - karchive - kcmutils - kcrash - kdeclarative - kdoctools - kguiaddons - ki18n - kiconthemes - kio ;; not checked as requirement - kitemmodels - kitemviews - kjobwidgets - knotifications - knotifyconfig - kparts - kservice - ksyntaxhighlighting - ktexteditor - kwindowsystem - kxmlgui + karchive-5 + kcmutils-5 + kcrash-5 + kdeclarative-5 + kdoctools-5 + kguiaddons-5 + ki18n-5 + kiconthemes-5 + kio-5 ;; not checked as requirement + kitemmodels-5 + kitemviews-5 + kjobwidgets-5 + knotifications-5 + knotifyconfig-5 + kparts-5 + kservice-5 + ksyntaxhighlighting-5 + ktexteditor-5 + kwindowsystem-5 + kxmlgui-5 libkomparediff2 breeze-icons qtbase-5 @@ -453,30 +453,29 @@ projects.") qtquickcontrols-5 ;; not checked as requirement qtquickcontrols2-5 ;; not checked as requirement qtwebengine-5 - threadweaver + threadweaver-5 ;; recommendes astyle kdevelop-pg-qt - libksysguard ;; optional apr ; required for subversion support apr-util ; required for subversion support - attica - kconfigwidgets - knewstuff - krunner + attica-5 + kconfigwidgets-5 + knewstuff-5 + krunner-5 ;; TODO: OktetaGui, OktetaKastenControllers plasma-framework ;; TODO: purpose - sonnet + sonnet-5 subversion)) - ;; run-time packages - TODO - ;; ClazyStandalone - ;; Cppcheck - ;; heaptrack - ;; heaptrack_gui - ;; meson + ;; run-time packages - TODO + ;; ClazyStandalone + ;; Cppcheck + ;; heaptrack + ;; heaptrack_gui + ;; meson (arguments (list #:tests? #f ;; there are some issues with the test suite #:phases |