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.
This commit is contained in:
parent
c11a6eb1e5
commit
66672a455c
|
@ -139,8 +139,10 @@ buffers.")
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(home-page "http://gimp.org")
|
(home-page "http://gimp.org")
|
||||||
(synopsis "Image manipulation program.")
|
(synopsis "GNU Image Manipulation Program")
|
||||||
(description "GIMP is the GNU Image Manipulation Program. It is a freely
|
(description
|
||||||
distributed piece of software for such tasks as photo retouching, image
|
"GIMP is an application for image manipulation tasks such as photo
|
||||||
composition and image authoring.")
|
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
|
(license license:gpl3+))) ; some files are lgplv3
|
||||||
|
|
|
@ -207,8 +207,8 @@ emulation to complete hardware acceleration for modern GPUs.")
|
||||||
"freeglut"))
|
"freeglut"))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(home-page "http://gnu.org/s/guile-opengl")
|
(home-page "http://gnu.org/s/guile-opengl")
|
||||||
(synopsis "OpenGL bindings for Guile")
|
(synopsis "Guile binding for the OpenGL graphics API")
|
||||||
(description
|
(description
|
||||||
"GNU Guile-OpenGL is a library providing access to the OpenGL graphics
|
"Guile-OpenGL is a library for Guile that provides bindings to the
|
||||||
API from GNU Guile.")
|
OpenGL graphics API.")
|
||||||
(license l:lgpl3+)))
|
(license l:lgpl3+)))
|
||||||
|
|
|
@ -1178,9 +1178,13 @@ controls using the Bonobo component framework.")
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.gnumeric.org")
|
(home-page "http://www.gnumeric.org")
|
||||||
(synopsis "Spreadsheet program")
|
(synopsis "Spreadsheet application")
|
||||||
(description "Gnumeric is a spreadsheet program for GNOME. The project aims
|
(description
|
||||||
to become a drop in replacement for proprietary spreadsheets.")
|
"GNUmeric is a GNU spreadsheet application, running under GNOME. It is
|
||||||
|
interoperable with other spreadsheet applications. It has a vast array of
|
||||||
|
features beyond typical spreadsheet functionality, such as support for linear
|
||||||
|
and non-linear solvers, statistical analysis, and telecommunication
|
||||||
|
engineering.")
|
||||||
(license
|
(license
|
||||||
;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
|
;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
|
||||||
(list license:gpl2 license:gpl3))))
|
(list license:gpl2 license:gpl3))))
|
||||||
|
|
Loading…
Reference in New Issue