[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/115: gnu: pango: Update synopsis, description and home-page.
From: |
guix-commits |
Subject: |
31/115: gnu: pango: Update synopsis, description and home-page. |
Date: |
Wed, 12 May 2021 21:01:23 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit a4d9a97f181a0d7b5d883f8d3a343865e67a0e04
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:24:42 2021 -0500
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>
---
gnu/packages/gtk.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 20290bf..fc90d33 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -363,13 +363,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
- 08/115: gnu: libsigc++: Update to 3.0.6., (continued)
- 08/115: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/05/12
- 12/115: gnu: Add libsigc++-2., guix-commits, 2021/05/12
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/12
- 23/115: gnu: cairo: Enable some features., guix-commits, 2021/05/12
- 15/115: gnu: gtk-doc: Correct inputs., guix-commits, 2021/05/12
- 16/115: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/05/12
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/12
- 21/115: gnu: cairo: Change build-system., guix-commits, 2021/05/12
- 28/115: gnu: pango: Add missing arguments., guix-commits, 2021/05/12
- 31/115: gnu: pango: Update synopsis, description and home-page.,
guix-commits <=
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/12
- 32/115: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/05/12
- 35/115: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/05/12
- 39/115: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/05/12
- 46/115: gnu: vala: Update to 0.52.0., guix-commits, 2021/05/12
- 48/115: gnu: libgsf: Change build-system., guix-commits, 2021/05/12
- 49/115: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/05/12
- 26/115: gnu: cairomm: Enable documentation., guix-commits, 2021/05/12
- 30/115: gnu: pango: Update to 1.48.3., guix-commits, 2021/05/12
- 36/115: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/05/12