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
|
||||
(package
|
||||
(name "dolphin")
|
||||
(version "25.04.0")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/dolphin-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "061a05dab11isn7pnv07mvvh84wgx8appxpygmj25bqjxw2fr5w9"))))
|
||||
(base32 "1kgaf4889g2hpgi9rdsnlf90a27z3gy6myhgca6zs937d7053c08"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools ruby ruby-test-unit))
|
||||
(inputs
|
||||
(list baloo
|
||||
baloo-widgets
|
||||
plasma-activities
|
||||
breeze-icons ;; default icon set
|
||||
kbookmarks
|
||||
kcmutils
|
||||
kcompletion
|
||||
|
@ -87,10 +87,10 @@
|
|||
ktextwidgets
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
breeze-icons ;; default icon set
|
||||
phonon
|
||||
solid
|
||||
libxkbcommon))
|
||||
libxkbcommon
|
||||
plasma-activities
|
||||
qtmultimedia
|
||||
solid))
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue