[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/178: gnu: kactivitymanagerd: Update to 6.0.4.
From: |
guix-commits |
Subject: |
110/178: gnu: kactivitymanagerd: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 2328971833fb2b16a9e312d8ef762d9ba7c705a2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 11:56:13 2024 +0800
gnu: kactivitymanagerd: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.0.4.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Add kcompletion-6. Remove kconfig, kcoreaddons and kwindowsystem.
Use kglobalaccel-6, kio-6, kxmlgui-6, kdbusaddons-6, ki18n-6 and kcrash-6
replace kglobalaccel, kio, kxmlgui, kdbusaddons, ki18n and kcrash.
Change-Id: Ib9d3e1141f2b61b8f8669d683b7ea7b44c3e5989
---
gnu/packages/kde-plasma.scm | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index cb8a0e25ae..f83edc20f3 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -334,7 +334,7 @@ games, and tools.")
(define-public kactivitymanagerd
(package
(name "kactivitymanagerd")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -342,19 +342,18 @@ games, and tools.")
version ".tar.xz"))
(sha256
(base32
- "1d7vz8gwqa7nhfn62dsqircm0qbp9ryass82k2891mqj0qrlbwid"))))
+ "0bxc6fdg8r76wd7qqy9b8843gpggsiwh24qil3xas8kkcw26mk9c"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))
(inputs (list boost
- kconfig
- kcoreaddons
- kwindowsystem
- kglobalaccel
- kio
- kxmlgui
- kdbusaddons
- ki18n
- kcrash))
+ kcompletion-6
+ kglobalaccel-6
+ kio-6
+ kxmlgui-6
+ kdbusaddons-6
+ ki18n-6
+ kcrash-6))
(synopsis "System service to manage user's activities")
(description "This package provides components for managing the KDE
Activity
concept.")
- 51/178: gnu: Add ktextwidgets-6., (continued)
- 51/178: gnu: Add ktextwidgets-6., guix-commits, 2024/06/17
- 63/178: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/17
- 64/178: gnu: Add bluez-qt-6., guix-commits, 2024/06/17
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/17
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4.,
guix-commits <=
- 109/178: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/17
- 118/178: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/17
- 123/178: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/06/17
- 128/178: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/17
- 13/178: gnu: Add kplotting-6., guix-commits, 2024/06/17
- 18/178: gnu: Add karchive-6., guix-commits, 2024/06/17
- 21/178: gnu: Add kpty-6., guix-commits, 2024/06/17
- 57/178: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/17
- 58/178: gnu: Add kimageformats-6., guix-commits, 2024/06/17
- 66/178: gnu: Add kpeople-6., guix-commits, 2024/06/17