gnu: dolphin: Update to 23.04.3.
* gnu/packages/kde-systemtools.scm (dolphin): Update to 23.04.3. [inputs]: Add qtx11extras. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e78b645283
commit
70e595a90a
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +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>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -42,14 +43,14 @@
|
||||||
(define-public dolphin
|
(define-public dolphin
|
||||||
(package
|
(package
|
||||||
(name "dolphin")
|
(name "dolphin")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(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-" version ".tar.xz"))
|
"/src/dolphin-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07ian9aai9mjygn6bgxanv8h16i83wf69nkl8c9qynwbz4fkwmwf"))))
|
(base32 "0bys24i2a3a65ahq5p3q1zr2px8jqip1gjn5m7rngq4hcddb1ji8"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools ruby ruby-test-unit))
|
(list extra-cmake-modules kdoctools ruby ruby-test-unit))
|
||||||
|
@ -77,6 +78,7 @@
|
||||||
breeze-icons ;; default icon set
|
breeze-icons ;; default icon set
|
||||||
phonon
|
phonon
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtx11extras
|
||||||
solid))
|
solid))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
|
`(#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
|
||||||
|
|
Reference in a new issue