diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-13 12:35:46 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-13 12:38:07 +0300 |
commit | 08360a2cd0f1c447c9ad25bef8ed317abcdb0c91 (patch) | |
tree | 11b86cf8c08dc63f20dc3906e05083cc32503acc /gnu/packages | |
parent | ca892fc9efe957c82e554dd5805024ea851eed09 (diff) | |
download | guix-08360a2cd0f1c447c9ad25bef8ed317abcdb0c91.tar.gz guix-08360a2cd0f1c447c9ad25bef8ed317abcdb0c91.zip |
gnu: atril: Expand package description.
* gnu/packages/mate.scm (atril)[description]: Expand with the upstream
description.
Change-Id: Ibd142094a5fbb4028613a03da0bd6de75cc9f6fe
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mate.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index e481f3aa5a..5dcd3910e6 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de> -;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016, 2017, 2024 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Nikita <nikita@n0.is> ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> @@ -779,7 +779,11 @@ infamous 'Wanda the Fish'.") (home-page "https://mate-desktop.org") (synopsis "Document viewer for Mate") (description - "Document viewer for Mate") + "Atril is a simple multi-page document viewer. It can display and print +@acronym{PostScript, PS}, @acronym{Encapsulated PostScript EPS}, DJVU, DVI, XPS +and @acronym{Portable Document Format PDF} files. When supported by the +document, it also allows searching for text, copying text to the clipboard, +hypertext navigation, and table-of-contents bookmarks.") (license license:gpl2))) (define-public caja |