Archived
1
0
Fork 0

gnu: dolphin: Update to 24.05.2.

* gnu/packages/kde-systemtools.scm (dolphin): Update to 24.05.2.
[inputs]: Remove kactivities, kinit, qtbase-5, and qtx11extras; add
plasma-activities and libxkbcommon.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I40f858902d32c570d8724944df9ac07d18371bb1
This commit is contained in:
Zheng Junjie 2024-07-06 16:01:01 +08:00
parent 7a1305f234
commit 6ccc51727f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -42,26 +42,27 @@
#:use-module (gnu packages vnc) #:use-module (gnu packages vnc)
#:use-module (gnu packages xml) #:use-module (gnu packages xml)
#:use-module (gnu packages icu4c) #:use-module (gnu packages icu4c)
#:use-module (gnu packages xorg)) #:use-module (gnu packages xorg)
#:use-module (gnu packages xdisorg))
(define-public dolphin (define-public dolphin
(package (package
(name "dolphin") (name "dolphin")
(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-" version ".tar.xz")) "/src/dolphin-" version ".tar.xz"))
(sha256 (sha256
(base32 "0bys24i2a3a65ahq5p3q1zr2px8jqip1gjn5m7rngq4hcddb1ji8")))) (base32 "0rrmbzrywv19z93b9291r863dm7panz65cf10lzgjqzlsx7hm1az"))))
(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
kactivities plasma-activities
kbookmarks kbookmarks
kcmutils kcmutils
kcompletion kcompletion
@ -71,7 +72,6 @@
kdbusaddons kdbusaddons
ki18n ki18n
kiconthemes kiconthemes
kinit
kio kio
knewstuff knewstuff
knotifications knotifications
@ -81,11 +81,11 @@
kwindowsystem kwindowsystem
breeze-icons ;; default icon set breeze-icons ;; default icon set
phonon phonon
qtbase-5 solid
qtx11extras libxkbcommon))
solid))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen (list #:qtbase qtbase
#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
(home-page "https://apps.kde.org/dolphin/") (home-page "https://apps.kde.org/dolphin/")
(synopsis "File manager for KDE") (synopsis "File manager for KDE")
(description "Dolphin is a file manager for KDE focusing on usability. (description "Dolphin is a file manager for KDE focusing on usability.