[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/115: gnu: glib: Update synopsis, description and home-page.
From: |
guix-commits |
Subject: |
04/115: gnu: glib: Update synopsis, description and home-page. |
Date: |
Fri, 7 May 2021 16:56:21 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 26a85a083347f1662a051946d22e868bf3f52b86
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 f890bcc..f851aa2 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 c308c89), guix-commits, 2021/05/07
- 02/115: gnu: glib: Update to 2.68.0., guix-commits, 2021/05/07
- 04/115: gnu: glib: Update synopsis, description and home-page.,
guix-commits <=
- 03/115: gnu: glib: Enable man pages., guix-commits, 2021/05/07
- 01/115: gnu: glib: Make some cosmetic changes., guix-commits, 2021/05/07
- 09/115: gnu: libsigc++: Enable documentation., guix-commits, 2021/05/07
- 10/115: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/05/07
- 11/115: gnu: glibmm: Enable documentation., guix-commits, 2021/05/07
- 20/115: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/05/07
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/07
- 27/115: gnu: cairomm-1.13: Fix build., guix-commits, 2021/05/07
- 38/115: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/05/07