[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/143: gnu: Add kaccounts-integration.
From: |
guix-commits |
Subject: |
38/143: gnu: Add kaccounts-integration. |
Date: |
Mon, 21 Nov 2022 16:10:43 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 431f34ec02f5cee7ac030dc2502a534d94765b10
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Sep 23 16:15:32 2022 +0200
gnu: Add kaccounts-integration.
* gnu/packages/kde-pim.scm (kaccounts-integration): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/kde-pim.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 881385e279..a24964f208 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -496,6 +496,34 @@ modern blogging web application that provides an XML data
interface supports
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")
- 11/143: gnu: kxmlgui: Enable tests., (continued)
- 11/143: gnu: kxmlgui: Enable tests., guix-commits, 2022/11/21
- 17/143: gnu: Remove kqtquickcharts., guix-commits, 2022/11/21
- 18/143: gnu: libksysguard: Update to 5.25.4., guix-commits, 2022/11/21
- 22/143: gnu: libkscreen: Enable all tests except for 5 failing., guix-commits, 2022/11/21
- 26/143: gnu: materialdecoration: Remove input labels., guix-commits, 2022/11/21
- 31/143: gnu: KDE Plasma: Update to 5.25.5., guix-commits, 2022/11/21
- 33/143: gnu: Add signond., guix-commits, 2022/11/21
- 35/143: gnu: Add kpublictransport., guix-commits, 2022/11/21
- 36/143: gnu: Add libaccounts-qt., guix-commits, 2022/11/21
- 37/143: gnu: Add libsignon-glib., guix-commits, 2022/11/21
- 38/143: gnu: Add kaccounts-integration.,
guix-commits <=
- 39/143: gnu: akonadi: Add dbus and pkg-config to native-inputs., guix-commits, 2022/11/21
- 41/143: gnu: bluez-qt: Add qtdeclarative-5 to inputs., guix-commits, 2022/11/21
- 46/143: gnu: kiconthemes: Use gexp., guix-commits, 2022/11/21
- 43/143: gnu: Add python-doxyqml., guix-commits, 2022/11/21
- 51/143: gnu: Add kio-fuse., guix-commits, 2022/11/21
- 57/143: gnu: Add kmenuedit., guix-commits, 2022/11/21
- 58/143: gnu: Add kirigami-addons., guix-commits, 2022/11/21
- 63/143: gnu: Add plasmatube., guix-commits, 2022/11/21
- 66/143: gnu: Add wacomtablet., guix-commits, 2022/11/21
- 67/143: gnu: Add plasma-vault., guix-commits, 2022/11/21