mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
This commit is contained in:
parent
74808d276e
commit
b2822f9a3a
1 changed files with 6 additions and 8 deletions
|
@ -725,21 +725,20 @@ (define-public kalendar
|
|||
(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 @@ (define-public kcalendarsupport
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue