[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/36: gnu: Add kldap.
From: |
guix-commits |
Subject: |
08/36: gnu: Add kldap. |
Date: |
Mon, 3 Feb 2020 08:45:59 -0500 (EST) |
htgoebel pushed a commit to branch staging
in repository guix.
commit 6e03dbea47bc2cad44d69bbcfdd3964a864ad61e
Author: Hartmut Goebel <address@hidden>
AuthorDate: Thu Dec 5 22:53:44 2019 +0100
gnu: Add kldap.
* gnu/packages/kde-pim.scm (kldap): New variable.
---
gnu/packages/kde-pim.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 0eb1c10..0d42cf7 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -29,6 +29,7 @@
#:use-module (gnu packages documentation)
#:use-module (gnu packages gnome)
#:use-module (gnu packages kde-frameworks)
+ #:use-module (gnu packages openldap)
#:use-module (gnu packages qt)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages xml))
@@ -221,6 +222,34 @@ easier to do so.")
(license ;; GPL for programs, LGPL for libraries
(list license:gpl2+ license:lgpl2.0+))))
+(define-public kldap
+ (package
+ (name "kldap")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/kldap-" version ".tar.xz"))
+ (sha256
+ (base32 "1blbnj8av6h168g14gyphyd9sz87af773b1qglmbkv5pzbzaanxn"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("qtbase" ,qtbase)))
+ (propagated-inputs
+ `(("cyrus-sasl" ,cyrus-sasl)
+ ("openldap" ,openldap)))
+ (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
+ (synopsis "Library for accessing LDAP")
+ (description "This library provides an API for LDAP.")
+ (license license:lgpl2.0+)))
+
(define-public kmbox
(package
(name "kmbox")
- 02/36: gnu: Add kmime., (continued)
- 02/36: gnu: Add kmime., guix-commits, 2020/02/03
- 06/36: gnu: Add kidentitymanagement., guix-commits, 2020/02/03
- 01/36: gnu: Add akonadi., guix-commits, 2020/02/03
- 09/36: gnu: Add ktnef., guix-commits, 2020/02/03
- 12/36: gnu: Add akonadi-notes., guix-commits, 2020/02/03
- 05/36: gnu: Add kpimtextedit., guix-commits, 2020/02/03
- 04/36: gnu: Add kcalutils., guix-commits, 2020/02/03
- 11/36: gnu: Add akonadi-mime., guix-commits, 2020/02/03
- 15/36: gnu: Add ksmtp., guix-commits, 2020/02/03
- 16/36: gnu: Add kontactinterface., guix-commits, 2020/02/03
- 08/36: gnu: Add kldap.,
guix-commits <=
- 13/36: gnu: Add akonadi-search., guix-commits, 2020/02/03
- 14/36: gnu: Add akonadi-contacts., guix-commits, 2020/02/03
- 19/36: gnu: Add akonadi-calendar., guix-commits, 2020/02/03
- 07/36: gnu: Add kimap., guix-commits, 2020/02/03
- 03/36: gnu: Add kmbox., guix-commits, 2020/02/03
- 10/36: gnu: Add kalarmcal., guix-commits, 2020/02/03
- 17/36: gnu: Add libkgapi., guix-commits, 2020/02/03
- 22/36: gnu: Add kgpg., guix-commits, 2020/02/03
- 23/36: gnu: Add libkdepim., guix-commits, 2020/02/03
- 24/36: gnu: Add kmailimporter., guix-commits, 2020/02/03