[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: glib-networking: Update home-page, synopsis, description and
From: |
guix-commits |
Subject: |
04/05: gnu: glib-networking: Update home-page, synopsis, description and license. |
Date: |
Fri, 23 Apr 2021 23:49:16 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 70b1b2c92ee2294e0b3036d7a13da63adfa78c95
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Mar 28 07:00:27 2021 -0400
gnu: glib-networking: Update home-page, synopsis, description and license.
* gnu/packages/gnome.scm (glib-networking)[home-page]: Modify.
[synopsis]: Modify.
[description]: Modify.
[license]: Update to lgpl2.1+.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 793d388..97cf80c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4850,12 +4850,16 @@ library.")
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libproxy" ,libproxy)
("openssl" ,openssl)))
- (home-page "https://www.gnome.org")
- (synopsis "Network-related GIO modules")
- (description
- "This package contains various network related extensions for the GIO
-library.")
- (license license:lgpl2.0+)))
+ (home-page "https://wiki.gnome.org/Projects/GLib")
+ (synopsis "Network extensions for GLib")
+ (description
+ "Glib-networking contains the implementations of certain GLib networking
+features that cannot be implemented directly in GLib itself because of their
+dependencies. Currently it contains GnuTLS and OpenSSL-based implementations
of
+GTlsBackend, a libproxy-based implementation of GProxyResolver,
+GLibproxyResolver, and a GNOME GProxyResolver that uses the proxy information
+from the GSettings schemas in gsettings-desktop-schemas.")
+ (license license:lgpl2.1+)))
(define-public rest
(package
- branch wip-gnome updated (9649790 -> a6334e1), guix-commits, 2021/04/23
- 01/05: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/04/23
- 02/05: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/04/23
- 04/05: gnu: glib-networking: Update home-page, synopsis, description and license.,
guix-commits <=
- 03/05: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/04/23
- 05/05: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/04/23