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
This commit is contained in:
		
							parent
							
								
									691c945ebe
								
							
						
					
					
						commit
						b07afb5f53
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
 | 
					;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
 | 
				
			||||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 | 
					;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 | 
				
			||||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 | 
					;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -105,14 +105,14 @@ The main features of Dolphin are:
 | 
				
			||||||
(define-public dolphin-plugins
 | 
					(define-public dolphin-plugins
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "dolphin-plugins")
 | 
					    (name "dolphin-plugins")
 | 
				
			||||||
    (version "23.04.3")
 | 
					    (version "24.05.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://kde/stable/release-service/" version
 | 
					       (uri (string-append "mirror://kde/stable/release-service/" version
 | 
				
			||||||
                           "/src/dolphin-plugins-" version ".tar.xz"))
 | 
					                           "/src/dolphin-plugins-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0h1b559icj5g3xrx5697a9rncpdcmsjg774c6m36ild56bwc048v"))))
 | 
					        (base32 "08xyjjwkcr08ncc4xrj65c44iya4byvf1xhnwjg21i7zxls51zir"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules))
 | 
					     (list extra-cmake-modules))
 | 
				
			||||||
| 
						 | 
					@ -121,10 +121,12 @@ The main features of Dolphin are:
 | 
				
			||||||
           ki18n
 | 
					           ki18n
 | 
				
			||||||
           kio
 | 
					           kio
 | 
				
			||||||
           ktexteditor
 | 
					           ktexteditor
 | 
				
			||||||
 | 
					           ktextwidgets
 | 
				
			||||||
           ksyntaxhighlighting
 | 
					           ksyntaxhighlighting
 | 
				
			||||||
           kxmlgui
 | 
					           kxmlgui
 | 
				
			||||||
           breeze-icons ;; default icon set
 | 
					           breeze-icons ;; default icon set
 | 
				
			||||||
           qtbase-5))
 | 
					           qt5compat))
 | 
				
			||||||
 | 
					    (arguments (list #:qtbase qtbase))
 | 
				
			||||||
    (home-page "https://www.kde.org/")
 | 
					    (home-page "https://www.kde.org/")
 | 
				
			||||||
    (synopsis "VCS-Plugins for Dolphin")
 | 
					    (synopsis "VCS-Plugins for Dolphin")
 | 
				
			||||||
    (description "This package contains plugins that offer integration in
 | 
					    (description "This package contains plugins that offer integration in
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue