From 2c71cf66a55cd1501ebb1b765069501edf0d1bf4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 11 May 2013 15:58:20 +0200 Subject: gnu: Sync synopses with the Womb. * gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb. * gnu/packages/gv.scm (gv): Likewise. --- gnu/packages/bazaar.scm | 4 ++-- gnu/packages/gv.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/bazaar.scm b/gnu/packages/bazaar.scm index debaef88a1..63fe341999 100644 --- a/gnu/packages/bazaar.scm +++ b/gnu/packages/bazaar.scm @@ -45,10 +45,10 @@ (arguments `(#:tests? #f)) ; no test target (home-page "https://gnu.org/software/bazaar") - (synopsis "Distributed and central version control system") + (synopsis "Decentralized revision control system") (description "GNU Bazaar is a distributed version control system, which supports both central version control and distributed version control. Developers can organize their workspace in whichever way they want. It is possible to work from a command line or use a GUI application.") - (license gpl2+))) \ No newline at end of file + (license gpl2+))) diff --git a/gnu/packages/gv.scm b/gnu/packages/gv.scm index 870b3581fb..1fd2d50324 100644 --- a/gnu/packages/gv.scm +++ b/gnu/packages/gv.scm @@ -53,7 +53,7 @@ ("libxpm" ,libxpm) ("pkg-config" ,pkg-config) ("zlib" ,zlib))) - (synopsis "postscript and pdf viewer for x") + (synopsis "PostScript and PDF viewer using Ghostscript as a back-end") (description "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 -- cgit v1.2.3