mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
b2822f9a3a
commit
b211b1ce0b
1 changed files with 10 additions and 9 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue