[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/83: gnu: pango: Update synopsis, description and home-page.
From: |
guix-commits |
Subject: |
31/83: gnu: pango: Update synopsis, description and home-page. |
Date: |
Fri, 26 Mar 2021 17:18:31 -0400 (EDT) |
lle_bout pushed a commit to branch core-updates
in repository guix.
commit 7586cad0bae1232f9ed0f740feff7be66118d468
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 74c3cb1..8c89166 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -360,13 +360,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
- 22/83: gnu: cairo: Move documentation to separate output., (continued)
- 22/83: gnu: cairo: Move documentation to separate output., guix-commits, 2021/03/26
- 27/83: gnu: cairomm-1.13: Fix build., guix-commits, 2021/03/26
- 33/83: gnu: pangomm: Enable documentation., guix-commits, 2021/03/26
- 28/83: gnu: pango: Add missing arguments., guix-commits, 2021/03/26
- 36/83: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/03/26
- 39/83: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/03/26
- 47/83: gnu: vala: Update synopsis and description., guix-commits, 2021/03/26
- 49/83: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/03/26
- 50/83: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/03/26
- 29/83: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/03/26
- 31/83: gnu: pango: Update synopsis, description and home-page.,
guix-commits <=
- 32/83: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/03/26
- 37/83: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/03/26
- 48/83: gnu: libgsf: Change build-system., guix-commits, 2021/03/26
- 63/83: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/03/26
- 67/83: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/03/26
- 68/83: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/03/26
- 26/83: gnu: cairomm: Enable documentation., guix-commits, 2021/03/26
- 30/83: gnu: pango: Update to 1.48.3., guix-commits, 2021/03/26
- 45/83: gnu: vala: Fix documentation., guix-commits, 2021/03/26
- 46/83: gnu: vala: Update to 0.52.0., guix-commits, 2021/03/26