gnu: kcrash: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.3.0.
[inputs]: Remove qtbase-5 and qtx11extras.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ie56b460f9f40c2338a78efa70b3d4571aaa00cbe
This commit is contained in:
Zheng Junjie 2024-07-06 00:47:27 +08:00
parent 1711eb85ac
commit e31a7de2f4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1719,7 +1719,7 @@ (define-public kcontacts
(define-public kcrash (define-public kcrash
(package (package
(name "kcrash") (name "kcrash")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1728,12 +1728,11 @@ (define-public kcrash
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1avi4yd3kpjqxrvci1nicxbh9mjafj1w2vgfmqanq66b76s4kxj1")))) "0hcgljz5wm9v4qphc4cmn81gdrs8lcb4x978xz82gnmqx47pmik5"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs (list extra-cmake-modules))
(list extra-cmake-modules)) (inputs (list kcoreaddons kwindowsystem))
(inputs (arguments (list #:qtbase qtbase))
(list kcoreaddons kwindowsystem qtbase-5 qtx11extras))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Graceful handling of application crashes") (synopsis "Graceful handling of application crashes")
(description "KCrash provides support for intercepting and handling (description "KCrash provides support for intercepting and handling