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 | |
| parent | c11a6eb1e5064271c21306de2f4633d83e224320 (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.scm | 10 | ||||
| -rw-r--r-- | gnu/packages/gl.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/gnome.scm | 12 |
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 |
| 144 | distributed piece of software for such tasks as photo retouching, image | 144 | "GIMP is an application for image manipulation tasks such as photo |
| 145 | composition and image authoring.") | 145 | retouching, composition and authoring. It supports all common image formats |
| 146 | as well as specialized ones. It features a highly customizable interface | ||
| 147 | that 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 |
| 213 | API from GNU Guile.") | 213 | OpenGL 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 |
| 1183 | to become a drop in replacement for proprietary spreadsheets.") | 1183 | "GNUmeric is a GNU spreadsheet application, running under GNOME. It is |
| 1184 | (license | 1184 | interoperable with other spreadsheet applications. It has a vast array of |
| 1185 | features beyond typical spreadsheet functionality, such as support for linear | ||
| 1186 | and non-linear solvers, statistical analysis, and telecommunication | ||
| 1187 | engineering.") | ||
| 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)))) |
