summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
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/packages/gnome.scm
parentc11a6eb1e5064271c21306de2f4633d83e224320 (diff)
downloadguix-patches-66672a455cab26ba5bbd28fbe0ca28bae692dd88.tar
guix-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/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm12
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbed680733..a043d8d4d2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1178,9 +1178,13 @@ controls using the Bonobo component framework.")
`(("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))))