[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/115: gnu: gtk-doc: Update synopsis, description, home-page and licens
From: |
guix-commits |
Subject: |
18/115: gnu: gtk-doc: Update synopsis, description, home-page and license. |
Date: |
Fri, 7 May 2021 16:56:25 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit cc19c57b2a733ac11f15d4ff47af2276c249ad07
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 09:20:40 2021 -0500
gnu: gtk-doc: Update synopsis, description, home-page and license.
* gnu/packages/gtk.scm (gtk-doc) [home-page]: Modify.
[synopsis]: Modify.
[description]: Modify.
[license]: Add fdl1.1+.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5c15d1e..51bf05c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1820,13 +1820,19 @@ information.")
("python-unittest2" ,python-unittest2)
("source-highlight" ,source-highlight)
("yelp-tools" ,yelp-tools)))
- (home-page "https://www.gtk.org/gtk-doc/")
- (synopsis "Documentation generator from C source code")
- (description
- "GTK-Doc generates API documentation from comments added to C code. It is
-typically used to document the public API of GTK+ and GNOME libraries, but it
-can also be used to document application code.")
- (license license:gpl2+)))
+ (home-page "https://wiki.gnome.org/DocumentationProject/GtkDoc")
+ (synopsis "GTK+ DocBook Documentation Generator")
+ (description "GtkDoc is a tool used to extract API documentation from
C-code
+like Doxygen, but handles documentation of GObject (including signals and
+properties) that makes it very suitable for GTK+ apps and libraries. It uses
+docbook for intermediate files and can produce html by default and
pdf/man-pages
+with some extra work.")
+ (license
+ (list
+ ;; Docs.
+ license:fdl1.1+
+ ;; Others.
+ license:gpl2+))))
;; This is a variant of the 'gtk-doc' package that is not updated often. It
;; is intended to be used as a native-input at build-time only. This allows
- 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, 2021/05/07
- 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 <=
- 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
- 39/115: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/05/07
- 56/115: gnu: atk: Update to 2.36.0., guix-commits, 2021/05/07
- 51/115: gnu: libgsf: Enable missing features., guix-commits, 2021/05/07
- 06/115: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/05/07
- 07/115: gnu: Temporarily use glib without documentation., guix-commits, 2021/05/07
- 16/115: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/05/07
- 15/115: gnu: gtk-doc: Correct inputs., guix-commits, 2021/05/07