Skip to content

Commit

Permalink
gtk-doc: update to 1.32.
Browse files Browse the repository at this point in the history
GTK-Doc 1.32  (Aug 15 2019)
===============

Hotfix release.

GTK-Doc 1.31  (Aug 5 2019)
===============

Nonmaintainer release to fix "Wrong permissions for style CSS file" (#84)

GTK-Doc 1.30  (May 08 2019)
===============

GTK-Doc is now using python-pygments to do the syntax highlighing. It is not
depending on highligh or source-highligh anymore.

This version ships with a new expermiental gtkdoc-mkhtml2 toolchain replacing
gktdoc-mkhtml+gtkdoc-fixxref.
  • Loading branch information
0-wiz-0 committed Nov 13, 2019
1 parent 178db22 commit 19e40e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
7 changes: 2 additions & 5 deletions textproc/gtk-doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.78 2019/08/22 12:23:49 ryoon Exp $
# $NetBSD: Makefile,v 1.79 2019/11/13 21:17:47 wiz Exp $

DISTNAME= gtk-doc-1.29
PKGREVISION= 4
DISTNAME= gtk-doc-1.32
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
Expand All @@ -21,7 +20,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock

GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= gtk-doc.pc.in
CONFIGURE_ARGS+= --with-highlight=source-highlight
CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q}
USE_TOOLS+= gmake pkg-config:run msgfmt

Expand All @@ -43,7 +41,6 @@ TEST_TARGET= check
# needed together with pkg-config by gtkdoc-depscan at runtime
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/source-highlight/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"
Expand Down
11 changes: 7 additions & 4 deletions textproc/gtk-doc/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.23 2018/04/16 12:49:59 wiz Exp $
@comment $NetBSD: PLIST,v 1.24 2019/11/13 21:17:47 wiz Exp $
bin/gtkdoc-check
bin/gtkdoc-depscan
bin/gtkdoc-fixxref
Expand All @@ -11,14 +11,16 @@ bin/gtkdoc-rebase
bin/gtkdoc-scan
bin/gtkdoc-scangobj
bin/gtkdocize
lib/cmake/GtkDoc/GtkDocConfig.cmake
lib/cmake/GtkDoc/GtkDocConfigVersion.cmake
lib/cmake/GtkDoc/GtkDocScanGObjWrapper.cmake
share/aclocal/gtk-doc.m4
share/cmake/GtkDoc/GtkDocConfig.cmake
share/cmake/GtkDoc/GtkDocConfigVersion.cmake
share/cmake/GtkDoc/GtkDocScanGObjWrapper.cmake
share/gtk-doc/data/devhelp2.xsd
share/gtk-doc/data/devhelp2.xsl
share/gtk-doc/data/gtk-doc.flat.make
share/gtk-doc/data/gtk-doc.make
share/gtk-doc/data/gtk-doc.no-xslt-flat.make
share/gtk-doc/data/gtk-doc.no-xslt.make
share/gtk-doc/data/gtk-doc.xsl
share/gtk-doc/data/home.png
share/gtk-doc/data/left-insensitive.png
Expand All @@ -34,6 +36,7 @@ share/gtk-doc/python/gtkdoc/check.py
share/gtk-doc/python/gtkdoc/common.py
share/gtk-doc/python/gtkdoc/config.py
share/gtk-doc/python/gtkdoc/fixxref.py
share/gtk-doc/python/gtkdoc/highlight.py
share/gtk-doc/python/gtkdoc/md_to_db.py
share/gtk-doc/python/gtkdoc/mkdb.py
share/gtk-doc/python/gtkdoc/mkhtml.py
Expand Down
10 changes: 5 additions & 5 deletions textproc/gtk-doc/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.27 2018/09/04 13:02:07 wiz Exp $
$NetBSD: distinfo,v 1.28 2019/11/13 21:17:47 wiz Exp $

SHA1 (gtk-doc-1.29.tar.xz) = c3dc579d84221c43ce2b0b5f523c46b13525416b
RMD160 (gtk-doc-1.29.tar.xz) = 26a62b49e93d334d3ac52c4eb658baa2466e50ca
SHA512 (gtk-doc-1.29.tar.xz) = 97e17be2563c2c12a04394633feaf6591918968a794c38e945a65be9c2de2bed5ce586592a7fe396a1874b8e43e63d6380c6d1a3193ccb7f9bb3d3a331526421
Size (gtk-doc-1.29.tar.xz) = 732376 bytes
SHA1 (gtk-doc-1.32.tar.xz) = 36eb741d2f2e7791da37aa34dafea6d0506c9c45
RMD160 (gtk-doc-1.32.tar.xz) = 1e4d3d5c850743460629d50a729f29ff2efc9a00
SHA512 (gtk-doc-1.32.tar.xz) = 6d28395968c2951f1685570e5778b5add76d1b9cff8fcb8632b200b3ba251602a1ea59b1def84fc28560988b87fc0dbbc6947af88d268db6ff23e9c28aea3b28
Size (gtk-doc-1.32.tar.xz) = 762000 bytes

0 comments on commit 19e40e0

Please sign in to comment.