[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: |
Fri, 7 May 2021 16:56:29 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2cfee1294e7800353d7a556a66ba8d7b8846c7e5
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 25b29a9..ece7bd3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -361,13 +361,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
- 16/115: gnu: gtk-doc: Update to 1.32., (continued)
- 16/115: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/05/07
- 15/115: gnu: gtk-doc: Correct inputs., guix-commits, 2021/05/07
- 14/115: gnu: gtk-doc: Change build-system., guix-commits, 2021/05/07
- 23/115: gnu: cairo: Enable some features., guix-commits, 2021/05/07
- 24/115: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/05/07
- 28/115: gnu: pango: Add missing arguments., guix-commits, 2021/05/07
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/07
- 26/115: gnu: cairomm: Enable documentation., guix-commits, 2021/05/07
- 41/115: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/05/07
- 36/115: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/05/07
- 31/115: gnu: pango: Update synopsis, description and home-page.,
guix-commits <=
- 40/115: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 32/115: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/05/07
- 29/115: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/07
- 33/115: gnu: pangomm: Enable documentation., guix-commits, 2021/05/07
- 44/115: gnu: vala: Enable coverage support., guix-commits, 2021/05/07
- 45/115: gnu: vala: Fix documentation., guix-commits, 2021/05/07
- 46/115: gnu: vala: Update to 0.52.0., guix-commits, 2021/05/07
- 50/115: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/07
- 53/115: gnu: libgsf: Enable documentation., guix-commits, 2021/05/07
- 57/115: gnu: atk: Update home-page and license., guix-commits, 2021/05/07