gnu: Tweak a few synopses and descriptions reported by 'lint'.

* gnu/packages/haskell.scm (ghc-text)[synopsis]: Remove period.
  [description]: Two space after end-of-sentence periods.
  (ghc-http)[description]: Likewise.
* gnu/packages/image.scm (libwebp)[description]: Likewise.
* gnu/packages/libedit.scm (libedit)[description]: Likewise.
* gnu/packages/kde.scm (oxygen-icons)[synopsis]: Capitalize.
This commit is contained in:
Ludovic Courtès 2015-05-13 22:30:24 +02:00
parent 853c2f18e7
commit 1eefe4a87b
4 changed files with 9 additions and 10 deletions

View File

@ -373,8 +373,7 @@ access to the full zlib feature set.")
(arguments (arguments
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests. `(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
(home-page "https://github.com/bos/text") (home-page "https://github.com/bos/text")
(synopsis (synopsis "Efficient packed Unicode text type library")
"Efficient packed Unicode text type library.")
(description (description
"An efficient packed, immutable Unicode text type (both strict and "An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework. lazy), with a powerful loop fusion optimization framework.

View File

@ -224,6 +224,6 @@ calculation of sha1 for every file crawled
(arguments (arguments
`(#:tests? #f)) ; no test target `(#:tests? #f)) ; no test target
(home-page "http://www.kde.org/") (home-page "http://www.kde.org/")
(synopsis "oxygen icon theme for the KDE desktop") (synopsis "Oxygen icon theme for the KDE desktop")
(description "KDE desktop environment") (description "KDE desktop environment")
(license lgpl3+))) (license lgpl3+)))