mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
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 © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; 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.
|
||||
;;;
|
||||
|
@ -105,14 +105,14 @@ (define-public dolphin
|
|||
(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 @@ (define-public dolphin-plugins
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue