GNU bug report logs -
#64798
[PATCH 000/209] update kde package and add plasme desktop
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Sun, 23 Jul 2023 08:11:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #743 received at 64798 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-pim.scm (kaccounts-providers): New variable.
---
gnu/packages/kde-pim.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index d7ab88e256..56cd54be4a 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -600,6 +600,33 @@ (define-public kaccounts-integration
management system and its Plasma integration components.")
(license license:lgpl2.0+)))
+(define-public kaccounts-providers
+ (package
+ (name "kaccounts-providers")
+ (version "23.04.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/"
+ version "/src/" name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1lrmj6r09ypnpl2s586i4rd3fk3760qlxyrhh91k43wkb8i6m8f0"))))
+ (build-system qt-build-system)
+ (native-inputs (list extra-cmake-modules intltool))
+ (inputs (list kaccounts-integration
+ kcoreaddons
+ kdeclarative
+ ki18n
+ kio
+ libaccounts-qt
+ qtwebengine-5
+ signond))
+ (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
+KAccounts system.")
+ (license license:lgpl2.0+)))
+
(define-public kalendar
(package
(name "kalendar")
base-commit: 461602d07c8da0e29bae392270f4ef3fd4f7fffb
--
2.41.0
This bug report was last modified 1 year and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.