summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <873216071@qq.com>2023-07-14 00:38:39 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-02 22:27:40 +0800
commitf219f33bf81e98e6d6fb64e722fab7136aa65b82 (patch)
tree0f05a649b866cb83362d72a57fa66dbba9df3a83 /gnu
parentea04ea814f717cbfc58ebf2f90c73111abd1b190 (diff)
downloadguix-f219f33bf81e98e6d6fb64e722fab7136aa65b82.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-frameworks.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 15df985943..d444094b00 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2934,7 +2934,7 @@ to easily extend the contacts collection.")
 (define-public krunner
   (package
     (name "krunner")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2943,8 +2943,8 @@ to easily extend the contacts collection.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0kch839xw09h1lddqgdcfwniq6rza5wdyyzcx99hcasn7l60nhsj"))))
-    (build-system cmake-build-system)
+                "0yam10c31jzwsl4qzrrcr4caxk79jqg1fyrsavjzg14ahsknb5ih"))))
+    (build-system qt-build-system)
     (propagated-inputs
      (list plasma-framework))
     (native-inputs
@@ -2969,7 +2969,6 @@ to easily extend the contacts collection.")
            kwidgetsaddons
            kwindowsystem
            kxmlgui
-           qtbase-5
            qtdeclarative-5
            solid
            threadweaver))