mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
(define-public kcalendarsupport
|
||||||
(package
|
(package
|
||||||
(name "kcalendarsupport")
|
(name "kcalendarsupport")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/calendarsupport-" version ".tar.xz"))
|
"/src/calendarsupport-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zk6kv5nhcd7a5llzh31890xpqdg522ahjdgbwsm7pcp62y0nbsj"))))
|
(base32 "0qih5p810h1860diqb9yszrv0arf63bd32x7rfizw6mhpkh20ryq"))))
|
||||||
(properties `((upstream-name . "calendarsupport")))
|
(properties `((upstream-name . "calendarsupport")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools))
|
||||||
(inputs
|
(inputs
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-calendar
|
|
||||||
akonadi-mime
|
akonadi-mime
|
||||||
akonadi-notes
|
akonadi-notes
|
||||||
boost
|
boost
|
||||||
|
@ -751,15 +750,14 @@ (define-public kcalendarsupport
|
||||||
kholidays
|
kholidays
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kidentitymanagement
|
|
||||||
kio
|
kio
|
||||||
kitemmodels
|
kitemmodels
|
||||||
kmime
|
|
||||||
kpimcommon
|
kpimcommon
|
||||||
kpimtextedit
|
kpimtextedit
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kxmlgui
|
kxmlgui))
|
||||||
qtbase-5))
|
(propagated-inputs (list akonadi-calendar kidentitymanagement kmime))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://api.kde.org/kdepim/calendarsupport/html/index.html")
|
(home-page "https://api.kde.org/kdepim/calendarsupport/html/index.html")
|
||||||
(synopsis "Calendar Support library for KDE PIM")
|
(synopsis "Calendar Support library for KDE PIM")
|
||||||
(description "The Calendar Support library provides helper utilities for
|
(description "The Calendar Support library provides helper utilities for
|
||||||
|
|
Loading…
Reference in a new issue