summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-14 15:59:41 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-14 15:59:41 +0200
commit66672a455cab26ba5bbd28fbe0ca28bae692dd88 (patch)
treefd8f566c82d3264fc1bb0b980cc22dcde8d29ba7 /gnu
parentc11a6eb1e5064271c21306de2f4633d83e224320 (diff)
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')
-rw-r--r--gnu/packages/gimp.scm10
-rw-r--r--gnu/packages/gl.scm6
-rw-r--r--gnu/packages/gnome.scm12
3 files changed, 17 insertions, 11 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index ec3adf13a46..9db543199c9 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -139,8 +139,10 @@ buffers.")
139 `(("pkg-config" ,pkg-config) 139 `(("pkg-config" ,pkg-config)
140 ("intltool" ,intltool))) 140 ("intltool" ,intltool)))
141 (home-page "http://gimp.org") 141 (home-page "http://gimp.org")
142 (synopsis "Image manipulation program.") 142 (synopsis "GNU Image Manipulation Program")
143 (description "GIMP is the GNU Image Manipulation Program. It is a freely 143 (description
144distributed piece of software for such tasks as photo retouching, image 144 "GIMP is an application for image manipulation tasks such as photo
145composition and image authoring.") 145retouching, composition and authoring. It supports all common image formats
146as well as specialized ones. It features a highly customizable interface
147that is extensible via a plugin system.")
146 (license license:gpl3+))) ; some files are lgplv3 148 (license license:gpl3+))) ; some files are lgplv3
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 36ba0bd3d36..6f92cac55ea 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -207,8 +207,8 @@ emulation to complete hardware acceleration for modern GPUs.")
207 "freeglut")) 207 "freeglut"))
208 %standard-phases))) 208 %standard-phases)))
209 (home-page "http://gnu.org/s/guile-opengl") 209 (home-page "http://gnu.org/s/guile-opengl")
210 (synopsis "OpenGL bindings for Guile") 210 (synopsis "Guile binding for the OpenGL graphics API")
211 (description 211 (description
212 "GNU Guile-OpenGL is a library providing access to the OpenGL graphics 212 "Guile-OpenGL is a library for Guile that provides bindings to the
213API from GNU Guile.") 213OpenGL graphics API.")
214 (license l:lgpl3+))) 214 (license l:lgpl3+)))
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbed6807334..a043d8d4d27 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1178,9 +1178,13 @@ controls using the Bonobo component framework.")
1178 `(("intltool" ,intltool) 1178 `(("intltool" ,intltool)
1179 ("pkg-config" ,pkg-config))) 1179 ("pkg-config" ,pkg-config)))
1180 (home-page "http://www.gnumeric.org") 1180 (home-page "http://www.gnumeric.org")
1181 (synopsis "Spreadsheet program") 1181 (synopsis "Spreadsheet application")
1182 (description "Gnumeric is a spreadsheet program for GNOME. The project aims 1182 (description
1183to become a drop in replacement for proprietary spreadsheets.") 1183 "GNUmeric is a GNU spreadsheet application, running under GNOME. It is
1184 (license 1184interoperable with other spreadsheet applications. It has a vast array of
1185features beyond typical spreadsheet functionality, such as support for linear
1186and non-linear solvers, statistical analysis, and telecommunication
1187engineering.")
1188 (license
1185 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later") 1189 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
1186 (list license:gpl2 license:gpl3)))) 1190 (list license:gpl2 license:gpl3))))