diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 10:24:42 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:15 -0400 |
commit | 98c6a15f26325832af5bc0a3f2f5ba688963c12e (patch) | |
tree | 1b832b6a864aff0d7d45d6573cf90aac132bb457 | |
parent | 13492f7499a7a9776531aa549d80033649c93f3c (diff) | |
download | guix-98c6a15f26325832af5bc0a3f2f5ba688963c12e.tar.gz |
gnu: pango: Update synopsis, description and home-page.
* gnu/packages/gtk.scm (pango) [synopsis]: Modify. [description]: Modify. [home-page]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
-rw-r--r-- | gnu/packages/gtk.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 238270e163..9a2027ea94 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -364,13 +364,14 @@ applications.") ("perl" ,perl) ("pkg-config" ,pkg-config) ("python" ,python-wrapper))) - (synopsis "GNOME text and font handling library") - (description - "Pango is the core text and font handling library used in GNOME -applications. It has extensive support for the different writing systems -used throughout the world.") - (license license:lgpl2.0+) - (home-page "https://developer.gnome.org/pango/"))) + (synopsis "Text and font handling library") + (description "Pango is a library for laying out and rendering of text, with +an emphasis on internationalization. Pango can be used anywhere that text +layout is needed, though most of the work on Pango so far has been done in the +context of the GTK+ widget toolkit. Pango forms the core of text and font +handling for GTK+-2.x.") + (home-page "https://pango.gnome.org/") + (license license:lgpl2.0+))) (define-public pango-1.42 (package |