z572 pushed a commit to branch kde-team
in repository guix.

commit 6401e02ff6877ffd398ce40931d8acc936e9305e
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:51 2025 +0800

    gnu: discover: Update to 6.2.5.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.2.5.
    [arguments]<#:phases>: Add remove-qmlmodule-required phase.
    [inputs]: Add kitemmodels.
    
    Change-Id: Iae5dc641953851f3262e643814a1d4f01db46eab
---
 gnu/packages/kde-plasma.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 7639bb082d..23230563c0 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -245,7 +245,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -257,12 +257,17 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "116jarhrxxygl84k6ygwhp12fl0wnnz06pr42hk3mqgb1fckxrv4"))))
+                "1954adjgpj0vww1bzrskdgphdqm06xb4dfxh19aasjra760vijwc"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
            #:phases
            #~(modify-phases %standard-phases
+               (add-after 'unpack 'remove-qmlmodule-required
+                 (lambda _
+                   (substitute* "CMakeLists.txt"
+                     (("1.0 REQUIRED")
+                      "1.0"))))
                (add-before 'configure 'set-LDFLAGS
                  (lambda _
                    (setenv "LDFLAGS" (string-append "-Wl,-rpath=" #$output
@@ -291,6 +296,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                   kxmlgui
                   kirigami
                   kirigami-addons
+                  kitemmodels
                   kuserfeedback
                   knewstuff
                   knotifications

Reply via email to