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
|
(define-public kmailimporter
|
||||||
(package
|
(package
|
||||||
(name "kmailimporter")
|
(name "kmailimporter")
|
||||||
(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/mailimporter-" version ".tar.xz"))
|
"/src/mailimporter-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18shpxz7rg64g2mxdhdjhxhn893m0930v76cdnij339ycbcq5ypc"))))
|
(base32 "0hjwz70ys2bi6l8c2anzc7mhcapcqsximrxh813sp36hqwsix52g"))))
|
||||||
(properties `((upstream-name . "mailimporter")))
|
(properties `((upstream-name . "mailimporter")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1434,10 +1434,8 @@ (define-public kmailimporter
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-contacts
|
akonadi-contacts
|
||||||
akonadi-mime
|
akonadi-mime
|
||||||
grantlee
|
|
||||||
grantleetheme
|
grantleetheme
|
||||||
boost
|
boost
|
||||||
karchive
|
|
||||||
kcompletion
|
kcompletion
|
||||||
kconfig
|
kconfig
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
|
@ -1454,8 +1452,9 @@ (define-public kmailimporter
|
||||||
ktextaddons
|
ktextaddons
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdepim
|
libkdepim))
|
||||||
qtbase-5))
|
(propagated-inputs (list karchive))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://invent.kde.org/pim/mailimporter")
|
(home-page "https://invent.kde.org/pim/mailimporter")
|
||||||
(synopsis "KDE mail importer library")
|
(synopsis "KDE mail importer library")
|
||||||
(description "This package provides libraries for importing mails other
|
(description "This package provides libraries for importing mails other
|
||||||
|
|
Loading…
Reference in a new issue