mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add ktnef.
* gnu/packages/kde-pim.scm (ktnef): New variable.
This commit is contained in:
parent
6e03dbea47
commit
ff6adc0aaa
1 changed files with 28 additions and 0 deletions
|
@ -346,3 +346,31 @@ (define-public kpimtextedit
|
|||
(description "A library for PIM-specific text editing utilities.")
|
||||
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
|
||||
(list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
|
||||
|
||||
(define-public ktnef
|
||||
(package
|
||||
(name "ktnef")
|
||||
(version "19.08.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/applications/" version
|
||||
"/src/ktnef-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0kgfhh46130hg1xq8km5gjzxa3b620j1zdrg54qivxa782smgbl6"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
(inputs
|
||||
`(("kcalendarcore" ,kcalendarcore)
|
||||
("kcalutils" ,kcalutils)
|
||||
("kcodecs" ,kcodecs)
|
||||
("kconfig" ,kconfig)
|
||||
("kcontacts" ,kcontacts)
|
||||
("kcoreaddons" ,kcoreaddons)
|
||||
("ki18n" ,ki18n)
|
||||
("qtbase" ,qtbase)))
|
||||
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/ktnef/html/")
|
||||
(synopsis "Viewer for mail attachments using TNEF format")
|
||||
(description "Viewer for mail attachments using TNEF format")
|
||||
(license license:lgpl2.0+)))
|
||||
|
|
Loading…
Reference in a new issue