gnu: drkonqi: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (drkonqi): Update to 5.27.6. [inputs]: Add kuserfeedback. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
11dadb830e
commit
903b98a723
1 changed files with 4 additions and 3 deletions
|
|
@ -282,7 +282,7 @@ games, and tools.")
|
||||||
(define-public drkonqi
|
(define-public drkonqi
|
||||||
(package
|
(package
|
||||||
(name "drkonqi")
|
(name "drkonqi")
|
||||||
(version "5.25.5")
|
(version "5.27.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
|
@ -290,7 +290,7 @@ games, and tools.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vw4bfld2jdiwm4g3008x8s1lq1ydf87ckb0fvyzsp11hq9nnnk7"))))
|
"04yam1xjwxi6jbh4r2k0ci7vdjc5cwfg4nn36lb64f5gj2bicppr"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
@ -314,7 +314,8 @@ games, and tools.")
|
||||||
kidletime
|
kidletime
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
ksyntaxhighlighting
|
ksyntaxhighlighting
|
||||||
qtdeclarative-5))
|
qtdeclarative-5
|
||||||
|
kuserfeedback))
|
||||||
(synopsis "Crash handler for KDE software")
|
(synopsis "Crash handler for KDE software")
|
||||||
(description "This package provides an automatic handler for crashed apps.")
|
(description "This package provides an automatic handler for crashed apps.")
|
||||||
(home-page "https://invent.kde.org/plasma/drkonqi")
|
(home-page "https://invent.kde.org/plasma/drkonqi")
|
||||||
|
|
|
||||||
Reference in a new issue