mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
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>
This commit is contained in:
parent
2a6f070e2d
commit
7586cad0ba
1 changed files with 8 additions and 7 deletions
|
@ -360,13 +360,14 @@ (define-public pango
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(synopsis "GNOME text and font handling library")
|
(synopsis "Text and font handling library")
|
||||||
(description
|
(description "Pango is a library for laying out and rendering of text, with
|
||||||
"Pango is the core text and font handling library used in GNOME
|
an emphasis on internationalization. Pango can be used anywhere that text
|
||||||
applications. It has extensive support for the different writing systems
|
layout is needed, though most of the work on Pango so far has been done in the
|
||||||
used throughout the world.")
|
context of the GTK+ widget toolkit. Pango forms the core of text and font
|
||||||
(license license:lgpl2.0+)
|
handling for GTK+-2.x.")
|
||||||
(home-page "https://developer.gnome.org/pango/")))
|
(home-page "https://pango.gnome.org/")
|
||||||
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public pango-1.42
|
(define-public pango-1.42
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue