mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add akonadi-notes.
* gnu/packages/kde-pim.scm (akonadi-notes): New variable.
This commit is contained in:
parent
8d41c6a3b5
commit
d03ad6cf77
1 changed files with 29 additions and 0 deletions
|
@ -166,6 +166,35 @@ (define-public akonadi-mime
|
|||
(license ;; GPL for programs, LGPL for libraries
|
||||
(list license:gpl2+ license:lgpl2.0+))))
|
||||
|
||||
(define-public akonadi-notes
|
||||
(package
|
||||
(name "akonadi-notes")
|
||||
(version "19.08.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/applications/" version
|
||||
"/src/akonadi-notes-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0r8vh11bfjzhspb5kp2d0kcgwqd2m5qpxpamiajzjq910f51sw3w"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
(inputs
|
||||
`(("akonadi" ,akonadi)
|
||||
("kcodecs" ,kcodecs)
|
||||
("ki18n" ,ki18n)
|
||||
("kmime" ,kmime)
|
||||
("qtbase" ,qtbase)))
|
||||
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
|
||||
(synopsis "Akonadi notes access library")
|
||||
(description "Akonadi Notes is a library that effectively bridges the
|
||||
type-agnostic API of the Akonadi client libraries and the domain-specific
|
||||
KMime library. It provides a helper class for note attachments and for
|
||||
wrapping notes into KMime::Message objects.")
|
||||
(license ;; GPL for programs, LGPL for libraries
|
||||
(list license:gpl2+ license:lgpl2.0+))))
|
||||
|
||||
(define-public kalarmcal
|
||||
(package
|
||||
(name "kalarmcal")
|
||||
|
|
Loading…
Reference in a new issue