diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-14 15:59:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-14 15:59:41 +0200 |
commit | 66672a455cab26ba5bbd28fbe0ca28bae692dd88 (patch) | |
tree | fd8f566c82d3264fc1bb0b980cc22dcde8d29ba7 /gnu/packages/gimp.scm | |
parent | c11a6eb1e5064271c21306de2f4633d83e224320 (diff) | |
download | patches-66672a455cab26ba5bbd28fbe0ca28bae692dd88.tar patches-66672a455cab26ba5bbd28fbe0ca28bae692dd88.tar.gz |
gnu: Synchronize synopses and descriptions with the Womb.
* gnu/packages/gimp.scm (gimp): Synchronize synopsis and description.
* gnu/packages/gl.scm (guile-opengl): Likewise.
* gnu/packages/gnome.scm (gnumeric): Likewise.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index ec3adf13a4..9db543199c 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -139,8 +139,10 @@ buffers.") `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) (home-page "http://gimp.org") - (synopsis "Image manipulation program.") - (description "GIMP is the GNU Image Manipulation Program. It is a freely -distributed piece of software for such tasks as photo retouching, image -composition and image authoring.") + (synopsis "GNU Image Manipulation Program") + (description + "GIMP is an application for image manipulation tasks such as photo +retouching, composition and authoring. It supports all common image formats +as well as specialized ones. It features a highly customizable interface +that is extensible via a plugin system.") (license license:gpl3+))) ; some files are lgplv3 |