diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 15:58:20 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 15:58:20 +0200 |
| commit | 2c71cf66a55cd1501ebb1b765069501edf0d1bf4 (patch) | |
| tree | 938d0484b2518cca5b8c8b24d720c070cb925b1a /gnu | |
| parent | 410e38f814e5a6c1314f6f93b9fe3fcf553261a8 (diff) | |
gnu: Sync synopses with the Womb.
* gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb.
* gnu/packages/gv.scm (gv): Likewise.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bazaar.scm | 4 | ||||
| -rw-r--r-- | 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 debaef88a16..63fe3419992 100644 --- a/gnu/packages/bazaar.scm +++ b/gnu/packages/bazaar.scm | |||
| @@ -45,10 +45,10 @@ | |||
| 45 | (arguments | 45 | (arguments |
| 46 | `(#:tests? #f)) ; no test target | 46 | `(#:tests? #f)) ; no test target |
| 47 | (home-page "https://gnu.org/software/bazaar") | 47 | (home-page "https://gnu.org/software/bazaar") |
| 48 | (synopsis "Distributed and central version control system") | 48 | (synopsis "Decentralized revision control system") |
| 49 | (description | 49 | (description |
| 50 | "GNU Bazaar is a distributed version control system, which supports both | 50 | "GNU Bazaar is a distributed version control system, which supports both |
| 51 | central version control and distributed version control. Developers can | 51 | central version control and distributed version control. Developers can |
| 52 | organize their workspace in whichever way they want. It is possible to work | 52 | organize their workspace in whichever way they want. It is possible to work |
| 53 | from a command line or use a GUI application.") | 53 | from a command line or use a GUI application.") |
| 54 | (license gpl2+))) \ No newline at end of file | 54 | (license gpl2+))) |
diff --git a/gnu/packages/gv.scm b/gnu/packages/gv.scm index 870b3581fbe..1fd2d50324c 100644 --- a/gnu/packages/gv.scm +++ b/gnu/packages/gv.scm | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | ("libxpm" ,libxpm) | 53 | ("libxpm" ,libxpm) |
| 54 | ("pkg-config" ,pkg-config) | 54 | ("pkg-config" ,pkg-config) |
| 55 | ("zlib" ,zlib))) | 55 | ("zlib" ,zlib))) |
| 56 | (synopsis "postscript and pdf viewer for x") | 56 | (synopsis "PostScript and PDF viewer using Ghostscript as a back-end") |
| 57 | (description | 57 | (description |
| 58 | "GNU gv allows to view and navigate through PostScript and PDF documents | 58 | "GNU gv allows to view and navigate through PostScript and PDF documents |
| 59 | on an X display by providing a graphical user interface for the Ghostscript | 59 | on an X display by providing a graphical user interface for the Ghostscript |
