mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
3 changed files with 17 additions and 11 deletions
|
@ -139,8 +139,10 @@ (define-public gimp
|
|||
`(("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
|
||||
|
|
|
@ -207,8 +207,8 @@ (define (dynamic-link-substitute file lib input)
|
|||
"freeglut"))
|
||||
%standard-phases)))
|
||||
(home-page "http://gnu.org/s/guile-opengl")
|
||||
(synopsis "OpenGL bindings for Guile")
|
||||
(synopsis "Guile binding for the OpenGL graphics API")
|
||||
(description
|
||||
"GNU Guile-OpenGL is a library providing access to the OpenGL graphics
|
||||
API from GNU Guile.")
|
||||
"Guile-OpenGL is a library for Guile that provides bindings to the
|
||||
OpenGL graphics API.")
|
||||
(license l:lgpl3+)))
|
||||
|
|
|
@ -1178,9 +1178,13 @@ (define-public gnumeric
|
|||
`(("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.gnumeric.org")
|
||||
(synopsis "Spreadsheet program")
|
||||
(description "Gnumeric is a spreadsheet program for GNOME. The project aims
|
||||
to become a drop in replacement for proprietary spreadsheets.")
|
||||
(license
|
||||
(synopsis "Spreadsheet application")
|
||||
(description
|
||||
"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
|
||||
;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
|
||||
(list license:gpl2 license:gpl3))))
|
||||
|
|
Loading…
Reference in a new issue