mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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:
parent
1711eb85ac
commit
e31a7de2f4
1 changed files with 5 additions and 6 deletions
|
@ -1719,7 +1719,7 @@ (define-public kcontacts
|
|||
(define-public kcrash
|
||||
(package
|
||||
(name "kcrash")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1728,12 +1728,11 @@ (define-public kcrash
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1avi4yd3kpjqxrvci1nicxbh9mjafj1w2vgfmqanq66b76s4kxj1"))))
|
||||
"0hcgljz5wm9v4qphc4cmn81gdrs8lcb4x978xz82gnmqx47pmik5"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kcoreaddons kwindowsystem qtbase-5 qtx11extras))
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcoreaddons kwindowsystem))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Graceful handling of application crashes")
|
||||
(description "KCrash provides support for intercepting and handling
|
||||
|
|
Loading…
Reference in a new issue