diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-12-16 11:42:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-17 14:01:18 +0100 |
commit | 785a0f72936ac486dafd022dfffb8247ebea190f (patch) | |
tree | ef51b0358ce94d17f7f5fe310c57f3d38b77b0a8 | |
parent | 17235ec28ceee1243bca2f6910c602c4460ae02a (diff) | |
download | guix-785a0f72936ac486dafd022dfffb8247ebea190f.tar.gz guix-785a0f72936ac486dafd022dfffb8247ebea190f.zip |
gnu: okular: Tweak synopsis and description.
* gnu/packages/kde.scm (okular)[synopsis]: Tweak capitalization.
[description]: Remove discussion of portability and mention supported
file formats instead.
-rw-r--r-- | gnu/packages/kde.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 2718acac9a..89c7dee60c 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -831,10 +831,10 @@ Python, PHP, and Perl.") ("kcrash" ,kcrash) ("kjs" ,kjs))) (home-page "https://kde.org/applications/graphics/okular/") - (synopsis "Document Viewer") - (description "Okular is a universal document viewer developed by KDE. - Okular works on multiple platforms, including but not limited to - Linux, Windows, macOS, *BSD, etc.") + (synopsis "Document viewer") + (description + "Okular is a document viewer developed for KDE. It can display files in +a variety of formats, including PDF, PostScript, DejaVu, and EPub.") (license license:gpl2+))) (define-public kdegraphics-mobipocket |