mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add kmbox.
* gnu/packages/kde-pim.scm (kmbox): New variable.
This commit is contained in:
parent
7cfb118cbe
commit
962b288ad5
1 changed files with 23 additions and 0 deletions
|
@ -111,6 +111,29 @@ (define-public akonadi
|
||||||
programs.")
|
programs.")
|
||||||
(license license:fdl1.2+)))
|
(license license:fdl1.2+)))
|
||||||
|
|
||||||
|
(define-public kmbox
|
||||||
|
(package
|
||||||
|
(name "kmbox")
|
||||||
|
(version "19.08.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://kde/stable/applications/" version
|
||||||
|
"/src/kmbox-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "13b5v1nx46k5ais3cms7yxrfi8p6xbljpkpg3f7v1asb6kshv7g2"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||||
|
(inputs
|
||||||
|
`(("kcodecs" ,kcodecs)
|
||||||
|
("kmime" ,kmime)
|
||||||
|
("qtbase" ,qtbase)))
|
||||||
|
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
|
||||||
|
(synopsis "Library for handling mbox mailboxes")
|
||||||
|
(description "A library for accessing mail storages in MBox format.")
|
||||||
|
(license license:lgpl2.0+ )))
|
||||||
|
|
||||||
(define-public kmime
|
(define-public kmime
|
||||||
(package
|
(package
|
||||||
(name "kmime")
|
(name "kmime")
|
||||||
|
|
Loading…
Reference in a new issue