mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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>
This commit is contained in:
parent
6f779ac5d3
commit
46e236ff77
1 changed files with 10 additions and 8 deletions
|
@ -3323,14 +3323,16 @@ (define-public libgsf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue