mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
(define-public keventviews
|
||||||
(package
|
(package
|
||||||
(name "keventviews")
|
(name "keventviews")
|
||||||
(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/eventviews-" version ".tar.xz"))
|
"/src/eventviews-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nh8a7jy0sjsyi41pxhxwjkq6fr4yy9rqgcjjbj01dnx1ykz3d7l"))))
|
(base32 "0kqkd8dqh8plmxngajr8266nad2sm7qf711h2jpiav753p0xas5z"))))
|
||||||
(properties `((upstream-name . "eventviews")))
|
(properties `((upstream-name . "eventviews")))
|
||||||
(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-contacts
|
||||||
akonadi-calendar
|
|
||||||
akonadi-contacts
|
|
||||||
boost
|
boost
|
||||||
kcalendarcore
|
|
||||||
kcalendarsupport
|
kcalendarsupport
|
||||||
kcalutils
|
kcalutils
|
||||||
kcodecs
|
kcodecs
|
||||||
|
@ -939,8 +936,12 @@ (define-public keventviews
|
||||||
kservice
|
kservice
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdepim
|
libkdepim))
|
||||||
qtbase-5))
|
(propagated-inputs (list akonadi
|
||||||
|
akonadi-calendar
|
||||||
|
kcalendarcore
|
||||||
|
kcalendarsupport))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://invent.kde.org/pim/eventviews")
|
(home-page "https://invent.kde.org/pim/eventviews")
|
||||||
(synopsis "KDE PIM library for creating events")
|
(synopsis "KDE PIM library for creating events")
|
||||||
(description "This library provides an event creator for KDE PIM.")
|
(description "This library provides an event creator for KDE PIM.")
|
||||||
|
|
Loading…
Reference in a new issue