mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add kaccounts-integration.
* gnu/packages/kde-pim.scm (kaccounts-integration): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
7bc1fe0656
commit
431f34ec02
1 changed files with 28 additions and 0 deletions
|
@ -496,6 +496,34 @@ (define-public kblog
|
|||
one of the APIs mentioned above.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kaccounts-integration
|
||||
(package
|
||||
(name "kaccounts-integration")
|
||||
(version "22.08.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q1d2a1qknfkgm63gji6ijji35d0b1jy1kvf10a7ac4l1z1fvnpl"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcmutils
|
||||
ki18n
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
kdeclarative
|
||||
kwallet
|
||||
kio
|
||||
libaccounts-qt
|
||||
signond))
|
||||
(home-page "https://invent.kde.org/network/kaccounts-integration")
|
||||
(synopsis "Online account management system")
|
||||
(description "The Kaccounts Integration library provides online account
|
||||
management system and its Plasma integration components.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kcalendarsupport
|
||||
(package
|
||||
(name "kcalendarsupport")
|
||||
|
|
Loading…
Reference in a new issue