gnu: keventviews: Update to 24.05.2.

* gnu/packages/kde-pim.scm (keventviews): Update to 24.05.2.
[inputs]: Remove akonadi, akonadi-calendar, kcalendarcore, and qtbase-5.
[propagated-inputs]: Add akonadi, akonadi-calendar, kcalendarcore, and kcalendarsupport.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I787fe3577ec1c0374e2a24108626fcc04e9d25f5
This commit is contained in:
Zheng Junjie 2024-07-07 23:52:36 +08:00
parent b2822f9a3a
commit b211b1ce0b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -901,24 +901,21 @@ (define-public kdepim-runtime
(define-public keventviews
(package
(name "keventviews")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/eventviews-" version ".tar.xz"))
(sha256
(base32 "1nh8a7jy0sjsyi41pxhxwjkq6fr4yy9rqgcjjbj01dnx1ykz3d7l"))))
(base32 "0kqkd8dqh8plmxngajr8266nad2sm7qf711h2jpiav753p0xas5z"))))
(properties `((upstream-name . "eventviews")))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
(list extra-cmake-modules qttools))
(inputs
(list akonadi
akonadi-calendar
akonadi-contacts
(list akonadi-contacts
boost
kcalendarcore
kcalendarsupport
kcalutils
kcodecs
@ -939,8 +936,12 @@ (define-public keventviews
kservice
ktextwidgets
kxmlgui
libkdepim
qtbase-5))
libkdepim))
(propagated-inputs (list akonadi
akonadi-calendar
kcalendarcore
kcalendarsupport))
(arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/pim/eventviews")
(synopsis "KDE PIM library for creating events")
(description "This library provides an event creator for KDE PIM.")