[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/91: gnu: glib: Update synopsis, description and home-page.
From: |
guix-commits |
Subject: |
04/91: gnu: glib: Update synopsis, description and home-page. |
Date: |
Mon, 19 Apr 2021 17:13:55 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit b091d68135c01b2195f05d35b19f832403f713b7
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 07:45:50 2021 -0500
gnu: glib: Update synopsis, description and home-page.
* gnu/packages/glib.scm (glib) [synopsis]: Modify.
[description]: Modify.
[home-page]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/glib.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7b9c39a..f3179de 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -305,11 +305,12 @@ shared NFS home directories.")
(variable "GIO_EXTRA_MODULES")
(files '("lib/gio/modules")))))
(search-paths native-search-paths)
- (synopsis "Thread-safe general utility library; basis of GTK+ and GNOME")
- (description "GLib provides data structure handling for C, portability
-wrappers, and interfaces for such runtime functionality as an event loop,
-threads, dynamic loading, and an object system.")
- (home-page "https://developer.gnome.org/glib/")
+ (synopsis "Low-level core library for GNOME projects")
+ (description "GLib provides the core application building blocks for
+libraries and applications written in C. It provides the core object system
+used in GNOME, the main loop implementation, and a large set of utility
+functions for strings and common data structures.")
+ (home-page "https://wiki.gnome.org/Projects/GLib")
(license license:lgpl2.1+)))
(define-public glib-with-documentation
- branch wip-gnome created (now bf75f4f), guix-commits, 2021/04/19
- 06/91: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/04/19
- 07/91: gnu: Temporarily use glib without documentation., guix-commits, 2021/04/19
- 02/91: gnu: glib: Update to 2.68.0., guix-commits, 2021/04/19
- 01/91: gnu: glib: Make some cosmetic changes., guix-commits, 2021/04/19
- 03/91: gnu: glib: Enable man pages., guix-commits, 2021/04/19
- 04/91: gnu: glib: Update synopsis, description and home-page.,
guix-commits <=
- 05/91: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/04/19
- 08/91: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/04/19
- 09/91: gnu: libsigc++: Enable documentation., guix-commits, 2021/04/19
- 10/91: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/04/19
- 11/91: gnu: glibmm: Enable documentation., guix-commits, 2021/04/19
- 15/91: gnu: gtk-doc: Correct inputs., guix-commits, 2021/04/19
- 18/91: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 12/91: gnu: Add libsigc++-2., guix-commits, 2021/04/19
- 13/91: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/04/19
- 14/91: gnu: gtk-doc: Change build-system., guix-commits, 2021/04/19