[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Add kdav.
From: |
guix-commits |
Subject: |
05/14: gnu: Add kdav. |
Date: |
Thu, 19 Mar 2020 06:40:45 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 49e247efccb46a9808a2662489857ec9f0fb6664
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sun Jan 19 18:07:27 2020 +0100
gnu: Add kdav.
This is in kde-pim.scm since it explicitly offers the "KPimKDAV".
* gnu/package/kde-pim.scm (kdav): New variable.
---
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 1fb281e..755cf31 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -449,6 +449,34 @@ data")
functions for accessing calendar data using the kcalcore API.")
(license license:lgpl2.0+)))
+(define-public kdav
+ (package
+ (name "kdav")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/kdav-" version ".tar.xz"))
+ (sha256
+ (base32 "1w59n17lridglphnm4mnmmzq1ijpbp269qxfmz01vk6wry6hlnp8"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("kcoreaddons" ,kcoreaddons)
+ ("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("qtbase" ,qtbase)
+ ("qtxmlpatterns" ,qtxmlpatterns)))
+ (home-page "https://cgit.kde.org/kdav.git")
+ (synopsis "DAV protocol implementation with KJobs")
+ (description "This is a DAV protocol implemention with KJobs. Calendars
+and todos are supported, using either GroupDAV or CalDAV, and contacts are
+supported using GroupDAV or CardDAV.")
+ (license ;; GPL for programs, LGPL for libraries
+ (list license:gpl2+ license:lgpl2.0+))))
+
(define-public kdepim-apps-libs
(package
(name "kdepim-apps-libs")
- branch master updated (ea2a180 -> d3d8be5), guix-commits, 2020/03/19
- 02/14: gnu: Add kmessagelib., guix-commits, 2020/03/19
- 03/14: gnu: Add kmailcommon., guix-commits, 2020/03/19
- 05/14: gnu: Add kdav.,
guix-commits <=
- 07/14: gnu: Add kaddressbook., guix-commits, 2020/03/19
- 04/14: gnu: Add kblog., guix-commits, 2020/03/19
- 08/14: gnu: Add knotes., guix-commits, 2020/03/19
- 11/14: gnu: Add kcalendarsupport., guix-commits, 2020/03/19
- 10/14: gnu: Add kdiagram., guix-commits, 2020/03/19
- 09/14: gnu: Add kmail., guix-commits, 2020/03/19
- 01/14: gnu: Add libksieve., guix-commits, 2020/03/19
- 12/14: gnu: Add keventviews., guix-commits, 2020/03/19
- 13/14: gnu: Add kincidenceeditor., guix-commits, 2020/03/19
- 06/14: gnu: Add kdepim-runtime., guix-commits, 2020/03/19