mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
1cf2ca30a6
commit
57f1eb1dd6
1 changed files with 7 additions and 6 deletions
|
@ -1250,14 +1250,14 @@ (define-public kmail
|
|||
(define-public kmail-account-wizard
|
||||
(package
|
||||
(name "kmail-account-wizard")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmail-account-wizard-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1840zjgrqwk2zgqbb33gl9nvigsrmk5grzvzg5cw116h7lb7z7xx"))))
|
||||
(base32 "0izjdajipca59zbsdir136qfyh61aynpb2h1bady6qs927l5ds1f"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules shared-mime-info))
|
||||
|
@ -1265,9 +1265,9 @@ (define-public kmail-account-wizard
|
|||
(list akonadi
|
||||
akonadi-mime
|
||||
kcrash
|
||||
kross
|
||||
kcmutils
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kidentitymanagement
|
||||
kimap
|
||||
|
@ -1285,9 +1285,10 @@ (define-public kmail-account-wizard
|
|||
kwallet
|
||||
libkdepim
|
||||
libkleo
|
||||
qtkeychain
|
||||
qtscript
|
||||
qttools-5))
|
||||
qtkeychain-qt6))
|
||||
(arguments (list #:qtbase qtbase
|
||||
;; TODO: pass test.
|
||||
#:tests? #f))
|
||||
(home-page "https://invent.kde.org/pim/kmail-account-wizard")
|
||||
(synopsis "Assistant for the configuration of accounts in KMail")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue