gnu: Add kontactinterface.
* gnu/packages/kde-pim.scm (kontactinterface): New variable.
This commit is contained in:
parent
29157edcd6
commit
789cf5c397
1 changed files with 27 additions and 0 deletions
|
@ -521,6 +521,33 @@ (define-public kmime
|
|||
(description "A library for MIME handling.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kontactinterface
|
||||
(package
|
||||
(name "kontactinterface")
|
||||
(version "19.08.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/applications/" version
|
||||
"/src/kontactinterface-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1p0iw9i8cxh3jn7094wvxhlpc2sw52q8csfdgch1lf3dwhkpp0k7"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
(inputs
|
||||
`(("kcoreaddons" ,kcoreaddons)
|
||||
("ki18n" ,ki18n)
|
||||
("kiconthemes" ,kiconthemes)
|
||||
("kparts" ,kparts)
|
||||
("kwindowsystem" ,kwindowsystem)
|
||||
("kxmlgui" ,kxmlgui)
|
||||
("qtbase" ,qtbase)))
|
||||
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
|
||||
(synopsis "Kontact interface library")
|
||||
(description "Kontact Interface library.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kpimtextedit
|
||||
(package
|
||||
(name "kpimtextedit")
|
||||
|
|
Loading…
Reference in a new issue