[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
256/458: gnu: kldap: Update to 24.05.2.
From: |
guix-commits |
Subject: |
256/458: gnu: kldap: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:45 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 98e14d62d06d01207e5aacfced2b1a75a8ca1026
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 20:43:17 2024 +0800
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: Ie3579b3e4514ff46aa021993ff261373942f2913
---
gnu/packages/kde-pim.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 6b28a53dc5..2129a2e0e3 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -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
- 206/458: gnu: kreversi: Update to 24.05.2., (continued)
- 206/458: gnu: kreversi: Update to 24.05.2., guix-commits, 2024/07/15
- 208/458: gnu: ktorrent: Update to 24.05.2., guix-commits, 2024/07/15
- 221/458: gnu: kbounce: Update to 24.05.2., guix-commits, 2024/07/15
- 222/458: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/15
- 248/458: gnu: akonadi: Update to 24.05.2., guix-commits, 2024/07/15
- 231/458: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/15
- 228/458: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/15
- 233/458: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/15
- 282/458: gnu: ffmpegthumbs: Update to 24.05.2., guix-commits, 2024/07/15
- 264/458: gnu: kmailtransport: Update to 24.05.2., guix-commits, 2024/07/15
- 256/458: gnu: kldap: Update to 24.05.2.,
guix-commits <=
- 273/458: gnu: kdenlive: Enable qt6., guix-commits, 2024/07/15
- 274/458: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/15
- 279/458: gnu: libkcddb: Update to 24.05.2., guix-commits, 2024/07/15
- 285/458: gnu: juk: Update to 24.05.2., guix-commits, 2024/07/15
- 289/458: gnu: kcalutils: Update to 24.05.2., guix-commits, 2024/07/15
- 292/458: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/15
- 293/458: gnu: kmessagelib: Update to 24.05.2., guix-commits, 2024/07/15
- 297/458: gnu: kcalendarsupport: Update to 24.05.2., guix-commits, 2024/07/15
- 299/458: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/15
- 303/458: gnu: Add merkuro., guix-commits, 2024/07/15