[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
296/465: gnu: kcalendarsupport: Update to 24.05.2.
From: |
guix-commits |
Subject: |
296/465: gnu: kcalendarsupport: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:01:53 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b2822f9a3a6bc1990035b7c2def90173a34323f2
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 ff18178348..8172ba47ca 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -725,21 +725,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
@@ -751,15 +750,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: gnu: kdiagram: Update to 3.0.1., (continued)
- 261/465: gnu: kdiagram: Update to 3.0.1., guix-commits, 2024/07/17
- 268/465: gnu: libgravatar: Update to 24.05.2., guix-commits, 2024/07/17
- 270/465: gnu: kimageannotator: Build with qt6., guix-commits, 2024/07/17
- 279/465: gnu: libkcompactdisc: Update to 24.05.2., guix-commits, 2024/07/17
- 263/465: gnu: kmailtransport: Update to 24.05.2., guix-commits, 2024/07/17
- 280/465: gnu: audiocd-kio: Update to 24.05.2., guix-commits, 2024/07/17
- 283/465: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/17
- 290/465: gnu: Add qgpgme-qt6-1.23., guix-commits, 2024/07/17
- 292/465: gnu: kmessagelib: Update to 24.05.2., guix-commits, 2024/07/17
- 295/465: gnu: kmailcommon: Update to 24.05.2., guix-commits, 2024/07/17
- 296/465: gnu: kcalendarsupport: Update to 24.05.2.,
guix-commits <=
- 298/465: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/17
- 299/465: gnu: Add mimetreeparser., guix-commits, 2024/07/17
- 306/465: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/17
- 314/465: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/17
- 315/465: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/17
- 310/465: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/17
- 320/465: gnu: Add attica-5., guix-commits, 2024/07/17
- 321/465: gnu: Add kcodecs-5., guix-commits, 2024/07/17
- 327/465: gnu: Add kitemviews-5., guix-commits, 2024/07/17
- 326/465: gnu: Add ki18n-5., guix-commits, 2024/07/17