mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
This commit is contained in:
parent
fa8527a5fc
commit
7d83357a5b
1 changed files with 39 additions and 40 deletions
|
@ -412,40 +412,40 @@ (define-public kdenlive
|
|||
(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 @@ (define-public kdevelop
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue