gnu: kalendar: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kalendar): Update to 23.04.3. [inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5, qtsvg-5, qtquickcontrols-5, qtgraphicaleffects, qtlocation, and qtwebengine-5; add qtdeclarative, qtsvg, and qtwebengine. Change-Id: Ic47fb7205e7f77b74fc0bdf68ae56fd5e0f4a2ed
This commit is contained in:
parent
b211b1ce0b
commit
80149d88a2
1 changed files with 5 additions and 9 deletions
|
@ -655,7 +655,8 @@ KAccounts system.")
|
|||
"1w56glv8m1rlk86v78h69d21ydxb6i61g1dk6mcizjr5rvi4liy0"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;All 2 tests fail
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f ;All 2 tests fail
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'wrap-script
|
||||
|
@ -706,15 +707,10 @@ KAccounts system.")
|
|||
kiconthemes
|
||||
libkdepim
|
||||
libkleo
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtquickcontrols2-5
|
||||
qtsvg-5
|
||||
qtquickcontrols-5
|
||||
qtgraphicaleffects
|
||||
qtlocation
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qqc2-desktop-style
|
||||
qtwebengine-5))
|
||||
qtwebengine))
|
||||
(home-page "https://apps.kde.org/kalendar/")
|
||||
(synopsis "Calendar application")
|
||||
(description
|
||||
|
|
Reference in a new issue