[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/347: gnu: kaccounts-integration: Update to 24.02.2.
From: |
guix-commits |
Subject: |
139/347: gnu: kaccounts-integration: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:46 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1277478eecdc158f0ce81080279b24b48ee81223
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 21:31:22 2024 +0800
gnu: kaccounts-integration: Update to 24.02.2.
* gnu/packages/kde-pim.scm (kaccounts-integration): Update to 24.02.2.
[inputs]: Use kcmutils-6, ki18n-6, kcoreaddons-6, kdbusaddons-6,
kdeclarative-6, kwallet-6, kio-6, libaccounts-qt6, qcoro-qt6, and
signond-qt6
replace kcmutils, ki18n, kcoreaddons, kdbusaddons, kdeclarative, kwallet,
kio,
libaccounts-qt, qcoro-qt5, and signond.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I93104cf4aa4d38a9a3ac7ce239c2ecee8e61b424
---
gnu/packages/kde-pim.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 5780b9dbca..c556139f9d 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -575,26 +575,27 @@ one of the APIs mentioned above.")
(define-public kaccounts-integration
(package
(name "kaccounts-integration")
- (version "23.04.3")
+ (version "24.02.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32
- "1mn64xw5r2magy5y0qmg5r907jz1y8jar0qqkc6s1zjjr3s3knac"))))
+ "01yk0qfwj4xqhw7khxypb60w6qbfgkx60xpy396s5xld1mwks2ym"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
- (inputs (list kcmutils
- ki18n
- kcoreaddons
- kdbusaddons
- kdeclarative
- kwallet
- kio
- libaccounts-qt
- qcoro-qt5
- signond))
+ (inputs (list kcmutils-6
+ ki18n-6
+ kcoreaddons-6
+ kdbusaddons-6
+ kdeclarative-6
+ kwallet-6
+ kio-6
+ libaccounts-qt6
+ qcoro-qt6
+ signond-qt6))
+ (arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/network/kaccounts-integration")
(synopsis "Online account management system")
(description "The Kaccounts Integration library provides online account
- 122/347: gnu: kwin: Update to 6.0.4.1., (continued)
- 122/347: gnu: kwin: Update to 6.0.4.1., guix-commits, 2024/06/28
- 124/347: gnu: Add qcoro-qt6., guix-commits, 2024/06/28
- 130/347: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/06/28
- 125/347: gnu: kdegraphics-mobipocket: Update to 24.02.2., guix-commits, 2024/06/28
- 126/347: gnu: Add kfilemetadata-6., guix-commits, 2024/06/28
- 133/347: gnu: kdsoap: Update style., guix-commits, 2024/06/28
- 147/347: gnu: plasma-systemmonitor: Update to 6.0.4., guix-commits, 2024/06/28
- 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 <=
- 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, 2024/06/28
- 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