[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39182] [PATCH 19/26] gnu: Add akonadi-calendar.
From: |
Hartmut Goebel |
Subject: |
[bug#39182] [PATCH 19/26] gnu: Add akonadi-calendar. |
Date: |
Sat, 18 Jan 2020 22:11:38 +0100 |
* gnu/packages/kde-pim.scm (akonadi-calendar): New variable.
---
gnu/packages/kde-pim.scm | 51 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index fd15440c46..fceac66265 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -114,6 +114,57 @@ This package contains the Akonadi PIM storage server and
associated
programs.")
(license license:fdl1.2+)))
+(define-public akonadi-calendar
+ (package
+ (name "akonadi-calendar")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/akonadi-calendar-" version ".tar.xz"))
+ (sha256
+ (base32 "1550h08i8rjnbd9yrnhd9v3v68ingrag2bdxrbid62qvam0n5ihy"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("akonadi" ,akonadi)
+ ("akonadi-contacts" ,akonadi-contacts)
+ ("akonadi-mime" ,akonadi-mime)
+ ("boost" ,boost)
+ ("kcalendarcore" ,kcalendarcore)
+ ("kcalutils" ,kcalutils)
+ ("kcodecs" ,kcodecs)
+ ("kcontacts" ,kcontacts)
+ ("kdbusaddons" ,kdbusaddons)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kidentitymanagement" ,kidentitymanagement)
+ ("kio" ,kio)
+ ("kitemmodels" ,kitemmodels)
+ ("kmailtransport" ,kmailtransport)
+ ("kmime" ,kmime)
+ ("kpimtextedit" ,kpimtextedit)
+ ("ksmtp" ,ksmtp)
+ ("ktextwidgets" ,ktextwidgets)
+ ("kwallet" ,kwallet)
+ ("qtbase" ,qtbase)))
+ (arguments
+ `(#:tests? #f ;; TODO: 1/1 test fails
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ ;; make Qt render "offscreen", required for tests
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ #t)))))
+ (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
+ (synopsis "Library providing calendar helpers for Akonadi items")
+ (description "This library manages calendar specific actions for
+collection and item views.")
+ (license license:lgpl2.0+)))
+
(define-public akonadi-contacts
(package
(name "akonadi-contacts")
--
2.21.1
- [bug#39182] [PATCH 08/26] gnu: Add kldap., (continued)
- [bug#39182] [PATCH 08/26] gnu: Add kldap., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 10/26] gnu: Add kalarmcal., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 11/26] gnu: Add akonadi-mime., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 07/26] gnu: Add kimap., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 14/26] gnu: Add akonadi-contacts., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 15/26] gnu: Add ksmtp., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 12/26] gnu: Add akonadi-notes., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 13/26] gnu: Add akonadi-search., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 16/26] gnu: Add kontactinterface., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 17/26] gnu: Add libkgapi., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 19/26] gnu: Add akonadi-calendar.,
Hartmut Goebel <=
- [bug#39182] [PATCH 20/26] gnu: Add libkleo., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 18/26] gnu: Add kmailtransport., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 21/26] gnu: Add kleopatra., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 22/26] gnu: Add kgpg., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 25/26] gnu: Add kpimcommon., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 26/26] gnu: Add kdepim-apps-libs., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 23/26] gnu: Add libkdepim., Hartmut Goebel, 2020/01/18
- [bug#39182] [PATCH 24/26] gnu: Add kmailimporter., Hartmut Goebel, 2020/01/18