mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dolphin: Update to 25.08.1.
* gnu/packages/kde-systemtools.scm (dolphin): Update to 25.08.1. [inputs]: Reorder; add qtmultimedia; remove phonon. Change-Id: I6e0dd1d573151f34e03a0ebc55c04e89139a7a6a
This commit is contained in:
parent
5fc4252026
commit
ec1995734d
1 changed files with 7 additions and 7 deletions
|
@ -55,21 +55,21 @@
|
||||||
(define-public dolphin
|
(define-public dolphin
|
||||||
(package
|
(package
|
||||||
(name "dolphin")
|
(name "dolphin")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(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 "061a05dab11isn7pnv07mvvh84wgx8appxpygmj25bqjxw2fr5w9"))))
|
(base32 "1kgaf4889g2hpgi9rdsnlf90a27z3gy6myhgca6zs937d7053c08"))))
|
||||||
(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))
|
||||||
(inputs
|
(inputs
|
||||||
(list baloo
|
(list baloo
|
||||||
baloo-widgets
|
baloo-widgets
|
||||||
plasma-activities
|
breeze-icons ;; default icon set
|
||||||
kbookmarks
|
kbookmarks
|
||||||
kcmutils
|
kcmutils
|
||||||
kcompletion
|
kcompletion
|
||||||
|
@ -87,10 +87,10 @@
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kuserfeedback
|
kuserfeedback
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
breeze-icons ;; default icon set
|
libxkbcommon
|
||||||
phonon
|
plasma-activities
|
||||||
solid
|
qtmultimedia
|
||||||
libxkbcommon))
|
solid))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
|
#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue