gnu: Sync synopses with the Womb.
* gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb. * gnu/packages/gv.scm (gv): Likewise.
This commit is contained in:
parent
410e38f814
commit
2c71cf66a5
|
@ -45,7 +45,7 @@
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no test target
|
`(#:tests? #f)) ; no test target
|
||||||
(home-page "https://gnu.org/software/bazaar")
|
(home-page "https://gnu.org/software/bazaar")
|
||||||
(synopsis "Distributed and central version control system")
|
(synopsis "Decentralized revision control system")
|
||||||
(description
|
(description
|
||||||
"GNU Bazaar is a distributed version control system, which supports both
|
"GNU Bazaar is a distributed version control system, which supports both
|
||||||
central version control and distributed version control. Developers can
|
central version control and distributed version control. Developers can
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
("libxpm" ,libxpm)
|
("libxpm" ,libxpm)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(synopsis "postscript and pdf viewer for x")
|
(synopsis "PostScript and PDF viewer using Ghostscript as a back-end")
|
||||||
(description
|
(description
|
||||||
"GNU gv allows to view and navigate through PostScript and PDF documents
|
"GNU gv allows to view and navigate through PostScript and PDF documents
|
||||||
on an X display by providing a graphical user interface for the Ghostscript
|
on an X display by providing a graphical user interface for the Ghostscript
|
||||||
|
|
Loading…
Reference in New Issue