me
/
guix
Archived
1
0
Fork 0

gnu: kmail-account-wizard: Update to 24.05.2.

* gnu/packages/kde-pim.scm (kmail-account-wizard): Update to 24.05.2.
[inputs]: Remove kross, qtkeychain, qtscript, and qttools-5; add ki18n and
qtkeychain-qt6.
[arguments]: Set #:qtbase to qtbase; Disable tests.

Change-Id: I2cc635013c6c687fcef7916736984e0207a643e3
master
Zheng Junjie 2024-07-16 16:31:02 +08:00
parent 1cf2ca30a6
commit 57f1eb1dd6
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 7 additions and 6 deletions

View File

@ -1250,14 +1250,14 @@ manager from KDE.")
(define-public kmail-account-wizard (define-public kmail-account-wizard
(package (package
(name "kmail-account-wizard") (name "kmail-account-wizard")
(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/kmail-account-wizard-" version ".tar.xz")) "/src/kmail-account-wizard-" version ".tar.xz"))
(sha256 (sha256
(base32 "1840zjgrqwk2zgqbb33gl9nvigsrmk5grzvzg5cw116h7lb7z7xx")))) (base32 "0izjdajipca59zbsdir136qfyh61aynpb2h1bady6qs927l5ds1f"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules shared-mime-info)) (list extra-cmake-modules shared-mime-info))
@ -1265,9 +1265,9 @@ manager from KDE.")
(list akonadi (list akonadi
akonadi-mime akonadi-mime
kcrash kcrash
kross
kcmutils kcmutils
kdbusaddons kdbusaddons
ki18n
kiconthemes kiconthemes
kidentitymanagement kidentitymanagement
kimap kimap
@ -1285,9 +1285,10 @@ manager from KDE.")
kwallet kwallet
libkdepim libkdepim
libkleo libkleo
qtkeychain qtkeychain-qt6))
qtscript (arguments (list #:qtbase qtbase
qttools-5)) ;; TODO: pass test.
#:tests? #f))
(home-page "https://invent.kde.org/pim/kmail-account-wizard") (home-page "https://invent.kde.org/pim/kmail-account-wizard")
(synopsis "Assistant for the configuration of accounts in KMail") (synopsis "Assistant for the configuration of accounts in KMail")
(description (description