[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
298/465: gnu: kcalendarsupport: Update to 24.05.2.
From: |
guix-commits |
Subject: |
298/465: gnu: kcalendarsupport: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:38 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 8ae32058b4fe625e4ddba9a485fdba0d79c15664
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Jul 7 23:48:28 2024 +0800
gnu: kcalendarsupport: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kcalendarsupport): Update to 24.05.2.
[inputs]: Remove akonadi-calendar, kidentitymanagement, kmime, and qtbase-5.
[propagated-inputs]: Add akonadi-calendar, kidentitymanagement, and kmime.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I68026ab7c9172945568f37a13ef940e6ee29d40b
---
gnu/packages/kde-pim.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 21171c257c..09e9b63d72 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -728,21 +728,20 @@ external services.")
(define-public kcalendarsupport
(package
(name "kcalendarsupport")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/calendarsupport-" version ".tar.xz"))
(sha256
- (base32 "1zk6kv5nhcd7a5llzh31890xpqdg522ahjdgbwsm7pcp62y0nbsj"))))
+ (base32 "0qih5p810h1860diqb9yszrv0arf63bd32x7rfizw6mhpkh20ryq"))))
(properties `((upstream-name . "calendarsupport")))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5))
+ (list extra-cmake-modules qttools))
(inputs
(list akonadi
- akonadi-calendar
akonadi-mime
akonadi-notes
boost
@@ -754,15 +753,14 @@ external services.")
kholidays
ki18n
kiconthemes
- kidentitymanagement
kio
kitemmodels
- kmime
kpimcommon
kpimtextedit
ktextwidgets
- kxmlgui
- qtbase-5))
+ kxmlgui))
+ (propagated-inputs (list akonadi-calendar kidentitymanagement kmime))
+ (arguments (list #:qtbase qtbase))
(home-page "https://api.kde.org/kdepim/calendarsupport/html/index.html")
(synopsis "Calendar Support library for KDE PIM")
(description "The Calendar Support library provides helper utilities for
- 261/465: services: sddm: Adjust pass env., (continued)
- 261/465: services: sddm: Adjust pass env., guix-commits, 2024/07/16
- 240/465: gnu: kontrast: Update to 24.05.2., guix-commits, 2024/07/16
- 268/465: gnu: kidentitymanagement: Update to 24.05.2., guix-commits, 2024/07/16
- 281/465: gnu: libkcompactdisc: Update to 24.05.2., guix-commits, 2024/07/16
- 234/465: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/16
- 285/465: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/16
- 293/465: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/16
- 316/465: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/16
- 305/465: gnu: khealthcertificate: Update to 24.05.2., guix-commits, 2024/07/16
- 304/465: gnu: Add merkuro., guix-commits, 2024/07/16
- 298/465: gnu: kcalendarsupport: Update to 24.05.2.,
guix-commits <=
- 311/465: gnu: kleopatra: Update to 24.05.2., guix-commits, 2024/07/16
- 322/465: gnu: Add attica-5., guix-commits, 2024/07/16
- 302/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/16
- 301/465: gnu: Add mimetreeparser., guix-commits, 2024/07/16
- 306/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/16
- 308/465: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/16
- 317/465: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/16
- 312/465: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/16
- 313/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/16
- 300/465: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/16