mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: kincidenceeditor: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kincidenceeditor): Update to 24.05.2. [inputs]: Remove grantlee and qtbase-5; add kconfigwidgets and kxmlgui. [arguments]: Set #:qtbase to qtbase; Use Gexps. Change-Id: Ie5376412a043ff58c7b6e710f4f600bbe06f28c6
This commit is contained in:
parent
adcc6d35bb
commit
e1110184ff
1 changed files with 15 additions and 13 deletions
|
@ -434,14 +434,14 @@ (define-public itinerary
|
||||||
(define-public kincidenceeditor
|
(define-public kincidenceeditor
|
||||||
(package
|
(package
|
||||||
(name "kincidenceeditor")
|
(name "kincidenceeditor")
|
||||||
(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/incidenceeditor-" version ".tar.xz"))
|
"/src/incidenceeditor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pqfl7gqz7ibpns2gpwqpvzhsba7xj4ilhi4ax1vn3m086iyh3a0"))))
|
(base32 "1kwqr6h2b5jlxkd52g4kdnk78v3xpzqy3d2rl582j7fkhnnsfk40"))))
|
||||||
(properties `((upstream-name . "incidenceeditor")))
|
(properties `((upstream-name . "incidenceeditor")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -452,13 +452,13 @@ (define-public kincidenceeditor
|
||||||
akonadi-contacts
|
akonadi-contacts
|
||||||
akonadi-mime
|
akonadi-mime
|
||||||
boost
|
boost
|
||||||
grantlee
|
|
||||||
grantleetheme
|
grantleetheme
|
||||||
kcalendarcore
|
kcalendarcore
|
||||||
kcalendarsupport
|
kcalendarsupport
|
||||||
kcalutils
|
kcalutils
|
||||||
kcodecs
|
kcodecs
|
||||||
kcontacts
|
kcontacts
|
||||||
|
kconfigwidgets
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kdiagram
|
kdiagram
|
||||||
keventviews
|
keventviews
|
||||||
|
@ -475,18 +475,20 @@ (define-public kincidenceeditor
|
||||||
kpimtextedit
|
kpimtextedit
|
||||||
ktextaddons
|
ktextaddons
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
|
kxmlgui
|
||||||
kwallet
|
kwallet
|
||||||
libkdepim
|
libkdepim))
|
||||||
qtbase-5))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:qtbase qtbase
|
||||||
(replace 'check
|
#:phases
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
#~(modify-phases %standard-phases
|
||||||
(when tests?
|
(replace 'check
|
||||||
(invoke "dbus-launch" "ctest" ;; FIXME: tests fails.
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
"-E"
|
(when tests?
|
||||||
"(akonadi-sqlite-incidencedatetimetest|ktimezonecomboboxtest|testindividualmaildialog)")))))))
|
(invoke "dbus-launch" "ctest" ;; FIXME: tests fails.
|
||||||
|
"-E"
|
||||||
|
"(akonadi-sqlite-incidencedatetimetest|ktimezonecomboboxtest|testindividualmaildialog)")))))))
|
||||||
(home-page "https://invent.kde.org/pim/incidenceeditor")
|
(home-page "https://invent.kde.org/pim/incidenceeditor")
|
||||||
(synopsis "KDE PIM library for editing incidences")
|
(synopsis "KDE PIM library for editing incidences")
|
||||||
(description "This library provides an incidence editor for KDE PIM.")
|
(description "This library provides an incidence editor for KDE PIM.")
|
||||||
|
|
Loading…
Reference in a new issue