[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/83: gnu: libgsf: Update synopsis, description, home-page and license.
From: |
guix-commits |
Subject: |
54/83: gnu: libgsf: Update synopsis, description, home-page and license. |
Date: |
Fri, 26 Mar 2021 17:18:39 -0400 (EDT) |
lle_bout pushed a commit to branch core-updates
in repository guix.
commit 46e236ff773fd8c5fe08230835e83bb84d1b0708
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:22:54 2021 -0500
gnu: libgsf: Update synopsis, description, home-page and license.
* gnu/packages/gnome.scm (libgsf) [synopsis]: Modify.
[home-page]: Modify.
[description]: Modify.
[license]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c715b43..50d16a6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3323,14 +3323,16 @@ XML/CSS rendering engine.")
(propagated-inputs
`(("glib" ,glib)
("libxml2" ,libxml2)))
- (home-page "https://www.gnome.org/projects/libgsf")
- (synopsis "GNOME's Structured File Library")
- (description
- "Libgsf aims to provide an efficient extensible I/O abstraction for
-dealing with different structured file formats.")
-
- ;; LGPLv2.1-only.
- (license license:lgpl2.1)))
+ (synopsis "G Structured File Library")
+ (description "Libgsf aims to provide an efficient extensible I/O
abstraction
+for dealing with different structured file formats.")
+ (home-page "https://gitlab.gnome.org/GNOME/libgsf")
+ (license
+ (list
+ ;; Library
+ license:lgpl2.1+
+ ;; Others
+ license:lgpl2.0+))))
(define-public librsvg
(package
- 32/83: gnu: pangomm: Update to 2.48.0., (continued)
- 32/83: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/03/26
- 37/83: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/03/26
- 48/83: gnu: libgsf: Change build-system., guix-commits, 2021/03/26
- 63/83: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/03/26
- 67/83: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/03/26
- 68/83: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/03/26
- 26/83: gnu: cairomm: Enable documentation., guix-commits, 2021/03/26
- 30/83: gnu: pango: Update to 1.48.3., guix-commits, 2021/03/26
- 45/83: gnu: vala: Fix documentation., guix-commits, 2021/03/26
- 46/83: gnu: vala: Update to 0.52.0., guix-commits, 2021/03/26
- 54/83: gnu: libgsf: Update synopsis, description, home-page and license.,
guix-commits <=
- 52/83: gnu: libgsf: Correct inputs., guix-commits, 2021/03/26
- 51/83: gnu: libgsf: Enable missing features., guix-commits, 2021/03/26
- 55/83: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/03/26
- 58/83: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/03/26
- 60/83: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/03/26
- 66/83: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/03/26
- 65/83: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/03/26
- 70/83: gnu: wayland: Update to 1.19.0., guix-commits, 2021/03/26
- 71/83: gnu: wayland: Fix and move documentation., guix-commits, 2021/03/26
- 72/83: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/03/26