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>
This commit is contained in:
parent
f1466c0caf
commit
884e2c6830
1 changed files with 6 additions and 5 deletions
|
@ -306,11 +306,12 @@ shared NFS home directories.")
|
||||||
(variable "GIO_EXTRA_MODULES")
|
(variable "GIO_EXTRA_MODULES")
|
||||||
(files '("lib/gio/modules")))))
|
(files '("lib/gio/modules")))))
|
||||||
(search-paths native-search-paths)
|
(search-paths native-search-paths)
|
||||||
(synopsis "Thread-safe general utility library; basis of GTK+ and GNOME")
|
(synopsis "Low-level core library for GNOME projects")
|
||||||
(description "GLib provides data structure handling for C, portability
|
(description "GLib provides the core application building blocks for
|
||||||
wrappers, and interfaces for such runtime functionality as an event loop,
|
libraries and applications written in C. It provides the core object system
|
||||||
threads, dynamic loading, and an object system.")
|
used in GNOME, the main loop implementation, and a large set of utility
|
||||||
(home-page "https://developer.gnome.org/glib/")
|
functions for strings and common data structures.")
|
||||||
|
(home-page "https://wiki.gnome.org/Projects/GLib")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public glib-with-documentation
|
(define-public glib-with-documentation
|
||||||
|
|
Reference in a new issue