mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: krunner: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (krunner): Update to 5.108.0. [build-system]: Switch to qt-build-system. [inputs]: Remove qtbase-5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
ea04ea814f
commit
f219f33bf8
1 changed files with 3 additions and 4 deletions
|
@ -2934,7 +2934,7 @@ to easily extend the contacts collection.")
|
||||||
(define-public krunner
|
(define-public krunner
|
||||||
(package
|
(package
|
||||||
(name "krunner")
|
(name "krunner")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2943,8 +2943,8 @@ to easily extend the contacts collection.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kch839xw09h1lddqgdcfwniq6rza5wdyyzcx99hcasn7l60nhsj"))))
|
"0yam10c31jzwsl4qzrrcr4caxk79jqg1fyrsavjzg14ahsknb5ih"))))
|
||||||
(build-system cmake-build-system)
|
(build-system qt-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list plasma-framework))
|
(list plasma-framework))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -2969,7 +2969,6 @@ to easily extend the contacts collection.")
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
qtbase-5
|
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
solid
|
solid
|
||||||
threadweaver))
|
threadweaver))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue