[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
164/347: gnu: dolphin: Update to 24.02.2.
From: |
guix-commits |
Subject: |
164/347: gnu: dolphin: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:51 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1e121b947f25ea3471ad30934203502ccd910541
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 13:47:26 2024 +0800
gnu: dolphin: Update to 24.02.2.
* gnu/packages/kde-systemtools.scm (dolphin): Update to 24.02.2.
[native-inputs]: Use kdoctools-6 replace kdoctools.
[inputs]: Add libxkbcommon. Remove kinit, qtbase-5, qtx11extras. Use
baloo-6,
plasma-activities, kbookmarks-6, kcmutils-6, kcompletion-6, kconfig-6,
kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6, kiconthemes-6, kio-6,
knewstuff-6, knotifications-6, kparts-6, ktextwidgets-6, kwindowsystem-6 and
solid-6 replace baloo, kactivities, kbookmarks, kcmutils, kcompletion,
kconfig, kcoreaddons, kcrash, kdbusaddons, ki18n, kiconthemes, kio,
knewstuff,
knotifications, kparts, ktextwidgets, kwindowsystem and solid.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I33ed00c77593b7a14ad61e392e06731cf75c2299
---
gnu/packages/kde-systemtools.scm | 52 ++++++++++++++++++++--------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 966689cd54..024628c9d8 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -42,50 +42,50 @@
#:use-module (gnu packages vnc)
#:use-module (gnu packages xml)
#:use-module (gnu packages icu4c)
- #:use-module (gnu packages xorg))
+ #:use-module (gnu packages xorg)
+ #:use-module (gnu packages xdisorg))
(define-public dolphin
(package
(name "dolphin")
- (version "23.04.3")
+ (version "24.02.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/dolphin-" version ".tar.xz"))
(sha256
- (base32 "0bys24i2a3a65ahq5p3q1zr2px8jqip1gjn5m7rngq4hcddb1ji8"))))
+ (base32 "00d74sxnfnw3f39dm6mhwir8f48zf3qgbnfqq4bclnaisj84912h"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools ruby ruby-test-unit))
+ (list extra-cmake-modules kdoctools-6 ruby ruby-test-unit))
(inputs
- (list baloo
+ (list baloo-6
baloo-widgets
- kactivities
- kbookmarks
- kcmutils
- kcompletion
- kconfig
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kiconthemes
- kinit
- kio
- knewstuff
- knotifications
- kparts
- ktextwidgets
+ plasma-activities
+ kbookmarks-6
+ kcmutils-6
+ kcompletion-6
+ kconfig-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kiconthemes-6
+ kio-6
+ knewstuff-6
+ knotifications-6
+ kparts-6
+ ktextwidgets-6
kuserfeedback
- kwindowsystem
+ kwindowsystem-6
breeze-icons ;; default icon set
phonon
- qtbase-5
- qtx11extras
- solid))
+ solid-6
+ libxkbcommon))
(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/")
(synopsis "File manager for KDE")
(description "Dolphin is a file manager for KDE focusing on usability.
- 141/347: gnu: plasma-welcome: Update to 6.0.4., (continued)
- 141/347: gnu: plasma-welcome: Update to 6.0.4., guix-commits, 2024/06/28
- 137/347: gnu: plasma-workspace: Update to 6.0.4., guix-commits, 2024/06/28
- 135/347: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/06/28
- 139/347: gnu: kaccounts-integration: Update to 24.02.2., guix-commits, 2024/06/28
- 157/347: gnu: Add sddm-qt5., guix-commits, 2024/06/28
- 158/347: services: sddm: Adjust pass env., guix-commits, 2024/06/28
- 149/347: gnu: kinfocenter: Update to 6.0.4., guix-commits, 2024/06/28
- 161/347: gnu: libkomparediff2: Update to 24.02.2., guix-commits, 2024/06/28
- 153/347: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/28
- 163/347: gnu: ktimer: Update to 24.02.2., guix-commits, 2024/06/28
- 164/347: gnu: dolphin: Update to 24.02.2.,
guix-commits <=
- 166/347: gnu: Add ocean-sound-theme., guix-commits, 2024/06/28
- 165/347: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/06/28
- 170/347: gnu: filelight: Update to 24.02.2., guix-commits, 2024/06/28
- 172/347: gnu: sweeper: Update to 24.02.2., guix-commits, 2024/06/28
- 173/347: gnu: kaccounts-providers: Update to 24.02.2., guix-commits, 2024/06/28
- 177/347: gnu: Remove khotkeys., guix-commits, 2024/06/28
- 178/347: gnu: Remove ksysguard., guix-commits, 2024/06/28
- 180/347: gnu: dolphin-plugins: Update to 24.02.2., guix-commits, 2024/06/28
- 185/347: gnu: Add wayland-protocols-next., guix-commits, 2024/06/28
- 187/347: gnu: kquickcharts-6: Update to 6.3.0., guix-commits, 2024/06/28