[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/458: gnu: kaccounts-providers: Update to 24.05.2.
From: |
guix-commits |
Subject: |
168/458: gnu: kaccounts-providers: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:15 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 05c48ea4084f60f620a38f2e83d97eee22ba1f14
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 16:20:04 2024 +0800
gnu: kaccounts-providers: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kaccounts-providers): Update to 24.05.2.
[inputs]: Remove libaccounts-qt, qtwebengine-5, and signond; add kpackage,
libaccounts-qt6, qtwebengine, and signond-qt6.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Icd11e6416a23a8cccd9ca2949b356cc6062f835d
---
gnu/packages/kde-pim.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 85d6923e4c..ae11e87eca 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -605,24 +605,26 @@ management system and its Plasma integration components.")
(define-public kaccounts-providers
(package
(name "kaccounts-providers")
- (version "23.04.3")
+ (version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32
- "1lrmj6r09ypnpl2s586i4rd3fk3760qlxyrhh91k43wkb8i6m8f0"))))
+ "1mfidlhy8jh3ar9rpn39a52q6sfhc5f4yn30p2ihv9l7xi5r9vk0"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules intltool))
(inputs (list kaccounts-integration
kcoreaddons
kdeclarative
+ kpackage
ki18n
kio
- libaccounts-qt
- qtwebengine-5
- signond))
+ libaccounts-qt6
+ qtwebengine
+ signond-qt6))
+ (arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/network/kaccounts-providers")
(synopsis "Online account providers for the KAccounts system")
(description "This package provides online account providers for the
- 105/458: gnu: kcolorchooser: Update to 24.05.2., (continued)
- 105/458: gnu: kcolorchooser: Update to 24.05.2., guix-commits, 2024/07/15
- 114/458: gnu: libkscreen: Update to 6.1.2., guix-commits, 2024/07/15
- 128/458: gnu: Add libqaccessibilityclient-qt5., guix-commits, 2024/07/15
- 107/458: gnu: kdecoration: Update to 6.1.2., guix-commits, 2024/07/15
- 104/458: gnu: kwrited: Update to 6.1.2., guix-commits, 2024/07/15
- 131/458: gnu: Add kglobalacceld., guix-commits, 2024/07/15
- 132/458: gnu: kwin: Update to 6.1.2., guix-commits, 2024/07/15
- 142/458: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/15
- 144/458: gnu: plasma-vault: Update to 6.1.2., guix-commits, 2024/07/15
- 157/458: gnu: Add qqc2-breeze-style., guix-commits, 2024/07/15
- 168/458: gnu: kaccounts-providers: Update to 24.05.2.,
guix-commits <=
- 179/458: gnu: plasma: Update to 6.1.2., guix-commits, 2024/07/15
- 177/458: gnu: Remove khotkeys., guix-commits, 2024/07/15
- 197/458: gnu: kigo: Update to 24.05.2., guix-commits, 2024/07/15
- 92/458: gnu: Add plasma-activities., guix-commits, 2024/07/15
- 102/458: gnu: baloo: Update to 6.3.0., guix-commits, 2024/07/15
- 113/458: gnu: polkit-kde-agent: Update to 6.1.2., guix-commits, 2024/07/15
- 335/458: gnu: Add kjobwidgets-5., guix-commits, 2024/07/15
- 451/458: gnu: Add kimageformats-5., guix-commits, 2024/07/15
- 190/458: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/15
- 211/458: gnu: kpublictransport: Update to 24.05.2., guix-commits, 2024/07/15