gnu: kldap: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kldap): Update to 24.05.2. [inputs]: Remove qtbase-5 and qtkeychain; add qtkeychain-qt6. [arguments]: Set #:qtbase to qtbase. Change-Id: Ie3579b3e4514ff46aa021993ff261373942f2913master
parent
6955cba8bd
commit
08a6b2b3ce
|
@ -1162,21 +1162,22 @@ model and itinerary extraction code.")
|
|||
(define-public kldap
|
||||
(package
|
||||
(name "kldap")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kldap-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0hp5j02kwh91xf0n6zqzgam7g50r54hzbkli5i7c0rxdb1g28ihm"))))
|
||||
(base32 "1nhr18h7f4qm196jjg5aqyky7v7w8n7iy07kzdk638381sarcmyz"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
(list ki18n kio kwidgetsaddons qtbase-5 qtkeychain))
|
||||
(list ki18n kio kwidgetsaddons qtkeychain-qt6))
|
||||
(propagated-inputs
|
||||
(list cyrus-sasl openldap))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://api.kde.org/kdepim/kldap/html/index.html")
|
||||
(synopsis "Library for accessing LDAP")
|
||||
(description "This is a library for accessing LDAP with a convenient Qt
|
||||
|
|
Reference in New Issue