[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: |
Wed, 12 May 2021 21:01:19 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit fab456c0d2ff2bf24c08e4a8bb79aa1138dda1f1
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 0dfe84a..c529258 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1822,13 +1822,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
- 03/115: gnu: glib: Enable man pages., (continued)
- 03/115: gnu: glib: Enable man pages., guix-commits, 2021/05/12
- 04/115: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/05/12
- 05/115: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/05/12
- 06/115: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/05/12
- 10/115: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/05/12
- 09/115: gnu: libsigc++: Enable documentation., guix-commits, 2021/05/12
- 13/115: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/05/12
- 14/115: gnu: gtk-doc: Change build-system., guix-commits, 2021/05/12
- 08/115: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/05/12
- 12/115: gnu: Add libsigc++-2., guix-commits, 2021/05/12
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license.,
guix-commits <=
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/12
- 23/115: gnu: cairo: Enable some features., guix-commits, 2021/05/12
- 15/115: gnu: gtk-doc: Correct inputs., guix-commits, 2021/05/12
- 16/115: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/05/12
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/12
- 21/115: gnu: cairo: Change build-system., guix-commits, 2021/05/12
- 28/115: gnu: pango: Add missing arguments., guix-commits, 2021/05/12
- 31/115: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/05/12
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/12
- 32/115: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/05/12