mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kmailimporter: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kmailimporter): Update to 24.05.2. [inputs]: Remove grantlee, karchive and qtbase-5. [propagated-inputs]: Add karchive. [arguments]: Set #:qtbase to qtbase. Change-Id: If9d32a462a9a799ceb55878ed34ba77806e721e2
This commit is contained in:
parent
761187a73a
commit
562c790838
1 changed files with 5 additions and 6 deletions
|
@ -1418,14 +1418,14 @@ (define-public kmailcommon
|
|||
(define-public kmailimporter
|
||||
(package
|
||||
(name "kmailimporter")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/mailimporter-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "18shpxz7rg64g2mxdhdjhxhn893m0930v76cdnij339ycbcq5ypc"))))
|
||||
(base32 "0hjwz70ys2bi6l8c2anzc7mhcapcqsximrxh813sp36hqwsix52g"))))
|
||||
(properties `((upstream-name . "mailimporter")))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
|
@ -1434,10 +1434,8 @@ (define-public kmailimporter
|
|||
(list akonadi
|
||||
akonadi-contacts
|
||||
akonadi-mime
|
||||
grantlee
|
||||
grantleetheme
|
||||
boost
|
||||
karchive
|
||||
kcompletion
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
|
@ -1454,8 +1452,9 @@ (define-public kmailimporter
|
|||
ktextaddons
|
||||
ktextwidgets
|
||||
kxmlgui
|
||||
libkdepim
|
||||
qtbase-5))
|
||||
libkdepim))
|
||||
(propagated-inputs (list karchive))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://invent.kde.org/pim/mailimporter")
|
||||
(synopsis "KDE mail importer library")
|
||||
(description "This package provides libraries for importing mails other
|
||||
|
|
Loading…
Reference in a new issue