[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39182] [PATCH 25/26] gnu: Add kpimcommon.
From: |
Hartmut Goebel |
Subject: |
[bug#39182] [PATCH 25/26] gnu: Add kpimcommon. |
Date: |
Sat, 18 Jan 2020 22:11:44 +0100 |
* gnu/packages/kde-pim.scm (kpimcommon): New variable.
---
gnu/packages/kde-pim.scm | 61 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 3ebfe7b9e6..5481387f58 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1067,3 +1067,64 @@ KDE using certificate-based crypto.")
(description "KDE mail importer library.")
(license ;; GPL for programs, LGPL for libraries
(list license:gpl2+ license:lgpl2.0+))))
+
+(define-public kpimcommon
+ (package
+ (name "kpimcommon")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/pimcommon-" version ".tar.xz"))
+ (sha256
+ (base32 "1jl40ymq46yjn9va78hklgg91ikrfahf3w4jl5ziiqbivcl7r9kn"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("karchive" ,karchive)
+ ("akonadi" ,akonadi)
+ ("akonadi-contacts" ,akonadi-contacts)
+ ("akonadi-mime" ,akonadi-mime)
+ ("boost" ,boost)
+ ("grantlee" ,grantlee)
+ ;; TODO: ("kaccounts" ,kaccounts)
+ ("kcodecs" ,kcodecs)
+ ("kcompletion" ,kcompletion)
+ ("kconfig" ,kconfig)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcontacts" ,kcontacts)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kdesignerplugin" ,kdesignerplugin)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kimap" ,kimap)
+ ("kio" ,kio)
+ ("kirigami" ,kirigami) ;; run-time dependency
+ ("kitemmodels" ,kitemmodels)
+ ("kitemviews" ,kitemviews)
+ ("kjobwidgets" ,kjobwidgets)
+ ("kmime" ,kmime)
+ ("knewstuff" ,knewstuff)
+ ("kpimtextedit" ,kpimtextedit)
+ ("kservice" ,kservice)
+ ("ktextwidgets" ,ktextwidgets)
+ ("kwallet" ,kwallet)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kwindowsystem" ,kwindowsystem)
+ ("kxmlgui" ,kxmlgui)
+ ("libkdepim" ,libkdepim)
+ ("libxslt" ,libxslt)
+ ("purpose" ,purpose)
+ ("qtbase" ,qtbase)
+ ("qtwebengine" ,qtwebengine)))
+ (arguments
+ `(#:tests? #f)) ;; TODO tests hang
+ (home-page "https://cgit.kde.org/pimcommon.git")
+ (synopsis "Common library for KDE PIM")
+ (description "Common library for KDE PIM.")
+ (license ;; GPL for programs, LGPL for libraries
+ (list license:gpl2+ license:lgpl2.0+))))
--
2.21.1
- [bug#39182] [PATCH 15/26] gnu: Add ksmtp., (continued)
- [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, 2020/01/18
- [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 <=
- [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