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

commit b07afb5f5398ea0716c076734e8bcd5c7626b803
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 16:26:37 2024 +0800

    gnu: dolphin-plugins: Update to 24.05.2.
    
    * gnu/packages/kde-systemtools.scm (dolphin-plugins): Update to 24.05.2.
    [inputs]: Remove qtbase-5; add ktextwidgets, and qt5compat.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I8e0cecbf241b13c575820f167575a5066e8b3183
---
 gnu/packages/kde-systemtools.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index e36dbcfe0e..7a959b9d80 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2022 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
-;;; Copyright © 2023 Zheng Junjie <[email protected]>
+;;; Copyright © 2023, 2024 Zheng Junjie <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -105,14 +105,14 @@ The main features of Dolphin are:
 (define-public dolphin-plugins
   (package
     (name "dolphin-plugins")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/dolphin-plugins-" version ".tar.xz"))
        (sha256
-        (base32 "0h1b559icj5g3xrx5697a9rncpdcmsjg774c6m36ild56bwc048v"))))
+        (base32 "08xyjjwkcr08ncc4xrj65c44iya4byvf1xhnwjg21i7zxls51zir"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
@@ -121,10 +121,12 @@ The main features of Dolphin are:
            ki18n
            kio
            ktexteditor
+           ktextwidgets
            ksyntaxhighlighting
            kxmlgui
            breeze-icons ;; default icon set
-           qtbase-5))
+           qt5compat))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://www.kde.org/";)
     (synopsis "VCS-Plugins for Dolphin")
     (description "This package contains plugins that offer integration in

Reply via email to